Warehouse_NewPiInOut.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. namespace UAS_MES.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.CustomControl.HeadBar();
  30. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  31. this.cu_code = new UAS_MES.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.textBox1 = new System.Windows.Forms.TextBox();
  37. this.cu_name = new System.Windows.Forms.TextBox();
  38. this.SuspendLayout();
  39. //
  40. // headBar1
  41. //
  42. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  43. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  44. this.headBar1.Location = new System.Drawing.Point(0, 0);
  45. this.headBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  46. this.headBar1.Name = "headBar1";
  47. this.headBar1.Size = new System.Drawing.Size(405, 40);
  48. this.headBar1.TabIndex = 0;
  49. this.headBar1.Title = null;
  50. //
  51. // Confirm
  52. //
  53. this.Confirm.AllPower = null;
  54. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  55. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  56. this.Confirm.Image = null;
  57. this.Confirm.IsShowBorder = true;
  58. this.Confirm.Location = new System.Drawing.Point(166, 214);
  59. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  60. this.Confirm.Name = "Confirm";
  61. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  62. this.Confirm.Power = null;
  63. this.Confirm.Size = new System.Drawing.Size(75, 28);
  64. this.Confirm.TabIndex = 1;
  65. this.Confirm.Text = "确认";
  66. this.Confirm.UseVisualStyleBackColor = false;
  67. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  68. //
  69. // cu_code
  70. //
  71. this.cu_code.AllPower = null;
  72. this.cu_code.Caller = null;
  73. this.cu_code.Condition = null;
  74. this.cu_code.DBTitle = null;
  75. this.cu_code.FormName = null;
  76. this.cu_code.Location = new System.Drawing.Point(111, 110);
  77. this.cu_code.Name = "cu_code";
  78. this.cu_code.Power = null;
  79. this.cu_code.ReturnData = null;
  80. this.cu_code.SelectField = null;
  81. this.cu_code.SetValueField = null;
  82. this.cu_code.Size = new System.Drawing.Size(130, 25);
  83. this.cu_code.TabIndex = 2;
  84. this.cu_code.TableName = null;
  85. this.cu_code.TextBoxEnable = false;
  86. //
  87. // pi_titile_label
  88. //
  89. this.pi_titile_label.AutoSize = true;
  90. this.pi_titile_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.pi_titile_label.Location = new System.Drawing.Point(13, 110);
  92. this.pi_titile_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.pi_titile_label.Name = "pi_titile_label";
  94. this.pi_titile_label.Size = new System.Drawing.Size(92, 27);
  95. this.pi_titile_label.TabIndex = 213;
  96. this.pi_titile_label.Text = "客户编号";
  97. //
  98. // pi_inoutno_label
  99. //
  100. this.pi_inoutno_label.AutoSize = true;
  101. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.pi_inoutno_label.Location = new System.Drawing.Point(13, 61);
  103. this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.pi_inoutno_label.Name = "pi_inoutno_label";
  105. this.pi_inoutno_label.Size = new System.Drawing.Size(92, 27);
  106. this.pi_inoutno_label.TabIndex = 214;
  107. this.pi_inoutno_label.Text = "出货单号";
  108. //
  109. // pi_inoutno
  110. //
  111. this.pi_inoutno.Location = new System.Drawing.Point(112, 63);
  112. this.pi_inoutno.Name = "pi_inoutno";
  113. this.pi_inoutno.Size = new System.Drawing.Size(265, 25);
  114. this.pi_inoutno.TabIndex = 223;
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label1.Location = new System.Drawing.Point(13, 162);
  121. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  122. this.label1.Name = "label1";
  123. this.label1.Size = new System.Drawing.Size(52, 27);
  124. this.label1.TabIndex = 224;
  125. this.label1.Text = "备注";
  126. //
  127. // textBox1
  128. //
  129. this.textBox1.Location = new System.Drawing.Point(111, 162);
  130. this.textBox1.Name = "textBox1";
  131. this.textBox1.Size = new System.Drawing.Size(266, 25);
  132. this.textBox1.TabIndex = 225;
  133. //
  134. // cu_name
  135. //
  136. this.cu_name.Location = new System.Drawing.Point(259, 110);
  137. this.cu_name.Name = "cu_name";
  138. this.cu_name.Size = new System.Drawing.Size(118, 25);
  139. this.cu_name.TabIndex = 226;
  140. //
  141. // Warehouse_NewPiInOut
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(405, 259);
  146. this.Controls.Add(this.cu_name);
  147. this.Controls.Add(this.textBox1);
  148. this.Controls.Add(this.label1);
  149. this.Controls.Add(this.pi_inoutno);
  150. this.Controls.Add(this.pi_inoutno_label);
  151. this.Controls.Add(this.pi_titile_label);
  152. this.Controls.Add(this.cu_code);
  153. this.Controls.Add(this.Confirm);
  154. this.Controls.Add(this.headBar1);
  155. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  156. this.Name = "Warehouse_NewPiInOut";
  157. this.Tag = "ShowDialogWindow";
  158. this.Text = "Warehouse_NewPiInOut";
  159. this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load);
  160. this.ResumeLayout(false);
  161. this.PerformLayout();
  162. }
  163. #endregion
  164. private CustomControl.HeadBar headBar1;
  165. private CustomControl.ButtonUtil.NormalButton Confirm;
  166. private CustomControl.TextBoxWithIcon.SearchTextBox cu_code;
  167. private System.Windows.Forms.Label pi_titile_label;
  168. private System.Windows.Forms.Label pi_inoutno_label;
  169. private System.Windows.Forms.TextBox pi_inoutno;
  170. private System.Windows.Forms.Label label1;
  171. private System.Windows.Forms.TextBox textBox1;
  172. private System.Windows.Forms.TextBox cu_name;
  173. }
  174. }