| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmPotArrivall
- {
- /// <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.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label1 = new System.Windows.Forms.Label();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // cmbNoLadle
- //
- appearance1.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance1.BorderColor = System.Drawing.Color.Black;
- this.cmbNoLadle.Appearance = appearance1;
- this.cmbNoLadle.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cmbNoLadle.Location = new System.Drawing.Point(93, 15);
- this.cmbNoLadle.Name = "cmbNoLadle";
- this.cmbNoLadle.Size = new System.Drawing.Size(115, 19);
- this.cmbNoLadle.TabIndex = 281;
- this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(23, 18);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "在用钢包号";
- //
- // btnCancel
- //
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(137, 61);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(60, 24);
- this.btnCancel.TabIndex = 15;
- this.btnCancel.Text = "取消";
- this.btnCancel.Click += new System.EventHandler(this.button4_Click);
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(55, 61);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(60, 24);
- this.btnOK.TabIndex = 14;
- this.btnOK.Text = "确定";
- this.btnOK.Click += new System.EventHandler(this.button5_Click);
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(2, 44);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(232, 12);
- this.label2.TabIndex = 0;
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.cmbNoLadle);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Controls.Add(this.btnCancel);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.btnOK);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(240, 107);
- this.ultraGroupBox1.TabIndex = 16;
- //
- // FrmPotArrivall
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(240, 107);
- this.Controls.Add(this.ultraGroupBox1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmPotArrivall";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "钢包到达";
- this.Load += new System.EventHandler(this.FrmPotArrivall_Load);
- ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- }
- }
|