namespace Stone.WinModule.JISData { partial class frmJISLABCompare { /// /// 必需的设计器变量。 /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.dgrdView = new System.Windows.Forms.DataGridView(); this.txtPartNumber = new Stone.WinModule.MyControl.MySelectTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtStartDate1 = new System.Windows.Forms.DateTimePicker(); this.txtStartDate2 = new System.Windows.Forms.DateTimePicker(); this.txtReleaseDate2 = new System.Windows.Forms.DateTimePicker(); this.txtReleaseDate1 = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.btnQuery = new System.Windows.Forms.Button(); this.btnExport = new System.Windows.Forms.Button(); this.lblState = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.lblState); this.panel1.Controls.Add(this.btnExport); this.panel1.Controls.Add(this.btnQuery); this.panel1.Controls.Add(this.txtReleaseDate2); this.panel1.Controls.Add(this.txtReleaseDate1); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtStartDate2); this.panel1.Controls.Add(this.txtStartDate1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.txtPartNumber); 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(996, 79); this.panel1.TabIndex = 1; // // dgrdView // this.dgrdView.AllowUserToAddRows = false; this.dgrdView.AllowUserToOrderColumns = true; this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16; this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle17.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgrdView.DefaultCellStyle = dataGridViewCellStyle17; this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill; this.dgrdView.Location = new System.Drawing.Point(0, 79); this.dgrdView.MultiSelect = false; this.dgrdView.Name = "dgrdView"; dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgrdView.RowHeadersDefaultCellStyle = dataGridViewCellStyle18; this.dgrdView.RowTemplate.Height = 23; this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgrdView.Size = new System.Drawing.Size(996, 486); this.dgrdView.TabIndex = 17; // // txtPartNumber // this.txtPartNumber.Location = new System.Drawing.Point(453, 13); this.txtPartNumber.Name = "txtPartNumber"; this.txtPartNumber.ReadOnly = false; this.txtPartNumber.Size = new System.Drawing.Size(126, 21); this.txtPartNumber.TabIndex = 0; this.txtPartNumber.OnSelectClick += new System.EventHandler(this.txtPartNumber_OnSelectClick); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(389, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 1; this.label1.Text = "零件号:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(25, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 2; this.label2.Text = "需求日期:"; // // txtStartDate1 // this.txtStartDate1.Location = new System.Drawing.Point(97, 13); this.txtStartDate1.Name = "txtStartDate1"; this.txtStartDate1.Size = new System.Drawing.Size(127, 21); this.txtStartDate1.TabIndex = 3; // // txtStartDate2 // this.txtStartDate2.Location = new System.Drawing.Point(230, 13); this.txtStartDate2.Name = "txtStartDate2"; this.txtStartDate2.Size = new System.Drawing.Size(127, 21); this.txtStartDate2.TabIndex = 4; // // txtReleaseDate2 // this.txtReleaseDate2.Location = new System.Drawing.Point(230, 46); this.txtReleaseDate2.Name = "txtReleaseDate2"; this.txtReleaseDate2.Size = new System.Drawing.Size(127, 21); this.txtReleaseDate2.TabIndex = 7; // // txtReleaseDate1 // this.txtReleaseDate1.Location = new System.Drawing.Point(97, 46); this.txtReleaseDate1.Name = "txtReleaseDate1"; this.txtReleaseDate1.Size = new System.Drawing.Size(127, 21); this.txtReleaseDate1.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(25, 50); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 5; this.label3.Text = "发布日期:"; // // btnQuery // this.btnQuery.Location = new System.Drawing.Point(614, 12); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(106, 23); this.btnQuery.TabIndex = 8; this.btnQuery.Text = "查询"; this.btnQuery.UseVisualStyleBackColor = true; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // btnExport // this.btnExport.Location = new System.Drawing.Point(726, 12); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(106, 23); this.btnExport.TabIndex = 9; this.btnExport.Text = "导出"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // lblState // this.lblState.AutoSize = true; this.lblState.Location = new System.Drawing.Point(391, 51); this.lblState.Name = "lblState"; this.lblState.Size = new System.Drawing.Size(47, 12); this.lblState.TabIndex = 10; this.lblState.Text = "记录:0"; // // frmJISLABCompare // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(996, 565); this.Controls.Add(this.dgrdView); this.Controls.Add(this.panel1); this.Name = "frmJISLABCompare"; this.TabText = "LAB零件版本对比"; this.Text = "LAB零件版本对比"; this.Load += new System.EventHandler(this.frmJISLABCompare_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgrdView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; public System.Windows.Forms.DataGridView dgrdView; private System.Windows.Forms.Label lblState; private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnQuery; private System.Windows.Forms.DateTimePicker txtReleaseDate2; private System.Windows.Forms.DateTimePicker txtReleaseDate1; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker txtStartDate2; private System.Windows.Forms.DateTimePicker txtStartDate1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private MyControl.MySelectTextBox txtPartNumber; } }