123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652 |
- using lqnet.Properties;
- using System.Drawing;
- using System.Windows.Forms;
- namespace lqnet.Forms
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (this.DisposeParentFormIs)
- {
- this.ParentFormLogin.Dispose();
- }
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- /// <summary>
- /// 控件闪烁
- /// </summary>
- protected override CreateParams CreateParams
- {
- get
- {
- CreateParams cp = base.CreateParams;
- cp.ExStyle |= 0x02000000;
- return cp;
- }
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.prodtDesig_sel = new System.Windows.Forms.TextBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.prodtDesigDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.numDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupOrderCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.proceNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.prodtBatchDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupProceIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.groupProceCodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.taskListBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.CheckItemComboBox = new System.Windows.Forms.ComboBox();
- this.slectBt = new System.Windows.Forms.Button();
- this.selectFileBt = new System.Windows.Forms.Button();
- this.uploadTrueBt = new System.Windows.Forms.Button();
- this.checkLabel = new System.Windows.Forms.Label();
- this.startIdxLabel = new System.Windows.Forms.Label();
- this.startIdxTextbox = new System.Windows.Forms.TextBox();
- this.mergeCountLabel = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.indexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.importColLabelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lineColLabelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.reportColListBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.parseReportBtn = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.currentFilePath = new System.Windows.Forms.Label();
- this.choosedFileLabel = new System.Windows.Forms.Label();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.pageHelper2 = new lqnet.Utils.PageHelper2();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.mergeCountTextbox = new System.Windows.Forms.TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.taskListBindingSource)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.reportColListBindingSource)).BeginInit();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // prodtDesig_sel
- //
- this.prodtDesig_sel.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.prodtDesig_sel.Font = new System.Drawing.Font("宋体", 12F);
- this.prodtDesig_sel.Location = new System.Drawing.Point(133, 34);
- this.prodtDesig_sel.Name = "prodtDesig_sel";
- this.prodtDesig_sel.Size = new System.Drawing.Size(247, 28);
- this.prodtDesig_sel.TabIndex = 1;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.BackgroundColor = System.Drawing.Color.SkyBlue;
- this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F);
- this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Index,
- this.idDataGridViewTextBoxColumn,
- this.prodtDesigDataGridViewTextBoxColumn,
- this.numDataGridViewTextBoxColumn,
- this.groupOrderCodeDataGridViewTextBoxColumn,
- this.proceNameDataGridViewTextBoxColumn,
- this.prodtBatchDataGridViewTextBoxColumn,
- this.groupProceIdDataGridViewTextBoxColumn,
- this.groupProceCodeDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.taskListBindingSource;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 14F);
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
- this.dataGridView1.Location = new System.Drawing.Point(8, 81);
- this.dataGridView1.MultiSelect = false;
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.RowHeadersVisible = false;
- this.dataGridView1.RowHeadersWidth = 82;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.ShowCellToolTips = false;
- this.dataGridView1.Size = new System.Drawing.Size(1292, 396);
- this.dataGridView1.TabIndex = 2;
- this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellClick);
- //
- // Index
- //
- this.Index.DataPropertyName = "Index";
- this.Index.HeaderText = "序号";
- this.Index.MinimumWidth = 10;
- this.Index.Name = "Index";
- this.Index.ReadOnly = true;
- this.Index.Width = 110;
- //
- // idDataGridViewTextBoxColumn
- //
- this.idDataGridViewTextBoxColumn.DataPropertyName = "GroupOrderId";
- this.idDataGridViewTextBoxColumn.HeaderText = "调度单id";
- this.idDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn";
- this.idDataGridViewTextBoxColumn.ReadOnly = true;
- this.idDataGridViewTextBoxColumn.Visible = false;
- this.idDataGridViewTextBoxColumn.Width = 150;
- //
- // prodtDesigDataGridViewTextBoxColumn
- //
- this.prodtDesigDataGridViewTextBoxColumn.DataPropertyName = "ProdtDesig";
- this.prodtDesigDataGridViewTextBoxColumn.HeaderText = "产品代号";
- this.prodtDesigDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.prodtDesigDataGridViewTextBoxColumn.Name = "prodtDesigDataGridViewTextBoxColumn";
- this.prodtDesigDataGridViewTextBoxColumn.ReadOnly = true;
- this.prodtDesigDataGridViewTextBoxColumn.Width = 180;
- //
- // numDataGridViewTextBoxColumn
- //
- this.numDataGridViewTextBoxColumn.DataPropertyName = "PlanAmt";
- this.numDataGridViewTextBoxColumn.HeaderText = "数量";
- this.numDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.numDataGridViewTextBoxColumn.Name = "numDataGridViewTextBoxColumn";
- this.numDataGridViewTextBoxColumn.ReadOnly = true;
- this.numDataGridViewTextBoxColumn.Width = 130;
- //
- // groupOrderCodeDataGridViewTextBoxColumn
- //
- this.groupOrderCodeDataGridViewTextBoxColumn.DataPropertyName = "GroupOrderCode";
- this.groupOrderCodeDataGridViewTextBoxColumn.HeaderText = "调度单号";
- this.groupOrderCodeDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.groupOrderCodeDataGridViewTextBoxColumn.Name = "groupOrderCodeDataGridViewTextBoxColumn";
- this.groupOrderCodeDataGridViewTextBoxColumn.ReadOnly = true;
- this.groupOrderCodeDataGridViewTextBoxColumn.Width = 220;
- //
- // proceNameDataGridViewTextBoxColumn
- //
- this.proceNameDataGridViewTextBoxColumn.DataPropertyName = "ProceName";
- this.proceNameDataGridViewTextBoxColumn.HeaderText = "工序名称";
- this.proceNameDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.proceNameDataGridViewTextBoxColumn.Name = "proceNameDataGridViewTextBoxColumn";
- this.proceNameDataGridViewTextBoxColumn.ReadOnly = true;
- this.proceNameDataGridViewTextBoxColumn.Width = 220;
- //
- // prodtBatchDataGridViewTextBoxColumn
- //
- this.prodtBatchDataGridViewTextBoxColumn.DataPropertyName = "ProdtBatch";
- this.prodtBatchDataGridViewTextBoxColumn.HeaderText = "生产批次";
- this.prodtBatchDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.prodtBatchDataGridViewTextBoxColumn.Name = "prodtBatchDataGridViewTextBoxColumn";
- this.prodtBatchDataGridViewTextBoxColumn.ReadOnly = true;
- this.prodtBatchDataGridViewTextBoxColumn.Width = 180;
- //
- // groupProceIdDataGridViewTextBoxColumn
- //
- this.groupProceIdDataGridViewTextBoxColumn.DataPropertyName = "GroupProceId";
- this.groupProceIdDataGridViewTextBoxColumn.HeaderText = "工序id";
- this.groupProceIdDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.groupProceIdDataGridViewTextBoxColumn.Name = "groupProceIdDataGridViewTextBoxColumn";
- this.groupProceIdDataGridViewTextBoxColumn.ReadOnly = true;
- this.groupProceIdDataGridViewTextBoxColumn.Visible = false;
- this.groupProceIdDataGridViewTextBoxColumn.Width = 150;
- //
- // groupProceCodeDataGridViewTextBoxColumn
- //
- this.groupProceCodeDataGridViewTextBoxColumn.DataPropertyName = "ProceCode";
- this.groupProceCodeDataGridViewTextBoxColumn.HeaderText = "工序编号";
- this.groupProceCodeDataGridViewTextBoxColumn.MinimumWidth = 10;
- this.groupProceCodeDataGridViewTextBoxColumn.Name = "groupProceCodeDataGridViewTextBoxColumn";
- this.groupProceCodeDataGridViewTextBoxColumn.ReadOnly = true;
- this.groupProceCodeDataGridViewTextBoxColumn.Visible = false;
- this.groupProceCodeDataGridViewTextBoxColumn.Width = 150;
- //
- // taskListBindingSource
- //
- this.taskListBindingSource.DataSource = typeof(lqnet.Entities.Tasks);
- //
- // CheckItemComboBox
- //
- this.CheckItemComboBox.DisplayMember = "checkName";
- this.CheckItemComboBox.FormattingEnabled = true;
- this.CheckItemComboBox.Items.AddRange(new object[] {
- "绝缘介电强度",
- "外观/尺寸"});
- this.CheckItemComboBox.Location = new System.Drawing.Point(13, 72);
- this.CheckItemComboBox.Name = "CheckItemComboBox";
- this.CheckItemComboBox.Size = new System.Drawing.Size(240, 26);
- this.CheckItemComboBox.TabIndex = 5;
- this.CheckItemComboBox.Text = "请选择";
- this.CheckItemComboBox.SelectionChangeCommitted += new System.EventHandler(this.CheckItemComboBox_SelectionChangeCommitted);
- //
- // slectBt
- //
- this.slectBt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
- this.slectBt.FlatAppearance.BorderSize = 0;
- this.slectBt.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.slectBt.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.slectBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.slectBt.Font = new System.Drawing.Font("宋体", 10F);
- this.slectBt.ForeColor = System.Drawing.Color.White;
- this.slectBt.Location = new System.Drawing.Point(419, 27);
- this.slectBt.Name = "slectBt";
- this.slectBt.Size = new System.Drawing.Size(91, 39);
- this.slectBt.TabIndex = 7;
- this.slectBt.Text = "搜索";
- this.slectBt.UseVisualStyleBackColor = false;
- this.slectBt.Click += new System.EventHandler(this.SlectBt_Click);
- //
- // selectFileBt
- //
- this.selectFileBt.AutoSize = true;
- this.selectFileBt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
- this.selectFileBt.FlatAppearance.BorderSize = 0;
- this.selectFileBt.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.selectFileBt.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.selectFileBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.selectFileBt.Font = new System.Drawing.Font("宋体", 10F);
- this.selectFileBt.ForeColor = System.Drawing.Color.White;
- this.selectFileBt.Location = new System.Drawing.Point(13, 299);
- this.selectFileBt.Name = "selectFileBt";
- this.selectFileBt.Size = new System.Drawing.Size(235, 53);
- this.selectFileBt.TabIndex = 9;
- this.selectFileBt.Text = "选择数据文件";
- this.selectFileBt.UseVisualStyleBackColor = false;
- this.selectFileBt.Click += new System.EventHandler(this.SelectFileBt_Click);
- //
- // uploadTrueBt
- //
- this.uploadTrueBt.AutoSize = true;
- this.uploadTrueBt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
- this.uploadTrueBt.FlatAppearance.BorderSize = 0;
- this.uploadTrueBt.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.uploadTrueBt.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.uploadTrueBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.uploadTrueBt.Font = new System.Drawing.Font("宋体", 10F);
- this.uploadTrueBt.ForeColor = System.Drawing.Color.White;
- this.uploadTrueBt.Location = new System.Drawing.Point(8, 433);
- this.uploadTrueBt.Name = "uploadTrueBt";
- this.uploadTrueBt.Size = new System.Drawing.Size(240, 54);
- this.uploadTrueBt.TabIndex = 19;
- this.uploadTrueBt.Text = "确认上传";
- this.uploadTrueBt.UseVisualStyleBackColor = false;
- this.uploadTrueBt.Click += new System.EventHandler(this.UploadTrueBt_Click);
- //
- // checkLabel
- //
- this.checkLabel.AutoSize = true;
- this.checkLabel.Font = new System.Drawing.Font("宋体", 10F);
- this.checkLabel.Location = new System.Drawing.Point(17, 36);
- this.checkLabel.Name = "checkLabel";
- this.checkLabel.Size = new System.Drawing.Size(69, 20);
- this.checkLabel.TabIndex = 25;
- this.checkLabel.Text = "检验项";
- //
- // startIdxLabel
- //
- this.startIdxLabel.AutoSize = true;
- this.startIdxLabel.Font = new System.Drawing.Font("宋体", 10F);
- this.startIdxLabel.Location = new System.Drawing.Point(292, 71);
- this.startIdxLabel.Name = "startIdxLabel";
- this.startIdxLabel.Size = new System.Drawing.Size(89, 20);
- this.startIdxLabel.TabIndex = 28;
- this.startIdxLabel.Text = "开始坐标";
- //
- // startIdxTextbox
- //
- this.startIdxTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.startIdxTextbox.Location = new System.Drawing.Point(395, 72);
- this.startIdxTextbox.Name = "startIdxTextbox";
- this.startIdxTextbox.Size = new System.Drawing.Size(165, 21);
- this.startIdxTextbox.TabIndex = 29;
- //
- // mergeCountLabel
- //
- this.mergeCountLabel.AutoSize = true;
- this.mergeCountLabel.Font = new System.Drawing.Font("宋体", 10F);
- this.mergeCountLabel.Location = new System.Drawing.Point(600, 71);
- this.mergeCountLabel.Name = "mergeCountLabel";
- this.mergeCountLabel.Size = new System.Drawing.Size(129, 20);
- this.mergeCountLabel.TabIndex = 30;
- this.mergeCountLabel.Text = "产品合并行数";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.dataGridView2);
- this.groupBox1.Location = new System.Drawing.Point(286, 119);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(1020, 420);
- this.groupBox1.TabIndex = 33;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "报告索引信息";
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.AutoGenerateColumns = false;
- this.dataGridView2.BackgroundColor = System.Drawing.Color.SkyBlue;
- this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 14F);
- this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
- this.dataGridView2.ColumnHeadersHeight = 30;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.indexDataGridViewTextBoxColumn,
- this.importColLabelDataGridViewTextBoxColumn,
- this.lineColLabelDataGridViewTextBoxColumn});
- this.dataGridView2.DataSource = this.reportColListBindingSource;
- this.dataGridView2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.dataGridView2.Font = new System.Drawing.Font("宋体", 14F);
- this.dataGridView2.Location = new System.Drawing.Point(10, 23);
- this.dataGridView2.MultiSelect = false;
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.RowHeadersVisible = false;
- this.dataGridView2.RowHeadersWidth = 82;
- this.dataGridView2.RowTemplate.Height = 50;
- this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView2.ShowCellToolTips = false;
- this.dataGridView2.Size = new System.Drawing.Size(1010, 400);
- this.dataGridView2.TabIndex = 34;
- //
- // indexDataGridViewTextBoxColumn
- //
- this.indexDataGridViewTextBoxColumn.DataPropertyName = "Index";
- this.indexDataGridViewTextBoxColumn.HeaderText = "序号";
- this.indexDataGridViewTextBoxColumn.MinimumWidth = 8;
- this.indexDataGridViewTextBoxColumn.Name = "indexDataGridViewTextBoxColumn";
- this.indexDataGridViewTextBoxColumn.ReadOnly = true;
- this.indexDataGridViewTextBoxColumn.Width = 150;
- //
- // importColLabelDataGridViewTextBoxColumn
- //
- this.importColLabelDataGridViewTextBoxColumn.DataPropertyName = "importColLabel";
- this.importColLabelDataGridViewTextBoxColumn.HeaderText = "导入报告列标签";
- this.importColLabelDataGridViewTextBoxColumn.MinimumWidth = 8;
- this.importColLabelDataGridViewTextBoxColumn.Name = "importColLabelDataGridViewTextBoxColumn";
- this.importColLabelDataGridViewTextBoxColumn.ReadOnly = true;
- this.importColLabelDataGridViewTextBoxColumn.Width = 250;
- //
- // lineColLabelDataGridViewTextBoxColumn
- //
- this.lineColLabelDataGridViewTextBoxColumn.DataPropertyName = "cellEn";
- this.lineColLabelDataGridViewTextBoxColumn.HeaderText = "线上指标名称";
- this.lineColLabelDataGridViewTextBoxColumn.MinimumWidth = 8;
- this.lineColLabelDataGridViewTextBoxColumn.Name = "lineColLabelDataGridViewTextBoxColumn";
- this.lineColLabelDataGridViewTextBoxColumn.Width = 400;
- //
- // reportColListBindingSource
- //
- this.reportColListBindingSource.DataSource = typeof(lqnet.Entities.ReportCol);
- //
- // parseReportBtn
- //
- this.parseReportBtn.AutoSize = true;
- this.parseReportBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(124)))), ((int)(((byte)(255)))));
- this.parseReportBtn.FlatAppearance.BorderSize = 0;
- this.parseReportBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
- this.parseReportBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.parseReportBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.parseReportBtn.Font = new System.Drawing.Font("宋体", 10F);
- this.parseReportBtn.ForeColor = System.Drawing.Color.White;
- this.parseReportBtn.Location = new System.Drawing.Point(8, 368);
- this.parseReportBtn.Name = "parseReportBtn";
- this.parseReportBtn.Size = new System.Drawing.Size(240, 50);
- this.parseReportBtn.TabIndex = 34;
- this.parseReportBtn.Text = "加载配置";
- this.parseReportBtn.UseVisualStyleBackColor = false;
- this.parseReportBtn.Click += new System.EventHandler(this.parseReportBtn_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.label1.Location = new System.Drawing.Point(17, 41);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(94, 21);
- this.label1.TabIndex = 35;
- this.label1.Text = "产品代号";
- //
- // currentFilePath
- //
- this.currentFilePath.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.currentFilePath.Location = new System.Drawing.Point(19, 154);
- this.currentFilePath.Name = "currentFilePath";
- this.currentFilePath.Size = new System.Drawing.Size(229, 119);
- this.currentFilePath.TabIndex = 36;
- this.currentFilePath.Text = " ";
- //
- // choosedFileLabel
- //
- this.choosedFileLabel.AutoSize = true;
- this.choosedFileLabel.Font = new System.Drawing.Font("宋体", 10F);
- this.choosedFileLabel.Location = new System.Drawing.Point(17, 119);
- this.choosedFileLabel.Name = "choosedFileLabel";
- this.choosedFileLabel.Size = new System.Drawing.Size(169, 20);
- this.choosedFileLabel.TabIndex = 27;
- this.choosedFileLabel.Text = "当前选择数据文件";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.pageHelper2);
- this.groupBox2.Controls.Add(this.prodtDesig_sel);
- this.groupBox2.Controls.Add(this.dataGridView1);
- this.groupBox2.Controls.Add(this.slectBt);
- this.groupBox2.Location = new System.Drawing.Point(3, 0);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(1306, 538);
- this.groupBox2.TabIndex = 0;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "选择调度单";
- //
- // pageHelper2
- //
- this.pageHelper2.AllPage = 1;
- this.pageHelper2.AutoScroll = true;
- this.pageHelper2.Location = new System.Drawing.Point(464, 484);
- this.pageHelper2.Margin = new System.Windows.Forms.Padding(2);
- this.pageHelper2.Name = "pageHelper2";
- this.pageHelper2.NowPage = 1;
- this.pageHelper2.PageSize = 5;
- this.pageHelper2.Size = new System.Drawing.Size(829, 56);
- this.pageHelper2.TabIndex = 20;
- this.pageHelper2.Total = 0;
- this.pageHelper2.Load += new System.EventHandler(this.PageHelper2_Load);
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.mergeCountTextbox);
- this.groupBox3.Controls.Add(this.groupBox1);
- this.groupBox3.Controls.Add(this.CheckItemComboBox);
- this.groupBox3.Controls.Add(this.currentFilePath);
- this.groupBox3.Controls.Add(this.choosedFileLabel);
- this.groupBox3.Controls.Add(this.parseReportBtn);
- this.groupBox3.Controls.Add(this.selectFileBt);
- this.groupBox3.Controls.Add(this.startIdxLabel);
- this.groupBox3.Controls.Add(this.uploadTrueBt);
- this.groupBox3.Controls.Add(this.startIdxTextbox);
- this.groupBox3.Controls.Add(this.mergeCountLabel);
- this.groupBox3.Controls.Add(this.checkLabel);
- this.groupBox3.Location = new System.Drawing.Point(3, 545);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(1309, 548);
- this.groupBox3.TabIndex = 39;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "数据配置";
- //
- // mergeCountTextbox
- //
- this.mergeCountTextbox.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.mergeCountTextbox.Location = new System.Drawing.Point(752, 70);
- this.mergeCountTextbox.Name = "mergeCountTextbox";
- this.mergeCountTextbox.Size = new System.Drawing.Size(165, 21);
- this.mergeCountTextbox.TabIndex = 37;
- this.mergeCountTextbox.Text = "1";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188)))));
- this.panel1.Controls.Add(this.linkLabel1);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel1.Location = new System.Drawing.Point(0, 1093);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1312, 59);
- this.panel1.TabIndex = 40;
- //
- // linkLabel1
- //
- this.linkLabel1.AutoSize = true;
- this.linkLabel1.Location = new System.Drawing.Point(1094, 21);
- this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(80, 18);
- this.linkLabel1.TabIndex = 2;
- this.linkLabel1.TabStop = true;
- this.linkLabel1.Text = "重新登录";
- this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Button1_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(585, 15);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(133, 27);
- this.label3.TabIndex = 1;
- this.label3.Text = "version 1.1.0";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(10, 11);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(252, 27);
- this.label2.TabIndex = 0;
- this.label2.Text = "成都晶格智汇科技有限公司";
- //
- // panel2
- //
- this.panel2.AutoScroll = true;
- this.panel2.Controls.Add(this.groupBox2);
- this.panel2.Controls.Add(this.panel1);
- this.panel2.Controls.Add(this.groupBox3);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1338, 894);
- this.panel2.TabIndex = 41;
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(1338, 894);
- this.Controls.Add(this.panel2);
- this.Icon = global::lqnet.Properties.Resources.favicon;
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(1360, 950);
- this.MinimizeBox = false;
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "TDM测试台数据传输终端";
- this.Load += new System.EventHandler(this.Main_Load);
- this.Shown += new System.EventHandler(this.MainForm_Shown);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.Boder_Paint);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.taskListBindingSource)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.reportColListBindingSource)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private BindingSource taskListBindingSource;
- private TextBox prodtDesig_sel;
- private DataGridView dataGridView1;
- private ComboBox CheckItemComboBox;
- private Button slectBt;
- private Button selectFileBt;
- private Button uploadTrueBt;
- private Utils.PageHelper2 pageHelper2;
- private Label checkLabel;
- private Label startIdxLabel;
- private TextBox startIdxTextbox;
- private Label mergeCountLabel;
- private GroupBox groupBox1;
- private DataGridView dataGridView2;
- private Button parseReportBtn;
- private BindingSource reportColListBindingSource;
- private Label label1;
- private Label currentFilePath;
- private Label choosedFileLabel;
- private GroupBox groupBox2;
- private GroupBox groupBox3;
- private Panel panel1;
- private LinkLabel linkLabel1;
- private Label label3;
- private Label label2;
- private Panel panel2;
- private DataGridViewTextBoxColumn Index;
- private DataGridViewTextBoxColumn idDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn prodtDesigDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn numDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn groupOrderCodeDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn proceNameDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn prodtBatchDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn groupProceIdDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn groupProceCodeDataGridViewTextBoxColumn;
- private TextBox mergeCountTextbox;
- private DataGridViewTextBoxColumn indexDataGridViewTextBoxColumn;
- private DataGridViewTextBoxColumn importColLabelDataGridViewTextBoxColumn;
- private DataGridViewComboBoxColumn lineColLabelDataGridViewTextBoxColumn;
- }
- }
|