Special_AfterSaleOut.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_AfterSaleOut
  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(Special_AfterSaleOut));
  29. this.cu_code_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.Info = new System.Windows.Forms.DataGridView();
  32. this.afr_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.afr_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.afr_cucode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.cu_name = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.Cancel = new System.Windows.Forms.CheckBox();
  39. this.InDate = new System.Windows.Forms.DateTimePicker();
  40. this.label2 = new System.Windows.Forms.Label();
  41. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.barcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  46. this.cu_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  49. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.outqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  52. ((System.ComponentModel.ISupportInitialize)(this.Info)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // cu_code_label
  56. //
  57. this.cu_code_label.AutoSize = true;
  58. this.cu_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.cu_code_label.Location = new System.Drawing.Point(32, 14);
  60. this.cu_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  61. this.cu_code_label.Name = "cu_code_label";
  62. this.cu_code_label.Size = new System.Drawing.Size(146, 41);
  63. this.cu_code_label.TabIndex = 213;
  64. this.cu_code_label.Text = "客户编号";
  65. //
  66. // label1
  67. //
  68. this.label1.AutoSize = true;
  69. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.label1.Location = new System.Drawing.Point(42, 726);
  71. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(114, 41);
  74. this.label1.TabIndex = 217;
  75. this.label1.Text = "主板号";
  76. //
  77. // Info
  78. //
  79. this.Info.AllowUserToAddRows = false;
  80. this.Info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  81. this.Info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  82. this.afr_barcode,
  83. this.afr_prodcode,
  84. this.pr_detail,
  85. this.afr_cucode});
  86. this.Info.Location = new System.Drawing.Point(39, 88);
  87. this.Info.Name = "Info";
  88. this.Info.RowTemplate.Height = 37;
  89. this.Info.Size = new System.Drawing.Size(1072, 608);
  90. this.Info.TabIndex = 218;
  91. //
  92. // afr_barcode
  93. //
  94. this.afr_barcode.DataPropertyName = "afr_barcode";
  95. this.afr_barcode.HeaderText = "条码号";
  96. this.afr_barcode.MinimumWidth = 80;
  97. this.afr_barcode.Name = "afr_barcode";
  98. //
  99. // afr_prodcode
  100. //
  101. this.afr_prodcode.DataPropertyName = "afr_prodcode";
  102. this.afr_prodcode.HeaderText = "物料编号";
  103. this.afr_prodcode.MinimumWidth = 100;
  104. this.afr_prodcode.Name = "afr_prodcode";
  105. //
  106. // pr_detail
  107. //
  108. this.pr_detail.DataPropertyName = "pr_detail";
  109. this.pr_detail.HeaderText = "物料名称";
  110. this.pr_detail.MinimumWidth = 90;
  111. this.pr_detail.Name = "pr_detail";
  112. //
  113. // afr_cucode
  114. //
  115. this.afr_cucode.DataPropertyName = "pr_spec";
  116. this.afr_cucode.HeaderText = "物料规格";
  117. this.afr_cucode.MinimumWidth = 300;
  118. this.afr_cucode.Name = "afr_cucode";
  119. this.afr_cucode.Width = 300;
  120. //
  121. // cu_name
  122. //
  123. this.cu_name.AutoSize = true;
  124. this.cu_name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.cu_name.Location = new System.Drawing.Point(601, 14);
  126. this.cu_name.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  127. this.cu_name.Name = "cu_name";
  128. this.cu_name.Size = new System.Drawing.Size(0, 41);
  129. this.cu_name.TabIndex = 219;
  130. //
  131. // label5
  132. //
  133. this.label5.AutoSize = true;
  134. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.label5.Location = new System.Drawing.Point(450, 14);
  136. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  137. this.label5.Name = "label5";
  138. this.label5.Size = new System.Drawing.Size(146, 41);
  139. this.label5.TabIndex = 222;
  140. this.label5.Text = "客户名称";
  141. //
  142. // Cancel
  143. //
  144. this.Cancel.AutoSize = true;
  145. this.Cancel.Location = new System.Drawing.Point(896, 737);
  146. this.Cancel.Name = "Cancel";
  147. this.Cancel.Size = new System.Drawing.Size(138, 28);
  148. this.Cancel.TabIndex = 223;
  149. this.Cancel.Text = "取消录入";
  150. this.Cancel.UseVisualStyleBackColor = true;
  151. //
  152. // InDate
  153. //
  154. this.InDate.Location = new System.Drawing.Point(1058, 20);
  155. this.InDate.Name = "InDate";
  156. this.InDate.Size = new System.Drawing.Size(205, 35);
  157. this.InDate.TabIndex = 224;
  158. this.InDate.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  159. //
  160. // label2
  161. //
  162. this.label2.AutoSize = true;
  163. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.label2.Location = new System.Drawing.Point(889, 14);
  165. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  166. this.label2.Name = "label2";
  167. this.label2.Size = new System.Drawing.Size(146, 41);
  168. this.label2.TabIndex = 225;
  169. this.label2.Text = "录入日期";
  170. //
  171. // dataGridViewTextBoxColumn1
  172. //
  173. this.dataGridViewTextBoxColumn1.DataPropertyName = "afr_barcode";
  174. this.dataGridViewTextBoxColumn1.HeaderText = "条码号";
  175. this.dataGridViewTextBoxColumn1.MinimumWidth = 80;
  176. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  177. //
  178. // dataGridViewTextBoxColumn2
  179. //
  180. this.dataGridViewTextBoxColumn2.DataPropertyName = "afr_prodcode";
  181. this.dataGridViewTextBoxColumn2.HeaderText = "物料编号";
  182. this.dataGridViewTextBoxColumn2.MinimumWidth = 100;
  183. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  184. //
  185. // dataGridViewTextBoxColumn3
  186. //
  187. this.dataGridViewTextBoxColumn3.DataPropertyName = "afr_cucode";
  188. this.dataGridViewTextBoxColumn3.HeaderText = "客户名称";
  189. this.dataGridViewTextBoxColumn3.MinimumWidth = 90;
  190. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  191. //
  192. // dataGridViewTextBoxColumn4
  193. //
  194. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_spec";
  195. this.dataGridViewTextBoxColumn4.HeaderText = "物料规格";
  196. this.dataGridViewTextBoxColumn4.MinimumWidth = 300;
  197. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  198. this.dataGridViewTextBoxColumn4.Width = 300;
  199. //
  200. // barcode
  201. //
  202. this.barcode.AllPower = null;
  203. this.barcode.BackColor = System.Drawing.Color.White;
  204. this.barcode.ID = null;
  205. this.barcode.Location = new System.Drawing.Point(166, 732);
  206. this.barcode.Margin = new System.Windows.Forms.Padding(4);
  207. this.barcode.Name = "barcode";
  208. this.barcode.Power = null;
  209. this.barcode.Size = new System.Drawing.Size(292, 35);
  210. this.barcode.Str = null;
  211. this.barcode.Str1 = null;
  212. this.barcode.Str2 = null;
  213. this.barcode.TabIndex = 216;
  214. this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  215. //
  216. // cu_code
  217. //
  218. this.cu_code.AllPower = null;
  219. this.cu_code.Caller = null;
  220. this.cu_code.Condition = null;
  221. this.cu_code.DBTitle = null;
  222. this.cu_code.FormName = null;
  223. this.cu_code.Location = new System.Drawing.Point(190, 16);
  224. this.cu_code.Margin = new System.Windows.Forms.Padding(4);
  225. this.cu_code.Name = "cu_code";
  226. this.cu_code.Power = null;
  227. this.cu_code.ReturnData = null;
  228. this.cu_code.SelectField = null;
  229. this.cu_code.SetValueField = null;
  230. this.cu_code.Size = new System.Drawing.Size(235, 40);
  231. this.cu_code.TabIndex = 212;
  232. this.cu_code.TableName = null;
  233. this.cu_code.TextBoxEnable = false;
  234. this.cu_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cu_code_UserControlTextChanged);
  235. //
  236. // Clean
  237. //
  238. this.Clean.AllPower = null;
  239. this.Clean.BackColor = System.Drawing.Color.Transparent;
  240. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  241. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  242. this.Clean.IsShowBorder = true;
  243. this.Clean.Location = new System.Drawing.Point(1262, 725);
  244. this.Clean.Margin = new System.Windows.Forms.Padding(8);
  245. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  246. this.Clean.Name = "Clean";
  247. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  248. this.Clean.Power = null;
  249. this.Clean.Size = new System.Drawing.Size(120, 50);
  250. this.Clean.TabIndex = 143;
  251. this.Clean.Text = "清除";
  252. this.Clean.UseVisualStyleBackColor = true;
  253. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  254. //
  255. // OperateResult
  256. //
  257. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.OperateResult.Location = new System.Drawing.Point(1138, 88);
  259. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  260. this.OperateResult.Name = "OperateResult";
  261. this.OperateResult.Size = new System.Drawing.Size(372, 608);
  262. this.OperateResult.TabIndex = 142;
  263. this.OperateResult.Text = "";
  264. //
  265. // Confirm
  266. //
  267. this.Confirm.AllPower = null;
  268. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  269. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  270. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  271. this.Confirm.IsShowBorder = true;
  272. this.Confirm.Location = new System.Drawing.Point(470, 722);
  273. this.Confirm.Margin = new System.Windows.Forms.Padding(8);
  274. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  275. this.Confirm.Name = "Confirm";
  276. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  277. this.Confirm.Power = null;
  278. this.Confirm.Size = new System.Drawing.Size(120, 50);
  279. this.Confirm.TabIndex = 141;
  280. this.Confirm.Text = "确认";
  281. this.Confirm.UseVisualStyleBackColor = true;
  282. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  283. //
  284. // label3
  285. //
  286. this.label3.AutoSize = true;
  287. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.label3.Location = new System.Drawing.Point(604, 729);
  289. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  290. this.label3.Name = "label3";
  291. this.label3.Size = new System.Drawing.Size(146, 41);
  292. this.label3.TabIndex = 229;
  293. this.label3.Text = "出库数量";
  294. this.label3.Visible = false;
  295. //
  296. // outqty
  297. //
  298. this.outqty.AllPower = null;
  299. this.outqty.BackColor = System.Drawing.Color.White;
  300. this.outqty.ID = null;
  301. this.outqty.Location = new System.Drawing.Point(760, 735);
  302. this.outqty.Margin = new System.Windows.Forms.Padding(4);
  303. this.outqty.Name = "outqty";
  304. this.outqty.Power = null;
  305. this.outqty.Size = new System.Drawing.Size(111, 35);
  306. this.outqty.Str = null;
  307. this.outqty.Str1 = null;
  308. this.outqty.Str2 = null;
  309. this.outqty.TabIndex = 228;
  310. this.outqty.Visible = false;
  311. //
  312. // Special_AfterSaleOut
  313. //
  314. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  315. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  316. this.ClientSize = new System.Drawing.Size(1566, 802);
  317. this.Controls.Add(this.label3);
  318. this.Controls.Add(this.outqty);
  319. this.Controls.Add(this.label2);
  320. this.Controls.Add(this.InDate);
  321. this.Controls.Add(this.Cancel);
  322. this.Controls.Add(this.label5);
  323. this.Controls.Add(this.cu_name);
  324. this.Controls.Add(this.Info);
  325. this.Controls.Add(this.label1);
  326. this.Controls.Add(this.barcode);
  327. this.Controls.Add(this.cu_code_label);
  328. this.Controls.Add(this.cu_code);
  329. this.Controls.Add(this.Clean);
  330. this.Controls.Add(this.OperateResult);
  331. this.Controls.Add(this.Confirm);
  332. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  333. this.Margin = new System.Windows.Forms.Padding(4);
  334. this.Name = "Special_AfterSaleOut";
  335. this.Tag = "Special!Special_AfterSaleOut";
  336. this.Text = "出货单取消出货";
  337. this.Load += new System.EventHandler(this.Special_CancelProdinout_Load);
  338. this.SizeChanged += new System.EventHandler(this.Special_AfterSaleIn_SizeChanged);
  339. ((System.ComponentModel.ISupportInitialize)(this.Info)).EndInit();
  340. this.ResumeLayout(true);
  341. this.PerformLayout();
  342. }
  343. #endregion
  344. private CustomControl.ButtonUtil.NormalButton Confirm;
  345. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  346. private CustomControl.ButtonUtil.NormalButton Clean;
  347. private System.Windows.Forms.Label cu_code_label;
  348. private CustomControl.TextBoxWithIcon.SearchTextBox cu_code;
  349. private CustomControl.TextBoxWithIcon.EnterTextBox barcode;
  350. private System.Windows.Forms.Label label1;
  351. private System.Windows.Forms.DataGridView Info;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  355. private System.Windows.Forms.Label cu_name;
  356. private System.Windows.Forms.Label label5;
  357. private System.Windows.Forms.CheckBox Cancel;
  358. private System.Windows.Forms.DateTimePicker InDate;
  359. private System.Windows.Forms.Label label2;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn afr_barcode;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn afr_prodcode;
  363. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn afr_cucode;
  365. private System.Windows.Forms.Label label3;
  366. private CustomControl.TextBoxWithIcon.EnterTextBox outqty;
  367. }
  368. }