极测_出货清单打印.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. namespace UAS_BARCODEIO
  2. {
  3. partial class 极测_出货清单打印
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.PrinterList = new System.Windows.Forms.ComboBox();
  29. this.label9 = new System.Windows.Forms.Label();
  30. this.ChooseAll = new System.Windows.Forms.Button();
  31. this.BarcodeIO = new System.Windows.Forms.DataGridView();
  32. this.CheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  33. this.spld_detno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.spld_module = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.spld_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.spld_proddetail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.spld_prodspec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.spld_produnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.spld_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.spld_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.spld_thisqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.spld_sndetno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.spld_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.spld_wjqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.spld_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.PrintBarCode = new System.Windows.Forms.Button();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.spl_code = new UAS_BARCODEIO.SearchTextBox();
  49. ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // PrinterList
  53. //
  54. this.PrinterList.FormattingEnabled = true;
  55. this.PrinterList.Location = new System.Drawing.Point(870, 41);
  56. this.PrinterList.Name = "PrinterList";
  57. this.PrinterList.Size = new System.Drawing.Size(312, 32);
  58. this.PrinterList.TabIndex = 37;
  59. //
  60. // label9
  61. //
  62. this.label9.AutoSize = true;
  63. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.label9.Location = new System.Drawing.Point(701, 35);
  65. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  66. this.label9.Name = "label9";
  67. this.label9.Size = new System.Drawing.Size(162, 38);
  68. this.label9.TabIndex = 38;
  69. this.label9.Text = "打印机列表";
  70. //
  71. // ChooseAll
  72. //
  73. this.ChooseAll.Location = new System.Drawing.Point(27, 96);
  74. this.ChooseAll.Name = "ChooseAll";
  75. this.ChooseAll.Size = new System.Drawing.Size(86, 45);
  76. this.ChooseAll.TabIndex = 39;
  77. this.ChooseAll.Text = "全选";
  78. this.ChooseAll.UseVisualStyleBackColor = true;
  79. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  80. //
  81. // BarcodeIO
  82. //
  83. this.BarcodeIO.AllowUserToAddRows = false;
  84. this.BarcodeIO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.BarcodeIO.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  87. this.BarcodeIO.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  88. this.CheckBox,
  89. this.spld_detno,
  90. this.spld_module,
  91. this.spld_prodcode,
  92. this.spld_proddetail,
  93. this.spld_prodspec,
  94. this.spld_produnit,
  95. this.spld_baseqty,
  96. this.spld_qty,
  97. this.spld_thisqty,
  98. this.spld_sndetno,
  99. this.spld_sncode,
  100. this.spld_wjqty,
  101. this.spld_remark});
  102. this.BarcodeIO.Location = new System.Drawing.Point(27, 96);
  103. this.BarcodeIO.Name = "BarcodeIO";
  104. this.BarcodeIO.RowHeadersWidth = 82;
  105. this.BarcodeIO.RowTemplate.Height = 23;
  106. this.BarcodeIO.Size = new System.Drawing.Size(2087, 1215);
  107. this.BarcodeIO.TabIndex = 35;
  108. //
  109. // CheckBox
  110. //
  111. this.CheckBox.DataPropertyName = "CheckBox";
  112. this.CheckBox.HeaderText = "勾选";
  113. this.CheckBox.MinimumWidth = 10;
  114. this.CheckBox.Name = "CheckBox";
  115. this.CheckBox.Width = 200;
  116. //
  117. // spld_detno
  118. //
  119. this.spld_detno.DataPropertyName = "spld_detno";
  120. this.spld_detno.HeaderText = "序号";
  121. this.spld_detno.MinimumWidth = 10;
  122. this.spld_detno.Name = "spld_detno";
  123. this.spld_detno.Width = 200;
  124. //
  125. // spld_module
  126. //
  127. this.spld_module.DataPropertyName = "spld_module";
  128. this.spld_module.HeaderText = "所属模块";
  129. this.spld_module.MinimumWidth = 10;
  130. this.spld_module.Name = "spld_module";
  131. this.spld_module.Width = 200;
  132. //
  133. // spld_prodcode
  134. //
  135. this.spld_prodcode.DataPropertyName = "spld_prodcode";
  136. this.spld_prodcode.HeaderText = "物料编号";
  137. this.spld_prodcode.MinimumWidth = 10;
  138. this.spld_prodcode.Name = "spld_prodcode";
  139. this.spld_prodcode.Width = 200;
  140. //
  141. // spld_proddetail
  142. //
  143. this.spld_proddetail.DataPropertyName = "spld_proddetail";
  144. this.spld_proddetail.HeaderText = "物料名称";
  145. this.spld_proddetail.MinimumWidth = 10;
  146. this.spld_proddetail.Name = "spld_proddetail";
  147. this.spld_proddetail.Width = 200;
  148. //
  149. // spld_prodspec
  150. //
  151. this.spld_prodspec.DataPropertyName = "spld_prodspec";
  152. this.spld_prodspec.HeaderText = "物料规格";
  153. this.spld_prodspec.MinimumWidth = 10;
  154. this.spld_prodspec.Name = "spld_prodspec";
  155. this.spld_prodspec.Width = 200;
  156. //
  157. // spld_produnit
  158. //
  159. this.spld_produnit.DataPropertyName = "spld_produnit";
  160. this.spld_produnit.HeaderText = "单位";
  161. this.spld_produnit.MinimumWidth = 10;
  162. this.spld_produnit.Name = "spld_produnit";
  163. this.spld_produnit.Width = 200;
  164. //
  165. // spld_baseqty
  166. //
  167. this.spld_baseqty.DataPropertyName = "spld_baseqty";
  168. this.spld_baseqty.HeaderText = "单位用量";
  169. this.spld_baseqty.MinimumWidth = 10;
  170. this.spld_baseqty.Name = "spld_baseqty";
  171. this.spld_baseqty.Width = 200;
  172. //
  173. // spld_qty
  174. //
  175. this.spld_qty.DataPropertyName = "spld_qty";
  176. this.spld_qty.HeaderText = "订单用量";
  177. this.spld_qty.MinimumWidth = 10;
  178. this.spld_qty.Name = "spld_qty";
  179. this.spld_qty.Width = 200;
  180. //
  181. // spld_thisqty
  182. //
  183. this.spld_thisqty.DataPropertyName = "spld_thisqty";
  184. this.spld_thisqty.HeaderText = "本次发料数量";
  185. this.spld_thisqty.MinimumWidth = 10;
  186. this.spld_thisqty.Name = "spld_thisqty";
  187. this.spld_thisqty.Width = 200;
  188. //
  189. // spld_sndetno
  190. //
  191. this.spld_sndetno.DataPropertyName = "spld_sndetno";
  192. this.spld_sndetno.HeaderText = "出货通知序号";
  193. this.spld_sndetno.MinimumWidth = 10;
  194. this.spld_sndetno.Name = "spld_sndetno";
  195. this.spld_sndetno.Width = 200;
  196. //
  197. // spld_sncode
  198. //
  199. this.spld_sncode.DataPropertyName = "spld_sncode";
  200. this.spld_sncode.HeaderText = "出货通知单号";
  201. this.spld_sncode.MinimumWidth = 10;
  202. this.spld_sncode.Name = "spld_sncode";
  203. this.spld_sncode.Width = 200;
  204. //
  205. // spld_wjqty
  206. //
  207. this.spld_wjqty.DataPropertyName = "spld_wjqty";
  208. this.spld_wjqty.HeaderText = "未发数量";
  209. this.spld_wjqty.MinimumWidth = 10;
  210. this.spld_wjqty.Name = "spld_wjqty";
  211. this.spld_wjqty.Width = 200;
  212. //
  213. // spld_remark
  214. //
  215. this.spld_remark.DataPropertyName = "spld_remark";
  216. this.spld_remark.HeaderText = "备注";
  217. this.spld_remark.MinimumWidth = 10;
  218. this.spld_remark.Name = "spld_remark";
  219. this.spld_remark.Width = 200;
  220. //
  221. // PrintBarCode
  222. //
  223. this.PrintBarCode.Location = new System.Drawing.Point(1234, 34);
  224. this.PrintBarCode.Name = "PrintBarCode";
  225. this.PrintBarCode.Size = new System.Drawing.Size(169, 45);
  226. this.PrintBarCode.TabIndex = 36;
  227. this.PrintBarCode.Text = "打印条码";
  228. this.PrintBarCode.UseVisualStyleBackColor = true;
  229. this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
  230. //
  231. // label3
  232. //
  233. this.label3.AutoSize = true;
  234. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.label3.Location = new System.Drawing.Point(37, 38);
  236. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  237. this.label3.Name = "label3";
  238. this.label3.Size = new System.Drawing.Size(133, 38);
  239. this.label3.TabIndex = 40;
  240. this.label3.Text = "单据编号";
  241. //
  242. // spl_code
  243. //
  244. this.spl_code.AllPower = null;
  245. this.spl_code.Caller = null;
  246. this.spl_code.Condition = null;
  247. this.spl_code.DBTitle = null;
  248. this.spl_code.FormName = null;
  249. this.spl_code.Location = new System.Drawing.Point(178, 38);
  250. this.spl_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  251. this.spl_code.Name = "spl_code";
  252. this.spl_code.Power = null;
  253. this.spl_code.ReturnData = null;
  254. this.spl_code.SelectField = null;
  255. this.spl_code.SetValueField = null;
  256. this.spl_code.Size = new System.Drawing.Size(436, 35);
  257. this.spl_code.TabIndex = 41;
  258. this.spl_code.TableName = null;
  259. this.spl_code.TextBoxEnable = false;
  260. this.spl_code.UserControlTextChanged += new UAS_BARCODEIO.SearchTextBox.OnTextChange(this.spl_code_UserControlTextChanged);
  261. //
  262. // 极测_出货清单打印
  263. //
  264. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  265. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  266. this.ClientSize = new System.Drawing.Size(2136, 1338);
  267. this.Controls.Add(this.spl_code);
  268. this.Controls.Add(this.label3);
  269. this.Controls.Add(this.ChooseAll);
  270. this.Controls.Add(this.label9);
  271. this.Controls.Add(this.PrinterList);
  272. this.Controls.Add(this.PrintBarCode);
  273. this.Controls.Add(this.BarcodeIO);
  274. this.Margin = new System.Windows.Forms.Padding(6);
  275. this.Name = "极测_出货清单打印";
  276. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  277. this.Text = "入库条码打印";
  278. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  279. this.AutoSizeChanged += new System.EventHandler(this.入库条码规则解析_AutoSizeChanged);
  280. this.Load += new System.EventHandler(this.Form1_Load);
  281. ((System.ComponentModel.ISupportInitialize)(this.BarcodeIO)).EndInit();
  282. this.ResumeLayout(false);
  283. this.PerformLayout();
  284. }
  285. #endregion
  286. private System.Windows.Forms.ComboBox PrinterList;
  287. private System.Windows.Forms.Label label9;
  288. private System.Windows.Forms.Button ChooseAll;
  289. private System.Windows.Forms.DataGridView BarcodeIO;
  290. private System.Windows.Forms.Button PrintBarCode;
  291. private SearchTextBox spl_code;
  292. private System.Windows.Forms.Label label3;
  293. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBox;
  294. private System.Windows.Forms.DataGridViewTextBoxColumn spld_detno;
  295. private System.Windows.Forms.DataGridViewTextBoxColumn spld_module;
  296. private System.Windows.Forms.DataGridViewTextBoxColumn spld_prodcode;
  297. private System.Windows.Forms.DataGridViewTextBoxColumn spld_proddetail;
  298. private System.Windows.Forms.DataGridViewTextBoxColumn spld_prodspec;
  299. private System.Windows.Forms.DataGridViewTextBoxColumn spld_produnit;
  300. private System.Windows.Forms.DataGridViewTextBoxColumn spld_baseqty;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn spld_qty;
  302. private System.Windows.Forms.DataGridViewTextBoxColumn spld_thisqty;
  303. private System.Windows.Forms.DataGridViewTextBoxColumn spld_sndetno;
  304. private System.Windows.Forms.DataGridViewTextBoxColumn spld_sncode;
  305. private System.Windows.Forms.DataGridViewTextBoxColumn spld_wjqty;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn spld_remark;
  307. }
  308. }