MainForm.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. using lqnet.Properties;
  2. using System.Drawing;
  3. using System.Windows.Forms;
  4. namespace lqnet.Forms
  5. {
  6. partial class MainForm
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (this.DisposeParentFormIs)
  19. {
  20. this.ParentFormLogin.Dispose();
  21. }
  22. if (disposing && (components != null))
  23. {
  24. components.Dispose();
  25. }
  26. base.Dispose(disposing);
  27. }
  28. /// <summary>
  29. /// 控件闪烁
  30. /// </summary>
  31. protected override CreateParams CreateParams
  32. {
  33. get
  34. {
  35. CreateParams cp = base.CreateParams;
  36. cp.ExStyle |= 0x02000000;
  37. return cp;
  38. }
  39. }
  40. #region Windows Form Designer generated code
  41. /// <summary>
  42. /// Required method for Designer support - do not modify
  43. /// the contents of this method with the code editor.
  44. /// </summary>
  45. private void InitializeComponent()
  46. {
  47. this.components = new System.ComponentModel.Container();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  49. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  50. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  51. this.prodtDesig_sel = new System.Windows.Forms.TextBox();
  52. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  53. this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.prodtDesigDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.numDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.groupOrderCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.proceNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.prodtBatchDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.groupProceIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.groupProceCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.taskListBindingSource = new System.Windows.Forms.BindingSource(this.components);
  63. this.CheckItemComboBox = new System.Windows.Forms.ComboBox();
  64. this.slectBt = new System.Windows.Forms.Button();
  65. this.selectFileBt = new System.Windows.Forms.Button();
  66. this.uploadTrueBt = new System.Windows.Forms.Button();
  67. this.checkLabel = new System.Windows.Forms.Label();
  68. this.startIdxLabel = new System.Windows.Forms.Label();
  69. this.startIdxTextbox = new System.Windows.Forms.TextBox();
  70. this.mergeCountLabel = new System.Windows.Forms.Label();
  71. this.groupBox1 = new System.Windows.Forms.GroupBox();
  72. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  73. this.indexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.importColLabelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.lineColLabelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
  76. this.reportColListBindingSource = new System.Windows.Forms.BindingSource(this.components);
  77. this.parseReportBtn = new System.Windows.Forms.Button();
  78. this.label1 = new System.Windows.Forms.Label();
  79. this.currentFilePath = new System.Windows.Forms.Label();
  80. this.choosedFileLabel = new System.Windows.Forms.Label();
  81. this.groupBox2 = new System.Windows.Forms.GroupBox();
  82. this.pageHelper2 = new lqnet.Utils.PageHelper2();
  83. this.groupBox3 = new System.Windows.Forms.GroupBox();
  84. this.mergeCountTextbox = new System.Windows.Forms.TextBox();
  85. this.panel1 = new System.Windows.Forms.Panel();
  86. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  87. this.label3 = new System.Windows.Forms.Label();
  88. this.label2 = new System.Windows.Forms.Label();
  89. this.panel2 = new System.Windows.Forms.Panel();
  90. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.taskListBindingSource)).BeginInit();
  92. this.groupBox1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.reportColListBindingSource)).BeginInit();
  95. this.groupBox2.SuspendLayout();
  96. this.groupBox3.SuspendLayout();
  97. this.panel1.SuspendLayout();
  98. this.panel2.SuspendLayout();
  99. this.SuspendLayout();
  100. //
  101. // prodtDesig_sel
  102. //
  103. this.prodtDesig_sel.BorderStyle = System.Windows.Forms.BorderStyle.None;
  104. this.prodtDesig_sel.Font = new System.Drawing.Font("宋体", 12F);
  105. this.prodtDesig_sel.Location = new System.Drawing.Point(133, 34);
  106. this.prodtDesig_sel.Name = "prodtDesig_sel";
  107. this.prodtDesig_sel.Size = new System.Drawing.Size(247, 28);
  108. this.prodtDesig_sel.TabIndex = 1;
  109. //
  110. // dataGridView1
  111. //
  112. this.dataGridView1.AllowUserToAddRows = false;
  113. this.dataGridView1.AutoGenerateColumns = false;
  114. this.dataGridView1.BackgroundColor = System.Drawing.Color.SkyBlue;
  115. this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  116. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F);
  117. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  118. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  119. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  120. this.Index,
  121. this.idDataGridViewTextBoxColumn,
  122. this.prodtDesigDataGridViewTextBoxColumn,
  123. this.numDataGridViewTextBoxColumn,
  124. this.groupOrderCodeDataGridViewTextBoxColumn,
  125. this.proceNameDataGridViewTextBoxColumn,
  126. this.prodtBatchDataGridViewTextBoxColumn,
  127. this.groupProceIdDataGridViewTextBoxColumn,
  128. this.groupProceCodeDataGridViewTextBoxColumn});
  129. this.dataGridView1.DataSource = this.taskListBindingSource;
  130. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  131. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  132. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 14F);
  133. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  134. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  135. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  136. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  137. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
  138. this.dataGridView1.Location = new System.Drawing.Point(8, 81);
  139. this.dataGridView1.MultiSelect = false;
  140. this.dataGridView1.Name = "dataGridView1";
  141. this.dataGridView1.ReadOnly = true;
  142. this.dataGridView1.RowHeadersVisible = false;
  143. this.dataGridView1.RowHeadersWidth = 82;
  144. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  145. this.dataGridView1.ShowCellToolTips = false;
  146. this.dataGridView1.Size = new System.Drawing.Size(1292, 396);
  147. this.dataGridView1.TabIndex = 2;
  148. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
  149. //
  150. // Index
  151. //
  152. this.Index.DataPropertyName = "Index";
  153. this.Index.HeaderText = "序号";
  154. this.Index.MinimumWidth = 10;
  155. this.Index.Name = "Index";
  156. this.Index.ReadOnly = true;
  157. this.Index.Width = 110;
  158. //
  159. // idDataGridViewTextBoxColumn
  160. //
  161. this.idDataGridViewTextBoxColumn.DataPropertyName = "GroupOrderId";
  162. this.idDataGridViewTextBoxColumn.HeaderText = "调度单id";
  163. this.idDataGridViewTextBoxColumn.MinimumWidth = 10;
  164. this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
  165. this.idDataGridViewTextBoxColumn.ReadOnly = true;
  166. this.idDataGridViewTextBoxColumn.Visible = false;
  167. this.idDataGridViewTextBoxColumn.Width = 150;
  168. //
  169. // prodtDesigDataGridViewTextBoxColumn
  170. //
  171. this.prodtDesigDataGridViewTextBoxColumn.DataPropertyName = "ProdtDesig";
  172. this.prodtDesigDataGridViewTextBoxColumn.HeaderText = "产品代号";
  173. this.prodtDesigDataGridViewTextBoxColumn.MinimumWidth = 10;
  174. this.prodtDesigDataGridViewTextBoxColumn.Name = "prodtDesigDataGridViewTextBoxColumn";
  175. this.prodtDesigDataGridViewTextBoxColumn.ReadOnly = true;
  176. this.prodtDesigDataGridViewTextBoxColumn.Width = 180;
  177. //
  178. // numDataGridViewTextBoxColumn
  179. //
  180. this.numDataGridViewTextBoxColumn.DataPropertyName = "PlanAmt";
  181. this.numDataGridViewTextBoxColumn.HeaderText = "数量";
  182. this.numDataGridViewTextBoxColumn.MinimumWidth = 10;
  183. this.numDataGridViewTextBoxColumn.Name = "numDataGridViewTextBoxColumn";
  184. this.numDataGridViewTextBoxColumn.ReadOnly = true;
  185. this.numDataGridViewTextBoxColumn.Width = 130;
  186. //
  187. // groupOrderCodeDataGridViewTextBoxColumn
  188. //
  189. this.groupOrderCodeDataGridViewTextBoxColumn.DataPropertyName = "GroupOrderCode";
  190. this.groupOrderCodeDataGridViewTextBoxColumn.HeaderText = "调度单号";
  191. this.groupOrderCodeDataGridViewTextBoxColumn.MinimumWidth = 10;
  192. this.groupOrderCodeDataGridViewTextBoxColumn.Name = "groupOrderCodeDataGridViewTextBoxColumn";
  193. this.groupOrderCodeDataGridViewTextBoxColumn.ReadOnly = true;
  194. this.groupOrderCodeDataGridViewTextBoxColumn.Width = 220;
  195. //
  196. // proceNameDataGridViewTextBoxColumn
  197. //
  198. this.proceNameDataGridViewTextBoxColumn.DataPropertyName = "ProceName";
  199. this.proceNameDataGridViewTextBoxColumn.HeaderText = "工序名称";
  200. this.proceNameDataGridViewTextBoxColumn.MinimumWidth = 10;
  201. this.proceNameDataGridViewTextBoxColumn.Name = "proceNameDataGridViewTextBoxColumn";
  202. this.proceNameDataGridViewTextBoxColumn.ReadOnly = true;
  203. this.proceNameDataGridViewTextBoxColumn.Width = 220;
  204. //
  205. // prodtBatchDataGridViewTextBoxColumn
  206. //
  207. this.prodtBatchDataGridViewTextBoxColumn.DataPropertyName = "ProdtBatch";
  208. this.prodtBatchDataGridViewTextBoxColumn.HeaderText = "生产批次";
  209. this.prodtBatchDataGridViewTextBoxColumn.MinimumWidth = 10;
  210. this.prodtBatchDataGridViewTextBoxColumn.Name = "prodtBatchDataGridViewTextBoxColumn";
  211. this.prodtBatchDataGridViewTextBoxColumn.ReadOnly = true;
  212. this.prodtBatchDataGridViewTextBoxColumn.Width = 180;
  213. //
  214. // groupProceIdDataGridViewTextBoxColumn
  215. //
  216. this.groupProceIdDataGridViewTextBoxColumn.DataPropertyName = "GroupProceId";
  217. this.groupProceIdDataGridViewTextBoxColumn.HeaderText = "工序id";
  218. this.groupProceIdDataGridViewTextBoxColumn.MinimumWidth = 10;
  219. this.groupProceIdDataGridViewTextBoxColumn.Name = "groupProceIdDataGridViewTextBoxColumn";
  220. this.groupProceIdDataGridViewTextBoxColumn.ReadOnly = true;
  221. this.groupProceIdDataGridViewTextBoxColumn.Visible = false;
  222. this.groupProceIdDataGridViewTextBoxColumn.Width = 150;
  223. //
  224. // groupProceCodeDataGridViewTextBoxColumn
  225. //
  226. this.groupProceCodeDataGridViewTextBoxColumn.DataPropertyName = "ProceCode";
  227. this.groupProceCodeDataGridViewTextBoxColumn.HeaderText = "工序编号";
  228. this.groupProceCodeDataGridViewTextBoxColumn.MinimumWidth = 10;
  229. this.groupProceCodeDataGridViewTextBoxColumn.Name = "groupProceCodeDataGridViewTextBoxColumn";
  230. this.groupProceCodeDataGridViewTextBoxColumn.ReadOnly = true;
  231. this.groupProceCodeDataGridViewTextBoxColumn.Visible = false;
  232. this.groupProceCodeDataGridViewTextBoxColumn.Width = 150;
  233. //
  234. // taskListBindingSource
  235. //
  236. this.taskListBindingSource.DataSource = typeof(lqnet.Entities.Tasks);
  237. //
  238. // CheckItemComboBox
  239. //
  240. this.CheckItemComboBox.DisplayMember = "checkName";
  241. this.CheckItemComboBox.FormattingEnabled = true;
  242. this.CheckItemComboBox.Items.AddRange(new object[] {
  243. "绝缘介电强度",
  244. "外观/尺寸"});
  245. this.CheckItemComboBox.Location = new System.Drawing.Point(13, 72);
  246. this.CheckItemComboBox.Name = "CheckItemComboBox";
  247. this.CheckItemComboBox.Size = new System.Drawing.Size(240, 26);
  248. this.CheckItemComboBox.TabIndex = 5;
  249. this.CheckItemComboBox.Text = "请选择";
  250. this.CheckItemComboBox.SelectionChangeCommitted += new System.EventHandler(this.CheckItemComboBox_SelectionChangeCommitted);
  251. //
  252. // slectBt
  253. //
  254. this.slectBt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
  255. this.slectBt.FlatAppearance.BorderSize = 0;
  256. this.slectBt.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  257. this.slectBt.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  258. this.slectBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  259. this.slectBt.Font = new System.Drawing.Font("宋体", 10F);
  260. this.slectBt.ForeColor = System.Drawing.Color.White;
  261. this.slectBt.Location = new System.Drawing.Point(419, 27);
  262. this.slectBt.Name = "slectBt";
  263. this.slectBt.Size = new System.Drawing.Size(91, 39);
  264. this.slectBt.TabIndex = 7;
  265. this.slectBt.Text = "搜索";
  266. this.slectBt.UseVisualStyleBackColor = false;
  267. this.slectBt.Click += new System.EventHandler(this.SlectBt_Click);
  268. //
  269. // selectFileBt
  270. //
  271. this.selectFileBt.AutoSize = true;
  272. this.selectFileBt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
  273. this.selectFileBt.FlatAppearance.BorderSize = 0;
  274. this.selectFileBt.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  275. this.selectFileBt.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  276. this.selectFileBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  277. this.selectFileBt.Font = new System.Drawing.Font("宋体", 10F);
  278. this.selectFileBt.ForeColor = System.Drawing.Color.White;
  279. this.selectFileBt.Location = new System.Drawing.Point(13, 299);
  280. this.selectFileBt.Name = "selectFileBt";
  281. this.selectFileBt.Size = new System.Drawing.Size(235, 53);
  282. this.selectFileBt.TabIndex = 9;
  283. this.selectFileBt.Text = "选择数据文件";
  284. this.selectFileBt.UseVisualStyleBackColor = false;
  285. this.selectFileBt.Click += new System.EventHandler(this.SelectFileBt_Click);
  286. //
  287. // uploadTrueBt
  288. //
  289. this.uploadTrueBt.AutoSize = true;
  290. this.uploadTrueBt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
  291. this.uploadTrueBt.FlatAppearance.BorderSize = 0;
  292. this.uploadTrueBt.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  293. this.uploadTrueBt.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  294. this.uploadTrueBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  295. this.uploadTrueBt.Font = new System.Drawing.Font("宋体", 10F);
  296. this.uploadTrueBt.ForeColor = System.Drawing.Color.White;
  297. this.uploadTrueBt.Location = new System.Drawing.Point(8, 433);
  298. this.uploadTrueBt.Name = "uploadTrueBt";
  299. this.uploadTrueBt.Size = new System.Drawing.Size(240, 54);
  300. this.uploadTrueBt.TabIndex = 19;
  301. this.uploadTrueBt.Text = "确认上传";
  302. this.uploadTrueBt.UseVisualStyleBackColor = false;
  303. this.uploadTrueBt.Click += new System.EventHandler(this.UploadTrueBt_Click);
  304. //
  305. // checkLabel
  306. //
  307. this.checkLabel.AutoSize = true;
  308. this.checkLabel.Font = new System.Drawing.Font("宋体", 10F);
  309. this.checkLabel.Location = new System.Drawing.Point(17, 36);
  310. this.checkLabel.Name = "checkLabel";
  311. this.checkLabel.Size = new System.Drawing.Size(69, 20);
  312. this.checkLabel.TabIndex = 25;
  313. this.checkLabel.Text = "检验项";
  314. //
  315. // startIdxLabel
  316. //
  317. this.startIdxLabel.AutoSize = true;
  318. this.startIdxLabel.Font = new System.Drawing.Font("宋体", 10F);
  319. this.startIdxLabel.Location = new System.Drawing.Point(292, 71);
  320. this.startIdxLabel.Name = "startIdxLabel";
  321. this.startIdxLabel.Size = new System.Drawing.Size(89, 20);
  322. this.startIdxLabel.TabIndex = 28;
  323. this.startIdxLabel.Text = "开始坐标";
  324. //
  325. // startIdxTextbox
  326. //
  327. this.startIdxTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  328. this.startIdxTextbox.Location = new System.Drawing.Point(395, 72);
  329. this.startIdxTextbox.Name = "startIdxTextbox";
  330. this.startIdxTextbox.Size = new System.Drawing.Size(165, 21);
  331. this.startIdxTextbox.TabIndex = 29;
  332. //
  333. // mergeCountLabel
  334. //
  335. this.mergeCountLabel.AutoSize = true;
  336. this.mergeCountLabel.Font = new System.Drawing.Font("宋体", 10F);
  337. this.mergeCountLabel.Location = new System.Drawing.Point(600, 71);
  338. this.mergeCountLabel.Name = "mergeCountLabel";
  339. this.mergeCountLabel.Size = new System.Drawing.Size(129, 20);
  340. this.mergeCountLabel.TabIndex = 30;
  341. this.mergeCountLabel.Text = "产品合并行数";
  342. //
  343. // groupBox1
  344. //
  345. this.groupBox1.Controls.Add(this.dataGridView2);
  346. this.groupBox1.Location = new System.Drawing.Point(286, 119);
  347. this.groupBox1.Name = "groupBox1";
  348. this.groupBox1.Size = new System.Drawing.Size(1020, 420);
  349. this.groupBox1.TabIndex = 33;
  350. this.groupBox1.TabStop = false;
  351. this.groupBox1.Text = "报告索引信息";
  352. //
  353. // dataGridView2
  354. //
  355. this.dataGridView2.AllowUserToAddRows = false;
  356. this.dataGridView2.AutoGenerateColumns = false;
  357. this.dataGridView2.BackgroundColor = System.Drawing.Color.SkyBlue;
  358. this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  359. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 14F);
  360. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  361. this.dataGridView2.ColumnHeadersHeight = 30;
  362. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  363. this.indexDataGridViewTextBoxColumn,
  364. this.importColLabelDataGridViewTextBoxColumn,
  365. this.lineColLabelDataGridViewTextBoxColumn});
  366. this.dataGridView2.DataSource = this.reportColListBindingSource;
  367. this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  368. this.dataGridView2.Font = new System.Drawing.Font("宋体", 14F);
  369. this.dataGridView2.Location = new System.Drawing.Point(10, 23);
  370. this.dataGridView2.MultiSelect = false;
  371. this.dataGridView2.Name = "dataGridView2";
  372. this.dataGridView2.RowHeadersVisible = false;
  373. this.dataGridView2.RowHeadersWidth = 82;
  374. this.dataGridView2.RowTemplate.Height = 50;
  375. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  376. this.dataGridView2.ShowCellToolTips = false;
  377. this.dataGridView2.Size = new System.Drawing.Size(1010, 400);
  378. this.dataGridView2.TabIndex = 34;
  379. //
  380. // indexDataGridViewTextBoxColumn
  381. //
  382. this.indexDataGridViewTextBoxColumn.DataPropertyName = "Index";
  383. this.indexDataGridViewTextBoxColumn.HeaderText = "序号";
  384. this.indexDataGridViewTextBoxColumn.MinimumWidth = 8;
  385. this.indexDataGridViewTextBoxColumn.Name = "indexDataGridViewTextBoxColumn";
  386. this.indexDataGridViewTextBoxColumn.ReadOnly = true;
  387. this.indexDataGridViewTextBoxColumn.Width = 150;
  388. //
  389. // importColLabelDataGridViewTextBoxColumn
  390. //
  391. this.importColLabelDataGridViewTextBoxColumn.DataPropertyName = "importColLabel";
  392. this.importColLabelDataGridViewTextBoxColumn.HeaderText = "导入报告列标签";
  393. this.importColLabelDataGridViewTextBoxColumn.MinimumWidth = 8;
  394. this.importColLabelDataGridViewTextBoxColumn.Name = "importColLabelDataGridViewTextBoxColumn";
  395. this.importColLabelDataGridViewTextBoxColumn.ReadOnly = true;
  396. this.importColLabelDataGridViewTextBoxColumn.Width = 250;
  397. //
  398. // lineColLabelDataGridViewTextBoxColumn
  399. //
  400. this.lineColLabelDataGridViewTextBoxColumn.DataPropertyName = "cellEn";
  401. this.lineColLabelDataGridViewTextBoxColumn.HeaderText = "线上指标名称";
  402. this.lineColLabelDataGridViewTextBoxColumn.MinimumWidth = 8;
  403. this.lineColLabelDataGridViewTextBoxColumn.Name = "lineColLabelDataGridViewTextBoxColumn";
  404. this.lineColLabelDataGridViewTextBoxColumn.Width = 400;
  405. //
  406. // reportColListBindingSource
  407. //
  408. this.reportColListBindingSource.DataSource = typeof(lqnet.Entities.ReportCol);
  409. //
  410. // parseReportBtn
  411. //
  412. this.parseReportBtn.AutoSize = true;
  413. this.parseReportBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
  414. this.parseReportBtn.FlatAppearance.BorderSize = 0;
  415. this.parseReportBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  416. this.parseReportBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  417. this.parseReportBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  418. this.parseReportBtn.Font = new System.Drawing.Font("宋体", 10F);
  419. this.parseReportBtn.ForeColor = System.Drawing.Color.White;
  420. this.parseReportBtn.Location = new System.Drawing.Point(8, 368);
  421. this.parseReportBtn.Name = "parseReportBtn";
  422. this.parseReportBtn.Size = new System.Drawing.Size(240, 50);
  423. this.parseReportBtn.TabIndex = 34;
  424. this.parseReportBtn.Text = "加载配置";
  425. this.parseReportBtn.UseVisualStyleBackColor = false;
  426. this.parseReportBtn.Click += new System.EventHandler(this.parseReportBtn_Click);
  427. //
  428. // label1
  429. //
  430. this.label1.AutoSize = true;
  431. this.label1.Font = new System.Drawing.Font("宋体", 10.5F);
  432. this.label1.Location = new System.Drawing.Point(17, 41);
  433. this.label1.Name = "label1";
  434. this.label1.Size = new System.Drawing.Size(94, 21);
  435. this.label1.TabIndex = 35;
  436. this.label1.Text = "产品代号";
  437. //
  438. // currentFilePath
  439. //
  440. this.currentFilePath.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.currentFilePath.Location = new System.Drawing.Point(19, 154);
  442. this.currentFilePath.Name = "currentFilePath";
  443. this.currentFilePath.Size = new System.Drawing.Size(229, 119);
  444. this.currentFilePath.TabIndex = 36;
  445. this.currentFilePath.Text = " ";
  446. //
  447. // choosedFileLabel
  448. //
  449. this.choosedFileLabel.AutoSize = true;
  450. this.choosedFileLabel.Font = new System.Drawing.Font("宋体", 10F);
  451. this.choosedFileLabel.Location = new System.Drawing.Point(17, 119);
  452. this.choosedFileLabel.Name = "choosedFileLabel";
  453. this.choosedFileLabel.Size = new System.Drawing.Size(169, 20);
  454. this.choosedFileLabel.TabIndex = 27;
  455. this.choosedFileLabel.Text = "当前选择数据文件";
  456. //
  457. // groupBox2
  458. //
  459. this.groupBox2.Controls.Add(this.label1);
  460. this.groupBox2.Controls.Add(this.pageHelper2);
  461. this.groupBox2.Controls.Add(this.prodtDesig_sel);
  462. this.groupBox2.Controls.Add(this.dataGridView1);
  463. this.groupBox2.Controls.Add(this.slectBt);
  464. this.groupBox2.Location = new System.Drawing.Point(3, 0);
  465. this.groupBox2.Name = "groupBox2";
  466. this.groupBox2.Size = new System.Drawing.Size(1306, 538);
  467. this.groupBox2.TabIndex = 0;
  468. this.groupBox2.TabStop = false;
  469. this.groupBox2.Text = "选择调度单";
  470. //
  471. // pageHelper2
  472. //
  473. this.pageHelper2.AllPage = 1;
  474. this.pageHelper2.AutoScroll = true;
  475. this.pageHelper2.Location = new System.Drawing.Point(464, 484);
  476. this.pageHelper2.Margin = new System.Windows.Forms.Padding(2);
  477. this.pageHelper2.Name = "pageHelper2";
  478. this.pageHelper2.NowPage = 1;
  479. this.pageHelper2.PageSize = 5;
  480. this.pageHelper2.Size = new System.Drawing.Size(829, 56);
  481. this.pageHelper2.TabIndex = 20;
  482. this.pageHelper2.Total = 0;
  483. this.pageHelper2.Load += new System.EventHandler(this.PageHelper2_Load);
  484. //
  485. // groupBox3
  486. //
  487. this.groupBox3.Controls.Add(this.mergeCountTextbox);
  488. this.groupBox3.Controls.Add(this.groupBox1);
  489. this.groupBox3.Controls.Add(this.CheckItemComboBox);
  490. this.groupBox3.Controls.Add(this.currentFilePath);
  491. this.groupBox3.Controls.Add(this.choosedFileLabel);
  492. this.groupBox3.Controls.Add(this.parseReportBtn);
  493. this.groupBox3.Controls.Add(this.selectFileBt);
  494. this.groupBox3.Controls.Add(this.startIdxLabel);
  495. this.groupBox3.Controls.Add(this.uploadTrueBt);
  496. this.groupBox3.Controls.Add(this.startIdxTextbox);
  497. this.groupBox3.Controls.Add(this.mergeCountLabel);
  498. this.groupBox3.Controls.Add(this.checkLabel);
  499. this.groupBox3.Location = new System.Drawing.Point(3, 545);
  500. this.groupBox3.Name = "groupBox3";
  501. this.groupBox3.Size = new System.Drawing.Size(1309, 548);
  502. this.groupBox3.TabIndex = 39;
  503. this.groupBox3.TabStop = false;
  504. this.groupBox3.Text = "数据配置";
  505. //
  506. // mergeCountTextbox
  507. //
  508. this.mergeCountTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  509. this.mergeCountTextbox.Location = new System.Drawing.Point(752, 70);
  510. this.mergeCountTextbox.Name = "mergeCountTextbox";
  511. this.mergeCountTextbox.Size = new System.Drawing.Size(165, 21);
  512. this.mergeCountTextbox.TabIndex = 37;
  513. this.mergeCountTextbox.Text = "1";
  514. //
  515. // panel1
  516. //
  517. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
  518. this.panel1.Controls.Add(this.linkLabel1);
  519. this.panel1.Controls.Add(this.label3);
  520. this.panel1.Controls.Add(this.label2);
  521. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  522. this.panel1.Location = new System.Drawing.Point(0, 1093);
  523. this.panel1.Name = "panel1";
  524. this.panel1.Size = new System.Drawing.Size(1312, 59);
  525. this.panel1.TabIndex = 40;
  526. //
  527. // linkLabel1
  528. //
  529. this.linkLabel1.AutoSize = true;
  530. this.linkLabel1.Location = new System.Drawing.Point(1094, 21);
  531. this.linkLabel1.Name = "linkLabel1";
  532. this.linkLabel1.Size = new System.Drawing.Size(80, 18);
  533. this.linkLabel1.TabIndex = 2;
  534. this.linkLabel1.TabStop = true;
  535. this.linkLabel1.Text = "重新登录";
  536. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Button1_Click);
  537. //
  538. // label3
  539. //
  540. this.label3.AutoSize = true;
  541. this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
  542. this.label3.ForeColor = System.Drawing.Color.White;
  543. this.label3.Location = new System.Drawing.Point(585, 15);
  544. this.label3.Name = "label3";
  545. this.label3.Size = new System.Drawing.Size(133, 27);
  546. this.label3.TabIndex = 1;
  547. this.label3.Text = "version 1.1.0";
  548. //
  549. // label2
  550. //
  551. this.label2.AutoSize = true;
  552. this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
  553. this.label2.ForeColor = System.Drawing.Color.White;
  554. this.label2.Location = new System.Drawing.Point(10, 11);
  555. this.label2.Name = "label2";
  556. this.label2.Size = new System.Drawing.Size(252, 27);
  557. this.label2.TabIndex = 0;
  558. this.label2.Text = "成都晶格智汇科技有限公司";
  559. //
  560. // panel2
  561. //
  562. this.panel2.AutoScroll = true;
  563. this.panel2.Controls.Add(this.groupBox2);
  564. this.panel2.Controls.Add(this.panel1);
  565. this.panel2.Controls.Add(this.groupBox3);
  566. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  567. this.panel2.Location = new System.Drawing.Point(0, 0);
  568. this.panel2.Name = "panel2";
  569. this.panel2.Size = new System.Drawing.Size(1338, 894);
  570. this.panel2.TabIndex = 41;
  571. //
  572. // MainForm
  573. //
  574. this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
  575. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  576. this.AutoScroll = true;
  577. this.ClientSize = new System.Drawing.Size(1338, 894);
  578. this.Controls.Add(this.panel2);
  579. this.Icon = global::lqnet.Properties.Resources.favicon;
  580. this.MaximizeBox = false;
  581. this.MaximumSize = new System.Drawing.Size(1360, 950);
  582. this.MinimizeBox = false;
  583. this.Name = "MainForm";
  584. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  585. this.Text = "TDM测试台数据传输终端";
  586. this.Load += new System.EventHandler(this.Main_Load);
  587. this.Shown += new System.EventHandler(this.MainForm_Shown);
  588. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Boder_Paint);
  589. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  590. ((System.ComponentModel.ISupportInitialize)(this.taskListBindingSource)).EndInit();
  591. this.groupBox1.ResumeLayout(false);
  592. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.reportColListBindingSource)).EndInit();
  594. this.groupBox2.ResumeLayout(false);
  595. this.groupBox2.PerformLayout();
  596. this.groupBox3.ResumeLayout(false);
  597. this.groupBox3.PerformLayout();
  598. this.panel1.ResumeLayout(false);
  599. this.panel1.PerformLayout();
  600. this.panel2.ResumeLayout(false);
  601. this.ResumeLayout(false);
  602. }
  603. #endregion
  604. private BindingSource taskListBindingSource;
  605. private TextBox prodtDesig_sel;
  606. private DataGridView dataGridView1;
  607. private ComboBox CheckItemComboBox;
  608. private Button slectBt;
  609. private Button selectFileBt;
  610. private Button uploadTrueBt;
  611. private Utils.PageHelper2 pageHelper2;
  612. private Label checkLabel;
  613. private Label startIdxLabel;
  614. private TextBox startIdxTextbox;
  615. private Label mergeCountLabel;
  616. private GroupBox groupBox1;
  617. private DataGridView dataGridView2;
  618. private Button parseReportBtn;
  619. private BindingSource reportColListBindingSource;
  620. private Label label1;
  621. private Label currentFilePath;
  622. private Label choosedFileLabel;
  623. private GroupBox groupBox2;
  624. private GroupBox groupBox3;
  625. private Panel panel1;
  626. private LinkLabel linkLabel1;
  627. private Label label3;
  628. private Label label2;
  629. private Panel panel2;
  630. private DataGridViewTextBoxColumn Index;
  631. private DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
  632. private DataGridViewTextBoxColumn prodtDesigDataGridViewTextBoxColumn;
  633. private DataGridViewTextBoxColumn numDataGridViewTextBoxColumn;
  634. private DataGridViewTextBoxColumn groupOrderCodeDataGridViewTextBoxColumn;
  635. private DataGridViewTextBoxColumn proceNameDataGridViewTextBoxColumn;
  636. private DataGridViewTextBoxColumn prodtBatchDataGridViewTextBoxColumn;
  637. private DataGridViewTextBoxColumn groupProceIdDataGridViewTextBoxColumn;
  638. private DataGridViewTextBoxColumn groupProceCodeDataGridViewTextBoxColumn;
  639. private TextBox mergeCountTextbox;
  640. private DataGridViewTextBoxColumn indexDataGridViewTextBoxColumn;
  641. private DataGridViewTextBoxColumn importColLabelDataGridViewTextBoxColumn;
  642. private DataGridViewComboBoxColumn lineColLabelDataGridViewTextBoxColumn;
  643. }
  644. }