LocationAddUI.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. namespace ProjectManagementSystem.UI
  2. {
  3. partial class LocationAddUI
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.comboBox1 = new System.Windows.Forms.ComboBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.textBox2 = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.textBox3 = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // comboBox1
  41. //
  42. this.comboBox1.FormattingEnabled = true;
  43. this.comboBox1.Location = new System.Drawing.Point(136, 8);
  44. this.comboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  45. this.comboBox1.Name = "comboBox1";
  46. this.comboBox1.Size = new System.Drawing.Size(180, 26);
  47. this.comboBox1.TabIndex = 0;
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Location = new System.Drawing.Point(21, 12);
  53. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(44, 18);
  56. this.label1.TabIndex = 1;
  57. this.label1.Text = "仓库";
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Location = new System.Drawing.Point(21, 42);
  63. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(80, 18);
  66. this.label2.TabIndex = 2;
  67. this.label2.Text = "仓位前缀";
  68. //
  69. // textBox1
  70. //
  71. this.textBox1.Location = new System.Drawing.Point(136, 38);
  72. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  73. this.textBox1.Name = "textBox1";
  74. this.textBox1.Size = new System.Drawing.Size(180, 28);
  75. this.textBox1.TabIndex = 3;
  76. //
  77. // textBox2
  78. //
  79. this.textBox2.Location = new System.Drawing.Point(136, 69);
  80. this.textBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  81. this.textBox2.Name = "textBox2";
  82. this.textBox2.Size = new System.Drawing.Size(180, 28);
  83. this.textBox2.TabIndex = 5;
  84. //
  85. // label3
  86. //
  87. this.label3.AutoSize = true;
  88. this.label3.Location = new System.Drawing.Point(21, 74);
  89. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(98, 18);
  92. this.label3.TabIndex = 4;
  93. this.label3.Text = "仓位起始数";
  94. //
  95. // textBox3
  96. //
  97. this.textBox3.Location = new System.Drawing.Point(136, 100);
  98. this.textBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  99. this.textBox3.Name = "textBox3";
  100. this.textBox3.Size = new System.Drawing.Size(180, 28);
  101. this.textBox3.TabIndex = 7;
  102. //
  103. // label4
  104. //
  105. this.label4.AutoSize = true;
  106. this.label4.Location = new System.Drawing.Point(21, 105);
  107. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.label4.Name = "label4";
  109. this.label4.Size = new System.Drawing.Size(98, 18);
  110. this.label4.TabIndex = 6;
  111. this.label4.Text = "仓位终结数";
  112. //
  113. // button1
  114. //
  115. this.button1.Location = new System.Drawing.Point(24, 141);
  116. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.button1.Name = "button1";
  118. this.button1.Size = new System.Drawing.Size(112, 34);
  119. this.button1.TabIndex = 8;
  120. this.button1.Text = "批量插入";
  121. this.button1.UseVisualStyleBackColor = true;
  122. this.button1.Click += new System.EventHandler(this.button1_Click);
  123. //
  124. // button2
  125. //
  126. this.button2.Location = new System.Drawing.Point(206, 141);
  127. this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  128. this.button2.Name = "button2";
  129. this.button2.Size = new System.Drawing.Size(112, 34);
  130. this.button2.TabIndex = 9;
  131. this.button2.Text = "批量删除";
  132. this.button2.UseVisualStyleBackColor = true;
  133. this.button2.Click += new System.EventHandler(this.button2_Click);
  134. //
  135. // LocationAddUI
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.Controls.Add(this.button2);
  140. this.Controls.Add(this.button1);
  141. this.Controls.Add(this.textBox3);
  142. this.Controls.Add(this.label4);
  143. this.Controls.Add(this.textBox2);
  144. this.Controls.Add(this.label3);
  145. this.Controls.Add(this.textBox1);
  146. this.Controls.Add(this.label2);
  147. this.Controls.Add(this.label1);
  148. this.Controls.Add(this.comboBox1);
  149. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  150. this.Name = "LocationAddUI";
  151. this.Size = new System.Drawing.Size(344, 213);
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private System.Windows.Forms.ComboBox comboBox1;
  157. private System.Windows.Forms.Label label1;
  158. private System.Windows.Forms.Label label2;
  159. private System.Windows.Forms.TextBox textBox1;
  160. private System.Windows.Forms.TextBox textBox2;
  161. private System.Windows.Forms.Label label3;
  162. private System.Windows.Forms.TextBox textBox3;
  163. private System.Windows.Forms.Label label4;
  164. private System.Windows.Forms.Button button1;
  165. private System.Windows.Forms.Button button2;
  166. }
  167. }