Special_AfterSaleIn.Designer.cs 19 KB

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