| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- namespace Core.StlMes.Client.ZGDev.Tools
- {
- partial class FrmOffLineManerger
- {
- /// <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()
- {
- this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
- this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
- this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraTextEditor1
- //
- this.ultraTextEditor1.Location = new System.Drawing.Point(44, 20);
- this.ultraTextEditor1.Name = "ultraTextEditor1";
- this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
- this.ultraTextEditor1.TabIndex = 8;
- this.ultraTextEditor1.Text = "ultraTextEditor1";
- //
- // ultraLabel1
- //
- this.ultraLabel1.Location = new System.Drawing.Point(7, 25);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(67, 23);
- this.ultraLabel1.TabIndex = 7;
- this.ultraLabel1.Text = "编号";
- //
- // ultraLabel2
- //
- this.ultraLabel2.Location = new System.Drawing.Point(167, 25);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(67, 23);
- this.ultraLabel2.TabIndex = 7;
- this.ultraLabel2.Text = "轧制炉号";
- //
- // ultraTextEditor2
- //
- this.ultraTextEditor2.Location = new System.Drawing.Point(228, 20);
- this.ultraTextEditor2.Name = "ultraTextEditor2";
- this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
- this.ultraTextEditor2.TabIndex = 8;
- this.ultraTextEditor2.Text = "ultraTextEditor1";
- //
- // ultraLabel3
- //
- this.ultraLabel3.Location = new System.Drawing.Point(133, 55);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(97, 23);
- this.ultraLabel3.TabIndex = 7;
- this.ultraLabel3.Text = "当炉已轧制支数";
- //
- // ultraTextEditor3
- //
- this.ultraTextEditor3.Location = new System.Drawing.Point(228, 52);
- this.ultraTextEditor3.Name = "ultraTextEditor3";
- this.ultraTextEditor3.Size = new System.Drawing.Size(100, 21);
- this.ultraTextEditor3.TabIndex = 8;
- this.ultraTextEditor3.Text = "ultraTextEditor1";
- //
- // ultraButton1
- //
- this.ultraButton1.Location = new System.Drawing.Point(44, 91);
- this.ultraButton1.Name = "ultraButton1";
- this.ultraButton1.Size = new System.Drawing.Size(75, 23);
- this.ultraButton1.TabIndex = 9;
- this.ultraButton1.Text = "下线";
- //
- // ultraButton2
- //
- this.ultraButton2.Location = new System.Drawing.Point(189, 91);
- this.ultraButton2.Name = "ultraButton2";
- this.ultraButton2.Size = new System.Drawing.Size(75, 23);
- this.ultraButton2.TabIndex = 9;
- this.ultraButton2.Text = "取消";
- //
- // ultraCheckEditor1
- //
- this.ultraCheckEditor1.Location = new System.Drawing.Point(10, 52);
- this.ultraCheckEditor1.Name = "ultraCheckEditor1";
- this.ultraCheckEditor1.Size = new System.Drawing.Size(120, 23);
- this.ultraCheckEditor1.TabIndex = 10;
- this.ultraCheckEditor1.Text = "是否需要修复";
- //
- // FrmOffLineManerger
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(367, 135);
- this.Controls.Add(this.ultraCheckEditor1);
- this.Controls.Add(this.ultraButton2);
- this.Controls.Add(this.ultraButton1);
- this.Controls.Add(this.ultraTextEditor3);
- this.Controls.Add(this.ultraLabel3);
- this.Controls.Add(this.ultraTextEditor2);
- this.Controls.Add(this.ultraLabel2);
- this.Controls.Add(this.ultraTextEditor1);
- this.Controls.Add(this.ultraLabel1);
- this.Name = "FrmOffLineManerger";
- this.Text = "FrmOnLineManerger";
- this.Load += new System.EventHandler(this.FrmOnLineManerger_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
- private Infragistics.Win.Misc.UltraButton ultraButton1;
- private Infragistics.Win.Misc.UltraButton ultraButton2;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
- }
- }
|