namespace Core.StlMes.Client.Judge.Forms
{
partial class RolledTubePassApplyFrm
{
///
/// 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()
{
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
this.panel5 = new System.Windows.Forms.Panel();
this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
this.labelTextBox6 = new Core.Mes.Client.Comm.Control.LabelTextBox();
this.labelTextBox5 = new Core.Mes.Client.Comm.Control.LabelTextBox();
this.labelDateTimePicker5 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
this.labelDateTimePicker6 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
this.ultraExpandableGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.SuspendLayout();
//
// panel5
//
this.panel5.Controls.Add(this.labelTextBox1);
this.panel5.Controls.Add(this.labelComboBox1);
this.panel5.Controls.Add(this.labelTextBox6);
this.panel5.Controls.Add(this.labelTextBox5);
this.panel5.Controls.Add(this.labelDateTimePicker5);
this.panel5.Controls.Add(this.labelDateTimePicker6);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Margin = new System.Windows.Forms.Padding(4);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(1470, 47);
this.panel5.TabIndex = 9;
//
// labelTextBox1
//
//
//
//
this.labelTextBox1.CheckBox.AutoSize = true;
this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
this.labelTextBox1.CheckBox.Name = "checkBox1";
this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelTextBox1.CheckBox.TabIndex = 1;
this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
//
//
//
this.labelTextBox1.Label.AutoSize = true;
this.labelTextBox1.Label.Location = new System.Drawing.Point(24, 4);
this.labelTextBox1.Label.Name = "label1";
this.labelTextBox1.Label.Size = new System.Drawing.Size(52, 15);
this.labelTextBox1.Label.TabIndex = 0;
this.labelTextBox1.Label.Text = "合同号";
this.labelTextBox1.Location = new System.Drawing.Point(412, 12);
this.labelTextBox1.Margin = new System.Windows.Forms.Padding(5);
this.labelTextBox1.Name = "labelTextBox1";
this.labelTextBox1.Size = new System.Drawing.Size(249, 26);
this.labelTextBox1.TabIndex = 6;
//
//
//
this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTextBox1.TextBox.Enabled = false;
this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
this.labelTextBox1.TextBox.Name = "textBox1";
this.labelTextBox1.TextBox.Size = new System.Drawing.Size(170, 25);
this.labelTextBox1.TextBox.TabIndex = 1;
this.labelTextBox1.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox6_TextBox_KeyDown);
//
// labelComboBox1
//
//
//
//
this.labelComboBox1.CheckBox.AutoSize = true;
this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
this.labelComboBox1.CheckBox.Name = "checkBox1";
this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelComboBox1.CheckBox.TabIndex = 0;
this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
//
//
//
this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.labelComboBox1.ComboBox.Enabled = false;
this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
valueListItem1.DataValue = "2";
valueListItem1.DisplayText = "未审核";
valueListItem3.DataValue = "1";
valueListItem3.DisplayText = "审核通过";
valueListItem2.DataValue = "0";
valueListItem2.DisplayText = "审核不通过";
this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem3,
valueListItem2});
this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
this.labelComboBox1.ComboBox.Name = "comboBox1";
this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(143, 24);
this.labelComboBox1.ComboBox.TabIndex = 0;
//
//
//
this.labelComboBox1.Label.AutoSize = true;
this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.labelComboBox1.Label.Name = "label1";
this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
this.labelComboBox1.Label.TabIndex = 2;
this.labelComboBox1.Label.Text = "处置方式";
this.labelComboBox1.Location = new System.Drawing.Point(670, 11);
this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.labelComboBox1.Name = "labelComboBox1";
this.labelComboBox1.Size = new System.Drawing.Size(239, 28);
this.labelComboBox1.TabIndex = 5;
//
// labelTextBox6
//
//
//
//
this.labelTextBox6.CheckBox.AutoSize = true;
this.labelTextBox6.CheckBox.Location = new System.Drawing.Point(4, 4);
this.labelTextBox6.CheckBox.Name = "checkBox1";
this.labelTextBox6.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelTextBox6.CheckBox.TabIndex = 1;
this.labelTextBox6.CheckBox.UseVisualStyleBackColor = true;
//
//
//
this.labelTextBox6.Label.AutoSize = true;
this.labelTextBox6.Label.Location = new System.Drawing.Point(24, 4);
this.labelTextBox6.Label.Name = "label1";
this.labelTextBox6.Label.Size = new System.Drawing.Size(67, 15);
this.labelTextBox6.Label.TabIndex = 0;
this.labelTextBox6.Label.Text = "判定炉号";
this.labelTextBox6.Location = new System.Drawing.Point(13, 11);
this.labelTextBox6.Margin = new System.Windows.Forms.Padding(5);
this.labelTextBox6.Name = "labelTextBox6";
this.labelTextBox6.Size = new System.Drawing.Size(214, 26);
this.labelTextBox6.TabIndex = 4;
//
//
//
this.labelTextBox6.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTextBox6.TextBox.Enabled = false;
this.labelTextBox6.TextBox.Location = new System.Drawing.Point(0, 0);
this.labelTextBox6.TextBox.Name = "textBox1";
this.labelTextBox6.TextBox.Size = new System.Drawing.Size(120, 25);
this.labelTextBox6.TextBox.TabIndex = 1;
this.labelTextBox6.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox6_TextBox_KeyDown);
//
// labelTextBox5
//
//
//
//
this.labelTextBox5.CheckBox.AutoSize = true;
this.labelTextBox5.CheckBox.Location = new System.Drawing.Point(4, 4);
this.labelTextBox5.CheckBox.Name = "checkBox1";
this.labelTextBox5.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelTextBox5.CheckBox.TabIndex = 1;
this.labelTextBox5.CheckBox.UseVisualStyleBackColor = true;
//
//
//
this.labelTextBox5.Label.AutoSize = true;
this.labelTextBox5.Label.Location = new System.Drawing.Point(24, 4);
this.labelTextBox5.Label.Name = "label1";
this.labelTextBox5.Label.Size = new System.Drawing.Size(37, 15);
this.labelTextBox5.Label.TabIndex = 0;
this.labelTextBox5.Label.Text = "批号";
this.labelTextBox5.Location = new System.Drawing.Point(235, 11);
this.labelTextBox5.Margin = new System.Windows.Forms.Padding(5);
this.labelTextBox5.Name = "labelTextBox5";
this.labelTextBox5.Size = new System.Drawing.Size(167, 26);
this.labelTextBox5.TabIndex = 3;
//
//
//
this.labelTextBox5.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTextBox5.TextBox.Enabled = false;
this.labelTextBox5.TextBox.Location = new System.Drawing.Point(0, 0);
this.labelTextBox5.TextBox.Name = "textBox1";
this.labelTextBox5.TextBox.Size = new System.Drawing.Size(103, 25);
this.labelTextBox5.TextBox.TabIndex = 1;
this.labelTextBox5.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox6_TextBox_KeyDown);
//
// labelDateTimePicker5
//
//
//
//
this.labelDateTimePicker5.CheckBox.AutoSize = true;
this.labelDateTimePicker5.CheckBox.Checked = true;
this.labelDateTimePicker5.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.labelDateTimePicker5.CheckBox.Location = new System.Drawing.Point(4, 4);
this.labelDateTimePicker5.CheckBox.Name = "checkBox1";
this.labelDateTimePicker5.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelDateTimePicker5.CheckBox.TabIndex = 1;
this.labelDateTimePicker5.CheckBox.UseVisualStyleBackColor = true;
this.labelDateTimePicker5.CheckBox.Visible = false;
//
//
//
this.labelDateTimePicker5.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelDateTimePicker5.DateTimePicker.Enabled = false;
this.labelDateTimePicker5.DateTimePicker.Location = new System.Drawing.Point(0, 0);
this.labelDateTimePicker5.DateTimePicker.Name = "dateTimePicker1";
this.labelDateTimePicker5.DateTimePicker.Size = new System.Drawing.Size(169, 25);
this.labelDateTimePicker5.DateTimePicker.TabIndex = 0;
//
//
//
this.labelDateTimePicker5.Label.AutoSize = true;
this.labelDateTimePicker5.Label.Location = new System.Drawing.Point(4, 4);
this.labelDateTimePicker5.Label.Name = "label1";
this.labelDateTimePicker5.Label.Size = new System.Drawing.Size(22, 15);
this.labelDateTimePicker5.Label.TabIndex = 0;
this.labelDateTimePicker5.Label.Text = "至";
this.labelDateTimePicker5.Location = new System.Drawing.Point(1191, 11);
this.labelDateTimePicker5.Margin = new System.Windows.Forms.Padding(5);
this.labelDateTimePicker5.Name = "labelDateTimePicker5";
this.labelDateTimePicker5.Size = new System.Drawing.Size(198, 26);
this.labelDateTimePicker5.TabIndex = 1;
//
// labelDateTimePicker6
//
//
//
//
this.labelDateTimePicker6.CheckBox.AutoSize = true;
this.labelDateTimePicker6.CheckBox.Location = new System.Drawing.Point(4, 4);
this.labelDateTimePicker6.CheckBox.Name = "checkBox1";
this.labelDateTimePicker6.CheckBox.Size = new System.Drawing.Size(18, 17);
this.labelDateTimePicker6.CheckBox.TabIndex = 1;
this.labelDateTimePicker6.CheckBox.UseVisualStyleBackColor = true;
this.labelDateTimePicker6.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker4_CheckBox_CheckedChanged);
//
//
//
this.labelDateTimePicker6.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelDateTimePicker6.DateTimePicker.Enabled = false;
this.labelDateTimePicker6.DateTimePicker.Location = new System.Drawing.Point(0, 0);
this.labelDateTimePicker6.DateTimePicker.Name = "dateTimePicker1";
this.labelDateTimePicker6.DateTimePicker.Size = new System.Drawing.Size(150, 25);
this.labelDateTimePicker6.DateTimePicker.TabIndex = 0;
//
//
//
this.labelDateTimePicker6.Label.AutoSize = true;
this.labelDateTimePicker6.Label.Location = new System.Drawing.Point(24, 4);
this.labelDateTimePicker6.Label.Name = "label1";
this.labelDateTimePicker6.Label.Size = new System.Drawing.Size(97, 15);
this.labelDateTimePicker6.Label.TabIndex = 0;
this.labelDateTimePicker6.Label.Text = "放行申请时间";
this.labelDateTimePicker6.Location = new System.Drawing.Point(918, 11);
this.labelDateTimePicker6.Margin = new System.Windows.Forms.Padding(5);
this.labelDateTimePicker6.Name = "labelDateTimePicker6";
this.labelDateTimePicker6.Size = new System.Drawing.Size(274, 26);
this.labelDateTimePicker6.TabIndex = 0;
//
// ultraExpandableGroupBox2
//
this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1470, 454);
this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1470, 454);
this.ultraExpandableGroupBox2.TabIndex = 10;
this.ultraExpandableGroupBox2.Text = "判定实绩信息";
this.ultraExpandableGroupBox2.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox2_ExpandedStateChanged);
//
// ultraExpandableGroupBoxPanel2
//
this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1464, 430);
this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer2.Location = new System.Drawing.Point(0, 47);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.ultraExpandableGroupBox2);
this.splitContainer2.Size = new System.Drawing.Size(1470, 636);
this.splitContainer2.SplitterDistance = 178;
this.splitContainer2.TabIndex = 12;
//
// RolledTubePassApplyFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1470, 683);
this.Controls.Add(this.splitContainer2);
this.Controls.Add(this.panel5);
this.Name = "RolledTubePassApplyFrm";
this.Text = "轧管申请放行";
this.Load += new System.EventHandler(this.SteelMakingPassApplyFrm_Load);
this.Shown += new System.EventHandler(this.RolledTubePassApplyFrm_Shown);
this.panel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
this.ultraExpandableGroupBox2.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel5;
private Mes.Client.Comm.Control.LabelTextBox labelTextBox6;
private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker5;
private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker6;
private Mes.Client.Comm.Control.LabelTextBox labelTextBox5;
private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
private System.Windows.Forms.SplitContainer splitContainer2;
private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
}
}