Query_Barcodeio.Designer.cs 18 KB

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