| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- namespace Core.StlMes.Client.Judge.Forms
- {
- partial class AuditeMeltingDataFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- this.panel1 = new System.Windows.Forms.Panel();
- this.labelDateTimePicker3 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
- this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
- this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
- this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
- this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
- this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.labelDateTimePicker3);
- this.panel1.Controls.Add(this.labelTextBox1);
- this.panel1.Controls.Add(this.labelDateTimePicker1);
- this.panel1.Controls.Add(this.labelDateTimePicker2);
- this.panel1.Controls.Add(this.labelComboBox2);
- this.panel1.Controls.Add(this.labelComboBox1);
- 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(1402, 54);
- this.panel1.TabIndex = 0;
- //
- // labelDateTimePicker3
- //
- //
- //
- //
- this.labelDateTimePicker3.CheckBox.AutoSize = true;
- this.labelDateTimePicker3.CheckBox.Location = new System.Drawing.Point(5, 5);
- this.labelDateTimePicker3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.labelDateTimePicker3.CheckBox.Name = "checkBox1";
- this.labelDateTimePicker3.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.labelDateTimePicker3.CheckBox.TabIndex = 1;
- this.labelDateTimePicker3.CheckBox.UseVisualStyleBackColor = true;
- this.labelDateTimePicker3.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
- //
- //
- //
- this.labelDateTimePicker3.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelDateTimePicker3.DateTimePicker.Enabled = false;
- this.labelDateTimePicker3.DateTimePicker.Location = new System.Drawing.Point(0, 0);
- this.labelDateTimePicker3.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
- this.labelDateTimePicker3.DateTimePicker.Name = "dateTimePicker1";
- this.labelDateTimePicker3.DateTimePicker.Size = new System.Drawing.Size(158, 25);
- this.labelDateTimePicker3.DateTimePicker.TabIndex = 0;
- //
- //
- //
- this.labelDateTimePicker3.Label.AutoSize = true;
- this.labelDateTimePicker3.Label.Location = new System.Drawing.Point(25, 5);
- this.labelDateTimePicker3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labelDateTimePicker3.Label.Name = "label1";
- this.labelDateTimePicker3.Label.Size = new System.Drawing.Size(67, 15);
- this.labelDateTimePicker3.Label.TabIndex = 0;
- this.labelDateTimePicker3.Label.Text = "生产时间";
- this.labelDateTimePicker3.Location = new System.Drawing.Point(1105, 10);
- this.labelDateTimePicker3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.labelDateTimePicker3.Name = "labelDateTimePicker3";
- this.labelDateTimePicker3.Size = new System.Drawing.Size(254, 26);
- this.labelDateTimePicker3.TabIndex = 5;
- //
- // labelTextBox1
- //
- //
- //
- //
- this.labelTextBox1.CheckBox.AutoSize = true;
- this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
- this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(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(25, 5);
- this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labelTextBox1.Label.Name = "label1";
- this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
- this.labelTextBox1.Label.TabIndex = 0;
- this.labelTextBox1.Label.Text = "熔炼炉号";
- this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
- this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.labelTextBox1.Name = "labelTextBox1";
- this.labelTextBox1.Size = new System.Drawing.Size(250, 26);
- this.labelTextBox1.TabIndex = 4;
- //
- //
- //
- 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.Margin = new System.Windows.Forms.Padding(4);
- this.labelTextBox1.TextBox.Name = "textBox1";
- this.labelTextBox1.TextBox.Size = new System.Drawing.Size(154, 25);
- this.labelTextBox1.TextBox.TabIndex = 1;
- //
- // labelDateTimePicker1
- //
- //
- //
- //
- this.labelDateTimePicker1.CheckBox.AutoSize = true;
- this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(5, 5);
- this.labelDateTimePicker1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
- this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.labelDateTimePicker1.CheckBox.TabIndex = 1;
- this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
- this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
- //
- //
- //
- this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelDateTimePicker1.DateTimePicker.Enabled = false;
- this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
- this.labelDateTimePicker1.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
- this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
- this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(154, 25);
- this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
- //
- //
- //
- this.labelDateTimePicker1.Label.AutoSize = true;
- this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(25, 5);
- this.labelDateTimePicker1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labelDateTimePicker1.Label.Name = "label1";
- this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(82, 15);
- this.labelDateTimePicker1.Label.TabIndex = 0;
- this.labelDateTimePicker1.Label.Text = "下发时间从";
- this.labelDateTimePicker1.Location = new System.Drawing.Point(639, 10);
- this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.labelDateTimePicker1.Name = "labelDateTimePicker1";
- this.labelDateTimePicker1.Size = new System.Drawing.Size(265, 26);
- this.labelDateTimePicker1.TabIndex = 0;
- //
- // labelDateTimePicker2
- //
- //
- //
- //
- this.labelDateTimePicker2.CheckBox.AutoSize = true;
- this.labelDateTimePicker2.CheckBox.Checked = true;
- this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(5, 5);
- this.labelDateTimePicker2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
- this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.labelDateTimePicker2.CheckBox.TabIndex = 1;
- this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
- this.labelDateTimePicker2.CheckBox.Visible = false;
- //
- //
- //
- this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelDateTimePicker2.DateTimePicker.Enabled = false;
- this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
- this.labelDateTimePicker2.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
- this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
- this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(153, 25);
- this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
- //
- //
- //
- this.labelDateTimePicker2.Label.AutoSize = true;
- this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(5, 5);
- this.labelDateTimePicker2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labelDateTimePicker2.Label.Name = "label1";
- this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(22, 15);
- this.labelDateTimePicker2.Label.TabIndex = 0;
- this.labelDateTimePicker2.Label.Text = "至";
- this.labelDateTimePicker2.Location = new System.Drawing.Point(904, 10);
- this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.labelDateTimePicker2.Name = "labelDateTimePicker2";
- this.labelDateTimePicker2.Size = new System.Drawing.Size(184, 26);
- this.labelDateTimePicker2.TabIndex = 1;
- //
- // labelComboBox2
- //
- //
- //
- //
- this.labelComboBox2.CheckBox.AutoSize = true;
- this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
- this.labelComboBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
- this.labelComboBox2.CheckBox.Name = "checkBox1";
- this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
- this.labelComboBox2.CheckBox.TabIndex = 0;
- this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
- //
- //
- //
- this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
- this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.labelComboBox2.ComboBox.Enabled = false;
- this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
- this.labelComboBox2.ComboBox.Margin = new System.Windows.Forms.Padding(4);
- this.labelComboBox2.ComboBox.Name = "comboBox1";
- this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(139, 24);
- this.labelComboBox2.ComboBox.TabIndex = 0;
- //
- //
- //
- this.labelComboBox2.Label.AutoSize = true;
- this.labelComboBox2.Label.Location = new System.Drawing.Point(25, 5);
- this.labelComboBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.labelComboBox2.Label.Name = "label1";
- this.labelComboBox2.Label.Size = new System.Drawing.Size(37, 15);
- this.labelComboBox2.Label.TabIndex = 2;
- this.labelComboBox2.Label.Text = "产线";
- this.labelComboBox2.Location = new System.Drawing.Point(422, 11);
- this.labelComboBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.labelComboBox2.Name = "labelComboBox2";
- this.labelComboBox2.Size = new System.Drawing.Size(205, 28);
- this.labelComboBox2.TabIndex = 3;
- //
- // 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;
- valueListItem5.DataValue = "";
- valueListItem5.DisplayText = " ";
- valueListItem1.DataValue = "00";
- valueListItem1.DisplayText = "初始";
- valueListItem3.DataValue = "10";
- valueListItem3.DisplayText = "不合";
- valueListItem4.DataValue = "20";
- valueListItem4.DisplayText = "合格";
- this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem5,
- valueListItem1,
- valueListItem3,
- valueListItem4});
- 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(77, 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(37, 15);
- this.labelComboBox1.Label.TabIndex = 2;
- this.labelComboBox1.Label.Text = "状态";
- this.labelComboBox1.Location = new System.Drawing.Point(271, 11);
- this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.labelComboBox1.Name = "labelComboBox1";
- this.labelComboBox1.Size = new System.Drawing.Size(143, 28);
- this.labelComboBox1.TabIndex = 2;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 54);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- this.splitContainer1.Size = new System.Drawing.Size(1402, 562);
- this.splitContainer1.SplitterDistance = 226;
- this.splitContainer1.TabIndex = 1;
- //
- // AuditMeltingDataFrm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1402, 616);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.panel1);
- this.Name = "AuditMeltingDataFrm";
- this.Text = "审核熔炼数据";
- this.Load += new System.EventHandler(this.AuditMeltingDataFrm_Load);
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
- private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
- private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
- private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
- private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
- private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker3;
- }
- }
|