frmrequipot.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class frmrequipot
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.txtNoLadle = new System.Windows.Forms.TextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.btnCancel = new System.Windows.Forms.Button();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  34. this.ultraGroupBox1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // txtNoLadle
  38. //
  39. this.txtNoLadle.Location = new System.Drawing.Point(69, 26);
  40. this.txtNoLadle.Name = "txtNoLadle";
  41. this.txtNoLadle.Size = new System.Drawing.Size(110, 21);
  42. this.txtNoLadle.TabIndex = 1;
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Location = new System.Drawing.Point(20, 30);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(41, 12);
  50. this.label1.TabIndex = 0;
  51. this.label1.Text = "钢包号";
  52. //
  53. // btnCancel
  54. //
  55. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  56. this.btnCancel.Location = new System.Drawing.Point(114, 66);
  57. this.btnCancel.Name = "btnCancel";
  58. this.btnCancel.Size = new System.Drawing.Size(60, 25);
  59. this.btnCancel.TabIndex = 11;
  60. this.btnCancel.Text = "取消";
  61. this.btnCancel.Click += new System.EventHandler(this.button1_Click);
  62. //
  63. // btnOK
  64. //
  65. this.btnOK.Location = new System.Drawing.Point(32, 66);
  66. this.btnOK.Name = "btnOK";
  67. this.btnOK.Size = new System.Drawing.Size(60, 25);
  68. this.btnOK.TabIndex = 10;
  69. this.btnOK.Text = "确定";
  70. this.btnOK.Click += new System.EventHandler(this.button2_Click);
  71. //
  72. // ultraGroupBox1
  73. //
  74. this.ultraGroupBox1.Controls.Add(this.txtNoLadle);
  75. this.ultraGroupBox1.Controls.Add(this.label1);
  76. this.ultraGroupBox1.Controls.Add(this.btnCancel);
  77. this.ultraGroupBox1.Controls.Add(this.btnOK);
  78. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  80. this.ultraGroupBox1.Name = "ultraGroupBox1";
  81. this.ultraGroupBox1.Size = new System.Drawing.Size(207, 102);
  82. this.ultraGroupBox1.TabIndex = 12;
  83. //
  84. // frmrequipot
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.AutoSize = true;
  89. this.CancelButton = this.btnCancel;
  90. this.ClientSize = new System.Drawing.Size(207, 102);
  91. this.Controls.Add(this.ultraGroupBox1);
  92. this.Name = "frmrequipot";
  93. this.Text = "钢包查询";
  94. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  95. this.ultraGroupBox1.ResumeLayout(false);
  96. this.ultraGroupBox1.PerformLayout();
  97. this.ResumeLayout(false);
  98. }
  99. #endregion
  100. private System.Windows.Forms.TextBox txtNoLadle;
  101. private System.Windows.Forms.Label label1;
  102. private System.Windows.Forms.Button btnCancel;
  103. private System.Windows.Forms.Button btnOK;
  104. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  105. }
  106. }