Special_AfterSaleOut.Designer.cs 17 KB

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