FormEditAE2Stock.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace SIMDP.Project
  2. {
  3. partial class FormEditAE2Stock
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.txtValue2 = new DevExpress.XtraEditors.TextEdit();
  30. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  31. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  33. this.txtValue3 = new DevExpress.XtraEditors.TextEdit();
  34. this.txtValue1 = new DevExpress.XtraEditors.TextEdit();
  35. this.labelName3 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelName2 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelName1 = new DevExpress.XtraEditors.LabelControl();
  38. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  39. this.panelControl1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtValue2.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtValue3.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtValue1.Properties)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // panelControl1
  46. //
  47. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  48. | System.Windows.Forms.AnchorStyles.Left)
  49. | System.Windows.Forms.AnchorStyles.Right)));
  50. this.panelControl1.Controls.Add(this.txtValue2);
  51. this.panelControl1.Controls.Add(this.btn_Cancel);
  52. this.panelControl1.Controls.Add(this.btn_Add);
  53. this.panelControl1.Controls.Add(this.btn_Save);
  54. this.panelControl1.Controls.Add(this.txtValue3);
  55. this.panelControl1.Controls.Add(this.txtValue1);
  56. this.panelControl1.Controls.Add(this.labelName3);
  57. this.panelControl1.Controls.Add(this.labelName2);
  58. this.panelControl1.Controls.Add(this.labelName1);
  59. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  60. this.panelControl1.Name = "panelControl1";
  61. this.panelControl1.Size = new System.Drawing.Size(294, 174);
  62. this.panelControl1.TabIndex = 0;
  63. //
  64. // txtValue2
  65. //
  66. this.txtValue2.Location = new System.Drawing.Point(88, 58);
  67. this.txtValue2.Name = "txtValue2";
  68. this.txtValue2.Size = new System.Drawing.Size(171, 20);
  69. this.txtValue2.TabIndex = 4;
  70. //
  71. // btn_Cancel
  72. //
  73. this.btn_Cancel.Location = new System.Drawing.Point(208, 127);
  74. this.btn_Cancel.Name = "btn_Cancel";
  75. this.btn_Cancel.Size = new System.Drawing.Size(51, 23);
  76. this.btn_Cancel.TabIndex = 3;
  77. this.btn_Cancel.Text = "取消";
  78. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  79. //
  80. // btn_Add
  81. //
  82. this.btn_Add.Location = new System.Drawing.Point(32, 127);
  83. this.btn_Add.Name = "btn_Add";
  84. this.btn_Add.Size = new System.Drawing.Size(51, 23);
  85. this.btn_Add.TabIndex = 2;
  86. this.btn_Add.Text = "添加";
  87. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  88. //
  89. // btn_Save
  90. //
  91. this.btn_Save.Location = new System.Drawing.Point(120, 127);
  92. this.btn_Save.Name = "btn_Save";
  93. this.btn_Save.Size = new System.Drawing.Size(51, 23);
  94. this.btn_Save.TabIndex = 2;
  95. this.btn_Save.Text = "保存";
  96. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  97. //
  98. // txtValue3
  99. //
  100. this.txtValue3.Location = new System.Drawing.Point(88, 87);
  101. this.txtValue3.Name = "txtValue3";
  102. this.txtValue3.Size = new System.Drawing.Size(171, 20);
  103. this.txtValue3.TabIndex = 1;
  104. //
  105. // txtValue1
  106. //
  107. this.txtValue1.Location = new System.Drawing.Point(88, 29);
  108. this.txtValue1.Name = "txtValue1";
  109. this.txtValue1.Size = new System.Drawing.Size(171, 20);
  110. this.txtValue1.TabIndex = 1;
  111. //
  112. // labelName3
  113. //
  114. this.labelName3.Location = new System.Drawing.Point(32, 90);
  115. this.labelName3.Name = "labelName3";
  116. this.labelName3.Size = new System.Drawing.Size(36, 14);
  117. this.labelName3.TabIndex = 0;
  118. this.labelName3.Text = "状态:";
  119. //
  120. // labelName2
  121. //
  122. this.labelName2.Location = new System.Drawing.Point(32, 61);
  123. this.labelName2.Name = "labelName2";
  124. this.labelName2.Size = new System.Drawing.Size(48, 14);
  125. this.labelName2.TabIndex = 0;
  126. this.labelName2.Text = "库位码:";
  127. //
  128. // labelName1
  129. //
  130. this.labelName1.Location = new System.Drawing.Point(32, 32);
  131. this.labelName1.Name = "labelName1";
  132. this.labelName1.Size = new System.Drawing.Size(36, 14);
  133. this.labelName1.TabIndex = 0;
  134. this.labelName1.Text = "序号:";
  135. //
  136. // FormEditAE2Stock
  137. //
  138. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  139. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  140. this.ClientSize = new System.Drawing.Size(294, 174);
  141. this.Controls.Add(this.panelControl1);
  142. this.MaximizeBox = false;
  143. this.MinimizeBox = false;
  144. this.Name = "FormEditAE2Stock";
  145. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  146. this.Text = "AE2Stock信息";
  147. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  148. this.panelControl1.ResumeLayout(false);
  149. this.panelControl1.PerformLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.txtValue2.Properties)).EndInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.txtValue3.Properties)).EndInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.txtValue1.Properties)).EndInit();
  153. this.ResumeLayout(false);
  154. }
  155. #endregion
  156. private DevExpress.XtraEditors.PanelControl panelControl1;
  157. private DevExpress.XtraEditors.LabelControl labelName1;
  158. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  159. private DevExpress.XtraEditors.SimpleButton btn_Save;
  160. private DevExpress.XtraEditors.TextEdit txtValue3;
  161. private DevExpress.XtraEditors.TextEdit txtValue1;
  162. private DevExpress.XtraEditors.LabelControl labelName3;
  163. private DevExpress.XtraEditors.LabelControl labelName2;
  164. private DevExpress.XtraEditors.SimpleButton btn_Add;
  165. private DevExpress.XtraEditors.TextEdit txtValue2;
  166. }
  167. }