Warehouse_NewPiInOut.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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.searchTextBox1 = 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.textBox2 = 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. //
  68. // searchTextBox1
  69. //
  70. this.searchTextBox1.AllPower = null;
  71. this.searchTextBox1.Caller = null;
  72. this.searchTextBox1.Condition = null;
  73. this.searchTextBox1.DBTitle = null;
  74. this.searchTextBox1.FormName = null;
  75. this.searchTextBox1.Location = new System.Drawing.Point(111, 110);
  76. this.searchTextBox1.Name = "searchTextBox1";
  77. this.searchTextBox1.Power = null;
  78. this.searchTextBox1.ReturnData = null;
  79. this.searchTextBox1.SelectField = null;
  80. this.searchTextBox1.SetValueField = null;
  81. this.searchTextBox1.Size = new System.Drawing.Size(130, 25);
  82. this.searchTextBox1.TabIndex = 2;
  83. this.searchTextBox1.TableName = null;
  84. this.searchTextBox1.TextBoxEnable = false;
  85. //
  86. // pi_titile_label
  87. //
  88. this.pi_titile_label.AutoSize = true;
  89. this.pi_titile_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.pi_titile_label.Location = new System.Drawing.Point(13, 110);
  91. this.pi_titile_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.pi_titile_label.Name = "pi_titile_label";
  93. this.pi_titile_label.Size = new System.Drawing.Size(92, 27);
  94. this.pi_titile_label.TabIndex = 213;
  95. this.pi_titile_label.Text = "客户编号";
  96. //
  97. // pi_inoutno_label
  98. //
  99. this.pi_inoutno_label.AutoSize = true;
  100. this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.pi_inoutno_label.Location = new System.Drawing.Point(13, 61);
  102. this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.pi_inoutno_label.Name = "pi_inoutno_label";
  104. this.pi_inoutno_label.Size = new System.Drawing.Size(92, 27);
  105. this.pi_inoutno_label.TabIndex = 214;
  106. this.pi_inoutno_label.Text = "出货单号";
  107. //
  108. // pi_inoutno
  109. //
  110. this.pi_inoutno.Location = new System.Drawing.Point(112, 63);
  111. this.pi_inoutno.Name = "pi_inoutno";
  112. this.pi_inoutno.Size = new System.Drawing.Size(265, 25);
  113. this.pi_inoutno.TabIndex = 223;
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.label1.Location = new System.Drawing.Point(13, 162);
  120. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.label1.Name = "label1";
  122. this.label1.Size = new System.Drawing.Size(52, 27);
  123. this.label1.TabIndex = 224;
  124. this.label1.Text = "备注";
  125. //
  126. // textBox1
  127. //
  128. this.textBox1.Location = new System.Drawing.Point(111, 162);
  129. this.textBox1.Name = "textBox1";
  130. this.textBox1.Size = new System.Drawing.Size(266, 25);
  131. this.textBox1.TabIndex = 225;
  132. //
  133. // textBox2
  134. //
  135. this.textBox2.Location = new System.Drawing.Point(259, 110);
  136. this.textBox2.Name = "textBox2";
  137. this.textBox2.Size = new System.Drawing.Size(118, 25);
  138. this.textBox2.TabIndex = 226;
  139. //
  140. // Warehouse_NewPiInOut
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(405, 259);
  145. this.Controls.Add(this.textBox2);
  146. this.Controls.Add(this.textBox1);
  147. this.Controls.Add(this.label1);
  148. this.Controls.Add(this.pi_inoutno);
  149. this.Controls.Add(this.pi_inoutno_label);
  150. this.Controls.Add(this.pi_titile_label);
  151. this.Controls.Add(this.searchTextBox1);
  152. this.Controls.Add(this.Confirm);
  153. this.Controls.Add(this.headBar1);
  154. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  155. this.Name = "Warehouse_NewPiInOut";
  156. this.Tag = "ShowDialogWindow";
  157. this.Text = "Warehouse_NewPiInOut";
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private CustomControl.HeadBar headBar1;
  163. private CustomControl.ButtonUtil.NormalButton Confirm;
  164. private CustomControl.TextBoxWithIcon.SearchTextBox searchTextBox1;
  165. private System.Windows.Forms.Label pi_titile_label;
  166. private System.Windows.Forms.Label pi_inoutno_label;
  167. private System.Windows.Forms.TextBox pi_inoutno;
  168. private System.Windows.Forms.Label label1;
  169. private System.Windows.Forms.TextBox textBox1;
  170. private System.Windows.Forms.TextBox textBox2;
  171. }
  172. }