Special_AfterSaleIn.Designer.cs 15 KB

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