namespace Stone.WinModule.JISAdmin { partial class frmEdiPrintASNOut { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.dgrdView1 = new System.Windows.Forms.DataGridView(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(642, 56); this.panel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(156, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 1; this.label1.Text = "label1"; // // button1 // this.button1.Location = new System.Drawing.Point(13, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(93, 46); this.button1.TabIndex = 0; this.button1.Text = "导出"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // dgrdView1 // this.dgrdView1.AllowUserToAddRows = false; this.dgrdView1.AllowUserToOrderColumns = true; this.dgrdView1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgrdView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgrdView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dgrdView1.Location = new System.Drawing.Point(0, 56); this.dgrdView1.Name = "dgrdView1"; this.dgrdView1.ReadOnly = true; this.dgrdView1.RowTemplate.Height = 23; this.dgrdView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgrdView1.Size = new System.Drawing.Size(642, 377); this.dgrdView1.TabIndex = 11; // // frmEdiPrintASNOut // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(642, 433); this.Controls.Add(this.dgrdView1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmEdiPrintASNOut"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "导出ASN明细"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; public System.Windows.Forms.DataGridView dgrdView1; public System.Windows.Forms.Label label1; } }