Query_Barcodeio.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_Barcodeio
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_Barcodeio));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.DGV = new System.Windows.Forms.DataGridView();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.ChooseAll = new System.Windows.Forms.Button();
  36. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  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.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  44. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  45. this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  46. this.DP_NAME = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.de_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.de_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.de_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.de_currentcentername = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.de_startdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.lm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // ms_makecode_label
  59. //
  60. this.ms_makecode_label.AutoSize = true;
  61. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.ms_makecode_label.Location = new System.Drawing.Point(19, 15);
  63. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  64. this.ms_makecode_label.Name = "ms_makecode_label";
  65. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  66. this.ms_makecode_label.TabIndex = 212;
  67. this.ms_makecode_label.Text = "使用部门";
  68. //
  69. // DGV
  70. //
  71. this.DGV.AllowUserToAddRows = false;
  72. this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  73. this.DGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  74. this.choose,
  75. this.de_code,
  76. this.de_name,
  77. this.de_spec,
  78. this.de_currentcentername,
  79. this.de_startdate,
  80. this.lm_id});
  81. this.DGV.Location = new System.Drawing.Point(26, 79);
  82. this.DGV.Name = "DGV";
  83. this.DGV.RowHeadersWidth = 82;
  84. this.DGV.RowTemplate.Height = 37;
  85. this.DGV.Size = new System.Drawing.Size(1922, 971);
  86. this.DGV.TabIndex = 218;
  87. //
  88. // label2
  89. //
  90. this.label2.AutoSize = true;
  91. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label2.Location = new System.Drawing.Point(545, 15);
  93. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  94. this.label2.Name = "label2";
  95. this.label2.Size = new System.Drawing.Size(114, 41);
  96. this.label2.TabIndex = 224;
  97. this.label2.Text = "打印机";
  98. //
  99. // label3
  100. //
  101. this.label3.AutoSize = true;
  102. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label3.Location = new System.Drawing.Point(1130, 15);
  104. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  105. this.label3.Name = "label3";
  106. this.label3.Size = new System.Drawing.Size(82, 41);
  107. this.label3.TabIndex = 223;
  108. this.label3.Text = "标签";
  109. this.label3.Click += new System.EventHandler(this.label3_Click);
  110. //
  111. // ChooseAll
  112. //
  113. this.ChooseAll.Location = new System.Drawing.Point(26, 79);
  114. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  115. this.ChooseAll.Name = "ChooseAll";
  116. this.ChooseAll.Size = new System.Drawing.Size(76, 44);
  117. this.ChooseAll.TabIndex = 226;
  118. this.ChooseAll.Text = "全选";
  119. this.ChooseAll.UseVisualStyleBackColor = true;
  120. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  121. //
  122. // dataGridViewTextBoxColumn1
  123. //
  124. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  125. this.dataGridViewTextBoxColumn1.DataPropertyName = "lm_id";
  126. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  127. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  128. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  129. this.dataGridViewTextBoxColumn1.Visible = false;
  130. this.dataGridViewTextBoxColumn1.Width = 10;
  131. //
  132. // dataGridViewCheckBoxColumn1
  133. //
  134. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  135. this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
  136. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  137. this.dataGridViewCheckBoxColumn1.Width = 200;
  138. //
  139. // dataGridViewTextBoxColumn2
  140. //
  141. this.dataGridViewTextBoxColumn2.DataPropertyName = "lm_makecode";
  142. this.dataGridViewTextBoxColumn2.HeaderText = "工单号";
  143. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  144. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  145. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  146. this.dataGridViewTextBoxColumn2.Width = 200;
  147. //
  148. // dataGridViewTextBoxColumn3
  149. //
  150. this.dataGridViewTextBoxColumn3.DataPropertyName = "lm_linecode";
  151. this.dataGridViewTextBoxColumn3.HeaderText = "线别";
  152. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  153. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  154. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  155. this.dataGridViewTextBoxColumn3.Width = 200;
  156. //
  157. // dataGridViewTextBoxColumn4
  158. //
  159. this.dataGridViewTextBoxColumn4.DataPropertyName = "lm_uptime";
  160. this.dataGridViewTextBoxColumn4.HeaderText = "上线时间";
  161. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  162. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  163. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  164. this.dataGridViewTextBoxColumn4.Width = 200;
  165. //
  166. // dataGridViewTextBoxColumn5
  167. //
  168. this.dataGridViewTextBoxColumn5.DataPropertyName = "lm_downtime";
  169. this.dataGridViewTextBoxColumn5.HeaderText = "下线时间";
  170. this.dataGridViewTextBoxColumn5.MinimumWidth = 10;
  171. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  172. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  173. this.dataGridViewTextBoxColumn5.Width = 200;
  174. //
  175. // dataGridViewTextBoxColumn6
  176. //
  177. this.dataGridViewTextBoxColumn6.DataPropertyName = "lm_inman";
  178. this.dataGridViewTextBoxColumn6.HeaderText = "录入人";
  179. this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
  180. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  181. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  182. this.dataGridViewTextBoxColumn6.Width = 200;
  183. //
  184. // PrintLabel
  185. //
  186. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  187. this.PrintLabel.FormattingEnabled = true;
  188. this.PrintLabel.Location = new System.Drawing.Point(1249, 18);
  189. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  190. this.PrintLabel.Name = "PrintLabel";
  191. this.PrintLabel.Size = new System.Drawing.Size(388, 32);
  192. this.PrintLabel.TabIndex = 225;
  193. this.PrintLabel.SelectedIndexChanged += new System.EventHandler(this.PrintLabel_SelectedIndexChanged);
  194. //
  195. // PrinterList
  196. //
  197. this.PrinterList.Location = new System.Drawing.Point(698, 21);
  198. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  199. this.PrinterList.Name = "PrinterList";
  200. this.PrinterList.Size = new System.Drawing.Size(388, 50);
  201. this.PrinterList.TabIndex = 222;
  202. //
  203. // PrintBarCode
  204. //
  205. this.PrintBarCode.AllPower = null;
  206. this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
  207. this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
  208. this.PrintBarCode.Image = null;
  209. this.PrintBarCode.IsShowBorder = true;
  210. this.PrintBarCode.Location = new System.Drawing.Point(1678, 14);
  211. this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  212. this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
  213. this.PrintBarCode.Name = "PrintBarCode";
  214. this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
  215. this.PrintBarCode.Power = null;
  216. this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
  217. this.PrintBarCode.TabIndex = 216;
  218. this.PrintBarCode.Text = "打印";
  219. this.PrintBarCode.UseVisualStyleBackColor = false;
  220. this.PrintBarCode.Click += new System.EventHandler(this.Print_Click);
  221. //
  222. // DP_NAME
  223. //
  224. this.DP_NAME.AllPower = "IFALL";
  225. this.DP_NAME.Caller = null;
  226. this.DP_NAME.Condition = null;
  227. this.DP_NAME.DBTitle = "";
  228. this.DP_NAME.Font = new System.Drawing.Font("微软雅黑", 9F);
  229. this.DP_NAME.FormName = null;
  230. this.DP_NAME.Location = new System.Drawing.Point(186, 15);
  231. this.DP_NAME.Margin = new System.Windows.Forms.Padding(6);
  232. this.DP_NAME.Name = "DP_NAME";
  233. this.DP_NAME.Power = "";
  234. this.DP_NAME.ReturnData = null;
  235. this.DP_NAME.SelectField = null;
  236. this.DP_NAME.SetValueField = null;
  237. this.DP_NAME.Size = new System.Drawing.Size(307, 46);
  238. this.DP_NAME.TabIndex = 213;
  239. this.DP_NAME.TableName = null;
  240. this.DP_NAME.Tag = "msl_makecode";
  241. this.DP_NAME.TextBoxEnable = true;
  242. this.DP_NAME.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.pi_inoutno_UserControlTextChanged);
  243. //
  244. // dataGridViewTextBoxColumn7
  245. //
  246. this.dataGridViewTextBoxColumn7.DataPropertyName = "lm_mannum";
  247. this.dataGridViewTextBoxColumn7.HeaderText = "拉线人数";
  248. this.dataGridViewTextBoxColumn7.MinimumWidth = 10;
  249. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  250. this.dataGridViewTextBoxColumn7.Width = 200;
  251. //
  252. // choose
  253. //
  254. this.choose.HeaderText = "勾选";
  255. this.choose.MinimumWidth = 10;
  256. this.choose.Name = "choose";
  257. this.choose.Width = 80;
  258. //
  259. // de_code
  260. //
  261. this.de_code.DataPropertyName = "de_code";
  262. this.de_code.HeaderText = "设备编号";
  263. this.de_code.MinimumWidth = 10;
  264. this.de_code.Name = "de_code";
  265. this.de_code.ReadOnly = true;
  266. this.de_code.Width = 150;
  267. //
  268. // de_name
  269. //
  270. this.de_name.DataPropertyName = "de_name";
  271. this.de_name.HeaderText = "设备名称";
  272. this.de_name.MinimumWidth = 10;
  273. this.de_name.Name = "de_name";
  274. this.de_name.ReadOnly = true;
  275. this.de_name.Width = 200;
  276. //
  277. // de_spec
  278. //
  279. this.de_spec.DataPropertyName = "de_spec";
  280. this.de_spec.HeaderText = "规格";
  281. this.de_spec.MinimumWidth = 10;
  282. this.de_spec.Name = "de_spec";
  283. this.de_spec.ReadOnly = true;
  284. this.de_spec.Width = 200;
  285. //
  286. // de_currentcentername
  287. //
  288. this.de_currentcentername.DataPropertyName = "de_currentcentername";
  289. this.de_currentcentername.HeaderText = "使用部门";
  290. this.de_currentcentername.MinimumWidth = 10;
  291. this.de_currentcentername.Name = "de_currentcentername";
  292. this.de_currentcentername.ReadOnly = true;
  293. this.de_currentcentername.Width = 200;
  294. //
  295. // de_startdate
  296. //
  297. this.de_startdate.DataPropertyName = "de_startdate";
  298. this.de_startdate.HeaderText = "启用日期";
  299. this.de_startdate.MinimumWidth = 10;
  300. this.de_startdate.Name = "de_startdate";
  301. this.de_startdate.Width = 200;
  302. //
  303. // lm_id
  304. //
  305. this.lm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  306. this.lm_id.DataPropertyName = "lm_id";
  307. this.lm_id.HeaderText = "ID";
  308. this.lm_id.MinimumWidth = 10;
  309. this.lm_id.Name = "lm_id";
  310. this.lm_id.Visible = false;
  311. this.lm_id.Width = 10;
  312. //
  313. // Query_Barcodeio
  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(1960, 1075);
  318. this.Controls.Add(this.ChooseAll);
  319. this.Controls.Add(this.PrintLabel);
  320. this.Controls.Add(this.label2);
  321. this.Controls.Add(this.label3);
  322. this.Controls.Add(this.PrinterList);
  323. this.Controls.Add(this.DGV);
  324. this.Controls.Add(this.PrintBarCode);
  325. this.Controls.Add(this.DP_NAME);
  326. this.Controls.Add(this.ms_makecode_label);
  327. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  328. this.Margin = new System.Windows.Forms.Padding(6);
  329. this.Name = "Query_Barcodeio";
  330. this.Tag = "Query!SpecialReport";
  331. this.Text = "Query_SpecialReport";
  332. this.Load += new System.EventHandler(this.Query_LoadMake_Load);
  333. ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
  334. this.ResumeLayout(false);
  335. this.PerformLayout();
  336. }
  337. #endregion
  338. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  339. private CustomControl.TextBoxWithIcon.SearchTextBox DP_NAME;
  340. private System.Windows.Forms.Label ms_makecode_label;
  341. private CustomControl.ButtonUtil.NormalButton PrintBarCode;
  342. private System.Windows.Forms.DataGridView DGV;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  344. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  351. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  352. private System.Windows.Forms.Label label2;
  353. private System.Windows.Forms.Label label3;
  354. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  355. private System.Windows.Forms.Button ChooseAll;
  356. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn de_code;
  358. private System.Windows.Forms.DataGridViewTextBoxColumn de_name;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn de_spec;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn de_currentcentername;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn de_startdate;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn lm_id;
  363. }
  364. }