Special_AfterSaleIn.Designer.cs 19 KB

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