Make_NewPallet.Designer.cs 9.3 KB

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