You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

282 lines
15 KiB

namespace Stone.WinModule.JISData
{
partial class frmJISLAB_All_new
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.lblState = new System.Windows.Forms.Label();
this.btnExport = new System.Windows.Forms.Button();
this.btnQuery = new System.Windows.Forms.Button();
this.txtReleaseDate2 = new System.Windows.Forms.DateTimePicker();
this.txtReleaseDate1 = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.txtStartDate2 = new System.Windows.Forms.DateTimePicker();
this.txtStartDate1 = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtPartNumber = new Stone.WinModule.MyControl.MySelectTextBox();
this.dgrdView = new System.Windows.Forms.DataGridView();
this.tbReleaseID1 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tbReleaseID2 = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgrdView)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.tbReleaseID2);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.tbReleaseID1);
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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1494, 118);
this.panel1.TabIndex = 1;
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Location = new System.Drawing.Point(1046, 79);
this.lblState.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(71, 18);
this.lblState.TabIndex = 10;
this.lblState.Text = "记录:0";
//
// btnExport
//
this.btnExport.Location = new System.Drawing.Point(1186, 18);
this.btnExport.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(159, 34);
this.btnExport.TabIndex = 9;
this.btnExport.Text = "导出";
this.btnExport.UseVisualStyleBackColor = true;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(1018, 18);
this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(159, 34);
this.btnQuery.TabIndex = 8;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// txtReleaseDate2
//
this.txtReleaseDate2.Location = new System.Drawing.Point(345, 69);
this.txtReleaseDate2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtReleaseDate2.Name = "txtReleaseDate2";
this.txtReleaseDate2.Size = new System.Drawing.Size(188, 28);
this.txtReleaseDate2.TabIndex = 7;
//
// txtReleaseDate1
//
this.txtReleaseDate1.Location = new System.Drawing.Point(146, 69);
this.txtReleaseDate1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtReleaseDate1.Name = "txtReleaseDate1";
this.txtReleaseDate1.Size = new System.Drawing.Size(188, 28);
this.txtReleaseDate1.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(38, 75);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(98, 18);
this.label3.TabIndex = 5;
this.label3.Text = "发布日期:";
//
// txtStartDate2
//
this.txtStartDate2.Location = new System.Drawing.Point(345, 20);
this.txtStartDate2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtStartDate2.Name = "txtStartDate2";
this.txtStartDate2.Size = new System.Drawing.Size(188, 28);
this.txtStartDate2.TabIndex = 4;
//
// txtStartDate1
//
this.txtStartDate1.Location = new System.Drawing.Point(146, 20);
this.txtStartDate1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtStartDate1.Name = "txtStartDate1";
this.txtStartDate1.Size = new System.Drawing.Size(188, 28);
this.txtStartDate1.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(38, 26);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 18);
this.label2.TabIndex = 2;
this.label2.Text = "需求日期:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(584, 26);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(80, 18);
this.label1.TabIndex = 1;
this.label1.Text = "零件号:";
//
// txtPartNumber
//
this.txtPartNumber.Location = new System.Drawing.Point(680, 20);
this.txtPartNumber.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.txtPartNumber.Name = "txtPartNumber";
this.txtPartNumber.ReadOnly = false;
this.txtPartNumber.Size = new System.Drawing.Size(189, 28);
this.txtPartNumber.TabIndex = 0;
this.txtPartNumber.OnSelectClick += new System.EventHandler(this.txtPartNumber_OnSelectClick);
//
// dgrdView
//
this.dgrdView.AllowUserToAddRows = false;
this.dgrdView.AllowUserToOrderColumns = true;
this.dgrdView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgrdView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgrdView.DefaultCellStyle = dataGridViewCellStyle2;
this.dgrdView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgrdView.Location = new System.Drawing.Point(0, 118);
this.dgrdView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dgrdView.MultiSelect = false;
this.dgrdView.Name = "dgrdView";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgrdView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
this.dgrdView.RowTemplate.Height = 23;
this.dgrdView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgrdView.Size = new System.Drawing.Size(1494, 730);
this.dgrdView.TabIndex = 17;
//
// tbReleaseID1
//
this.tbReleaseID1.Location = new System.Drawing.Point(680, 72);
this.tbReleaseID1.Name = "tbReleaseID1";
this.tbReleaseID1.Size = new System.Drawing.Size(153, 28);
this.tbReleaseID1.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(557, 76);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(107, 18);
this.label4.TabIndex = 12;
this.label4.Text = "ReleaseID:";
//
// tbReleaseID2
//
this.tbReleaseID2.Location = new System.Drawing.Point(855, 73);
this.tbReleaseID2.Name = "tbReleaseID2";
this.tbReleaseID2.Size = new System.Drawing.Size(153, 28);
this.tbReleaseID2.TabIndex = 13;
//
// frmJISLAB_All_new
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.ClientSize = new System.Drawing.Size(1494, 848);
this.Controls.Add(this.dgrdView);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Name = "frmJISLAB_All_new";
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;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbReleaseID1;
private System.Windows.Forms.TextBox tbReleaseID2;
}
}