Special_AfterSaleIn.Designer.cs 20 KB

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