namespace Core.StlMes.Client.PlnSaleOrd { partial class dlgOrderAskLook { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dlgOrderAskLook)); this.ctrlFileDown1 = new Core.StlMes.Client.SaleComm.ctrlFileDown(); this.SuspendLayout(); // // ctrlFileDown1 // this.ctrlFileDown1.Dock = System.Windows.Forms.DockStyle.Fill; this.ctrlFileDown1.FilePath = ""; this.ctrlFileDown1.List = ((System.Collections.Generic.List)(resources.GetObject("ctrlFileDown1.List"))); this.ctrlFileDown1.Location = new System.Drawing.Point(0, 0); this.ctrlFileDown1.Name = "ctrlFileDown1"; this.ctrlFileDown1.Size = new System.Drawing.Size(843, 466); this.ctrlFileDown1.TabIndex = 0; // // dlgOrderAskLook // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(843, 466); this.Controls.Add(this.ctrlFileDown1); this.Name = "dlgOrderAskLook"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "合同附加要求贴图"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.dlgOrderAskLook_Load); this.ResumeLayout(false); } #endregion private Core.StlMes.Client.SaleComm.ctrlFileDown ctrlFileDown1; } }