Warehouse_NewPiInOut.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. namespace UAS_MES_NEW.Warehouse
  2. {
  3. partial class Warehouse_NewPiInOut
  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(Warehouse_NewPiInOut));
  29. this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
  30. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  31. this.cu_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  32. this.pi_titile_label = new System.Windows.Forms.Label();
  33. this.pi_inoutno_label = new System.Windows.Forms.Label();
  34. this.pi_inoutno = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.note = new System.Windows.Forms.TextBox();
  37. this.cu_name = new System.Windows.Forms.TextBox();
  38. this.autogener = new System.Windows.Forms.CheckBox();
  39. this.SuspendLayout();
  40. //
  41. // headBar1
  42. //
  43. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  44. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  45. this.headBar1.Location = new System.Drawing.Point(0, 0);
  46. this.headBar1.Name = "headBar1";
  47. this.headBar1.Size = new System.Drawing.Size(304, 32);
  48. this.headBar1.TabIndex = 0;
  49. this.headBar1.Title = null;
  50. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  51. //
  52. // Confirm
  53. //
  54. this.Confirm.AllPower = null;
  55. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  56. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  57. this.Confirm.Image = null;
  58. this.Confirm.IsShowBorder = true;
  59. this.Confirm.Location = new System.Drawing.Point(124, 171);
  60. this.Confirm.Margin = new System.Windows.Forms.Padding(2);
  61. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  62. this.Confirm.Name = "Confirm";
  63. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  64. this.Confirm.Power = null;
  65. this.Confirm.Size = new System.Drawing.Size(56, 22);
  66. this.Confirm.TabIndex = 1;
  67. this.Confirm.Text = "确认";
  68. this.Confirm.UseVisualStyleBackColor = false;
  69. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  70. //
  71. // cu_code
  72. //
  73. this.cu_code.AllPower = null;
  74. this.cu_code.Caller = null;
  75. this.cu_code.Condition = null;
  76. this.cu_code.DBTitle = null;
  77. this.cu_code.FormName = null;
  78. this.cu_code.Location = new System.Drawing.Point(83, 88);
  79. this.cu_code.Margin = new System.Windows.Forms.Padding(2);
  80. this.cu_code.Name = "cu_code";
  81. this.cu_code.Power = null;
  82. this.cu_code.ReturnData = null;
  83. this.cu_code.SelectField = null;
  84. this.cu_code.SetValueField = null;
  85. this.cu_code.Size = new System.Drawing.Size(98, 20);
  86. this.cu_code.TabIndex = 2;
  87. this.cu_code.TableName = null;
  88. this.cu_code.TextBoxEnable = false;
  89. //
  90. // pi_titile_label
  91. //
  92. this.pi_titile_label.AutoSize = true;
  93. this.pi_titile_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.pi_titile_label.Location = new System.Drawing.Point(10, 88);
  95. this.pi_titile_label.Name = "pi_titile_label";
  96. this.pi_titile_label.Size = new System.Drawing.Size(74, 21);
  97. this.pi_titile_label.TabIndex = 213;
  98. this.pi_titile_label.Text = "客户编号";
  99. //
  100. // pi_inoutno_label
  101. //
  102. this.pi_inoutno_label.AutoSize = true;
  103. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pi_inoutno_label.Location = new System.Drawing.Point(10, 49);
  105. this.pi_inoutno_label.Name = "pi_inoutno_label";
  106. this.pi_inoutno_label.Size = new System.Drawing.Size(74, 21);
  107. this.pi_inoutno_label.TabIndex = 214;
  108. this.pi_inoutno_label.Text = "出货单号";
  109. //
  110. // pi_inoutno
  111. //
  112. this.pi_inoutno.Location = new System.Drawing.Point(84, 50);
  113. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(2);
  114. this.pi_inoutno.Name = "pi_inoutno";
  115. this.pi_inoutno.Size = new System.Drawing.Size(115, 21);
  116. this.pi_inoutno.TabIndex = 223;
  117. this.pi_inoutno.TextChanged += new System.EventHandler(this.pi_inoutno_TextChanged);
  118. //
  119. // label1
  120. //
  121. this.label1.AutoSize = true;
  122. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label1.Location = new System.Drawing.Point(10, 130);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(42, 21);
  126. this.label1.TabIndex = 224;
  127. this.label1.Text = "备注";
  128. //
  129. // note
  130. //
  131. this.note.Location = new System.Drawing.Point(83, 130);
  132. this.note.Margin = new System.Windows.Forms.Padding(2);
  133. this.note.Name = "note";
  134. this.note.Size = new System.Drawing.Size(201, 21);
  135. this.note.TabIndex = 225;
  136. //
  137. // cu_name
  138. //
  139. this.cu_name.Location = new System.Drawing.Point(194, 88);
  140. this.cu_name.Margin = new System.Windows.Forms.Padding(2);
  141. this.cu_name.Name = "cu_name";
  142. this.cu_name.Size = new System.Drawing.Size(90, 21);
  143. this.cu_name.TabIndex = 226;
  144. //
  145. // autogener
  146. //
  147. this.autogener.AutoSize = true;
  148. this.autogener.Checked = true;
  149. this.autogener.CheckState = System.Windows.Forms.CheckState.Checked;
  150. this.autogener.Location = new System.Drawing.Point(206, 55);
  151. this.autogener.Name = "autogener";
  152. this.autogener.Size = new System.Drawing.Size(96, 16);
  153. this.autogener.TabIndex = 228;
  154. this.autogener.Text = "自动生成单号";
  155. this.autogener.UseVisualStyleBackColor = true;
  156. //
  157. // Warehouse_NewPiInOut
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.ClientSize = new System.Drawing.Size(304, 207);
  162. this.Controls.Add(this.autogener);
  163. this.Controls.Add(this.cu_name);
  164. this.Controls.Add(this.note);
  165. this.Controls.Add(this.label1);
  166. this.Controls.Add(this.pi_inoutno);
  167. this.Controls.Add(this.pi_inoutno_label);
  168. this.Controls.Add(this.pi_titile_label);
  169. this.Controls.Add(this.cu_code);
  170. this.Controls.Add(this.Confirm);
  171. this.Controls.Add(this.headBar1);
  172. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  173. this.Margin = new System.Windows.Forms.Padding(2);
  174. this.Name = "Warehouse_NewPiInOut";
  175. this.Tag = "ShowDialogWindow";
  176. this.Text = "Warehouse_NewPiInOut";
  177. this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load);
  178. this.ResumeLayout(true);
  179. this.PerformLayout();
  180. }
  181. #endregion
  182. private CustomControl.HeadBar headBar1;
  183. private CustomControl.ButtonUtil.NormalButton Confirm;
  184. private CustomControl.TextBoxWithIcon.SearchTextBox cu_code;
  185. private System.Windows.Forms.Label pi_titile_label;
  186. private System.Windows.Forms.Label pi_inoutno_label;
  187. private System.Windows.Forms.TextBox pi_inoutno;
  188. private System.Windows.Forms.Label label1;
  189. private System.Windows.Forms.TextBox note;
  190. private System.Windows.Forms.TextBox cu_name;
  191. private System.Windows.Forms.CheckBox autogener;
  192. }
  193. }