Special_AfterSaleIn.Designer.cs 21 KB

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