|
@@ -30,25 +30,17 @@
|
|
|
{
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PowerSetting));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PowerSetting));
|
|
|
this.PowerSetDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
this.PowerSetDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.lpp_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.lpp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.em_na = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.lpp_cleandetail = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.lpp_savedetail = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.lpp_gencode = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.lpp_collectstrategy = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.lpp_allcollect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.lpp_labelmatain = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.SaveGrid = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
this.SaveGrid = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
- this.AddRow = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
|
|
- this.Delete = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
|
|
- this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton();
|
|
|
|
|
this.em_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.em_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.si_expression4_label = new System.Windows.Forms.Label();
|
|
this.si_expression4_label = new System.Windows.Forms.Label();
|
|
|
this.em_code = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.em_code = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.Screen = new UAS_LabelMachine.CustomControl.ChooseAllButton();
|
|
this.Screen = new UAS_LabelMachine.CustomControl.ChooseAllButton();
|
|
|
|
|
+ this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
+ this.lpp_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.lpp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.em_na = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.lpp_manual = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
@@ -61,85 +53,17 @@
|
|
|
this.lpp_emcode,
|
|
this.lpp_emcode,
|
|
|
this.lpp_id,
|
|
this.lpp_id,
|
|
|
this.em_na,
|
|
this.em_na,
|
|
|
- this.lpp_cleandetail,
|
|
|
|
|
- this.lpp_savedetail,
|
|
|
|
|
- this.lpp_gencode,
|
|
|
|
|
- this.lpp_collectstrategy,
|
|
|
|
|
- this.lpp_allcollect,
|
|
|
|
|
- this.lpp_labelmatain});
|
|
|
|
|
|
|
+ this.lpp_manual});
|
|
|
this.PowerSetDGV.Location = new System.Drawing.Point(0, 55);
|
|
this.PowerSetDGV.Location = new System.Drawing.Point(0, 55);
|
|
|
this.PowerSetDGV.Name = "PowerSetDGV";
|
|
this.PowerSetDGV.Name = "PowerSetDGV";
|
|
|
this.PowerSetDGV.RowTemplate.Height = 23;
|
|
this.PowerSetDGV.RowTemplate.Height = 23;
|
|
|
this.PowerSetDGV.Size = new System.Drawing.Size(1056, 441);
|
|
this.PowerSetDGV.Size = new System.Drawing.Size(1056, 441);
|
|
|
this.PowerSetDGV.TabIndex = 0;
|
|
this.PowerSetDGV.TabIndex = 0;
|
|
|
//
|
|
//
|
|
|
- // Choose
|
|
|
|
|
- //
|
|
|
|
|
- this.Choose.HeaderText = "勾选";
|
|
|
|
|
- this.Choose.Name = "Choose";
|
|
|
|
|
- this.Choose.Width = 50;
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_emcode
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_emcode.DataPropertyName = "lpp_emcode";
|
|
|
|
|
- this.lpp_emcode.HeaderText = "员工编号";
|
|
|
|
|
- this.lpp_emcode.Name = "lpp_emcode";
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_id
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_id.DataPropertyName = "lpp_id";
|
|
|
|
|
- this.lpp_id.HeaderText = "lpp_id";
|
|
|
|
|
- this.lpp_id.Name = "lpp_id";
|
|
|
|
|
- this.lpp_id.Visible = false;
|
|
|
|
|
- //
|
|
|
|
|
- // em_na
|
|
|
|
|
- //
|
|
|
|
|
- this.em_na.DataPropertyName = "em_name";
|
|
|
|
|
- this.em_na.HeaderText = "员工姓名";
|
|
|
|
|
- this.em_na.Name = "em_na";
|
|
|
|
|
- this.em_na.ReadOnly = true;
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_cleandetail
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_cleandetail.DataPropertyName = "lpp_cleandetail";
|
|
|
|
|
- this.lpp_cleandetail.HeaderText = "清除明细";
|
|
|
|
|
- this.lpp_cleandetail.Name = "lpp_cleandetail";
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_savedetail
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_savedetail.DataPropertyName = "lpp_savedetail";
|
|
|
|
|
- this.lpp_savedetail.HeaderText = "保存明细";
|
|
|
|
|
- this.lpp_savedetail.Name = "lpp_savedetail";
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_gencode
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_gencode.DataPropertyName = "lpp_gencode";
|
|
|
|
|
- this.lpp_gencode.HeaderText = "生成条码";
|
|
|
|
|
- this.lpp_gencode.Name = "lpp_gencode";
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_collectstrategy
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_collectstrategy.DataPropertyName = "lpp_collectstrategy";
|
|
|
|
|
- this.lpp_collectstrategy.HeaderText = "查看采集策略";
|
|
|
|
|
- this.lpp_collectstrategy.Name = "lpp_collectstrategy";
|
|
|
|
|
- this.lpp_collectstrategy.Width = 110;
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_allcollect
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_allcollect.DataPropertyName = "lpp_allcollect";
|
|
|
|
|
- this.lpp_allcollect.HeaderText = "全部采集";
|
|
|
|
|
- this.lpp_allcollect.Name = "lpp_allcollect";
|
|
|
|
|
- //
|
|
|
|
|
- // lpp_labelmatain
|
|
|
|
|
- //
|
|
|
|
|
- this.lpp_labelmatain.DataPropertyName = "lpp_labelmatain";
|
|
|
|
|
- this.lpp_labelmatain.HeaderText = "标签维护";
|
|
|
|
|
- this.lpp_labelmatain.Name = "lpp_labelmatain";
|
|
|
|
|
- //
|
|
|
|
|
// SaveGrid
|
|
// SaveGrid
|
|
|
//
|
|
//
|
|
|
this.SaveGrid.Image = ((System.Drawing.Image)(resources.GetObject("SaveGrid.Image")));
|
|
this.SaveGrid.Image = ((System.Drawing.Image)(resources.GetObject("SaveGrid.Image")));
|
|
|
- this.SaveGrid.Location = new System.Drawing.Point(578, 503);
|
|
|
|
|
|
|
+ this.SaveGrid.Location = new System.Drawing.Point(491, 504);
|
|
|
this.SaveGrid.Name = "SaveGrid";
|
|
this.SaveGrid.Name = "SaveGrid";
|
|
|
this.SaveGrid.Size = new System.Drawing.Size(75, 29);
|
|
this.SaveGrid.Size = new System.Drawing.Size(75, 29);
|
|
|
this.SaveGrid.TabIndex = 1;
|
|
this.SaveGrid.TabIndex = 1;
|
|
@@ -147,37 +71,6 @@
|
|
|
this.SaveGrid.UseVisualStyleBackColor = true;
|
|
this.SaveGrid.UseVisualStyleBackColor = true;
|
|
|
this.SaveGrid.Click += new System.EventHandler(this.SaveGrid_Click);
|
|
this.SaveGrid.Click += new System.EventHandler(this.SaveGrid_Click);
|
|
|
//
|
|
//
|
|
|
- // AddRow
|
|
|
|
|
- //
|
|
|
|
|
- this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
|
|
|
|
|
- this.AddRow.Location = new System.Drawing.Point(407, 503);
|
|
|
|
|
- this.AddRow.Name = "AddRow";
|
|
|
|
|
- this.AddRow.Size = new System.Drawing.Size(75, 29);
|
|
|
|
|
- this.AddRow.TabIndex = 2;
|
|
|
|
|
- this.AddRow.Text = "新增";
|
|
|
|
|
- this.AddRow.UseVisualStyleBackColor = true;
|
|
|
|
|
- this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
|
|
|
|
|
- //
|
|
|
|
|
- // Delete
|
|
|
|
|
- //
|
|
|
|
|
- this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image")));
|
|
|
|
|
- this.Delete.Location = new System.Drawing.Point(491, 503);
|
|
|
|
|
- this.Delete.Name = "Delete";
|
|
|
|
|
- this.Delete.Size = new System.Drawing.Size(75, 29);
|
|
|
|
|
- this.Delete.TabIndex = 3;
|
|
|
|
|
- this.Delete.Text = "删除";
|
|
|
|
|
- this.Delete.UseVisualStyleBackColor = true;
|
|
|
|
|
- this.Delete.Click += new System.EventHandler(this.Delete_Click);
|
|
|
|
|
- //
|
|
|
|
|
- // ChooseAll
|
|
|
|
|
- //
|
|
|
|
|
- this.ChooseAll.Location = new System.Drawing.Point(1, 55);
|
|
|
|
|
- this.ChooseAll.Name = "ChooseAll";
|
|
|
|
|
- this.ChooseAll.Size = new System.Drawing.Size(40, 22);
|
|
|
|
|
- this.ChooseAll.TabIndex = 4;
|
|
|
|
|
- this.ChooseAll.Text = "全选";
|
|
|
|
|
- this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
|
|
- //
|
|
|
|
|
// em_name
|
|
// em_name
|
|
|
//
|
|
//
|
|
|
this.em_name.ID = null;
|
|
this.em_name.ID = null;
|
|
@@ -234,6 +127,38 @@
|
|
|
this.Screen.UseVisualStyleBackColor = true;
|
|
this.Screen.UseVisualStyleBackColor = true;
|
|
|
this.Screen.Click += new System.EventHandler(this.Screen_Click);
|
|
this.Screen.Click += new System.EventHandler(this.Screen_Click);
|
|
|
//
|
|
//
|
|
|
|
|
+ // Choose
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Choose.HeaderText = "勾选";
|
|
|
|
|
+ this.Choose.Name = "Choose";
|
|
|
|
|
+ this.Choose.Width = 50;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lpp_emcode
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lpp_emcode.DataPropertyName = "em_code";
|
|
|
|
|
+ this.lpp_emcode.HeaderText = "员工编号";
|
|
|
|
|
+ this.lpp_emcode.Name = "lpp_emcode";
|
|
|
|
|
+ //
|
|
|
|
|
+ // lpp_id
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lpp_id.DataPropertyName = "lpp_id";
|
|
|
|
|
+ this.lpp_id.HeaderText = "lpp_id";
|
|
|
|
|
+ this.lpp_id.Name = "lpp_id";
|
|
|
|
|
+ this.lpp_id.Visible = false;
|
|
|
|
|
+ //
|
|
|
|
|
+ // em_na
|
|
|
|
|
+ //
|
|
|
|
|
+ this.em_na.DataPropertyName = "em_name";
|
|
|
|
|
+ this.em_na.HeaderText = "员工姓名";
|
|
|
|
|
+ this.em_na.Name = "em_na";
|
|
|
|
|
+ this.em_na.ReadOnly = true;
|
|
|
|
|
+ //
|
|
|
|
|
+ // lpp_manual
|
|
|
|
|
+ //
|
|
|
|
|
+ this.lpp_manual.DataPropertyName = "lpp_manual";
|
|
|
|
|
+ this.lpp_manual.HeaderText = "允许手动采集";
|
|
|
|
|
+ this.lpp_manual.Name = "lpp_manual";
|
|
|
|
|
+ //
|
|
|
// PowerSetting
|
|
// PowerSetting
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -244,9 +169,6 @@
|
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.em_name);
|
|
this.Controls.Add(this.em_name);
|
|
|
this.Controls.Add(this.si_expression4_label);
|
|
this.Controls.Add(this.si_expression4_label);
|
|
|
- this.Controls.Add(this.ChooseAll);
|
|
|
|
|
- this.Controls.Add(this.Delete);
|
|
|
|
|
- this.Controls.Add(this.AddRow);
|
|
|
|
|
this.Controls.Add(this.SaveGrid);
|
|
this.Controls.Add(this.SaveGrid);
|
|
|
this.Controls.Add(this.PowerSetDGV);
|
|
this.Controls.Add(this.PowerSetDGV);
|
|
|
this.Name = "PowerSetting";
|
|
this.Name = "PowerSetting";
|
|
@@ -262,9 +184,6 @@
|
|
|
|
|
|
|
|
private CustomControl.DataGridViewWithSerialNum PowerSetDGV;
|
|
private CustomControl.DataGridViewWithSerialNum PowerSetDGV;
|
|
|
private CustomControl.NormalButton SaveGrid;
|
|
private CustomControl.NormalButton SaveGrid;
|
|
|
- private CustomControl.NormalButton AddRow;
|
|
|
|
|
- private CustomControl.NormalButton Delete;
|
|
|
|
|
- private CustomControl.ChooseAllButton ChooseAll;
|
|
|
|
|
private CustomControl.EnterTextBox em_name;
|
|
private CustomControl.EnterTextBox em_name;
|
|
|
private System.Windows.Forms.Label si_expression4_label;
|
|
private System.Windows.Forms.Label si_expression4_label;
|
|
|
private CustomControl.EnterTextBox em_code;
|
|
private CustomControl.EnterTextBox em_code;
|
|
@@ -274,11 +193,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lpp_emcode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lpp_emcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lpp_id;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn lpp_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_na;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn em_na;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_cleandetail;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_savedetail;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_gencode;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_collectstrategy;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_allcollect;
|
|
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_labelmatain;
|
|
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_manual;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|