コード例 #1
0
ファイル: Frm_Out.cs プロジェクト: TGHGH/MES-CAR
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(Frm_Out));
     this.splitContainer1 = new SplitContainer();
     this.groupBox1 = new GroupBox();
     this.Lvw_Task = new SortedListView();
     this.columnHeader21 = new ColumnHeader();
     this.columnHeader22 = new ColumnHeader();
     this.columnHeader15 = new ColumnHeader();
     this.columnHeader12 = new ColumnHeader();
     this.columnHeader23 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.columnHeader5 = new ColumnHeader();
     this.ilt_Icon = new ImageList(this.components);
     this.groupBox2 = new GroupBox();
     this.Lvw_TaskNp = new SortedListView();
     this.columnHeader6 = new ColumnHeader();
     this.columnHeader7 = new ColumnHeader();
     this.columnHeader8 = new ColumnHeader();
     this.columnHeader9 = new ColumnHeader();
     this.columnHeader10 = new ColumnHeader();
     this.columnHeader13 = new ColumnHeader();
     this.columnHeader14 = new ColumnHeader();
     this.groupBox4 = new GroupBox();
     this.Lvw_SendList = new SortedListView();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader2 = new ColumnHeader();
     this.columnHeader3 = new ColumnHeader();
     this.columnHeader11 = new ColumnHeader();
     this.groupBox3 = new GroupBox();
     this.btnNullPrint = new Button();
     this.cbx_PrintSendView = new CheckBox();
     this.btn_Refresh = new Button();
     this.btn_Print = new Button();
     this.btn_Out = new Button();
     this.cbx_Select = new CheckBox();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     base.SuspendLayout();
     this.splitContainer1.Dock = DockStyle.Fill;
     this.splitContainer1.Location = new Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
     this.splitContainer1.Panel1.Padding = new Padding(8);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox4);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
     this.splitContainer1.Panel2.Padding = new Padding(8);
     this.splitContainer1.Size = new Size(740, 0x1be);
     this.splitContainer1.SplitterDistance = 0x213;
     this.splitContainer1.TabIndex = 0;
     this.groupBox1.Controls.Add(this.Lvw_Task);
     this.groupBox1.Dock = DockStyle.Fill;
     this.groupBox1.Location = new Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x203, 0xbc);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "已制作完成的生产任务单";
     this.Lvw_Task.CheckBoxes = true;
     this.Lvw_Task.Columns.AddRange(new ColumnHeader[] { this.columnHeader21, this.columnHeader22, this.columnHeader15, this.columnHeader12, this.columnHeader23, this.columnHeader4, this.columnHeader5 });
     this.Lvw_Task.Dock = DockStyle.Fill;
     this.Lvw_Task.FullRowSelect = true;
     this.Lvw_Task.Location = new Point(3, 0x11);
     this.Lvw_Task.Name = "Lvw_Task";
     this.Lvw_Task.Order = SortOrder.Descending;
     this.Lvw_Task.Size = new Size(0x1fd, 0xa8);
     this.Lvw_Task.SmallImageList = this.ilt_Icon;
     this.Lvw_Task.SortColumn = 0;
     this.Lvw_Task.TabIndex = 1;
     this.Lvw_Task.UseCompatibleStateImageBehavior = false;
     this.Lvw_Task.View = View.Details;
     this.Lvw_Task.ItemCheck += new ItemCheckEventHandler(this.Lvw_Task_ItemCheck);
     this.Lvw_Task.Click += new EventHandler(this.Lvw_Task_Click);
     this.columnHeader21.Text = "生产任务单号";
     this.columnHeader21.Width = 130;
     this.columnHeader22.Text = "下达时间";
     this.columnHeader22.Width = 130;
     this.columnHeader15.Text = "计划单位";
     this.columnHeader15.Width = 120;
     this.columnHeader12.Text = "车牌总数";
     this.columnHeader12.Width = 80;
     this.columnHeader23.Text = "下达人员";
     this.columnHeader23.Width = 80;
     this.columnHeader4.Text = "装箱时间";
     this.columnHeader4.Width = 130;
     this.columnHeader5.Text = "装箱人员";
     this.columnHeader5.Width = 80;
     this.ilt_Icon.ImageStream = (ImageListStreamer) manager.GetObject("ilt_Icon.ImageStream");
     this.ilt_Icon.TransparentColor = Color.Transparent;
     this.ilt_Icon.Images.SetKeyName(0, "Ok");
     this.ilt_Icon.Images.SetKeyName(1, "NotPass");
     this.ilt_Icon.Images.SetKeyName(2, "NP");
     this.ilt_Icon.Images.SetKeyName(3, "Plan");
     this.ilt_Icon.Images.SetKeyName(4, "Send");
     this.ilt_Icon.Images.SetKeyName(5, "Task");
     this.groupBox2.Controls.Add(this.Lvw_TaskNp);
     this.groupBox2.Dock = DockStyle.Bottom;
     this.groupBox2.Location = new Point(8, 0xc4);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new Size(0x203, 0xf2);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "任务单内的车牌信息";
     this.Lvw_TaskNp.Columns.AddRange(new ColumnHeader[] { this.columnHeader6, this.columnHeader7, this.columnHeader8, this.columnHeader9, this.columnHeader10, this.columnHeader13, this.columnHeader14 });
     this.Lvw_TaskNp.Dock = DockStyle.Fill;
     this.Lvw_TaskNp.FullRowSelect = true;
     this.Lvw_TaskNp.Location = new Point(3, 0x11);
     this.Lvw_TaskNp.Name = "Lvw_TaskNp";
     this.Lvw_TaskNp.Order = SortOrder.Descending;
     this.Lvw_TaskNp.Size = new Size(0x1fd, 0xde);
     this.Lvw_TaskNp.SmallImageList = this.ilt_Icon;
     this.Lvw_TaskNp.SortColumn = 0;
     this.Lvw_TaskNp.TabIndex = 2;
     this.Lvw_TaskNp.UseCompatibleStateImageBehavior = false;
     this.Lvw_TaskNp.View = View.Details;
     this.columnHeader6.Text = "车牌号码";
     this.columnHeader6.Width = 0x7e;
     this.columnHeader7.Text = "车牌种类";
     this.columnHeader7.Width = 120;
     this.columnHeader8.Text = "下达时间";
     this.columnHeader8.Width = 0x87;
     this.columnHeader9.Text = "最后完成期限";
     this.columnHeader9.Width = 130;
     this.columnHeader10.Text = "计划单号";
     this.columnHeader10.Width = 0x77;
     this.columnHeader13.Text = "前片";
     this.columnHeader14.Text = "后片";
     this.groupBox4.Controls.Add(this.Lvw_SendList);
     this.groupBox4.Dock = DockStyle.Fill;
     this.groupBox4.Location = new Point(8, 0xd8);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new Size(0xbd, 0xde);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "已生成送货单";
     this.Lvw_SendList.CheckBoxes = true;
     this.Lvw_SendList.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader11 });
     this.Lvw_SendList.Dock = DockStyle.Fill;
     this.Lvw_SendList.FullRowSelect = true;
     this.Lvw_SendList.Location = new Point(3, 0x11);
     this.Lvw_SendList.Name = "Lvw_SendList";
     this.Lvw_SendList.Order = SortOrder.Descending;
     this.Lvw_SendList.Size = new Size(0xb7, 0xca);
     this.Lvw_SendList.SmallImageList = this.ilt_Icon;
     this.Lvw_SendList.SortColumn = 0;
     this.Lvw_SendList.TabIndex = 1;
     this.Lvw_SendList.UseCompatibleStateImageBehavior = false;
     this.Lvw_SendList.View = View.Details;
     this.columnHeader1.Text = "生产任务单号";
     this.columnHeader1.Width = 0x62;
     this.columnHeader2.Text = "下达时间";
     this.columnHeader2.Width = 130;
     this.columnHeader3.Text = "下达人员";
     this.columnHeader3.Width = 80;
     this.columnHeader11.Text = "计划指令单号";
     this.columnHeader11.Width = 100;
     this.groupBox3.Controls.Add(this.btnNullPrint);
     this.groupBox3.Controls.Add(this.cbx_PrintSendView);
     this.groupBox3.Controls.Add(this.btn_Refresh);
     this.groupBox3.Controls.Add(this.btn_Print);
     this.groupBox3.Controls.Add(this.btn_Out);
     this.groupBox3.Controls.Add(this.cbx_Select);
     this.groupBox3.Dock = DockStyle.Top;
     this.groupBox3.Location = new Point(8, 8);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new Size(0xbd, 0xd0);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "出库操作";
     this.btnNullPrint.Location = new Point(20, 0x79);
     this.btnNullPrint.Name = "btnNullPrint";
     this.btnNullPrint.Size = new Size(0x4b, 0x17);
     this.btnNullPrint.TabIndex = 13;
     this.btnNullPrint.Text = "手工打印";
     this.btnNullPrint.UseVisualStyleBackColor = true;
     this.btnNullPrint.Click += new EventHandler(this.btnNullPrint_Click);
     this.cbx_PrintSendView.AutoSize = true;
     this.cbx_PrintSendView.Checked = true;
     this.cbx_PrintSendView.CheckState = CheckState.Checked;
     this.cbx_PrintSendView.Location = new Point(0x15, 0xb0);
     this.cbx_PrintSendView.Name = "cbx_PrintSendView";
     this.cbx_PrintSendView.Size = new Size(0x48, 0x10);
     this.cbx_PrintSendView.TabIndex = 12;
     this.cbx_PrintSendView.Text = "打印预览";
     this.cbx_PrintSendView.UseVisualStyleBackColor = true;
     this.btn_Refresh.Location = new Point(20, 0x22);
     this.btn_Refresh.Name = "btn_Refresh";
     this.btn_Refresh.Size = new Size(0x4b, 0x17);
     this.btn_Refresh.TabIndex = 11;
     this.btn_Refresh.Text = "刷新";
     this.btn_Refresh.UseVisualStyleBackColor = true;
     this.btn_Refresh.Click += new EventHandler(this.btn_Refresh_Click);
     this.btn_Print.Location = new Point(20, 0x93);
     this.btn_Print.Name = "btn_Print";
     this.btn_Print.Size = new Size(0x4b, 0x17);
     this.btn_Print.TabIndex = 10;
     this.btn_Print.Text = "打印送货单";
     this.btn_Print.UseVisualStyleBackColor = true;
     this.btn_Print.Click += new EventHandler(this.btn_Print_Click);
     this.btn_Out.ForeColor = Color.ForestGreen;
     this.btn_Out.Location = new Point(0x15, 0x55);
     this.btn_Out.Name = "btn_Out";
     this.btn_Out.Size = new Size(0x4b, 0x17);
     this.btn_Out.TabIndex = 9;
     this.btn_Out.Text = "出库";
     this.btn_Out.UseVisualStyleBackColor = true;
     this.btn_Out.Click += new EventHandler(this.btn_Out_Click);
     this.cbx_Select.AutoSize = true;
     this.cbx_Select.Checked = true;
     this.cbx_Select.CheckState = CheckState.Checked;
     this.cbx_Select.Location = new Point(0x15, 0x3f);
     this.cbx_Select.Name = "cbx_Select";
     this.cbx_Select.Size = new Size(0x4e, 0x10);
     this.cbx_Select.TabIndex = 8;
     this.cbx_Select.Text = "全选/不选";
     this.cbx_Select.UseVisualStyleBackColor = true;
     this.cbx_Select.CheckStateChanged += new EventHandler(this.cbx_Select_CheckStateChanged);
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(740, 0x1be);
     base.Controls.Add(this.splitContainer1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "Frm_Out";
     base.ShowIcon = false;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "出库管理";
     base.FormClosed += new FormClosedEventHandler(this.Frm_Out_FormClosed);
     base.Load += new EventHandler(this.Frm_Out_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #2
0
ファイル: Frm_Sys.cs プロジェクト: TGHGH/MES-CAR
 private void InitializeComponent()
 {
     this.tabControl = new TabControl();
     this.tabPage1 = new TabPage();
     this.btn_Delete = new Button();
     this.btn_Modi = new Button();
     this.btn_AddUser = new Button();
     this.groupBox2 = new GroupBox();
     this.Lvw_User = new SortedListView();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader2 = new ColumnHeader();
     this.columnHeader3 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.groupBox1 = new GroupBox();
     this.tbx_BarCode = new TextBox();
     this.label6 = new Label();
     this.label5 = new Label();
     this.tbx_ConfirmPwd = new TextBox();
     this.tbx_Duty = new TextBox();
     this.label4 = new Label();
     this.tbx_TrueName = new TextBox();
     this.label3 = new Label();
     this.tbx_Pwd = new TextBox();
     this.label2 = new Label();
     this.tbx_UserName = new TextBox();
     this.label1 = new Label();
     this.tabPage2 = new TabPage();
     this.btn_SetAuthority = new Button();
     this.groupBox4 = new GroupBox();
     this.lvw_Authority = new ListView();
     this.groupBox3 = new GroupBox();
     this.lbx_User = new ListBox();
     this.tabPage3 = new TabPage();
     this.btn_ModiPwd = new Button();
     this.groupBox5 = new GroupBox();
     this.label8 = new Label();
     this.tbx_NewPwd = new TextBox();
     this.tbx_ConfirmNewPwd = new TextBox();
     this.label10 = new Label();
     this.tbx_OldPwd = new TextBox();
     this.label11 = new Label();
     this.tbx_UName = new TextBox();
     this.label12 = new Label();
     this.tabPage4 = new TabPage();
     this.btn_SaveSet = new Button();
     this.groupBox6 = new GroupBox();
     this.cbx_SendPrinter = new ComboBox();
     this.cbx_SendListPrinter = new ComboBox();
     this.label7 = new Label();
     this.textBox2 = new TextBox();
     this.label9 = new Label();
     this.label13 = new Label();
     this.tbx_BoxAmount = new TextBox();
     this.label14 = new Label();
     this.tabPage5 = new TabPage();
     this.btn_Cancel = new Button();
     this.tabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.groupBox6.SuspendLayout();
     base.SuspendLayout();
     this.tabControl.Controls.Add(this.tabPage1);
     this.tabControl.Controls.Add(this.tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Controls.Add(this.tabPage4);
     this.tabControl.Controls.Add(this.tabPage5);
     this.tabControl.Location = new Point(11, 11);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new Size(0x22b, 0x144);
     this.tabControl.TabIndex = 0;
     this.tabPage1.Controls.Add(this.btn_Delete);
     this.tabPage1.Controls.Add(this.btn_Modi);
     this.tabPage1.Controls.Add(this.btn_AddUser);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new Point(4, 0x15);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(5);
     this.tabPage1.Size = new Size(0x223, 0x12b);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "用户管理";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.btn_Delete.Location = new Point(0x1cd, 0xa6);
     this.btn_Delete.Name = "btn_Delete";
     this.btn_Delete.Size = new Size(0x4b, 0x17);
     this.btn_Delete.TabIndex = 4;
     this.btn_Delete.Text = "删除用户";
     this.btn_Delete.UseVisualStyleBackColor = true;
     this.btn_Delete.Click += new EventHandler(this.btn_Delete_Click);
     this.btn_Modi.Location = new Point(0x1cd, 0x3f);
     this.btn_Modi.Name = "btn_Modi";
     this.btn_Modi.Size = new Size(0x4b, 0x17);
     this.btn_Modi.TabIndex = 3;
     this.btn_Modi.Text = "修改用户";
     this.btn_Modi.UseVisualStyleBackColor = true;
     this.btn_Modi.Click += new EventHandler(this.btn_Modi_Click);
     this.btn_AddUser.Location = new Point(0x1cd, 0x1d);
     this.btn_AddUser.Name = "btn_AddUser";
     this.btn_AddUser.Size = new Size(0x4b, 0x17);
     this.btn_AddUser.TabIndex = 2;
     this.btn_AddUser.Text = "添加用户";
     this.btn_AddUser.UseVisualStyleBackColor = true;
     this.btn_AddUser.Click += new EventHandler(this.btn_AddUser_Click);
     this.groupBox2.Controls.Add(this.Lvw_User);
     this.groupBox2.Location = new Point(8, 0x9c);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new Size(0x1b5, 0x88);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "用户信息";
     this.Lvw_User.AllowColumnReorder = true;
     this.Lvw_User.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4 });
     this.Lvw_User.Dock = DockStyle.Fill;
     this.Lvw_User.FullRowSelect = true;
     this.Lvw_User.Location = new Point(3, 0x11);
     this.Lvw_User.Name = "Lvw_User";
     this.Lvw_User.Order = SortOrder.Descending;
     this.Lvw_User.Size = new Size(0x1af, 0x74);
     this.Lvw_User.SortColumn = 0;
     this.Lvw_User.TabIndex = 0;
     this.Lvw_User.UseCompatibleStateImageBehavior = false;
     this.Lvw_User.View = View.Details;
     this.Lvw_User.Click += new EventHandler(this.Lvw_User_Click);
     this.columnHeader1.Text = "用户名";
     this.columnHeader1.Width = 0x9a;
     this.columnHeader2.Text = "真实姓名";
     this.columnHeader2.Width = 0xa9;
     this.columnHeader3.Text = "职责";
     this.columnHeader3.Width = 0x88;
     this.columnHeader4.Text = "条码";
     this.columnHeader4.Width = 120;
     this.groupBox1.Controls.Add(this.tbx_BarCode);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.tbx_ConfirmPwd);
     this.groupBox1.Controls.Add(this.tbx_Duty);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.tbx_TrueName);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.tbx_Pwd);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.tbx_UserName);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x1b5, 0x8f);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "添加用户";
     this.tbx_BarCode.Location = new Point(0x106, 0x70);
     this.tbx_BarCode.Name = "tbx_BarCode";
     this.tbx_BarCode.Size = new Size(0x9a, 0x15);
     this.tbx_BarCode.TabIndex = 11;
     this.label6.AutoSize = true;
     this.label6.Location = new Point(0xdf, 0x74);
     this.label6.Name = "label6";
     this.label6.Size = new Size(0x23, 12);
     this.label6.TabIndex = 10;
     this.label6.Text = "条码:";
     this.label5.AutoSize = true;
     this.label5.Location = new Point(0x13, 70);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x3b, 12);
     this.label5.TabIndex = 9;
     this.label5.Text = "重复密码:";
     this.tbx_ConfirmPwd.Location = new Point(0x53, 0x42);
     this.tbx_ConfirmPwd.Name = "tbx_ConfirmPwd";
     this.tbx_ConfirmPwd.PasswordChar = '*';
     this.tbx_ConfirmPwd.Size = new Size(0x14d, 0x15);
     this.tbx_ConfirmPwd.TabIndex = 2;
     this.tbx_Duty.Location = new Point(0x53, 0x70);
     this.tbx_Duty.Name = "tbx_Duty";
     this.tbx_Duty.Size = new Size(0x7f, 0x15);
     this.tbx_Duty.TabIndex = 4;
     this.label4.AutoSize = true;
     this.label4.Location = new Point(0x13, 0x73);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x3b, 12);
     this.label4.TabIndex = 6;
     this.label4.Text = "职    责:";
     this.tbx_TrueName.Location = new Point(0x53, 0x59);
     this.tbx_TrueName.Name = "tbx_TrueName";
     this.tbx_TrueName.Size = new Size(0x14d, 0x15);
     this.tbx_TrueName.TabIndex = 3;
     this.label3.AutoSize = true;
     this.label3.Location = new Point(0x13, 0x5d);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x3b, 12);
     this.label3.TabIndex = 4;
     this.label3.Text = "真实姓名:";
     this.tbx_Pwd.Location = new Point(0x53, 0x2b);
     this.tbx_Pwd.Name = "tbx_Pwd";
     this.tbx_Pwd.PasswordChar = '*';
     this.tbx_Pwd.Size = new Size(0x14d, 0x15);
     this.tbx_Pwd.TabIndex = 1;
     this.label2.AutoSize = true;
     this.label2.Location = new Point(0x13, 0x2e);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x3b, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "密    码:";
     this.tbx_UserName.Location = new Point(0x53, 20);
     this.tbx_UserName.Name = "tbx_UserName";
     this.tbx_UserName.Size = new Size(0x14d, 0x15);
     this.tbx_UserName.TabIndex = 0;
     this.label1.AutoSize = true;
     this.label1.Location = new Point(0x13, 0x17);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x3b, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "用 户 名:";
     this.tabPage2.Controls.Add(this.btn_SetAuthority);
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new Point(4, 0x15);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new Padding(3);
     this.tabPage2.Size = new Size(0x223, 0x12b);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "权限设定";
     this.tabPage2.UseVisualStyleBackColor = true;
     this.btn_SetAuthority.Location = new Point(0x1cd, 0x1d);
     this.btn_SetAuthority.Name = "btn_SetAuthority";
     this.btn_SetAuthority.Size = new Size(0x4b, 0x17);
     this.btn_SetAuthority.TabIndex = 2;
     this.btn_SetAuthority.Text = "重设权限";
     this.btn_SetAuthority.UseVisualStyleBackColor = true;
     this.btn_SetAuthority.Click += new EventHandler(this.btn_SetAuthority_Click);
     this.groupBox4.Controls.Add(this.lvw_Authority);
     this.groupBox4.Location = new Point(0x99, 7);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Padding = new Padding(5);
     this.groupBox4.Size = new Size(0x124, 0x11e);
     this.groupBox4.TabIndex = 1;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "权限";
     this.lvw_Authority.CheckBoxes = true;
     this.lvw_Authority.Dock = DockStyle.Fill;
     this.lvw_Authority.Location = new Point(5, 0x13);
     this.lvw_Authority.Name = "lvw_Authority";
     this.lvw_Authority.Size = new Size(0x11a, 0x106);
     this.lvw_Authority.TabIndex = 0;
     this.lvw_Authority.UseCompatibleStateImageBehavior = false;
     this.lvw_Authority.View = View.List;
     this.groupBox3.Controls.Add(this.lbx_User);
     this.groupBox3.Location = new Point(8, 7);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Padding = new Padding(5);
     this.groupBox3.Size = new Size(0x8b, 0x11e);
     this.groupBox3.TabIndex = 0;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "用户";
     this.lbx_User.Dock = DockStyle.Fill;
     this.lbx_User.FormattingEnabled = true;
     this.lbx_User.ItemHeight = 12;
     this.lbx_User.Location = new Point(5, 0x13);
     this.lbx_User.Name = "lbx_User";
     this.lbx_User.Size = new Size(0x81, 0x100);
     this.lbx_User.TabIndex = 0;
     this.lbx_User.SelectedIndexChanged += new EventHandler(this.lbx_User_SelectedIndexChanged);
     this.tabPage3.Controls.Add(this.btn_ModiPwd);
     this.tabPage3.Controls.Add(this.groupBox5);
     this.tabPage3.Location = new Point(4, 0x15);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new Padding(3);
     this.tabPage3.Size = new Size(0x223, 0x12b);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "修改密码";
     this.tabPage3.UseVisualStyleBackColor = true;
     this.btn_ModiPwd.Location = new Point(0x1cd, 0x1d);
     this.btn_ModiPwd.Name = "btn_ModiPwd";
     this.btn_ModiPwd.Size = new Size(0x4b, 0x17);
     this.btn_ModiPwd.TabIndex = 3;
     this.btn_ModiPwd.Text = "修改密码";
     this.btn_ModiPwd.UseVisualStyleBackColor = true;
     this.btn_ModiPwd.Click += new EventHandler(this.btn_ModiPwd_Click);
     this.groupBox5.Controls.Add(this.label8);
     this.groupBox5.Controls.Add(this.tbx_NewPwd);
     this.groupBox5.Controls.Add(this.tbx_ConfirmNewPwd);
     this.groupBox5.Controls.Add(this.label10);
     this.groupBox5.Controls.Add(this.tbx_OldPwd);
     this.groupBox5.Controls.Add(this.label11);
     this.groupBox5.Controls.Add(this.tbx_UName);
     this.groupBox5.Controls.Add(this.label12);
     this.groupBox5.Location = new Point(8, 8);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new Size(0x1b5, 0x8f);
     this.groupBox5.TabIndex = 1;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "修改密码";
     this.label8.AutoSize = true;
     this.label8.Location = new Point(0x13, 0x71);
     this.label8.Name = "label8";
     this.label8.Size = new Size(0x3b, 12);
     this.label8.TabIndex = 9;
     this.label8.Text = "重复密码:";
     this.tbx_NewPwd.Location = new Point(0x53, 80);
     this.tbx_NewPwd.Name = "tbx_NewPwd";
     this.tbx_NewPwd.PasswordChar = '*';
     this.tbx_NewPwd.Size = new Size(0x14d, 0x15);
     this.tbx_NewPwd.TabIndex = 2;
     this.tbx_ConfirmNewPwd.Location = new Point(0x53, 110);
     this.tbx_ConfirmNewPwd.Name = "tbx_ConfirmNewPwd";
     this.tbx_ConfirmNewPwd.PasswordChar = '*';
     this.tbx_ConfirmNewPwd.Size = new Size(0x14d, 0x15);
     this.tbx_ConfirmNewPwd.TabIndex = 3;
     this.label10.AutoSize = true;
     this.label10.Location = new Point(0x13, 0x53);
     this.label10.Name = "label10";
     this.label10.Size = new Size(0x3b, 12);
     this.label10.TabIndex = 4;
     this.label10.Text = "新 密 码:";
     this.tbx_OldPwd.Location = new Point(0x53, 50);
     this.tbx_OldPwd.Name = "tbx_OldPwd";
     this.tbx_OldPwd.PasswordChar = '*';
     this.tbx_OldPwd.Size = new Size(0x14d, 0x15);
     this.tbx_OldPwd.TabIndex = 1;
     this.label11.AutoSize = true;
     this.label11.Location = new Point(0x13, 0x35);
     this.label11.Name = "label11";
     this.label11.Size = new Size(0x3b, 12);
     this.label11.TabIndex = 2;
     this.label11.Text = "原 密 码:";
     this.tbx_UName.Location = new Point(0x53, 20);
     this.tbx_UName.Name = "tbx_UName";
     this.tbx_UName.ReadOnly = true;
     this.tbx_UName.Size = new Size(0x14d, 0x15);
     this.tbx_UName.TabIndex = 0;
     this.label12.AutoSize = true;
     this.label12.Location = new Point(0x13, 0x17);
     this.label12.Name = "label12";
     this.label12.Size = new Size(0x3b, 12);
     this.label12.TabIndex = 0;
     this.label12.Text = "用 户 名:";
     this.tabPage4.Controls.Add(this.btn_SaveSet);
     this.tabPage4.Controls.Add(this.groupBox6);
     this.tabPage4.Location = new Point(4, 0x15);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new Padding(3);
     this.tabPage4.Size = new Size(0x223, 0x12b);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "选项设置";
     this.tabPage4.UseVisualStyleBackColor = true;
     this.btn_SaveSet.Location = new Point(0x1cd, 0x1d);
     this.btn_SaveSet.Name = "btn_SaveSet";
     this.btn_SaveSet.Size = new Size(0x4b, 0x17);
     this.btn_SaveSet.TabIndex = 5;
     this.btn_SaveSet.Text = "保存设置";
     this.btn_SaveSet.UseVisualStyleBackColor = true;
     this.btn_SaveSet.Click += new EventHandler(this.btn_SaveSet_Click);
     this.groupBox6.Controls.Add(this.cbx_SendPrinter);
     this.groupBox6.Controls.Add(this.cbx_SendListPrinter);
     this.groupBox6.Controls.Add(this.label7);
     this.groupBox6.Controls.Add(this.textBox2);
     this.groupBox6.Controls.Add(this.label9);
     this.groupBox6.Controls.Add(this.label13);
     this.groupBox6.Controls.Add(this.tbx_BoxAmount);
     this.groupBox6.Controls.Add(this.label14);
     this.groupBox6.Location = new Point(8, 8);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new Size(0x1b5, 0x8f);
     this.groupBox6.TabIndex = 4;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "设置";
     this.cbx_SendPrinter.FormattingEnabled = true;
     this.cbx_SendPrinter.Location = new Point(0x92, 0x33);
     this.cbx_SendPrinter.Name = "cbx_SendPrinter";
     this.cbx_SendPrinter.Size = new Size(270, 20);
     this.cbx_SendPrinter.TabIndex = 11;
     this.cbx_SendListPrinter.FormattingEnabled = true;
     this.cbx_SendListPrinter.Location = new Point(0x92, 0x4f);
     this.cbx_SendListPrinter.Name = "cbx_SendListPrinter";
     this.cbx_SendListPrinter.Size = new Size(270, 20);
     this.cbx_SendListPrinter.TabIndex = 10;
     this.label7.AutoSize = true;
     this.label7.Location = new Point(0x13, 0x71);
     this.label7.Name = "label7";
     this.label7.Size = new Size(0x23, 12);
     this.label7.TabIndex = 9;
     this.label7.Text = "XXXX:";
     this.label7.Click += new EventHandler(this.label7_Click);
     this.textBox2.Location = new Point(0x92, 110);
     this.textBox2.Name = "textBox2";
     this.textBox2.PasswordChar = '*';
     this.textBox2.ReadOnly = true;
     this.textBox2.Size = new Size(270, 0x15);
     this.textBox2.TabIndex = 3;
     this.label9.AutoSize = true;
     this.label9.Location = new Point(0x13, 0x53);
     this.label9.Name = "label9";
     this.label9.Size = new Size(0x5f, 12);
     this.label9.TabIndex = 4;
     this.label9.Text = "发货明细打印机:";
     this.label13.AutoSize = true;
     this.label13.Location = new Point(0x13, 0x35);
     this.label13.Name = "label13";
     this.label13.Size = new Size(0x53, 12);
     this.label13.TabIndex = 2;
     this.label13.Text = "发货单打印机:";
     this.tbx_BoxAmount.Location = new Point(0x92, 20);
     this.tbx_BoxAmount.Name = "tbx_BoxAmount";
     this.tbx_BoxAmount.Size = new Size(270, 0x15);
     this.tbx_BoxAmount.TabIndex = 0;
     this.label14.AutoSize = true;
     this.label14.Location = new Point(0x13, 0x17);
     this.label14.Name = "label14";
     this.label14.Size = new Size(0x47, 12);
     this.label14.TabIndex = 0;
     this.label14.Text = "底板箱容量:";
     this.tabPage5.Location = new Point(4, 0x15);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new Padding(3);
     this.tabPage5.Size = new Size(0x223, 0x12b);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "工位系数";
     this.tabPage5.UseVisualStyleBackColor = true;
     this.btn_Cancel.Location = new Point(0x1e7, 0x155);
     this.btn_Cancel.Name = "btn_Cancel";
     this.btn_Cancel.Size = new Size(0x4b, 0x17);
     this.btn_Cancel.TabIndex = 2;
     this.btn_Cancel.Text = "退出";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new EventHandler(this.btn_Cancel_Click);
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x241, 0x18b);
     base.Controls.Add(this.btn_Cancel);
     base.Controls.Add(this.tabControl);
     base.FormBorderStyle = FormBorderStyle.FixedDialog;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "Frm_Sys";
     base.Padding = new Padding(8);
     base.ShowIcon = false;
     base.ShowInTaskbar = false;
     base.StartPosition = FormStartPosition.CenterScreen;
     this.Text = "系统管理";
     base.FormClosed += new FormClosedEventHandler(this.Frm_Sys_FormClosed);
     base.Load += new EventHandler(this.Frm_Data_Load);
     this.tabControl.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #3
0
ファイル: Frm_Appr.cs プロジェクト: TGHGH/MES-CAR
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(Frm_Appr));
     this.ilt_Icon = new ImageList(this.components);
     this.backgroundWorker = new BackgroundWorker();
     this.splitContainer1 = new SplitContainer();
     this.gbx_NpCount = new GroupBox();
     this.Lvw_License = new SortedListView();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader2 = new ColumnHeader();
     this.columnHeader19 = new ColumnHeader();
     this.columnHeader20 = new ColumnHeader();
     this.columnHeader21 = new ColumnHeader();
     this.groupBox2 = new GroupBox();
     this.labRemark = new Label();
     this.tabControl1 = new TabControl();
     this.tabPage1 = new TabPage();
     this.Lvw_Plan = new SortedListView();
     this.columnHeader3 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.columnHeader17 = new ColumnHeader();
     this.columnHeader5 = new ColumnHeader();
     this.columnHeader6 = new ColumnHeader();
     this.columnHeader9 = new ColumnHeader();
     this.columnHeader7 = new ColumnHeader();
     this.columnHeader8 = new ColumnHeader();
     this.panel1 = new Panel();
     this.labelSelectCount = new Label();
     this.cbx_AutoRefresh = new CheckBox();
     this.btn_NotPass = new Button();
     this.btn_Pass = new Button();
     this.btn_Refresh = new Button();
     this.cbx_Select = new CheckBox();
     this.tabPage2 = new TabPage();
     this.Lvw_Audited = new SortedListView();
     this.columnHeader10 = new ColumnHeader();
     this.columnHeader11 = new ColumnHeader();
     this.columnHeader18 = new ColumnHeader();
     this.columnHeader12 = new ColumnHeader();
     this.columnHeader13 = new ColumnHeader();
     this.columnHeader14 = new ColumnHeader();
     this.columnHeader15 = new ColumnHeader();
     this.columnHeader16 = new ColumnHeader();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gbx_NpCount.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     base.SuspendLayout();
     this.ilt_Icon.ImageStream = (ImageListStreamer) manager.GetObject("ilt_Icon.ImageStream");
     this.ilt_Icon.TransparentColor = Color.Transparent;
     this.ilt_Icon.Images.SetKeyName(0, "Ok");
     this.ilt_Icon.Images.SetKeyName(1, "NotPass");
     this.ilt_Icon.Images.SetKeyName(2, "NP");
     this.ilt_Icon.Images.SetKeyName(3, "Plan");
     this.backgroundWorker.WorkerSupportsCancellation = true;
     this.backgroundWorker.DoWork += new DoWorkEventHandler(this.backgroundWorker_DoWork);
     this.splitContainer1.Dock = DockStyle.Fill;
     this.splitContainer1.Location = new Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.gbx_NpCount);
     this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
     this.splitContainer1.Panel1.Padding = new Padding(5);
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Panel2.Padding = new Padding(5);
     this.splitContainer1.Size = new Size(740, 0x1b7);
     this.splitContainer1.SplitterDistance = 0xf6;
     this.splitContainer1.TabIndex = 0;
     this.gbx_NpCount.Controls.Add(this.Lvw_License);
     this.gbx_NpCount.Dock = DockStyle.Fill;
     this.gbx_NpCount.Location = new Point(5, 5);
     this.gbx_NpCount.Name = "gbx_NpCount";
     this.gbx_NpCount.Padding = new Padding(8);
     this.gbx_NpCount.Size = new Size(0xec, 0x128);
     this.gbx_NpCount.TabIndex = 2;
     this.gbx_NpCount.TabStop = false;
     this.gbx_NpCount.Text = "车牌信息";
     this.Lvw_License.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader19, this.columnHeader20, this.columnHeader21 });
     this.Lvw_License.Dock = DockStyle.Fill;
     this.Lvw_License.FullRowSelect = true;
     this.Lvw_License.GridLines = true;
     this.Lvw_License.LabelEdit = true;
     this.Lvw_License.Location = new Point(8, 0x16);
     this.Lvw_License.Name = "Lvw_License";
     this.Lvw_License.Order = SortOrder.Descending;
     this.Lvw_License.Size = new Size(220, 0x10a);
     this.Lvw_License.SmallImageList = this.ilt_Icon;
     this.Lvw_License.SortColumn = 0;
     this.Lvw_License.TabIndex = 0;
     this.Lvw_License.UseCompatibleStateImageBehavior = false;
     this.Lvw_License.View = View.Details;
     this.Lvw_License.MouseDoubleClick += new MouseEventHandler(this.Lvw_License_MouseDoubleClick);
     this.Lvw_License.ItemCheck += new ItemCheckEventHandler(this.Lvw_License_ItemCheck);
     this.Lvw_License.BeforeLabelEdit += new LabelEditEventHandler(this.Lvw_License_BeforeLabelEdit);
     this.columnHeader1.Text = "车牌号码";
     this.columnHeader1.Width = 0x7e;
     this.columnHeader2.Text = "车牌种类";
     this.columnHeader2.Width = 100;
     this.columnHeader19.Text = "前片";
     this.columnHeader20.Text = "后片";
     this.columnHeader21.Text = "邮寄";
     this.groupBox2.Controls.Add(this.labRemark);
     this.groupBox2.Dock = DockStyle.Bottom;
     this.groupBox2.Location = new Point(5, 0x12d);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new Padding(8);
     this.groupBox2.Size = new Size(0xec, 0x85);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "备注信息";
     this.labRemark.Dock = DockStyle.Fill;
     this.labRemark.Location = new Point(8, 0x16);
     this.labRemark.Name = "labRemark";
     this.labRemark.Size = new Size(220, 0x67);
     this.labRemark.TabIndex = 0;
     this.labRemark.TextAlign = ContentAlignment.MiddleCenter;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = DockStyle.Fill;
     this.tabControl1.Location = new Point(5, 5);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new Size(480, 0x1ad);
     this.tabControl1.TabIndex = 0;
     this.tabPage1.Controls.Add(this.Lvw_Plan);
     this.tabPage1.Controls.Add(this.panel1);
     this.tabPage1.Location = new Point(4, 0x15);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new Padding(3);
     this.tabPage1.Size = new Size(0x1d8, 0x194);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "未审批";
     this.tabPage1.UseVisualStyleBackColor = true;
     this.Lvw_Plan.AllowColumnReorder = true;
     this.Lvw_Plan.CheckBoxes = true;
     this.Lvw_Plan.Columns.AddRange(new ColumnHeader[] { this.columnHeader3, this.columnHeader4, this.columnHeader17, this.columnHeader8, this.columnHeader5, this.columnHeader6, this.columnHeader9, this.columnHeader7 });
     this.Lvw_Plan.Dock = DockStyle.Fill;
     this.Lvw_Plan.FullRowSelect = true;
     this.Lvw_Plan.Location = new Point(3, 0x85);
     this.Lvw_Plan.Name = "Lvw_Plan";
     this.Lvw_Plan.Order = SortOrder.Descending;
     this.Lvw_Plan.Size = new Size(0x1d2, 0x10c);
     this.Lvw_Plan.SmallImageList = this.ilt_Icon;
     this.Lvw_Plan.SortColumn = 0;
     this.Lvw_Plan.Sorting = SortOrder.Descending;
     this.Lvw_Plan.TabIndex = 1;
     this.Lvw_Plan.UseCompatibleStateImageBehavior = false;
     this.Lvw_Plan.View = View.Details;
     this.Lvw_Plan.SelectedIndexChanged += new EventHandler(this.Lvw_Plan_SelectedIndexChanged);
     this.Lvw_Plan.ItemCheck += new ItemCheckEventHandler(this.Lvw_Plan_ItemCheck);
     this.columnHeader3.Text = "";
     this.columnHeader3.Width = 0x27;
     this.columnHeader4.Text = "计划单号";
     this.columnHeader4.Width = 150;
     this.columnHeader17.Text = "计划单类型";
     this.columnHeader17.Width = 0x69;
     this.columnHeader5.Text = "计划部门";
     this.columnHeader5.Width = 150;
     this.columnHeader6.Text = "上报时间";
     this.columnHeader6.Width = 130;
     this.columnHeader9.Text = "录入人员";
     this.columnHeader9.Width = 80;
     this.columnHeader7.Text = "录入时间";
     this.columnHeader7.Width = 130;
     this.columnHeader8.Text = "总数";
     this.columnHeader8.Width = 80;
     this.panel1.Controls.Add(this.labelSelectCount);
     this.panel1.Controls.Add(this.cbx_AutoRefresh);
     this.panel1.Controls.Add(this.btn_NotPass);
     this.panel1.Controls.Add(this.btn_Pass);
     this.panel1.Controls.Add(this.btn_Refresh);
     this.panel1.Controls.Add(this.cbx_Select);
     this.panel1.Dock = DockStyle.Top;
     this.panel1.Location = new Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(0x1d2, 130);
     this.panel1.TabIndex = 0;
     this.labelSelectCount.AutoSize = true;
     this.labelSelectCount.Location = new Point(12, 6);
     this.labelSelectCount.Name = "labelSelectCount";
     this.labelSelectCount.Size = new Size(11, 12);
     this.labelSelectCount.TabIndex = 5;
     this.labelSelectCount.Text = "0";
     this.cbx_AutoRefresh.AutoSize = true;
     this.cbx_AutoRefresh.Location = new Point(0x5f, 0x49);
     this.cbx_AutoRefresh.Name = "cbx_AutoRefresh";
     this.cbx_AutoRefresh.Size = new Size(0x48, 0x10);
     this.cbx_AutoRefresh.TabIndex = 4;
     this.cbx_AutoRefresh.Text = "自动刷新";
     this.cbx_AutoRefresh.UseVisualStyleBackColor = true;
     this.cbx_AutoRefresh.CheckStateChanged += new EventHandler(this.cbx_AutoRefresh_CheckStateChanged);
     this.btn_NotPass.ForeColor = Color.Red;
     this.btn_NotPass.Location = new Point(0x10d, 0x45);
     this.btn_NotPass.Name = "btn_NotPass";
     this.btn_NotPass.Size = new Size(0x4b, 0x17);
     this.btn_NotPass.TabIndex = 3;
     this.btn_NotPass.Text = "审核不通过";
     this.btn_NotPass.UseVisualStyleBackColor = true;
     this.btn_NotPass.Click += new EventHandler(this.btn_NotPass_Click);
     this.btn_Pass.ForeColor = Color.LimeGreen;
     this.btn_Pass.Location = new Point(0xb3, 0x45);
     this.btn_Pass.Name = "btn_Pass";
     this.btn_Pass.Size = new Size(0x4b, 0x17);
     this.btn_Pass.TabIndex = 2;
     this.btn_Pass.Text = "审核通过";
     this.btn_Pass.UseVisualStyleBackColor = true;
     this.btn_Pass.Click += new EventHandler(this.btn_Pass_Click);
     this.btn_Refresh.Location = new Point(14, 0x45);
     this.btn_Refresh.Name = "btn_Refresh";
     this.btn_Refresh.Size = new Size(0x4b, 0x17);
     this.btn_Refresh.TabIndex = 1;
     this.btn_Refresh.Text = "刷新";
     this.btn_Refresh.UseVisualStyleBackColor = true;
     this.btn_Refresh.Click += new EventHandler(this.btn_Refresh_Click);
     this.cbx_Select.AutoSize = true;
     this.cbx_Select.Location = new Point(14, 0x6c);
     this.cbx_Select.Name = "cbx_Select";
     this.cbx_Select.Size = new Size(90, 0x10);
     this.cbx_Select.TabIndex = 0;
     this.cbx_Select.Text = "全选/全不选";
     this.cbx_Select.UseVisualStyleBackColor = true;
     this.cbx_Select.CheckStateChanged += new EventHandler(this.cbx_Select_CheckStateChanged);
     this.tabPage2.Controls.Add(this.Lvw_Audited);
     this.tabPage2.Location = new Point(4, 0x15);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new Padding(3);
     this.tabPage2.Size = new Size(0x1d8, 0x194);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "已审批";
     this.tabPage2.UseVisualStyleBackColor = true;
     this.Lvw_Audited.Columns.AddRange(new ColumnHeader[] { this.columnHeader10, this.columnHeader11, this.columnHeader18, this.columnHeader12, this.columnHeader13, this.columnHeader14, this.columnHeader15, this.columnHeader16 });
     this.Lvw_Audited.Dock = DockStyle.Fill;
     this.Lvw_Audited.FullRowSelect = true;
     this.Lvw_Audited.Location = new Point(3, 3);
     this.Lvw_Audited.Name = "Lvw_Audited";
     this.Lvw_Audited.Order = SortOrder.Descending;
     this.Lvw_Audited.Size = new Size(0x1d2, 0x18e);
     this.Lvw_Audited.SmallImageList = this.ilt_Icon;
     this.Lvw_Audited.SortColumn = 0;
     this.Lvw_Audited.TabIndex = 2;
     this.Lvw_Audited.UseCompatibleStateImageBehavior = false;
     this.Lvw_Audited.View = View.Details;
     this.Lvw_Audited.SelectedIndexChanged += new EventHandler(this.Lvw_Plan_SelectedIndexChanged);
     this.columnHeader10.Text = "";
     this.columnHeader10.Width = 20;
     this.columnHeader11.Text = "计划单号";
     this.columnHeader11.Width = 150;
     this.columnHeader18.Text = "计划单类型";
     this.columnHeader18.Width = 0x60;
     this.columnHeader12.Text = "计划部门";
     this.columnHeader12.Width = 150;
     this.columnHeader13.Text = "上报时间";
     this.columnHeader13.Width = 130;
     this.columnHeader14.Text = "录入人员";
     this.columnHeader14.Width = 80;
     this.columnHeader15.Text = "录入时间";
     this.columnHeader15.Width = 130;
     this.columnHeader16.Text = "总数";
     this.columnHeader16.Width = 80;
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(740, 0x1b7);
     base.Controls.Add(this.splitContainer1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "Frm_Appr";
     base.ShowIcon = false;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "审批管理";
     base.FormClosing += new FormClosingEventHandler(this.Frm_Appr_FormClosing);
     base.Load += new EventHandler(this.Frm_Appr_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.gbx_NpCount.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
コード例 #4
0
ファイル: Frm_MatherBoard.cs プロジェクト: TGHGH/MES-CAR
 private void InitializeComponent()
 {
     this.components = new Container();
     this.groupBox1 = new GroupBox();
     this.listVwWorkers = new ListView();
     this.label4 = new Label();
     this.panel4 = new Panel();
     this.panel2 = new Panel();
     this.dtp_WorkDay = new DateTimePicker();
     this.btn_Ok = new Button();
     this.cbx_Size = new ComboBox();
     this.label1 = new Label();
     this.label5 = new Label();
     this.label2 = new Label();
     this.btnPrintWorkPlan = new Button();
     this.btn_PrintBarCode = new Button();
     this.cbx_WProcedure = new ComboBox();
     this.label3 = new Label();
     this.tbx_Amount = new TextBox();
     this.tbx_Remark = new TextBox();
     this.panel1 = new Panel();
     this.labelWorker = new Label();
     this.cbx_SelectAll = new CheckBox();
     this.groupBox2 = new GroupBox();
     this.ilt_Icon = new ImageList(this.components);
     this.gpb_BarCode = new GroupBox();
     this.cbx_SelectBarCode = new CheckBox();
     this.lvw_NPTask = new SortedListView();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader3 = new ColumnHeader();
     this.columnHeader21 = new ColumnHeader();
     this.columnHeader6 = new ColumnHeader();
     this.columnHeader7 = new ColumnHeader();
     this.columnHeader8 = new ColumnHeader();
     this.columnHeader9 = new ColumnHeader();
     this.columnHeader10 = new ColumnHeader();
     this.columnHeader16 = new ColumnHeader();
     this.columnHeader17 = new ColumnHeader();
     this.columnHeader18 = new ColumnHeader();
     this.columnHeader19 = new ColumnHeader();
     this.columnHeader20 = new ColumnHeader();
     this.lvw_BarCode = new SortedListView();
     this.columnHeader2 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.columnHeader5 = new ColumnHeader();
     this.columnHeader11 = new ColumnHeader();
     this.columnHeader12 = new ColumnHeader();
     this.columnHeader13 = new ColumnHeader();
     this.columnHeader14 = new ColumnHeader();
     this.columnHeader15 = new ColumnHeader();
     this.Lvw_MbTask = new SortedListView();
     this.WorkPlanID = new ColumnHeader();
     this.Worker = new ColumnHeader();
     this.Process = new ColumnHeader();
     this.WorkLoad = new ColumnHeader();
     this.WorkDay = new ColumnHeader();
     this.Remark = new ColumnHeader();
     this.MakePerson = new ColumnHeader();
     this.MakeTime = new ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.gpb_BarCode.SuspendLayout();
     base.SuspendLayout();
     this.groupBox1.Controls.Add(this.listVwWorkers);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.panel4);
     this.groupBox1.Controls.Add(this.tbx_Remark);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.labelWorker);
     this.groupBox1.Dock = DockStyle.Top;
     this.groupBox1.Location = new Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(0x3f0, 0x79);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "下达底板的生产任务";
     this.listVwWorkers.CheckBoxes = true;
     this.listVwWorkers.Location = new Point(80, 0x11);
     this.listVwWorkers.Name = "listVwWorkers";
     this.listVwWorkers.Size = new Size(0x28b, 0x35);
     this.listVwWorkers.TabIndex = 12;
     this.listVwWorkers.UseCompatibleStateImageBehavior = false;
     this.listVwWorkers.View = View.List;
     this.label4.AutoSize = true;
     this.label4.Location = new Point(0x2e1, 0x16);
     this.label4.Name = "label4";
     this.label4.Size = new Size(0x23, 12);
     this.label4.TabIndex = 4;
     this.label4.Text = "备注:";
     this.panel4.Controls.Add(this.panel2);
     this.panel4.Dock = DockStyle.Bottom;
     this.panel4.Location = new Point(3, 0x4c);
     this.panel4.Name = "panel4";
     this.panel4.Size = new Size(0x3cc, 0x2a);
     this.panel4.TabIndex = 0x10;
     this.panel2.Controls.Add(this.dtp_WorkDay);
     this.panel2.Controls.Add(this.btn_Ok);
     this.panel2.Controls.Add(this.cbx_Size);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnPrintWorkPlan);
     this.panel2.Controls.Add(this.btn_PrintBarCode);
     this.panel2.Controls.Add(this.cbx_WProcedure);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.tbx_Amount);
     this.panel2.Location = new Point(11, 1);
     this.panel2.Name = "panel2";
     this.panel2.Size = new Size(0x3ae, 0x2c);
     this.panel2.TabIndex = 3;
     this.dtp_WorkDay.Location = new Point(0x51, 12);
     this.dtp_WorkDay.Name = "dtp_WorkDay";
     this.dtp_WorkDay.Size = new Size(0x6f, 0x15);
     this.dtp_WorkDay.TabIndex = 14;
     this.dtp_WorkDay.ValueChanged += new EventHandler(this.dtp_WorkDay_ValueChanged);
     this.btn_Ok.ForeColor = Color.FromArgb(0, 0xc0, 0);
     this.btn_Ok.Location = new Point(690, 13);
     this.btn_Ok.Name = "btn_Ok";
     this.btn_Ok.Size = new Size(0x4b, 0x17);
     this.btn_Ok.TabIndex = 6;
     this.btn_Ok.Text = "确定";
     this.btn_Ok.UseVisualStyleBackColor = true;
     this.btn_Ok.Click += new EventHandler(this.btn_Ok_Click);
     this.cbx_Size.FormattingEnabled = true;
     this.cbx_Size.Location = new Point(0x1b9, 14);
     this.cbx_Size.Name = "cbx_Size";
     this.cbx_Size.Size = new Size(0x79, 20);
     this.cbx_Size.TabIndex = 0;
     this.label1.AutoSize = true;
     this.label1.Location = new Point(0x178, 0x11);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x3b, 12);
     this.label1.TabIndex = 1;
     this.label1.Text = "选择尺寸:";
     this.label5.AutoSize = true;
     this.label5.Location = new Point(3, 0x10);
     this.label5.Name = "label5";
     this.label5.Size = new Size(0x53, 12);
     this.label5.TabIndex = 2;
     this.label5.Text = "工作执行日期:";
     this.label2.AutoSize = true;
     this.label2.Location = new Point(0xcc, 0x12);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x3b, 12);
     this.label2.TabIndex = 2;
     this.label2.Text = "选择工序:";
     this.btnPrintWorkPlan.Location = new Point(0x30f, 12);
     this.btnPrintWorkPlan.Name = "btnPrintWorkPlan";
     this.btnPrintWorkPlan.Size = new Size(0x4b, 0x17);
     this.btnPrintWorkPlan.TabIndex = 7;
     this.btnPrintWorkPlan.Text = "打印工作表";
     this.btnPrintWorkPlan.UseVisualStyleBackColor = true;
     this.btnPrintWorkPlan.Click += new EventHandler(this.btnPrintWorkPlan_Click);
     this.btn_PrintBarCode.Location = new Point(0x360, 12);
     this.btn_PrintBarCode.Name = "btn_PrintBarCode";
     this.btn_PrintBarCode.Size = new Size(0x4b, 0x17);
     this.btn_PrintBarCode.TabIndex = 7;
     this.btn_PrintBarCode.Text = "打印条形码";
     this.btn_PrintBarCode.UseVisualStyleBackColor = true;
     this.btn_PrintBarCode.Visible = false;
     this.btn_PrintBarCode.Click += new EventHandler(this.btn_PrintBarCode_Click);
     this.cbx_WProcedure.FormattingEnabled = true;
     this.cbx_WProcedure.Location = new Point(0x10c, 14);
     this.cbx_WProcedure.Name = "cbx_WProcedure";
     this.cbx_WProcedure.Size = new Size(0x5d, 20);
     this.cbx_WProcedure.TabIndex = 3;
     this.cbx_WProcedure.SelectionChangeCommitted += new EventHandler(this.cbx_WProcedure_SelectionChangeCommitted);
     this.cbx_WProcedure.SelectedIndexChanged += new EventHandler(this.cbx_WProcedure_SelectedIndexChanged_1);
     this.label3.AutoSize = true;
     this.label3.Location = new Point(0x23f, 0x12);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x23, 12);
     this.label3.TabIndex = 4;
     this.label3.Text = "数量:";
     this.tbx_Amount.Font = new Font("黑体", 10.5f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
     this.tbx_Amount.Location = new Point(0x266, 12);
     this.tbx_Amount.Name = "tbx_Amount";
     this.tbx_Amount.Size = new Size(70, 0x17);
     this.tbx_Amount.TabIndex = 5;
     this.tbx_Remark.Font = new Font("黑体", 10.5f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
     this.tbx_Remark.Location = new Point(0x30a, 0x11);
     this.tbx_Remark.Multiline = true;
     this.tbx_Remark.Name = "tbx_Remark";
     this.tbx_Remark.Size = new Size(0xb2, 0x35);
     this.tbx_Remark.TabIndex = 5;
     this.panel1.Dock = DockStyle.Right;
     this.panel1.Location = new Point(0x3cf, 0x11);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(30, 0x65);
     this.panel1.TabIndex = 14;
     this.labelWorker.AutoSize = true;
     this.labelWorker.Location = new Point(0x15, 0x11);
     this.labelWorker.Name = "labelWorker";
     this.labelWorker.Size = new Size(0x35, 12);
     this.labelWorker.TabIndex = 14;
     this.labelWorker.Text = "当前工人";
     this.cbx_SelectAll.AutoSize = true;
     this.cbx_SelectAll.Checked = true;
     this.cbx_SelectAll.CheckState = CheckState.Checked;
     this.cbx_SelectAll.Dock = DockStyle.Bottom;
     this.cbx_SelectAll.Location = new Point(5, 0xcf);
     this.cbx_SelectAll.Name = "cbx_SelectAll";
     this.cbx_SelectAll.Size = new Size(0x3e6, 0x10);
     this.cbx_SelectAll.TabIndex = 11;
     this.cbx_SelectAll.Text = "全选/不选";
     this.cbx_SelectAll.UseVisualStyleBackColor = true;
     this.cbx_SelectAll.Visible = false;
     this.cbx_SelectAll.CheckedChanged += new EventHandler(this.cbx_SelectAll_CheckedChanged);
     this.groupBox2.Controls.Add(this.Lvw_MbTask);
     this.groupBox2.Controls.Add(this.cbx_SelectAll);
     this.groupBox2.Dock = DockStyle.Top;
     this.groupBox2.Location = new Point(8, 0x81);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new Padding(5);
     this.groupBox2.Size = new Size(0x3f0, 0xe4);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "今天下达的任务";
     this.ilt_Icon.ColorDepth = ColorDepth.Depth8Bit;
     this.ilt_Icon.ImageSize = new Size(0x10, 0x10);
     this.ilt_Icon.TransparentColor = Color.Transparent;
     this.gpb_BarCode.Controls.Add(this.lvw_NPTask);
     this.gpb_BarCode.Controls.Add(this.cbx_SelectBarCode);
     this.gpb_BarCode.Controls.Add(this.lvw_BarCode);
     this.gpb_BarCode.Dock = DockStyle.Fill;
     this.gpb_BarCode.Location = new Point(8, 0x165);
     this.gpb_BarCode.Name = "gpb_BarCode";
     this.gpb_BarCode.Padding = new Padding(5);
     this.gpb_BarCode.Size = new Size(0x3f0, 0x9a);
     this.gpb_BarCode.TabIndex = 2;
     this.gpb_BarCode.TabStop = false;
     this.gpb_BarCode.Text = "条码信息";
     this.cbx_SelectBarCode.AutoSize = true;
     this.cbx_SelectBarCode.Dock = DockStyle.Bottom;
     this.cbx_SelectBarCode.Location = new Point(5, 0x85);
     this.cbx_SelectBarCode.Name = "cbx_SelectBarCode";
     this.cbx_SelectBarCode.Size = new Size(0x3e6, 0x10);
     this.cbx_SelectBarCode.TabIndex = 5;
     this.cbx_SelectBarCode.Text = "全选/不选";
     this.cbx_SelectBarCode.UseVisualStyleBackColor = true;
     this.cbx_SelectBarCode.CheckedChanged += new EventHandler(this.cbx_SelectBarCode_CheckedChanged);
     this.lvw_NPTask.CheckBoxes = true;
     this.lvw_NPTask.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader3, this.columnHeader21, this.columnHeader6, this.columnHeader7, this.columnHeader8, this.columnHeader9, this.columnHeader10, this.columnHeader16, this.columnHeader17, this.columnHeader18, this.columnHeader19, this.columnHeader20 });
     this.lvw_NPTask.Dock = DockStyle.Fill;
     this.lvw_NPTask.FullRowSelect = true;
     this.lvw_NPTask.Location = new Point(5, 0x13);
     this.lvw_NPTask.MultiSelect = false;
     this.lvw_NPTask.Name = "lvw_NPTask";
     this.lvw_NPTask.Order = SortOrder.Descending;
     this.lvw_NPTask.Size = new Size(0x3e6, 0x72);
     this.lvw_NPTask.SortColumn = 0;
     this.lvw_NPTask.Sorting = SortOrder.Descending;
     this.lvw_NPTask.TabIndex = 7;
     this.lvw_NPTask.Tag = "0";
     this.lvw_NPTask.UseCompatibleStateImageBehavior = false;
     this.lvw_NPTask.View = View.Details;
     this.lvw_NPTask.ItemChecked += new ItemCheckedEventHandler(this.lvw_BarCode_ItemChecked);
     this.columnHeader1.Text = "条码ID";
     this.columnHeader1.Width = 0x87;
     this.columnHeader3.Text = "数量";
     this.columnHeader3.Width = 0x87;
     this.columnHeader21.Text = "下达时间";
     this.columnHeader21.Width = 0x87;
     this.columnHeader6.Text = "压字人员";
     this.columnHeader6.Width = 130;
     this.columnHeader7.Text = "压字时间";
     this.columnHeader7.Width = 0x87;
     this.columnHeader8.Text = "擦字人员";
     this.columnHeader8.Width = 0x87;
     this.columnHeader9.Text = "擦字时间";
     this.columnHeader9.Width = 0x87;
     this.columnHeader10.Text = "烘干人员";
     this.columnHeader10.Width = 0x87;
     this.columnHeader16.Text = "烘干时间";
     this.columnHeader16.Width = 0x87;
     this.columnHeader17.Text = "涂印人员";
     this.columnHeader18.Text = "涂印时间";
     this.columnHeader19.Text = "冲孔人员";
     this.columnHeader20.Text = "冲孔时间";
     this.lvw_BarCode.CheckBoxes = true;
     this.lvw_BarCode.Columns.AddRange(new ColumnHeader[] { this.columnHeader2, this.columnHeader4, this.columnHeader5, this.columnHeader11, this.columnHeader12, this.columnHeader13, this.columnHeader14, this.columnHeader15 });
     this.lvw_BarCode.Dock = DockStyle.Fill;
     this.lvw_BarCode.FullRowSelect = true;
     this.lvw_BarCode.Location = new Point(5, 0x13);
     this.lvw_BarCode.MultiSelect = false;
     this.lvw_BarCode.Name = "lvw_BarCode";
     this.lvw_BarCode.Order = SortOrder.Descending;
     this.lvw_BarCode.Size = new Size(0x3e6, 130);
     this.lvw_BarCode.SmallImageList = this.ilt_Icon;
     this.lvw_BarCode.SortColumn = 0;
     this.lvw_BarCode.TabIndex = 7;
     this.lvw_BarCode.Tag = "0";
     this.lvw_BarCode.UseCompatibleStateImageBehavior = false;
     this.lvw_BarCode.View = View.Details;
     this.lvw_BarCode.ItemChecked += new ItemCheckedEventHandler(this.lvw_BarCode_ItemChecked);
     this.columnHeader2.Text = "条码ID";
     this.columnHeader2.Width = 0x87;
     this.columnHeader4.Text = "数量";
     this.columnHeader4.Width = 0x87;
     this.columnHeader5.Text = "清洗烘干人员";
     this.columnHeader5.Width = 130;
     this.columnHeader11.Text = "清洗烘干时间";
     this.columnHeader11.Width = 0x87;
     this.columnHeader12.Text = "贴膜人员";
     this.columnHeader12.Width = 0x87;
     this.columnHeader13.Text = "贴膜时间";
     this.columnHeader13.Width = 0x87;
     this.columnHeader14.Text = "丝印人员";
     this.columnHeader14.Width = 0x87;
     this.columnHeader15.Text = "丝印时间";
     this.columnHeader15.Width = 0x87;
     this.Lvw_MbTask.Columns.AddRange(new ColumnHeader[] { this.WorkPlanID, this.Worker, this.Process, this.WorkLoad, this.WorkDay, this.Remark, this.MakePerson, this.MakeTime });
     this.Lvw_MbTask.Dock = DockStyle.Fill;
     this.Lvw_MbTask.FullRowSelect = true;
     this.Lvw_MbTask.Location = new Point(5, 0x13);
     this.Lvw_MbTask.MultiSelect = false;
     this.Lvw_MbTask.Name = "Lvw_MbTask";
     this.Lvw_MbTask.Order = SortOrder.Descending;
     this.Lvw_MbTask.Size = new Size(0x3e6, 0xbc);
     this.Lvw_MbTask.SmallImageList = this.ilt_Icon;
     this.Lvw_MbTask.SortColumn = 0;
     this.Lvw_MbTask.TabIndex = 3;
     this.Lvw_MbTask.UseCompatibleStateImageBehavior = false;
     this.Lvw_MbTask.View = View.Details;
     this.WorkPlanID.Text = "任务ID";
     this.WorkPlanID.Width = 0x7e;
     this.Worker.Text = "工人";
     this.Worker.Width = 100;
     this.Process.Text = "工序";
     this.Process.Width = 100;
     this.WorkLoad.Text = "数量";
     this.WorkLoad.Width = 100;
     this.WorkDay.Text = "工作日期";
     this.WorkDay.Width = 100;
     this.Remark.Text = "备注";
     this.Remark.Width = 120;
     this.MakePerson.Text = "下达人";
     this.MakePerson.Width = 100;
     this.MakeTime.Text = "下达时间";
     this.MakeTime.Width = 0x87;
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x400, 0x207);
     base.ControlBox = false;
     base.Controls.Add(this.gpb_BarCode);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "Frm_MatherBoard";
     base.Padding = new Padding(8);
     base.ShowIcon = false;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "Frm_MatherBoard";
     base.Load += new EventHandler(this.Frm_MatherBoard_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.gpb_BarCode.ResumeLayout(false);
     this.gpb_BarCode.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #5
0
ファイル: Frm_Patch.cs プロジェクト: TGHGH/MES-CAR
 private void InitializeComponent()
 {
     this.groupBox2 = new GroupBox();
     this.groupBox1 = new GroupBox();
     this.panel1 = new Panel();
     this.tbx_Amount = new TextBox();
     this.cbx_SelectAll = new CheckBox();
     this.btn_PrintBarCode = new Button();
     this.btn_Ok = new Button();
     this.label3 = new Label();
     this.cbx_WProcedure = new ComboBox();
     this.label2 = new Label();
     this.label1 = new Label();
     this.cbx_Size = new ComboBox();
     this.Lvw_Task = new SortedListView();
     this.columnHeader21 = new ColumnHeader();
     this.columnHeader22 = new ColumnHeader();
     this.columnHeader12 = new ColumnHeader();
     this.columnHeader23 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.columnHeader5 = new ColumnHeader();
     this.Lvw_License = new SortedListView();
     this.columnHeader11 = new ColumnHeader();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader13 = new ColumnHeader();
     this.columnHeader14 = new ColumnHeader();
     this.columnHeader15 = new ColumnHeader();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.groupBox2.Controls.Add(this.Lvw_Task);
     this.groupBox2.Dock = DockStyle.Fill;
     this.groupBox2.Location = new Point(8, 0x143);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new Padding(5);
     this.groupBox2.Size = new Size(0x2d8, 0x8a);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "今天下达的任务";
     this.groupBox1.Controls.Add(this.Lvw_License);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Dock = DockStyle.Top;
     this.groupBox1.Location = new Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new Padding(5);
     this.groupBox1.Size = new Size(0x2d8, 0x13b);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "下达补作生产任务";
     this.panel1.Controls.Add(this.tbx_Amount);
     this.panel1.Controls.Add(this.cbx_SelectAll);
     this.panel1.Controls.Add(this.btn_PrintBarCode);
     this.panel1.Controls.Add(this.btn_Ok);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.cbx_WProcedure);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.cbx_Size);
     this.panel1.Dock = DockStyle.Top;
     this.panel1.Location = new Point(5, 0x13);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(0x2ce, 0x72);
     this.panel1.TabIndex = 0;
     this.tbx_Amount.Font = new Font("黑体", 10.5f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
     this.tbx_Amount.Location = new Point(0x113, 0x12);
     this.tbx_Amount.Name = "tbx_Amount";
     this.tbx_Amount.Size = new Size(0x6b, 0x17);
     this.tbx_Amount.TabIndex = 0x1a;
     this.tbx_Amount.Text = "鲁";
     this.cbx_SelectAll.AutoSize = true;
     this.cbx_SelectAll.Checked = true;
     this.cbx_SelectAll.CheckState = CheckState.Checked;
     this.cbx_SelectAll.Location = new Point(0x11, 70);
     this.cbx_SelectAll.Name = "cbx_SelectAll";
     this.cbx_SelectAll.Size = new Size(0x4e, 0x10);
     this.cbx_SelectAll.TabIndex = 0x1d;
     this.cbx_SelectAll.Text = "全选/不选";
     this.cbx_SelectAll.UseVisualStyleBackColor = true;
     this.btn_PrintBarCode.Location = new Point(0x248, 0x11);
     this.btn_PrintBarCode.Name = "btn_PrintBarCode";
     this.btn_PrintBarCode.Size = new Size(0x4b, 0x17);
     this.btn_PrintBarCode.TabIndex = 0x1c;
     this.btn_PrintBarCode.Text = "添加到任务";
     this.btn_PrintBarCode.UseVisualStyleBackColor = true;
     this.btn_Ok.Font = new Font("宋体", 9f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
     this.btn_Ok.ForeColor = Color.FromArgb(0, 0xc0, 0);
     this.btn_Ok.Location = new Point(0x248, 0x3f);
     this.btn_Ok.Name = "btn_Ok";
     this.btn_Ok.Size = new Size(0x4b, 0x17);
     this.btn_Ok.TabIndex = 0x1b;
     this.btn_Ok.Text = "下达任务";
     this.btn_Ok.UseVisualStyleBackColor = true;
     this.label3.AutoSize = true;
     this.label3.Location = new Point(210, 0x17);
     this.label3.Name = "label3";
     this.label3.Size = new Size(0x3b, 12);
     this.label3.TabIndex = 0x19;
     this.label3.Text = "车牌号码:";
     this.cbx_WProcedure.FormattingEnabled = true;
     this.cbx_WProcedure.Location = new Point(0x1ce, 20);
     this.cbx_WProcedure.Name = "cbx_WProcedure";
     this.cbx_WProcedure.Size = new Size(0x5d, 20);
     this.cbx_WProcedure.TabIndex = 0x18;
     this.label2.AutoSize = true;
     this.label2.Location = new Point(0x199, 0x17);
     this.label2.Name = "label2";
     this.label2.Size = new Size(0x2f, 12);
     this.label2.TabIndex = 0x17;
     this.label2.Text = "选择片:";
     this.label1.AutoSize = true;
     this.label1.Location = new Point(15, 0x17);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x3b, 12);
     this.label1.TabIndex = 0x16;
     this.label1.Text = "车牌类型:";
     this.cbx_Size.FormattingEnabled = true;
     this.cbx_Size.Location = new Point(80, 20);
     this.cbx_Size.Name = "cbx_Size";
     this.cbx_Size.Size = new Size(0x60, 20);
     this.cbx_Size.TabIndex = 0x15;
     this.Lvw_Task.CheckBoxes = true;
     this.Lvw_Task.Columns.AddRange(new ColumnHeader[] { this.columnHeader21, this.columnHeader22, this.columnHeader12, this.columnHeader23, this.columnHeader4, this.columnHeader5 });
     this.Lvw_Task.Dock = DockStyle.Fill;
     this.Lvw_Task.FullRowSelect = true;
     this.Lvw_Task.Location = new Point(5, 0x13);
     this.Lvw_Task.Name = "Lvw_Task";
     this.Lvw_Task.Size = new Size(0x2ce, 0x72);
     this.Lvw_Task.TabIndex = 2;
     this.Lvw_Task.UseCompatibleStateImageBehavior = false;
     this.Lvw_Task.View = View.Details;
     this.columnHeader21.Text = "生产任务单号";
     this.columnHeader21.Width = 130;
     this.columnHeader22.Text = "下达时间";
     this.columnHeader22.Width = 130;
     this.columnHeader12.Text = "车牌总数";
     this.columnHeader12.Width = 80;
     this.columnHeader23.Text = "下达人员";
     this.columnHeader23.Width = 80;
     this.columnHeader4.Text = "装箱时间";
     this.columnHeader4.Width = 130;
     this.columnHeader5.Text = "装箱人员";
     this.columnHeader5.Width = 80;
     this.Lvw_License.CheckBoxes = true;
     this.Lvw_License.Columns.AddRange(new ColumnHeader[] { this.columnHeader11, this.columnHeader1, this.columnHeader13, this.columnHeader14, this.columnHeader15 });
     this.Lvw_License.Dock = DockStyle.Fill;
     this.Lvw_License.FullRowSelect = true;
     this.Lvw_License.Location = new Point(5, 0x85);
     this.Lvw_License.Name = "Lvw_License";
     this.Lvw_License.Size = new Size(0x2ce, 0xb1);
     this.Lvw_License.TabIndex = 13;
     this.Lvw_License.UseCompatibleStateImageBehavior = false;
     this.Lvw_License.View = View.Details;
     this.columnHeader11.Text = "车牌号码";
     this.columnHeader11.Width = 0x7e;
     this.columnHeader1.Text = "车牌种类";
     this.columnHeader1.Width = 120;
     this.columnHeader13.Text = "下达时间";
     this.columnHeader13.Width = 0x88;
     this.columnHeader14.Text = "最后完成期限";
     this.columnHeader14.Width = 0x87;
     this.columnHeader15.Text = "计划单号";
     this.columnHeader15.Width = 0x77;
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x2e8, 0x1d5);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "Frm_Patch";
     base.Padding = new Padding(8);
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "Frm_Patch";
     base.Load += new EventHandler(this.Frm_Patch_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
 }
コード例 #6
0
ファイル: Frm_Prod.cs プロジェクト: TGHGH/MES-CAR
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(Frm_Prod));
     this.splitContainer1 = new SplitContainer();
     this.groupBox1 = new GroupBox();
     this.Lvw_Plan = new SortedListView();
     this.columnHeader1 = new ColumnHeader();
     this.columnHeader2 = new ColumnHeader();
     this.columnHeader18 = new ColumnHeader();
     this.columnHeader3 = new ColumnHeader();
     this.columnHeader20 = new ColumnHeader();
     this.columnHeader24 = new ColumnHeader();
     this.columnHeader17 = new ColumnHeader();
     this.columnHeader5 = new ColumnHeader();
     this.columnHeader16 = new ColumnHeader();
     this.columnHeader19 = new ColumnHeader();
     this.columnHeader4 = new ColumnHeader();
     this.ilt_Icon = new ImageList(this.components);
     this.panel2 = new Panel();
     this.cbx_SelectAll = new CheckBox();
     this.gbx_NpNum = new GroupBox();
     this.Lvw_License = new SortedListView();
     this.columnHeader11 = new ColumnHeader();
     this.columnHeader12 = new ColumnHeader();
     this.columnHeader13 = new ColumnHeader();
     this.columnHeader14 = new ColumnHeader();
     this.columnHeader15 = new ColumnHeader();
     this.columnHeader25 = new ColumnHeader();
     this.columnHeader26 = new ColumnHeader();
     this.panel1 = new Panel();
     this.clb_NpType = new CheckedListBox();
     this.cbx_Select = new CheckBox();
     this.gbx_TaskNp = new GroupBox();
     this.Lvw_TaskNp = new SortedListView();
     this.columnHeader6 = new ColumnHeader();
     this.columnHeader7 = new ColumnHeader();
     this.columnHeader8 = new ColumnHeader();
     this.columnHeader9 = new ColumnHeader();
     this.columnHeader10 = new ColumnHeader();
     this.columnHeader27 = new ColumnHeader();
     this.columnHeader28 = new ColumnHeader();
     this.groupBox6 = new GroupBox();
     this.Lvw_Task = new SortedListView();
     this.columnHeader21 = new ColumnHeader();
     this.columnHeader22 = new ColumnHeader();
     this.columnHeader23 = new ColumnHeader();
     this.groupBox2 = new GroupBox();
     this.listVwWorkers = new ListView();
     this.WorkerName = new ColumnHeader();
     this.btnSinglePrint = new Button();
     this.cbx_PrintCodeBar = new CheckBox();
     this.cbx_PrintView = new CheckBox();
     this.cbx_BatchTask = new CheckBox();
     this.btn_Print = new Button();
     this.btn_AddTask = new Button();
     this.btn_Task = new Button();
     this.btn_Refresh = new Button();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.gbx_NpNum.SuspendLayout();
     this.panel1.SuspendLayout();
     this.gbx_TaskNp.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox2.SuspendLayout();
     base.SuspendLayout();
     this.splitContainer1.Dock = DockStyle.Fill;
     this.splitContainer1.Location = new Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     this.splitContainer1.Panel1.Controls.Add(this.gbx_NpNum);
     this.splitContainer1.Panel1.Controls.Add(this.gbx_TaskNp);
     this.splitContainer1.Panel1.Padding = new Padding(8);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox6);
     this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
     this.splitContainer1.Panel2.Padding = new Padding(8);
     this.splitContainer1.Size = new Size(0x341, 0x169);
     this.splitContainer1.SplitterDistance = 0x253;
     this.splitContainer1.TabIndex = 0;
     this.groupBox1.Controls.Add(this.Lvw_Plan);
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Dock = DockStyle.Fill;
     this.groupBox1.Location = new Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new Padding(8);
     this.groupBox1.Size = new Size(0x243, 0x19);
     this.groupBox1.TabIndex = 0x5b;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "计划通知单";
     this.Lvw_Plan.CheckBoxes = true;
     this.Lvw_Plan.Columns.AddRange(new ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader18, this.columnHeader3, this.columnHeader20, this.columnHeader24, this.columnHeader17, this.columnHeader5, this.columnHeader16, this.columnHeader19, this.columnHeader4 });
     this.Lvw_Plan.Dock = DockStyle.Fill;
     this.Lvw_Plan.FullRowSelect = true;
     this.Lvw_Plan.Location = new Point(8, 0x16);
     this.Lvw_Plan.Name = "Lvw_Plan";
     this.Lvw_Plan.Order = SortOrder.Descending;
     this.Lvw_Plan.Size = new Size(0x233, 0);
     this.Lvw_Plan.SmallImageList = this.ilt_Icon;
     this.Lvw_Plan.SortColumn = 0;
     this.Lvw_Plan.TabIndex = 13;
     this.Lvw_Plan.UseCompatibleStateImageBehavior = false;
     this.Lvw_Plan.View = View.Details;
     this.Lvw_Plan.ItemChecked += new ItemCheckedEventHandler(this.Lvw_Plan_ItemChecked);
     this.columnHeader1.Text = "";
     this.columnHeader1.Width = 0x26;
     this.columnHeader2.Text = "计划单号";
     this.columnHeader2.Width = 150;
     this.columnHeader18.Text = "计划单类型";
     this.columnHeader18.Width = 0x60;
     this.columnHeader3.Text = "计划部门";
     this.columnHeader3.Width = 110;
     this.columnHeader20.Text = "完成的最后期限";
     this.columnHeader20.Width = 120;
     this.columnHeader24.Text = "已制作数";
     this.columnHeader24.Width = 100;
     this.columnHeader17.Text = "总数";
     this.columnHeader17.Width = 80;
     this.columnHeader5.Text = "录入人员";
     this.columnHeader5.Width = 80;
     this.columnHeader16.Text = "录入时间";
     this.columnHeader16.Width = 130;
     this.columnHeader19.Text = "审批时间";
     this.columnHeader19.Width = 130;
     this.columnHeader4.Text = "下达时间";
     this.columnHeader4.Width = 130;
     this.ilt_Icon.ImageStream = (ImageListStreamer) manager.GetObject("ilt_Icon.ImageStream");
     this.ilt_Icon.TransparentColor = Color.Transparent;
     this.ilt_Icon.Images.SetKeyName(0, "Ok");
     this.ilt_Icon.Images.SetKeyName(1, "NotPass");
     this.ilt_Icon.Images.SetKeyName(2, "NP");
     this.ilt_Icon.Images.SetKeyName(3, "Plan");
     this.ilt_Icon.Images.SetKeyName(4, "Send");
     this.ilt_Icon.Images.SetKeyName(5, "Task");
     this.panel2.Controls.Add(this.cbx_SelectAll);
     this.panel2.Dock = DockStyle.Bottom;
     this.panel2.Location = new Point(8, 2);
     this.panel2.Name = "panel2";
     this.panel2.Padding = new Padding(2, 2, 6, 2);
     this.panel2.Size = new Size(0x233, 20);
     this.panel2.TabIndex = 12;
     this.cbx_SelectAll.AutoSize = true;
     this.cbx_SelectAll.Checked = true;
     this.cbx_SelectAll.CheckState = CheckState.Checked;
     this.cbx_SelectAll.Dock = DockStyle.Right;
     this.cbx_SelectAll.Location = new Point(0x1df, 2);
     this.cbx_SelectAll.Name = "cbx_SelectAll";
     this.cbx_SelectAll.Size = new Size(0x4e, 0x10);
     this.cbx_SelectAll.TabIndex = 10;
     this.cbx_SelectAll.Text = "全选/不选";
     this.cbx_SelectAll.UseVisualStyleBackColor = true;
     this.cbx_SelectAll.CheckedChanged += new EventHandler(this.cbx_SelectAll_CheckedChanged);
     this.gbx_NpNum.Controls.Add(this.Lvw_License);
     this.gbx_NpNum.Controls.Add(this.panel1);
     this.gbx_NpNum.Dock = DockStyle.Bottom;
     this.gbx_NpNum.Location = new Point(8, 0x21);
     this.gbx_NpNum.Name = "gbx_NpNum";
     this.gbx_NpNum.Padding = new Padding(8);
     this.gbx_NpNum.Size = new Size(0x243, 0x9b);
     this.gbx_NpNum.TabIndex = 3;
     this.gbx_NpNum.TabStop = false;
     this.gbx_NpNum.Text = "车牌明细";
     this.Lvw_License.CheckBoxes = true;
     this.Lvw_License.Columns.AddRange(new ColumnHeader[] { this.columnHeader11, this.columnHeader12, this.columnHeader13, this.columnHeader14, this.columnHeader15, this.columnHeader25, this.columnHeader26 });
     this.Lvw_License.Dock = DockStyle.Fill;
     this.Lvw_License.FullRowSelect = true;
     this.Lvw_License.Location = new Point(8, 0x16);
     this.Lvw_License.Name = "Lvw_License";
     this.Lvw_License.Order = SortOrder.Descending;
     this.Lvw_License.Size = new Size(0x233, 0x5f);
     this.Lvw_License.SmallImageList = this.ilt_Icon;
     this.Lvw_License.SortColumn = 0;
     this.Lvw_License.TabIndex = 12;
     this.Lvw_License.UseCompatibleStateImageBehavior = false;
     this.Lvw_License.View = View.Details;
     this.columnHeader11.Text = "车牌号码";
     this.columnHeader11.Width = 0x7e;
     this.columnHeader12.Text = "车牌种类";
     this.columnHeader12.Width = 120;
     this.columnHeader13.Text = "下达时间";
     this.columnHeader13.Width = 0x88;
     this.columnHeader14.Text = "最后完成期限";
     this.columnHeader14.Width = 0x87;
     this.columnHeader15.Text = "计划单号";
     this.columnHeader15.Width = 0x77;
     this.columnHeader25.Text = "前片";
     this.columnHeader26.Text = "后片";
     this.panel1.Controls.Add(this.clb_NpType);
     this.panel1.Controls.Add(this.cbx_Select);
     this.panel1.Dock = DockStyle.Bottom;
     this.panel1.Location = new Point(8, 0x75);
     this.panel1.Name = "panel1";
     this.panel1.Padding = new Padding(6);
     this.panel1.Size = new Size(0x233, 30);
     this.panel1.TabIndex = 11;
     this.clb_NpType.BackColor = SystemColors.Control;
     this.clb_NpType.BorderStyle = BorderStyle.None;
     this.clb_NpType.ColumnWidth = 50;
     this.clb_NpType.Dock = DockStyle.Fill;
     this.clb_NpType.FormattingEnabled = true;
     this.clb_NpType.Location = new Point(6, 6);
     this.clb_NpType.MultiColumn = true;
     this.clb_NpType.Name = "clb_NpType";
     this.clb_NpType.Size = new Size(0x1d9, 0x10);
     this.clb_NpType.TabIndex = 12;
     this.clb_NpType.ItemCheck += new ItemCheckEventHandler(this.clb_NpType_ItemCheck);
     this.cbx_Select.AutoSize = true;
     this.cbx_Select.Checked = true;
     this.cbx_Select.CheckState = CheckState.Checked;
     this.cbx_Select.Dock = DockStyle.Right;
     this.cbx_Select.Location = new Point(0x1df, 6);
     this.cbx_Select.Name = "cbx_Select";
     this.cbx_Select.Size = new Size(0x4e, 0x12);
     this.cbx_Select.TabIndex = 10;
     this.cbx_Select.Text = "全选/不选";
     this.cbx_Select.UseVisualStyleBackColor = true;
     this.cbx_Select.CheckedChanged += new EventHandler(this.cbx_Select_CheckStateChanged);
     this.gbx_TaskNp.Controls.Add(this.Lvw_TaskNp);
     this.gbx_TaskNp.Dock = DockStyle.Bottom;
     this.gbx_TaskNp.Location = new Point(8, 0xbc);
     this.gbx_TaskNp.Name = "gbx_TaskNp";
     this.gbx_TaskNp.Padding = new Padding(8);
     this.gbx_TaskNp.Size = new Size(0x243, 0xa5);
     this.gbx_TaskNp.TabIndex = 2;
     this.gbx_TaskNp.TabStop = false;
     this.gbx_TaskNp.Tag = "0";
     this.gbx_TaskNp.Text = "任务单包含的车牌信息";
     this.Lvw_TaskNp.Columns.AddRange(new ColumnHeader[] { this.columnHeader6, this.columnHeader7, this.columnHeader8, this.columnHeader9, this.columnHeader10, this.columnHeader27, this.columnHeader28 });
     this.Lvw_TaskNp.Dock = DockStyle.Fill;
     this.Lvw_TaskNp.FullRowSelect = true;
     this.Lvw_TaskNp.Location = new Point(8, 0x16);
     this.Lvw_TaskNp.Name = "Lvw_TaskNp";
     this.Lvw_TaskNp.Order = SortOrder.Descending;
     this.Lvw_TaskNp.Size = new Size(0x233, 0x87);
     this.Lvw_TaskNp.SmallImageList = this.ilt_Icon;
     this.Lvw_TaskNp.SortColumn = 0;
     this.Lvw_TaskNp.TabIndex = 1;
     this.Lvw_TaskNp.Tag = "0";
     this.Lvw_TaskNp.UseCompatibleStateImageBehavior = false;
     this.Lvw_TaskNp.View = View.Details;
     this.columnHeader6.Text = "车牌号码";
     this.columnHeader6.Width = 0x7e;
     this.columnHeader7.Text = "车牌种类";
     this.columnHeader7.Width = 120;
     this.columnHeader8.Text = "下达时间";
     this.columnHeader8.Width = 0x87;
     this.columnHeader9.Text = "最后完成期限";
     this.columnHeader9.Width = 0x87;
     this.columnHeader10.Text = "计划单号";
     this.columnHeader10.Width = 0x77;
     this.columnHeader27.Text = "前片";
     this.columnHeader28.Text = "后片";
     this.groupBox6.Controls.Add(this.Lvw_Task);
     this.groupBox6.Dock = DockStyle.Fill;
     this.groupBox6.Location = new Point(8, 0x115);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Padding = new Padding(5);
     this.groupBox6.Size = new Size(0xda, 0x4c);
     this.groupBox6.TabIndex = 4;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "已下达的生产任务单";
     this.Lvw_Task.CheckBoxes = true;
     this.Lvw_Task.Columns.AddRange(new ColumnHeader[] { this.columnHeader21, this.columnHeader22, this.columnHeader23 });
     this.Lvw_Task.Dock = DockStyle.Fill;
     this.Lvw_Task.FullRowSelect = true;
     this.Lvw_Task.Location = new Point(5, 0x13);
     this.Lvw_Task.Name = "Lvw_Task";
     this.Lvw_Task.Order = SortOrder.Descending;
     this.Lvw_Task.Size = new Size(0xd0, 0x34);
     this.Lvw_Task.SmallImageList = this.ilt_Icon;
     this.Lvw_Task.SortColumn = 0;
     this.Lvw_Task.TabIndex = 0;
     this.Lvw_Task.UseCompatibleStateImageBehavior = false;
     this.Lvw_Task.View = View.Details;
     this.columnHeader21.Text = "生产指令单号";
     this.columnHeader21.Width = 130;
     this.columnHeader22.Text = "下达时间";
     this.columnHeader22.Width = 130;
     this.columnHeader23.Text = "下达人员";
     this.columnHeader23.Width = 80;
     this.groupBox2.Controls.Add(this.listVwWorkers);
     this.groupBox2.Controls.Add(this.btnSinglePrint);
     this.groupBox2.Controls.Add(this.cbx_PrintCodeBar);
     this.groupBox2.Controls.Add(this.cbx_PrintView);
     this.groupBox2.Controls.Add(this.cbx_BatchTask);
     this.groupBox2.Controls.Add(this.btn_Print);
     this.groupBox2.Controls.Add(this.btn_AddTask);
     this.groupBox2.Controls.Add(this.btn_Task);
     this.groupBox2.Controls.Add(this.btn_Refresh);
     this.groupBox2.Dock = DockStyle.Top;
     this.groupBox2.Location = new Point(8, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new Size(0xda, 0x10d);
     this.groupBox2.TabIndex = 0;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "生产任务单操作";
     this.listVwWorkers.Columns.AddRange(new ColumnHeader[] { this.WorkerName });
     this.listVwWorkers.Dock = DockStyle.Right;
     this.listVwWorkers.Location = new Point(0x8f, 0x11);
     this.listVwWorkers.Name = "listVwWorkers";
     this.listVwWorkers.Size = new Size(0x48, 0xf9);
     this.listVwWorkers.TabIndex = 13;
     this.listVwWorkers.UseCompatibleStateImageBehavior = false;
     this.listVwWorkers.View = View.Details;
     this.WorkerName.Text = "车间工人";
     this.WorkerName.Width = 0x40;
     this.btnSinglePrint.Location = new Point(0x17, 0xa7);
     this.btnSinglePrint.Name = "btnSinglePrint";
     this.btnSinglePrint.Size = new Size(0x4b, 0x17);
     this.btnSinglePrint.TabIndex = 12;
     this.btnSinglePrint.Text = "条码补打";
     this.btnSinglePrint.UseVisualStyleBackColor = true;
     this.btnSinglePrint.Click += new EventHandler(this.btnSinglePrint_Click);
     this.cbx_PrintCodeBar.AutoSize = true;
     this.cbx_PrintCodeBar.Checked = true;
     this.cbx_PrintCodeBar.CheckState = CheckState.Checked;
     this.cbx_PrintCodeBar.Location = new Point(0x1a, 0xdf);
     this.cbx_PrintCodeBar.Name = "cbx_PrintCodeBar";
     this.cbx_PrintCodeBar.Size = new Size(0x6c, 0x10);
     this.cbx_PrintCodeBar.TabIndex = 11;
     this.cbx_PrintCodeBar.Text = "同时打印条形码";
     this.cbx_PrintCodeBar.UseVisualStyleBackColor = true;
     this.cbx_PrintCodeBar.CheckStateChanged += new EventHandler(this.cbx_PrintCodeBar_CheckStateChanged);
     this.cbx_PrintView.AutoSize = true;
     this.cbx_PrintView.Checked = true;
     this.cbx_PrintView.CheckState = CheckState.Checked;
     this.cbx_PrintView.Location = new Point(0x1a, 0xf5);
     this.cbx_PrintView.Name = "cbx_PrintView";
     this.cbx_PrintView.Size = new Size(0x48, 0x10);
     this.cbx_PrintView.TabIndex = 10;
     this.cbx_PrintView.Text = "打印预览";
     this.cbx_PrintView.UseVisualStyleBackColor = true;
     this.cbx_BatchTask.AutoSize = true;
     this.cbx_BatchTask.Checked = true;
     this.cbx_BatchTask.CheckState = CheckState.Checked;
     this.cbx_BatchTask.Location = new Point(0x1a, 0x93);
     this.cbx_BatchTask.Name = "cbx_BatchTask";
     this.cbx_BatchTask.Size = new Size(0x48, 0x10);
     this.cbx_BatchTask.TabIndex = 9;
     this.cbx_BatchTask.Text = "批量下达";
     this.cbx_BatchTask.UseVisualStyleBackColor = true;
     this.cbx_BatchTask.CheckStateChanged += new EventHandler(this.cbx_BatchTask_CheckStateChanged);
     this.btn_Print.Location = new Point(0x18, 0xc3);
     this.btn_Print.Name = "btn_Print";
     this.btn_Print.Size = new Size(0x4b, 0x17);
     this.btn_Print.TabIndex = 8;
     this.btn_Print.Text = "打印";
     this.btn_Print.UseVisualStyleBackColor = true;
     this.btn_Print.Click += new EventHandler(this.btn_Print_Click);
     this.btn_AddTask.Enabled = false;
     this.btn_AddTask.Location = new Point(0x18, 0x53);
     this.btn_AddTask.Name = "btn_AddTask";
     this.btn_AddTask.Size = new Size(0x4b, 0x17);
     this.btn_AddTask.TabIndex = 8;
     this.btn_AddTask.Text = "添加到任务";
     this.btn_AddTask.UseVisualStyleBackColor = true;
     this.btn_AddTask.Click += new EventHandler(this.btn_AddTask_Click);
     this.btn_Task.ForeColor = Color.LimeGreen;
     this.btn_Task.Location = new Point(0x18, 0x75);
     this.btn_Task.Name = "btn_Task";
     this.btn_Task.Size = new Size(0x4b, 0x17);
     this.btn_Task.TabIndex = 4;
     this.btn_Task.Text = "下达任务单";
     this.btn_Task.UseVisualStyleBackColor = true;
     this.btn_Task.Click += new EventHandler(this.btn_Task_Click);
     this.btn_Refresh.Location = new Point(0x18, 0x24);
     this.btn_Refresh.Name = "btn_Refresh";
     this.btn_Refresh.Size = new Size(0x4b, 0x17);
     this.btn_Refresh.TabIndex = 3;
     this.btn_Refresh.Text = "刷新";
     this.btn_Refresh.UseVisualStyleBackColor = true;
     this.btn_Refresh.Click += new EventHandler(this.btn_Refresh_Click);
     base.AutoScaleDimensions = new SizeF(6f, 12f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x341, 0x169);
     base.Controls.Add(this.splitContainer1);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "Frm_Prod";
     base.ShowIcon = false;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "生产管理";
     base.FormClosed += new FormClosedEventHandler(this.Frm_Prod_FormClosed);
     base.Load += new EventHandler(this.Frm_Prod_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.gbx_NpNum.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.gbx_TaskNp.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     base.ResumeLayout(false);
 }