| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class frmrequipot
- {
- /// <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()
- {
- this.txtNoLadle = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnOK = new System.Windows.Forms.Button();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // txtNoLadle
- //
- this.txtNoLadle.Location = new System.Drawing.Point(69, 26);
- this.txtNoLadle.Name = "txtNoLadle";
- this.txtNoLadle.Size = new System.Drawing.Size(110, 21);
- this.txtNoLadle.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(20, 30);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "钢包号";
- //
- // btnCancel
- //
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(114, 66);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(60, 25);
- this.btnCancel.TabIndex = 11;
- this.btnCancel.Text = "取消";
- this.btnCancel.Click += new System.EventHandler(this.button1_Click);
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(32, 66);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(60, 25);
- this.btnOK.TabIndex = 10;
- this.btnOK.Text = "确定";
- this.btnOK.Click += new System.EventHandler(this.button2_Click);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.txtNoLadle);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.btnCancel);
- 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(207, 102);
- this.ultraGroupBox1.TabIndex = 12;
- //
- // frmrequipot
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSize = true;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(207, 102);
- this.Controls.Add(this.ultraGroupBox1);
- this.Name = "frmrequipot";
- this.Text = "钢包查询";
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox txtNoLadle;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.Button btnOK;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- }
- }
|