| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmSGRepair
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- this.cmbID = new System.Windows.Forms.ComboBox();
- this.lblTundishID = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtMemo = new System.Windows.Forms.TextBox();
- this.lblBaseInfoMemo = new System.Windows.Forms.Label();
- this.udteRepairTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
- this.label4 = new System.Windows.Forms.Label();
- this.cmbCCM = new System.Windows.Forms.ComboBox();
- this.udteRepairT = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.label6 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtCS = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.cmbReason = new System.Windows.Forms.ComboBox();
- this.cmbType = new System.Windows.Forms.ComboBox();
- this.btnBegin = new System.Windows.Forms.Button();
- this.btnEnd = new System.Windows.Forms.Button();
- this.btnClose = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.udteRepairTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
- this.ulgrpBaseInfoEdit.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteRepairT)).BeginInit();
- this.SuspendLayout();
- //
- // cmbID
- //
- this.cmbID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbID.FormattingEnabled = true;
- this.cmbID.Location = new System.Drawing.Point(91, 46);
- this.cmbID.Name = "cmbID";
- this.cmbID.Size = new System.Drawing.Size(147, 20);
- this.cmbID.TabIndex = 1;
- this.cmbID.SelectedIndexChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
- //
- // lblTundishID
- //
- this.lblTundishID.AutoSize = true;
- this.lblTundishID.BackColor = System.Drawing.Color.Transparent;
- this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTundishID.Location = new System.Drawing.Point(19, 50);
- this.lblTundishID.Name = "lblTundishID";
- this.lblTundishID.Size = new System.Drawing.Size(65, 12);
- this.lblTundishID.TabIndex = 0;
- this.lblTundishID.Text = "扇形段编号";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(31, 106);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "送修时间";
- //
- // txtMemo
- //
- this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMemo.Location = new System.Drawing.Point(91, 217);
- this.txtMemo.MaxLength = 300;
- this.txtMemo.Multiline = true;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(147, 48);
- this.txtMemo.TabIndex = 7;
- //
- // lblBaseInfoMemo
- //
- this.lblBaseInfoMemo.AutoSize = true;
- this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
- this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBaseInfoMemo.Location = new System.Drawing.Point(31, 164);
- this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
- this.lblBaseInfoMemo.Size = new System.Drawing.Size(53, 12);
- this.lblBaseInfoMemo.TabIndex = 0;
- this.lblBaseInfoMemo.Text = "维修原因";
- //
- // udteRepairTime
- //
- this.udteRepairTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.udteRepairTime.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.udteRepairTime.Location = new System.Drawing.Point(91, 102);
- this.udteRepairTime.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.udteRepairTime.Name = "udteRepairTime";
- this.udteRepairTime.Size = new System.Drawing.Size(147, 21);
- this.udteRepairTime.TabIndex = 3;
- //
- // ulgrpBaseInfoEdit
- //
- appearance1.BackColor = System.Drawing.Color.Transparent;
- appearance1.FontData.Name = "宋体";
- appearance1.FontData.SizeInPoints = 9F;
- this.ulgrpBaseInfoEdit.Appearance = appearance1;
- this.ulgrpBaseInfoEdit.Controls.Add(this.label4);
- this.ulgrpBaseInfoEdit.Controls.Add(this.cmbCCM);
- this.ulgrpBaseInfoEdit.Controls.Add(this.udteRepairT);
- this.ulgrpBaseInfoEdit.Controls.Add(this.udteRepairTime);
- this.ulgrpBaseInfoEdit.Controls.Add(this.label6);
- this.ulgrpBaseInfoEdit.Controls.Add(this.label3);
- this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
- this.ulgrpBaseInfoEdit.Controls.Add(this.label2);
- this.ulgrpBaseInfoEdit.Controls.Add(this.txtCS);
- this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
- this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
- this.ulgrpBaseInfoEdit.Controls.Add(this.label5);
- this.ulgrpBaseInfoEdit.Controls.Add(this.lblTundishID);
- this.ulgrpBaseInfoEdit.Controls.Add(this.cmbReason);
- this.ulgrpBaseInfoEdit.Controls.Add(this.cmbType);
- this.ulgrpBaseInfoEdit.Controls.Add(this.cmbID);
- this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Top;
- this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 0);
- this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
- this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(273, 281);
- this.ulgrpBaseInfoEdit.TabIndex = 0;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(19, 22);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(65, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "所属铸机号";
- //
- // cmbCCM
- //
- this.cmbCCM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbCCM.FormattingEnabled = true;
- this.cmbCCM.Items.AddRange(new object[] {
- "1#连铸机",
- "2#连铸机",
- "3#连铸机"});
- this.cmbCCM.Location = new System.Drawing.Point(91, 18);
- this.cmbCCM.Name = "cmbCCM";
- this.cmbCCM.Size = new System.Drawing.Size(147, 20);
- this.cmbCCM.TabIndex = 0;
- this.cmbCCM.SelectedIndexChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
- //
- // udteRepairT
- //
- this.udteRepairT.FormatProvider = new System.Globalization.CultureInfo("en-US");
- this.udteRepairT.FormatString = "yyyy-MM-dd HH:mm:ss";
- this.udteRepairT.Location = new System.Drawing.Point(91, 131);
- this.udteRepairT.MaskInput = "yyyy-mm-dd hh:mm:ss";
- this.udteRepairT.Name = "udteRepairT";
- this.udteRepairT.Size = new System.Drawing.Size(147, 21);
- this.udteRepairT.TabIndex = 4;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(31, 192);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 0;
- this.label6.Text = "使用炉数";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(55, 222);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "备注";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(31, 135);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "修复时间";
- //
- // txtCS
- //
- this.txtCS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCS.Location = new System.Drawing.Point(91, 188);
- this.txtCS.MaxLength = 10;
- this.txtCS.Name = "txtCS";
- this.txtCS.ShortcutsEnabled = false;
- this.txtCS.Size = new System.Drawing.Size(147, 21);
- this.txtCS.TabIndex = 6;
- this.txtCS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.NumberEditor_KeyPress);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(31, 78);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "维修类别";
- //
- // cmbReason
- //
- this.cmbReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbReason.FormattingEnabled = true;
- this.cmbReason.Items.AddRange(new object[] {
- "正常",
- "不正常"});
- this.cmbReason.Location = new System.Drawing.Point(91, 160);
- this.cmbReason.Name = "cmbReason";
- this.cmbReason.Size = new System.Drawing.Size(147, 20);
- this.cmbReason.TabIndex = 5;
- //
- // cmbType
- //
- this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbType.FormattingEnabled = true;
- this.cmbType.Items.AddRange(new object[] {
- "小修",
- "中修",
- "大修"});
- this.cmbType.Location = new System.Drawing.Point(91, 74);
- this.cmbType.Name = "cmbType";
- this.cmbType.Size = new System.Drawing.Size(147, 20);
- this.cmbType.TabIndex = 2;
- //
- // btnBegin
- //
- this.btnBegin.Location = new System.Drawing.Point(16, 291);
- this.btnBegin.Name = "btnBegin";
- this.btnBegin.Size = new System.Drawing.Size(75, 23);
- this.btnBegin.TabIndex = 1;
- this.btnBegin.Text = "维修开始";
- this.btnBegin.UseVisualStyleBackColor = true;
- this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
- //
- // btnEnd
- //
- this.btnEnd.Location = new System.Drawing.Point(99, 291);
- this.btnEnd.Name = "btnEnd";
- this.btnEnd.Size = new System.Drawing.Size(75, 23);
- this.btnEnd.TabIndex = 2;
- this.btnEnd.Text = "维修结束";
- this.btnEnd.UseVisualStyleBackColor = true;
- this.btnEnd.Click += new System.EventHandler(this.btnEnd_Click);
- //
- // btnClose
- //
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Location = new System.Drawing.Point(182, 291);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(75, 23);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = true;
- //
- // FrmSGRepair
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(273, 325);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnEnd);
- this.Controls.Add(this.btnBegin);
- this.Controls.Add(this.ulgrpBaseInfoEdit);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmSGRepair";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "扇形段维修";
- this.Load += new System.EventHandler(this.FrmSGRepair_Load);
- ((System.ComponentModel.ISupportInitialize)(this.udteRepairTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
- this.ulgrpBaseInfoEdit.ResumeLayout(false);
- this.ulgrpBaseInfoEdit.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udteRepairT)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ComboBox cmbID;
- private System.Windows.Forms.Label lblTundishID;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtMemo;
- private System.Windows.Forms.Label lblBaseInfoMemo;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteRepairTime;
- public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox cmbType;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteRepairT;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnBegin;
- private System.Windows.Forms.Button btnEnd;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox cmbReason;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cmbCCM;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox txtCS;
- }
- }
|