Make_NewPallet.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_NewPallet
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewPallet));
  29. this.pr_code_label = new System.Windows.Forms.Label();
  30. this.pa_packageqty_label = new System.Windows.Forms.Label();
  31. this.pa_outboxcode_label = new System.Windows.Forms.Label();
  32. this.title = new System.Windows.Forms.Label();
  33. this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
  34. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  35. this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  36. this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  37. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  38. this.SuspendLayout();
  39. //
  40. // pr_code_label
  41. //
  42. this.pr_code_label.AutoSize = true;
  43. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.pr_code_label.Location = new System.Drawing.Point(25, 75);
  45. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  46. this.pr_code_label.Name = "pr_code_label";
  47. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  48. this.pr_code_label.TabIndex = 0;
  49. this.pr_code_label.Text = "产品编号";
  50. //
  51. // pa_packageqty_label
  52. //
  53. this.pa_packageqty_label.AutoSize = true;
  54. this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.pa_packageqty_label.Location = new System.Drawing.Point(25, 131);
  56. this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  57. this.pa_packageqty_label.Name = "pa_packageqty_label";
  58. this.pa_packageqty_label.Size = new System.Drawing.Size(92, 27);
  59. this.pa_packageqty_label.TabIndex = 1;
  60. this.pa_packageqty_label.Text = "箱内数量";
  61. //
  62. // pa_outboxcode_label
  63. //
  64. this.pa_outboxcode_label.AutoSize = true;
  65. this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.pa_outboxcode_label.Location = new System.Drawing.Point(25, 189);
  67. this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  68. this.pa_outboxcode_label.Name = "pa_outboxcode_label";
  69. this.pa_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  70. this.pa_outboxcode_label.TabIndex = 2;
  71. this.pa_outboxcode_label.Text = "箱号";
  72. //
  73. // title
  74. //
  75. this.title.AutoSize = true;
  76. this.title.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  77. this.title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.title.ForeColor = System.Drawing.SystemColors.ButtonFace;
  79. this.title.Location = new System.Drawing.Point(9, 8);
  80. this.title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.title.Name = "title";
  82. this.title.Size = new System.Drawing.Size(0, 27);
  83. this.title.TabIndex = 9;
  84. //
  85. // pa_outboxcode
  86. //
  87. this.pa_outboxcode.ErrorMsg = null;
  88. this.pa_outboxcode.Location = new System.Drawing.Point(128, 189);
  89. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  90. this.pa_outboxcode.Name = "pa_outboxcode";
  91. this.pa_outboxcode.Pr_id = null;
  92. this.pa_outboxcode.Size = new System.Drawing.Size(206, 26);
  93. this.pa_outboxcode.TabIndex = 10;
  94. //
  95. // headBar1
  96. //
  97. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  98. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  99. this.headBar1.Location = new System.Drawing.Point(0, 0);
  100. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  101. this.headBar1.Name = "headBar1";
  102. this.headBar1.Size = new System.Drawing.Size(399, 40);
  103. this.headBar1.TabIndex = 7;
  104. //
  105. // pa_packageqty
  106. //
  107. this.pa_packageqty.AllPower = null;
  108. this.pa_packageqty.BackColor = System.Drawing.Color.White;
  109. this.pa_packageqty.ID = null;
  110. this.pa_packageqty.Location = new System.Drawing.Point(128, 131);
  111. this.pa_packageqty.Margin = new System.Windows.Forms.Padding(4);
  112. this.pa_packageqty.Name = "pa_packageqty";
  113. this.pa_packageqty.Negative = false;
  114. this.pa_packageqty.Power = null;
  115. this.pa_packageqty.Size = new System.Drawing.Size(206, 25);
  116. this.pa_packageqty.Str = null;
  117. this.pa_packageqty.Str1 = null;
  118. this.pa_packageqty.Str2 = null;
  119. this.pa_packageqty.TabIndex = 6;
  120. //
  121. // pr_code
  122. //
  123. this.pr_code.AllPower = null;
  124. this.pr_code.Caller = null;
  125. this.pr_code.Condition = null;
  126. this.pr_code.DBTitle = "产品编号查询";
  127. this.pr_code.FormName = null;
  128. this.pr_code.Location = new System.Drawing.Point(128, 75);
  129. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  130. this.pr_code.Name = "pr_code";
  131. this.pr_code.Power = "ifread";
  132. this.pr_code.SelectField = null;
  133. this.pr_code.SetValueField = null;
  134. this.pr_code.Size = new System.Drawing.Size(206, 26);
  135. this.pr_code.TabIndex = 4;
  136. this.pr_code.TableName = null;
  137. this.pr_code.TextBoxEnable = false;
  138. this.pr_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pr_code_UserControlTextChanged);
  139. //
  140. // Confirm
  141. //
  142. this.Confirm.AllPower = null;
  143. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  144. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  145. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  146. this.Confirm.IsShowBorder = true;
  147. this.Confirm.Location = new System.Drawing.Point(164, 236);
  148. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  149. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  150. this.Confirm.Name = "Confirm";
  151. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  152. this.Confirm.Power = null;
  153. this.Confirm.Size = new System.Drawing.Size(71, 29);
  154. this.Confirm.TabIndex = 3;
  155. this.Confirm.Tag = "Make!NewPallet";
  156. this.Confirm.Text = "确认";
  157. this.Confirm.UseVisualStyleBackColor = true;
  158. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  159. //
  160. // Make_NewPallet
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(399, 280);
  165. this.Controls.Add(this.pa_outboxcode);
  166. this.Controls.Add(this.title);
  167. this.Controls.Add(this.headBar1);
  168. this.Controls.Add(this.pa_packageqty);
  169. this.Controls.Add(this.pr_code);
  170. this.Controls.Add(this.Confirm);
  171. this.Controls.Add(this.pa_outboxcode_label);
  172. this.Controls.Add(this.pa_packageqty_label);
  173. this.Controls.Add(this.pr_code_label);
  174. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  175. this.Margin = new System.Windows.Forms.Padding(4);
  176. this.Name = "Make_NewPallet";
  177. this.Tag = "ShowDialogWindow";
  178. this.Text = "新增栈板";
  179. this.Load += new System.EventHandler(this.新增栈板_Load);
  180. this.ResumeLayout(false);
  181. this.PerformLayout();
  182. }
  183. #endregion
  184. private System.Windows.Forms.Label pr_code_label;
  185. private System.Windows.Forms.Label pa_packageqty_label;
  186. private System.Windows.Forms.Label pa_outboxcode_label;
  187. private CustomControl.ButtonUtil.NormalButton Confirm;
  188. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  189. private CustomControl.TextBoxWithIcon.NumOnlyTextBox pa_packageqty;
  190. private CustomControl.HeadBar headBar1;
  191. private System.Windows.Forms.Label title;
  192. private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
  193. }
  194. }