|
@@ -37,6 +37,7 @@
|
|
|
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
this.PrinterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PrinterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.PrintType = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
|
this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
|
|
this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
|
|
|
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
@@ -71,9 +72,11 @@
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.dgvPrinter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dgvPrinter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
+ this.dgvPrinter.ColumnHeadersHeight = 29;
|
|
|
this.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.dgvPrinter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dgvPrinter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.PrinterName,
|
|
this.PrinterName,
|
|
|
|
|
+ this.PrintType,
|
|
|
this.displayno,
|
|
this.displayno,
|
|
|
this.Remarks,
|
|
this.Remarks,
|
|
|
this.ValueFlag,
|
|
this.ValueFlag,
|
|
@@ -83,6 +86,7 @@
|
|
|
this.dgvPrinter.DynamicColumnName = "";
|
|
this.dgvPrinter.DynamicColumnName = "";
|
|
|
this.dgvPrinter.EnableHeadersVisualStyles = false;
|
|
this.dgvPrinter.EnableHeadersVisualStyles = false;
|
|
|
this.dgvPrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.dgvPrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.dgvPrinter.FormatQuantityColumns = null;
|
|
|
this.dgvPrinter.HorizontalMergeColumn = null;
|
|
this.dgvPrinter.HorizontalMergeColumn = null;
|
|
|
this.dgvPrinter.IsAutoCountSum = false;
|
|
this.dgvPrinter.IsAutoCountSum = false;
|
|
|
this.dgvPrinter.IsAutoResizeColumns = false;
|
|
this.dgvPrinter.IsAutoResizeColumns = false;
|
|
@@ -91,7 +95,8 @@
|
|
|
this.dgvPrinter.IsProcessRightFlag = false;
|
|
this.dgvPrinter.IsProcessRightFlag = false;
|
|
|
this.dgvPrinter.IsSubTotalFlag = false;
|
|
this.dgvPrinter.IsSubTotalFlag = false;
|
|
|
this.dgvPrinter.IsTopDeep = false;
|
|
this.dgvPrinter.IsTopDeep = false;
|
|
|
- this.dgvPrinter.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
|
|
+ this.dgvPrinter.Location = new System.Drawing.Point(16, 15);
|
|
|
|
|
+ this.dgvPrinter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.dgvPrinter.MergeColumnNames = null;
|
|
this.dgvPrinter.MergeColumnNames = null;
|
|
|
this.dgvPrinter.MergeDetailColumnNames = null;
|
|
this.dgvPrinter.MergeDetailColumnNames = null;
|
|
|
this.dgvPrinter.MergeDetailOnlyColumn = null;
|
|
this.dgvPrinter.MergeDetailOnlyColumn = null;
|
|
@@ -104,7 +109,7 @@
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
this.dgvPrinter.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.dgvPrinter.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.dgvPrinter.RowTemplate.Height = 21;
|
|
this.dgvPrinter.RowTemplate.Height = 21;
|
|
|
- this.dgvPrinter.Size = new System.Drawing.Size(484, 498);
|
|
|
|
|
|
|
+ this.dgvPrinter.Size = new System.Drawing.Size(645, 622);
|
|
|
this.dgvPrinter.SortOrderColumnName = null;
|
|
this.dgvPrinter.SortOrderColumnName = null;
|
|
|
this.dgvPrinter.TabIndex = 0;
|
|
this.dgvPrinter.TabIndex = 0;
|
|
|
this.dgvPrinter.Tag = true;
|
|
this.dgvPrinter.Tag = true;
|
|
@@ -125,9 +130,10 @@
|
|
|
this.chkDisplayDisabledData.AutoSize = true;
|
|
this.chkDisplayDisabledData.AutoSize = true;
|
|
|
this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
|
|
this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
|
|
|
this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 516);
|
|
|
|
|
|
|
+ this.chkDisplayDisabledData.Location = new System.Drawing.Point(25, 646);
|
|
|
|
|
+ this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
|
|
this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
|
|
|
- this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
|
|
|
|
|
|
|
+ this.chkDisplayDisabledData.Size = new System.Drawing.Size(119, 19);
|
|
|
this.chkDisplayDisabledData.TabIndex = 1;
|
|
this.chkDisplayDisabledData.TabIndex = 1;
|
|
|
this.chkDisplayDisabledData.Text = "显示停用记录";
|
|
this.chkDisplayDisabledData.Text = "显示停用记录";
|
|
|
this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
|
|
this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
|
|
@@ -140,9 +146,10 @@
|
|
|
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
|
|
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
|
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSave.Location = new System.Drawing.Point(320, 516);
|
|
|
|
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(427, 645);
|
|
|
|
|
+ this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Name = "btnSave";
|
|
|
- this.btnSave.Size = new System.Drawing.Size(85, 30);
|
|
|
|
|
|
|
+ this.btnSave.Size = new System.Drawing.Size(113, 38);
|
|
|
this.btnSave.TabIndex = 2;
|
|
this.btnSave.TabIndex = 2;
|
|
|
this.btnSave.Text = "保存";
|
|
this.btnSave.Text = "保存";
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
@@ -156,9 +163,10 @@
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
this.btnCancel.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnCancel.Location = new System.Drawing.Point(411, 516);
|
|
|
|
|
|
|
+ this.btnCancel.Location = new System.Drawing.Point(548, 645);
|
|
|
|
|
+ this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
|
|
|
|
|
|
|
+ this.btnCancel.Size = new System.Drawing.Size(113, 38);
|
|
|
this.btnCancel.TabIndex = 3;
|
|
this.btnCancel.TabIndex = 3;
|
|
|
this.btnCancel.Text = "关闭";
|
|
this.btnCancel.Text = "关闭";
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
@@ -169,9 +177,20 @@
|
|
|
this.PrinterName.DataPropertyName = "PrinterName";
|
|
this.PrinterName.DataPropertyName = "PrinterName";
|
|
|
this.PrinterName.HeaderText = "打印机名";
|
|
this.PrinterName.HeaderText = "打印机名";
|
|
|
this.PrinterName.MaxInputLength = 100;
|
|
this.PrinterName.MaxInputLength = 100;
|
|
|
|
|
+ this.PrinterName.MinimumWidth = 6;
|
|
|
this.PrinterName.Name = "PrinterName";
|
|
this.PrinterName.Name = "PrinterName";
|
|
|
this.PrinterName.Width = 120;
|
|
this.PrinterName.Width = 120;
|
|
|
//
|
|
//
|
|
|
|
|
+ // PrintType
|
|
|
|
|
+ //
|
|
|
|
|
+ this.PrintType.DataPropertyName = "PrintType";
|
|
|
|
|
+ this.PrintType.HeaderText = "打印类型";
|
|
|
|
|
+ this.PrintType.MinimumWidth = 6;
|
|
|
|
|
+ this.PrintType.Name = "PrintType";
|
|
|
|
|
+ this.PrintType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
+ this.PrintType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
+ this.PrintType.Width = 125;
|
|
|
|
|
+ //
|
|
|
// displayno
|
|
// displayno
|
|
|
//
|
|
//
|
|
|
this.displayno.DataPropertyName = "displayno";
|
|
this.displayno.DataPropertyName = "displayno";
|
|
@@ -183,6 +202,7 @@
|
|
|
0,
|
|
0,
|
|
|
0,
|
|
0,
|
|
|
0});
|
|
0});
|
|
|
|
|
+ this.displayno.MinimumWidth = 6;
|
|
|
this.displayno.MinValue = new decimal(new int[] {
|
|
this.displayno.MinValue = new decimal(new int[] {
|
|
|
0,
|
|
0,
|
|
|
0,
|
|
0,
|
|
@@ -191,12 +211,14 @@
|
|
|
this.displayno.Name = "displayno";
|
|
this.displayno.Name = "displayno";
|
|
|
this.displayno.Number = new System.Drawing.Point(2, 0);
|
|
this.displayno.Number = new System.Drawing.Point(2, 0);
|
|
|
this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
+ this.displayno.Width = 125;
|
|
|
//
|
|
//
|
|
|
// Remarks
|
|
// Remarks
|
|
|
//
|
|
//
|
|
|
this.Remarks.DataPropertyName = "Remarks";
|
|
this.Remarks.DataPropertyName = "Remarks";
|
|
|
this.Remarks.HeaderText = "备注";
|
|
this.Remarks.HeaderText = "备注";
|
|
|
this.Remarks.MaxInputLength = 500;
|
|
this.Remarks.MaxInputLength = 500;
|
|
|
|
|
+ this.Remarks.MinimumWidth = 6;
|
|
|
this.Remarks.Name = "Remarks";
|
|
this.Remarks.Name = "Remarks";
|
|
|
this.Remarks.Width = 150;
|
|
this.Remarks.Width = 150;
|
|
|
//
|
|
//
|
|
@@ -205,6 +227,7 @@
|
|
|
this.ValueFlag.DataPropertyName = "ValueFlag";
|
|
this.ValueFlag.DataPropertyName = "ValueFlag";
|
|
|
this.ValueFlag.FalseValue = "0";
|
|
this.ValueFlag.FalseValue = "0";
|
|
|
this.ValueFlag.HeaderText = "正常";
|
|
this.ValueFlag.HeaderText = "正常";
|
|
|
|
|
+ this.ValueFlag.MinimumWidth = 6;
|
|
|
this.ValueFlag.Name = "ValueFlag";
|
|
this.ValueFlag.Name = "ValueFlag";
|
|
|
this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
this.ValueFlag.TrueValue = "1";
|
|
this.ValueFlag.TrueValue = "1";
|
|
@@ -214,17 +237,19 @@
|
|
|
//
|
|
//
|
|
|
this.PrinterID.DataPropertyName = "PrinterID";
|
|
this.PrinterID.DataPropertyName = "PrinterID";
|
|
|
this.PrinterID.HeaderText = "PrinterID";
|
|
this.PrinterID.HeaderText = "PrinterID";
|
|
|
|
|
+ this.PrinterID.MinimumWidth = 6;
|
|
|
this.PrinterID.Name = "PrinterID";
|
|
this.PrinterID.Name = "PrinterID";
|
|
|
this.PrinterID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.PrinterID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.PrinterID.Visible = false;
|
|
this.PrinterID.Visible = false;
|
|
|
|
|
+ this.PrinterID.Width = 125;
|
|
|
//
|
|
//
|
|
|
// F_MST_0412
|
|
// F_MST_0412
|
|
|
//
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
this.BackColor = System.Drawing.SystemColors.Window;
|
|
|
this.CancelButton = this.btnCancel;
|
|
this.CancelButton = this.btnCancel;
|
|
|
- this.ClientSize = new System.Drawing.Size(508, 571);
|
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(677, 714);
|
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnCancel);
|
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.btnSave);
|
|
|
this.Controls.Add(this.chkDisplayDisabledData);
|
|
this.Controls.Add(this.chkDisplayDisabledData);
|
|
@@ -232,6 +257,7 @@
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.IsSaveFormSize = false;
|
|
this.IsSaveFormSize = false;
|
|
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
|
|
|
this.MaximizeBox = false;
|
|
this.MaximizeBox = false;
|
|
|
this.MinimizeBox = false;
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "F_MST_0412";
|
|
this.Name = "F_MST_0412";
|
|
@@ -259,6 +285,7 @@
|
|
|
private Basics.BaseControls.C_Button btnSave;
|
|
private Basics.BaseControls.C_Button btnSave;
|
|
|
private Basics.BaseControls.C_Button btnCancel;
|
|
private Basics.BaseControls.C_Button btnCancel;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PrinterName;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PrinterName;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewComboBoxColumn PrintType;
|
|
|
private Basics.BaseControls.C_DGV_Column_Digital displayno;
|
|
private Basics.BaseControls.C_DGV_Column_Digital displayno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
|