|
|
@@ -39,8 +39,17 @@
|
|
|
this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.dgvInvoice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.LayoutName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.logonamecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.PrintTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.InvoiceLayoutID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.goodstypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.gbxCondition = new System.Windows.Forms.GroupBox();
|
|
|
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.ckcLogo = new Dongke.WinForm.Controls.CkcCheckedComboBox();
|
|
|
this.chkValueFlag = new Dongke.WinForm.Controls.ChkFlagCheckBox();
|
|
|
@@ -61,16 +70,7 @@
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
- this.LayoutName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.logonamecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.PrintTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.InvoiceLayoutID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.goodstypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).BeginInit();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
this.tsrSupplier.SuspendLayout();
|
|
|
@@ -79,11 +79,10 @@
|
|
|
// txtRemarks
|
|
|
//
|
|
|
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtRemarks.Location = new System.Drawing.Point(803, 25);
|
|
|
- this.txtRemarks.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtRemarks.Location = new System.Drawing.Point(602, 20);
|
|
|
this.txtRemarks.Name = "txtRemarks";
|
|
|
this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
- this.txtRemarks.Size = new System.Drawing.Size(233, 25);
|
|
|
+ this.txtRemarks.Size = new System.Drawing.Size(176, 21);
|
|
|
this.txtRemarks.TabIndex = 7;
|
|
|
//
|
|
|
// lblRemarks
|
|
|
@@ -92,20 +91,18 @@
|
|
|
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblRemarks.Location = new System.Drawing.Point(756, 30);
|
|
|
- this.lblRemarks.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblRemarks.Location = new System.Drawing.Point(567, 24);
|
|
|
this.lblRemarks.Name = "lblRemarks";
|
|
|
- this.lblRemarks.Size = new System.Drawing.Size(37, 15);
|
|
|
+ this.lblRemarks.Size = new System.Drawing.Size(29, 12);
|
|
|
this.lblRemarks.TabIndex = 5;
|
|
|
this.lblRemarks.Text = "备注";
|
|
|
//
|
|
|
// txtInvoiceName
|
|
|
//
|
|
|
this.txtInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.txtInvoiceName.Location = new System.Drawing.Point(95, 25);
|
|
|
- this.txtInvoiceName.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtInvoiceName.Location = new System.Drawing.Point(71, 20);
|
|
|
this.txtInvoiceName.Name = "txtInvoiceName";
|
|
|
- this.txtInvoiceName.Size = new System.Drawing.Size(159, 25);
|
|
|
+ this.txtInvoiceName.Size = new System.Drawing.Size(120, 21);
|
|
|
this.txtInvoiceName.TabIndex = 1;
|
|
|
//
|
|
|
// lblInvoiceLayoutName
|
|
|
@@ -114,10 +111,9 @@
|
|
|
this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblInvoiceLayoutName.Location = new System.Drawing.Point(16, 30);
|
|
|
- this.lblInvoiceLayoutName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 24);
|
|
|
this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
|
|
|
- this.lblInvoiceLayoutName.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblInvoiceLayoutName.TabIndex = 0;
|
|
|
this.lblInvoiceLayoutName.Text = "模板名称";
|
|
|
//
|
|
|
@@ -174,8 +170,7 @@
|
|
|
this.dgvInvoice.IsOpenMergeCellFlag = false;
|
|
|
this.dgvInvoice.IsSubTotalFlag = false;
|
|
|
this.dgvInvoice.IsTopDeep = false;
|
|
|
- this.dgvInvoice.Location = new System.Drawing.Point(0, 119);
|
|
|
- this.dgvInvoice.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.dgvInvoice.Location = new System.Drawing.Point(0, 95);
|
|
|
this.dgvInvoice.MergeColumnNames = null;
|
|
|
this.dgvInvoice.MergeDetailColumnNames = null;
|
|
|
this.dgvInvoice.MergeDetailOnlyColumn = null;
|
|
|
@@ -191,7 +186,7 @@
|
|
|
this.dgvInvoice.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.dgvInvoice.RowTemplate.Height = 21;
|
|
|
this.dgvInvoice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgvInvoice.Size = new System.Drawing.Size(1292, 580);
|
|
|
+ this.dgvInvoice.Size = new System.Drawing.Size(969, 464);
|
|
|
this.dgvInvoice.SortOrderColumnName = null;
|
|
|
this.dgvInvoice.TabIndex = 2;
|
|
|
this.dgvInvoice.Tag = true;
|
|
|
@@ -201,6 +196,107 @@
|
|
|
this.dgvInvoice.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
|
|
|
this.dgvInvoice.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvInvoice_KeyDown);
|
|
|
//
|
|
|
+ // LayoutName
|
|
|
+ //
|
|
|
+ this.LayoutName.DataPropertyName = "LayoutName";
|
|
|
+ this.LayoutName.HeaderText = "模板名称";
|
|
|
+ this.LayoutName.MinimumWidth = 6;
|
|
|
+ this.LayoutName.Name = "LayoutName";
|
|
|
+ this.LayoutName.ReadOnly = true;
|
|
|
+ this.LayoutName.Width = 150;
|
|
|
+ //
|
|
|
+ // goodstypename
|
|
|
+ //
|
|
|
+ this.goodstypename.DataPropertyName = "goodstypename";
|
|
|
+ this.goodstypename.HeaderText = "产品类别";
|
|
|
+ this.goodstypename.MinimumWidth = 6;
|
|
|
+ this.goodstypename.Name = "goodstypename";
|
|
|
+ this.goodstypename.ReadOnly = true;
|
|
|
+ this.goodstypename.Width = 125;
|
|
|
+ //
|
|
|
+ // logonamecode
|
|
|
+ //
|
|
|
+ this.logonamecode.DataPropertyName = "logonamecode";
|
|
|
+ this.logonamecode.HeaderText = "产品商标";
|
|
|
+ this.logonamecode.MinimumWidth = 6;
|
|
|
+ this.logonamecode.Name = "logonamecode";
|
|
|
+ this.logonamecode.ReadOnly = true;
|
|
|
+ this.logonamecode.Width = 125;
|
|
|
+ //
|
|
|
+ // PrintTypeName
|
|
|
+ //
|
|
|
+ this.PrintTypeName.DataPropertyName = "PrintTypeName";
|
|
|
+ this.PrintTypeName.HeaderText = "打印类别";
|
|
|
+ this.PrintTypeName.MinimumWidth = 6;
|
|
|
+ this.PrintTypeName.Name = "PrintTypeName";
|
|
|
+ this.PrintTypeName.ReadOnly = true;
|
|
|
+ this.PrintTypeName.Width = 125;
|
|
|
+ //
|
|
|
+ // colHeight
|
|
|
+ //
|
|
|
+ this.colHeight.DataPropertyName = "Height";
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ dataGridViewCellStyle3.Format = "#,###.00";
|
|
|
+ this.colHeight.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.colHeight.HeaderText = "纸张高度(mm)";
|
|
|
+ this.colHeight.MinimumWidth = 6;
|
|
|
+ this.colHeight.Name = "colHeight";
|
|
|
+ this.colHeight.ReadOnly = true;
|
|
|
+ this.colHeight.Width = 125;
|
|
|
+ //
|
|
|
+ // colWidth
|
|
|
+ //
|
|
|
+ this.colWidth.DataPropertyName = "Width";
|
|
|
+ dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
+ dataGridViewCellStyle4.Format = "#,###.00";
|
|
|
+ this.colWidth.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
+ this.colWidth.HeaderText = "纸张宽度(mm)";
|
|
|
+ this.colWidth.MinimumWidth = 6;
|
|
|
+ this.colWidth.Name = "colWidth";
|
|
|
+ this.colWidth.ReadOnly = true;
|
|
|
+ this.colWidth.Width = 125;
|
|
|
+ //
|
|
|
+ // Remarks
|
|
|
+ //
|
|
|
+ this.Remarks.DataPropertyName = "Remarks";
|
|
|
+ this.Remarks.HeaderText = "备注";
|
|
|
+ this.Remarks.MinimumWidth = 6;
|
|
|
+ this.Remarks.Name = "Remarks";
|
|
|
+ this.Remarks.ReadOnly = true;
|
|
|
+ this.Remarks.Width = 170;
|
|
|
+ //
|
|
|
+ // ValueFlag
|
|
|
+ //
|
|
|
+ this.ValueFlag.DataPropertyName = "ValueFlag";
|
|
|
+ this.ValueFlag.FalseValue = "0";
|
|
|
+ this.ValueFlag.HeaderText = "有效标识";
|
|
|
+ this.ValueFlag.MinimumWidth = 6;
|
|
|
+ this.ValueFlag.Name = "ValueFlag";
|
|
|
+ this.ValueFlag.ReadOnly = true;
|
|
|
+ this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.ValueFlag.TrueValue = "1";
|
|
|
+ this.ValueFlag.Width = 125;
|
|
|
+ //
|
|
|
+ // InvoiceLayoutID
|
|
|
+ //
|
|
|
+ this.InvoiceLayoutID.DataPropertyName = "LayoutID";
|
|
|
+ this.InvoiceLayoutID.HeaderText = "票据格式ID";
|
|
|
+ this.InvoiceLayoutID.MinimumWidth = 6;
|
|
|
+ this.InvoiceLayoutID.Name = "InvoiceLayoutID";
|
|
|
+ this.InvoiceLayoutID.ReadOnly = true;
|
|
|
+ this.InvoiceLayoutID.Visible = false;
|
|
|
+ this.InvoiceLayoutID.Width = 125;
|
|
|
+ //
|
|
|
+ // goodstypecode
|
|
|
+ //
|
|
|
+ this.goodstypecode.DataPropertyName = "goodstypecode";
|
|
|
+ this.goodstypecode.HeaderText = "产品类别编码";
|
|
|
+ this.goodstypecode.MinimumWidth = 6;
|
|
|
+ this.goodstypecode.Name = "goodstypecode";
|
|
|
+ this.goodstypecode.ReadOnly = true;
|
|
|
+ this.goodstypecode.Visible = false;
|
|
|
+ this.goodstypecode.Width = 125;
|
|
|
+ //
|
|
|
// gbxCondition
|
|
|
//
|
|
|
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
@@ -218,35 +314,22 @@
|
|
|
this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
|
|
|
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.gbxCondition.Location = new System.Drawing.Point(0, 50);
|
|
|
- this.gbxCondition.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.gbxCondition.Location = new System.Drawing.Point(0, 40);
|
|
|
this.gbxCondition.Name = "gbxCondition";
|
|
|
- this.gbxCondition.Padding = new System.Windows.Forms.Padding(4);
|
|
|
- this.gbxCondition.Size = new System.Drawing.Size(1288, 61);
|
|
|
+ this.gbxCondition.Size = new System.Drawing.Size(966, 49);
|
|
|
this.gbxCondition.TabIndex = 1;
|
|
|
this.gbxCondition.TabStop = false;
|
|
|
this.gbxCondition.Text = "查询条件";
|
|
|
//
|
|
|
- // scbGoodsType
|
|
|
- //
|
|
|
- this.scbGoodsType.CheckedData = null;
|
|
|
- this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
- this.scbGoodsType.Location = new System.Drawing.Point(341, 25);
|
|
|
- this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.scbGoodsType.Name = "scbGoodsType";
|
|
|
- this.scbGoodsType.Size = new System.Drawing.Size(160, 26);
|
|
|
- this.scbGoodsType.TabIndex = 23;
|
|
|
- //
|
|
|
// lblGoodsType
|
|
|
//
|
|
|
this.lblGoodsType.AutoSize = true;
|
|
|
this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.lblGoodsType.Location = new System.Drawing.Point(263, 30);
|
|
|
- this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblGoodsType.Location = new System.Drawing.Point(197, 24);
|
|
|
this.lblGoodsType.Name = "lblGoodsType";
|
|
|
- this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblGoodsType.TabIndex = 22;
|
|
|
this.lblGoodsType.Text = "产品类别";
|
|
|
//
|
|
|
@@ -254,27 +337,24 @@
|
|
|
//
|
|
|
this.ckcLogo.FormattingEnabled = true;
|
|
|
this.ckcLogo.HasNullData = true;
|
|
|
- this.ckcLogo.Location = new System.Drawing.Point(588, 25);
|
|
|
- this.ckcLogo.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ckcLogo.Location = new System.Drawing.Point(441, 20);
|
|
|
this.ckcLogo.Name = "ckcLogo";
|
|
|
- this.ckcLogo.Size = new System.Drawing.Size(159, 23);
|
|
|
+ this.ckcLogo.Size = new System.Drawing.Size(120, 20);
|
|
|
this.ckcLogo.TabIndex = 4;
|
|
|
//
|
|
|
// chkValueFlag
|
|
|
//
|
|
|
this.chkValueFlag.FlagBoxChecked = Dongke.WinForm.Controls.FlagCheckBoxChecked.All;
|
|
|
- this.chkValueFlag.Location = new System.Drawing.Point(1124, 29);
|
|
|
- this.chkValueFlag.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.chkValueFlag.Location = new System.Drawing.Point(843, 23);
|
|
|
this.chkValueFlag.Name = "chkValueFlag";
|
|
|
- this.chkValueFlag.Size = new System.Drawing.Size(88, 19);
|
|
|
+ this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
|
|
|
this.chkValueFlag.TabIndex = 9;
|
|
|
//
|
|
|
// lblValueFlag
|
|
|
//
|
|
|
- this.lblValueFlag.Location = new System.Drawing.Point(1045, 30);
|
|
|
- this.lblValueFlag.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblValueFlag.Location = new System.Drawing.Point(784, 24);
|
|
|
this.lblValueFlag.Name = "lblValueFlag";
|
|
|
- this.lblValueFlag.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
|
|
|
this.lblValueFlag.TabIndex = 8;
|
|
|
this.lblValueFlag.Text = "有效标识";
|
|
|
//
|
|
|
@@ -284,10 +364,9 @@
|
|
|
this.c_Label1.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
- this.c_Label1.Location = new System.Drawing.Point(509, 30);
|
|
|
- this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.c_Label1.Location = new System.Drawing.Point(382, 24);
|
|
|
this.c_Label1.Name = "c_Label1";
|
|
|
- this.c_Label1.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.c_Label1.Size = new System.Drawing.Size(53, 12);
|
|
|
this.c_Label1.TabIndex = 3;
|
|
|
this.c_Label1.Text = "产品商标";
|
|
|
//
|
|
|
@@ -312,7 +391,7 @@
|
|
|
this.tsbtnClose});
|
|
|
this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
|
|
|
this.tsrSupplier.Name = "tsrSupplier";
|
|
|
- this.tsrSupplier.Size = new System.Drawing.Size(1292, 44);
|
|
|
+ this.tsrSupplier.Size = new System.Drawing.Size(969, 35);
|
|
|
this.tsrSupplier.TabIndex = 3;
|
|
|
this.tsrSupplier.Text = "tsrToolStrip1";
|
|
|
//
|
|
|
@@ -458,117 +537,25 @@
|
|
|
this.tsbtnClose.Text = "关闭(&X)";
|
|
|
this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
|
|
|
//
|
|
|
- // LayoutName
|
|
|
- //
|
|
|
- this.LayoutName.DataPropertyName = "LayoutName";
|
|
|
- this.LayoutName.HeaderText = "模板名称";
|
|
|
- this.LayoutName.MinimumWidth = 6;
|
|
|
- this.LayoutName.Name = "LayoutName";
|
|
|
- this.LayoutName.ReadOnly = true;
|
|
|
- this.LayoutName.Width = 150;
|
|
|
- //
|
|
|
- // goodstypename
|
|
|
- //
|
|
|
- this.goodstypename.DataPropertyName = "goodstypename";
|
|
|
- this.goodstypename.HeaderText = "产品类别";
|
|
|
- this.goodstypename.MinimumWidth = 6;
|
|
|
- this.goodstypename.Name = "goodstypename";
|
|
|
- this.goodstypename.ReadOnly = true;
|
|
|
- this.goodstypename.Width = 125;
|
|
|
- //
|
|
|
- // logonamecode
|
|
|
- //
|
|
|
- this.logonamecode.DataPropertyName = "logonamecode";
|
|
|
- this.logonamecode.HeaderText = "产品商标";
|
|
|
- this.logonamecode.MinimumWidth = 6;
|
|
|
- this.logonamecode.Name = "logonamecode";
|
|
|
- this.logonamecode.ReadOnly = true;
|
|
|
- this.logonamecode.Width = 125;
|
|
|
- //
|
|
|
- // PrintTypeName
|
|
|
- //
|
|
|
- this.PrintTypeName.DataPropertyName = "PrintTypeName";
|
|
|
- this.PrintTypeName.HeaderText = "打印类别";
|
|
|
- this.PrintTypeName.MinimumWidth = 6;
|
|
|
- this.PrintTypeName.Name = "PrintTypeName";
|
|
|
- this.PrintTypeName.ReadOnly = true;
|
|
|
- this.PrintTypeName.Width = 125;
|
|
|
- //
|
|
|
- // colHeight
|
|
|
- //
|
|
|
- this.colHeight.DataPropertyName = "Height";
|
|
|
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- dataGridViewCellStyle3.Format = "#,###.00";
|
|
|
- this.colHeight.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
- this.colHeight.HeaderText = "纸张高度(mm)";
|
|
|
- this.colHeight.MinimumWidth = 6;
|
|
|
- this.colHeight.Name = "colHeight";
|
|
|
- this.colHeight.ReadOnly = true;
|
|
|
- this.colHeight.Width = 125;
|
|
|
- //
|
|
|
- // colWidth
|
|
|
- //
|
|
|
- this.colWidth.DataPropertyName = "Width";
|
|
|
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
- dataGridViewCellStyle4.Format = "#,###.00";
|
|
|
- this.colWidth.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
- this.colWidth.HeaderText = "纸张宽度(mm)";
|
|
|
- this.colWidth.MinimumWidth = 6;
|
|
|
- this.colWidth.Name = "colWidth";
|
|
|
- this.colWidth.ReadOnly = true;
|
|
|
- this.colWidth.Width = 125;
|
|
|
- //
|
|
|
- // Remarks
|
|
|
- //
|
|
|
- this.Remarks.DataPropertyName = "Remarks";
|
|
|
- this.Remarks.HeaderText = "备注";
|
|
|
- this.Remarks.MinimumWidth = 6;
|
|
|
- this.Remarks.Name = "Remarks";
|
|
|
- this.Remarks.ReadOnly = true;
|
|
|
- this.Remarks.Width = 170;
|
|
|
- //
|
|
|
- // ValueFlag
|
|
|
- //
|
|
|
- this.ValueFlag.DataPropertyName = "ValueFlag";
|
|
|
- this.ValueFlag.FalseValue = "0";
|
|
|
- this.ValueFlag.HeaderText = "有效标识";
|
|
|
- this.ValueFlag.MinimumWidth = 6;
|
|
|
- this.ValueFlag.Name = "ValueFlag";
|
|
|
- this.ValueFlag.ReadOnly = true;
|
|
|
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.ValueFlag.TrueValue = "1";
|
|
|
- this.ValueFlag.Width = 125;
|
|
|
- //
|
|
|
- // InvoiceLayoutID
|
|
|
- //
|
|
|
- this.InvoiceLayoutID.DataPropertyName = "LayoutID";
|
|
|
- this.InvoiceLayoutID.HeaderText = "票据格式ID";
|
|
|
- this.InvoiceLayoutID.MinimumWidth = 6;
|
|
|
- this.InvoiceLayoutID.Name = "InvoiceLayoutID";
|
|
|
- this.InvoiceLayoutID.ReadOnly = true;
|
|
|
- this.InvoiceLayoutID.Visible = false;
|
|
|
- this.InvoiceLayoutID.Width = 125;
|
|
|
- //
|
|
|
- // goodstypecode
|
|
|
+ // scbGoodsType
|
|
|
//
|
|
|
- this.goodstypecode.DataPropertyName = "goodstypecode";
|
|
|
- this.goodstypecode.HeaderText = "产品类别编码";
|
|
|
- this.goodstypecode.MinimumWidth = 6;
|
|
|
- this.goodstypecode.Name = "goodstypecode";
|
|
|
- this.goodstypecode.ReadOnly = true;
|
|
|
- this.goodstypecode.Visible = false;
|
|
|
- this.goodstypecode.Width = 125;
|
|
|
+ this.scbGoodsType.CheckedData = null;
|
|
|
+ this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
+ this.scbGoodsType.Location = new System.Drawing.Point(256, 20);
|
|
|
+ this.scbGoodsType.Name = "scbGoodsType";
|
|
|
+ this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.scbGoodsType.TabIndex = 23;
|
|
|
//
|
|
|
// F_MST_012001
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(1292, 702);
|
|
|
+ this.ClientSize = new System.Drawing.Size(969, 562);
|
|
|
this.Controls.Add(this.tsrSupplier);
|
|
|
this.Controls.Add(this.dgvInvoice);
|
|
|
this.Controls.Add(this.gbxCondition);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
this.Name = "F_MST_012001";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_012001_FormClosed);
|
|
|
@@ -610,7 +597,6 @@
|
|
|
private WinForm.Controls.CkcCheckedComboBox ckcLogo;
|
|
|
private Basics.BaseControls.C_Label c_Label1;
|
|
|
private Basics.BaseControls.C_Label lblGoodsType;
|
|
|
- private SearchBox.ScbGoodsType scbGoodsType;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LayoutName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn logonamecode;
|
|
|
@@ -621,5 +607,6 @@
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn InvoiceLayoutID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn goodstypecode;
|
|
|
+ private SearchBox.ScbGoodsType scbGoodsType;
|
|
|
}
|
|
|
}
|