|
@@ -33,8 +33,8 @@ namespace UAS_LabelMachine
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(客户标签维护));
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.cl_code_label = new System.Windows.Forms.Label();
|
|
|
this.cu_name_label = new System.Windows.Forms.Label();
|
|
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|
@@ -47,7 +47,6 @@ namespace UAS_LabelMachine
|
|
|
this.FolderPath_Label = new System.Windows.Forms.Label();
|
|
|
this.la_type1 = new System.Windows.Forms.ComboBox();
|
|
|
this.cl_custcode_label = new System.Windows.Forms.Label();
|
|
|
- this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.la_code_label = new System.Windows.Forms.Label();
|
|
|
this.NetURL_label = new System.Windows.Forms.Label();
|
|
|
this.cl_labeltype_label = new System.Windows.Forms.Label();
|
|
@@ -57,6 +56,22 @@ namespace UAS_LabelMachine
|
|
|
this.FTPShare = new System.Windows.Forms.CheckBox();
|
|
|
this.CodeSoft = new System.Windows.Forms.RadioButton();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.PortModel = new System.Windows.Forms.CheckBox();
|
|
|
+ this.BarTender = new System.Windows.Forms.RadioButton();
|
|
|
+ this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pagination1 = new UAS_LabelMachine.CustomControl.Pagination();
|
|
|
this.NewLabel = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.NetURL = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
@@ -85,7 +100,6 @@ namespace UAS_LabelMachine
|
|
|
this.UpdateGrid = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.Screen = new UAS_LabelMachine.CustomControl.NormalButton();
|
|
|
this.cu_name = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
- this.PortModel = new System.Windows.Forms.CheckBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -196,12 +210,6 @@ namespace UAS_LabelMachine
|
|
|
this.cl_custcode_label.TabIndex = 167;
|
|
|
this.cl_custcode_label.Text = "客户编号";
|
|
|
//
|
|
|
- // dataGridViewCheckBoxColumn1
|
|
|
- //
|
|
|
- this.dataGridViewCheckBoxColumn1.HeaderText = "";
|
|
|
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
- this.dataGridViewCheckBoxColumn1.Width = 30;
|
|
|
- //
|
|
|
// la_code_label
|
|
|
//
|
|
|
this.la_code_label.AutoSize = true;
|
|
@@ -277,16 +285,14 @@ namespace UAS_LabelMachine
|
|
|
// CodeSoft
|
|
|
//
|
|
|
this.CodeSoft.AutoSize = true;
|
|
|
- this.CodeSoft.Checked = true;
|
|
|
+ this.CodeSoft.Enabled = false;
|
|
|
this.CodeSoft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.CodeSoft.Location = new System.Drawing.Point(1058, 86);
|
|
|
+ this.CodeSoft.Location = new System.Drawing.Point(1058, 78);
|
|
|
this.CodeSoft.Name = "CodeSoft";
|
|
|
this.CodeSoft.Size = new System.Drawing.Size(99, 25);
|
|
|
this.CodeSoft.TabIndex = 161;
|
|
|
- this.CodeSoft.TabStop = true;
|
|
|
this.CodeSoft.Text = "CodeSoft";
|
|
|
this.CodeSoft.UseVisualStyleBackColor = true;
|
|
|
- this.CodeSoft.Visible = false;
|
|
|
//
|
|
|
// pictureBox1
|
|
|
//
|
|
@@ -297,6 +303,121 @@ namespace UAS_LabelMachine
|
|
|
this.pictureBox1.TabIndex = 191;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
+ // PortModel
|
|
|
+ //
|
|
|
+ this.PortModel.AutoSize = true;
|
|
|
+ this.PortModel.Location = new System.Drawing.Point(923, 116);
|
|
|
+ this.PortModel.Name = "PortModel";
|
|
|
+ this.PortModel.Size = new System.Drawing.Size(96, 16);
|
|
|
+ this.PortModel.TabIndex = 193;
|
|
|
+ this.PortModel.Text = "启用被动模式";
|
|
|
+ this.PortModel.UseVisualStyleBackColor = true;
|
|
|
+ this.PortModel.CheckedChanged += new System.EventHandler(this.PortModel_CheckedChanged);
|
|
|
+ //
|
|
|
+ // BarTender
|
|
|
+ //
|
|
|
+ this.BarTender.AutoSize = true;
|
|
|
+ this.BarTender.Enabled = false;
|
|
|
+ this.BarTender.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.BarTender.Location = new System.Drawing.Point(1058, 110);
|
|
|
+ this.BarTender.Name = "BarTender";
|
|
|
+ this.BarTender.Size = new System.Drawing.Size(106, 25);
|
|
|
+ this.BarTender.TabIndex = 194;
|
|
|
+ this.BarTender.Text = "BarTender";
|
|
|
+ this.BarTender.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // dataGridViewCheckBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 30;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "la_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "la_id";
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "cu_name";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "客户名称";
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "cl_id";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "cl_id";
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Visible = false;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "cl_custcode";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "客户编号";
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "cl_labeltype";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "标签类型";
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "cl_labelcode";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "模板编号";
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn7
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn7.DataPropertyName = "cl_labelurl";
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "模板路径";
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn8
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn8.DataPropertyName = "cl_labelname";
|
|
|
+ this.dataGridViewTextBoxColumn8.HeaderText = "模板名称";
|
|
|
+ this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn9
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn9.DataPropertyName = "cl_date";
|
|
|
+ this.dataGridViewTextBoxColumn9.HeaderText = "最后修改时间";
|
|
|
+ this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn10
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn10.DataPropertyName = "cl_isdefault";
|
|
|
+ this.dataGridViewTextBoxColumn10.HeaderText = "是否默认";
|
|
|
+ this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn11
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn11.DataPropertyName = "cl_detno";
|
|
|
+ this.dataGridViewTextBoxColumn11.HeaderText = "序号";
|
|
|
+ this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn12
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn12.DataPropertyName = "cl_labelsoft";
|
|
|
+ this.dataGridViewTextBoxColumn12.HeaderText = "标签软件";
|
|
|
+ this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn13
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn13.DataPropertyName = "cl_status";
|
|
|
+ this.dataGridViewTextBoxColumn13.HeaderText = "状态";
|
|
|
+ this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
|
|
|
+ this.dataGridViewTextBoxColumn13.ReadOnly = true;
|
|
|
+ //
|
|
|
// pagination1
|
|
|
//
|
|
|
this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
@@ -401,16 +522,16 @@ namespace UAS_LabelMachine
|
|
|
this.cl_status});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(17, 90);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.Blue;
|
|
|
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
|
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.LabelDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
|
|
|
- this.LabelDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.Blue;
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
|
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.LabelDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
|
|
|
+ this.LabelDataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
this.LabelDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.LabelDataGridView.Size = new System.Drawing.Size(890, 348);
|
|
@@ -597,22 +718,12 @@ namespace UAS_LabelMachine
|
|
|
this.cu_name.TabIndex = 147;
|
|
|
this.cu_name.Tag = "cu_name";
|
|
|
//
|
|
|
- // PortModel
|
|
|
- //
|
|
|
- this.PortModel.AutoSize = true;
|
|
|
- this.PortModel.Location = new System.Drawing.Point(923, 116);
|
|
|
- this.PortModel.Name = "PortModel";
|
|
|
- this.PortModel.Size = new System.Drawing.Size(96, 16);
|
|
|
- this.PortModel.TabIndex = 193;
|
|
|
- this.PortModel.Text = "启用被动模式";
|
|
|
- this.PortModel.UseVisualStyleBackColor = true;
|
|
|
- this.PortModel.CheckedChanged += new System.EventHandler(this.PortModel_CheckedChanged);
|
|
|
- //
|
|
|
// 客户标签维护
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1179, 581);
|
|
|
+ this.Controls.Add(this.BarTender);
|
|
|
this.Controls.Add(this.PortModel);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
this.Controls.Add(this.pagination1);
|
|
@@ -716,5 +827,19 @@ namespace UAS_LabelMachine
|
|
|
private DataGridViewTextBoxColumn cl_status;
|
|
|
private PictureBox pictureBox1;
|
|
|
private CheckBox PortModel;
|
|
|
+ private RadioButton BarTender;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
|
|
|
+ private DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
|
|
|
}
|
|
|
}
|