|
|
@@ -28,386 +28,440 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_012002));
|
|
|
- this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
- this.lblInvoiceName = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.gbxPaperSize = new System.Windows.Forms.GroupBox();
|
|
|
- this.dgrdPaperSize = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
- this.colSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.numerWidth = new System.Windows.Forms.NumericUpDown();
|
|
|
- this.numerHeight = new System.Windows.Forms.NumericUpDown();
|
|
|
- this.lblHeightUnit = new System.Windows.Forms.Label();
|
|
|
- this.lblWidthUnit = new System.Windows.Forms.Label();
|
|
|
- this.lblHeight = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.lblWidth = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
- this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.txtRemark = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
- this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
|
|
|
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
- this.gbxPaperSize.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).BeginInit();
|
|
|
- this.SuspendLayout();
|
|
|
- //
|
|
|
- // txtInvoiceName
|
|
|
- //
|
|
|
- this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.txtInvoiceName.Location = new System.Drawing.Point(69, 66);
|
|
|
- this.txtInvoiceName.MaxLength = 50;
|
|
|
- this.txtInvoiceName.Name = "txtInvoiceName";
|
|
|
- this.txtInvoiceName.Size = new System.Drawing.Size(310, 21);
|
|
|
- this.txtInvoiceName.TabIndex = 5;
|
|
|
- this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
|
|
|
- //
|
|
|
- // lblInvoiceName
|
|
|
- //
|
|
|
- this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblInvoiceName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.lblInvoiceName.Location = new System.Drawing.Point(11, 70);
|
|
|
- this.lblInvoiceName.Name = "lblInvoiceName";
|
|
|
- this.lblInvoiceName.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblInvoiceName.TabIndex = 4;
|
|
|
- this.lblInvoiceName.Text = "标签名称";
|
|
|
- //
|
|
|
- // gbxPaperSize
|
|
|
- //
|
|
|
- this.gbxPaperSize.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.gbxPaperSize.Controls.Add(this.dgrdPaperSize);
|
|
|
- this.gbxPaperSize.Controls.Add(this.numerWidth);
|
|
|
- this.gbxPaperSize.Controls.Add(this.numerHeight);
|
|
|
- this.gbxPaperSize.Controls.Add(this.lblHeightUnit);
|
|
|
- this.gbxPaperSize.Controls.Add(this.lblWidthUnit);
|
|
|
- this.gbxPaperSize.Controls.Add(this.lblHeight);
|
|
|
- this.gbxPaperSize.Controls.Add(this.lblWidth);
|
|
|
- this.gbxPaperSize.Location = new System.Drawing.Point(11, 141);
|
|
|
- this.gbxPaperSize.Name = "gbxPaperSize";
|
|
|
- this.gbxPaperSize.Size = new System.Drawing.Size(370, 267);
|
|
|
- this.gbxPaperSize.TabIndex = 8;
|
|
|
- this.gbxPaperSize.TabStop = false;
|
|
|
- this.gbxPaperSize.Text = "纸张设定";
|
|
|
- //
|
|
|
- // dgrdPaperSize
|
|
|
- //
|
|
|
- this.dgrdPaperSize.AllowUserToAddRows = false;
|
|
|
- this.dgrdPaperSize.AllowUserToDeleteRows = false;
|
|
|
- this.dgrdPaperSize.AllowUserToModifyRows = true;
|
|
|
- this.dgrdPaperSize.AllowUserToResizeRows = false;
|
|
|
- this.dgrdPaperSize.AllowUserToSortRows = false;
|
|
|
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
- this.dgrdPaperSize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
- this.dgrdPaperSize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_012002));
|
|
|
+ this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
+ this.lblInvoiceName = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.gbxPaperSize = new System.Windows.Forms.GroupBox();
|
|
|
+ this.dgrdPaperSize = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
+ this.colSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.numerWidth = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.numerHeight = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.lblHeightUnit = new System.Windows.Forms.Label();
|
|
|
+ this.lblWidthUnit = new System.Windows.Forms.Label();
|
|
|
+ this.lblHeight = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.lblWidth = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
+ this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.txtRemark = new Dongke.WinForm.Controls.TxtTextBox();
|
|
|
+ this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
|
|
|
+ this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
+ this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
|
|
|
+ this.ddlPrintType = new Dongke.WinForm.Controls.FtcFilterComboBox();
|
|
|
+ this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
|
|
|
+ this.gbxPaperSize.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // txtInvoiceName
|
|
|
+ //
|
|
|
+ this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.txtInvoiceName.Location = new System.Drawing.Point(92, 108);
|
|
|
+ this.txtInvoiceName.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtInvoiceName.MaxLength = 50;
|
|
|
+ this.txtInvoiceName.Name = "txtInvoiceName";
|
|
|
+ this.txtInvoiceName.Size = new System.Drawing.Size(412, 25);
|
|
|
+ this.txtInvoiceName.TabIndex = 5;
|
|
|
+ this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
|
|
|
+ //
|
|
|
+ // lblInvoiceName
|
|
|
+ //
|
|
|
+ this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblInvoiceName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.lblInvoiceName.Location = new System.Drawing.Point(15, 114);
|
|
|
+ this.lblInvoiceName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblInvoiceName.Name = "lblInvoiceName";
|
|
|
+ this.lblInvoiceName.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblInvoiceName.TabIndex = 4;
|
|
|
+ this.lblInvoiceName.Text = "标签名称";
|
|
|
+ //
|
|
|
+ // gbxPaperSize
|
|
|
+ //
|
|
|
+ this.gbxPaperSize.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.gbxPaperSize.Controls.Add(this.dgrdPaperSize);
|
|
|
+ this.gbxPaperSize.Controls.Add(this.numerWidth);
|
|
|
+ this.gbxPaperSize.Controls.Add(this.numerHeight);
|
|
|
+ this.gbxPaperSize.Controls.Add(this.lblHeightUnit);
|
|
|
+ this.gbxPaperSize.Controls.Add(this.lblWidthUnit);
|
|
|
+ this.gbxPaperSize.Controls.Add(this.lblHeight);
|
|
|
+ this.gbxPaperSize.Controls.Add(this.lblWidth);
|
|
|
+ this.gbxPaperSize.Location = new System.Drawing.Point(15, 201);
|
|
|
+ this.gbxPaperSize.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.gbxPaperSize.Name = "gbxPaperSize";
|
|
|
+ this.gbxPaperSize.Padding = new System.Windows.Forms.Padding(4);
|
|
|
+ this.gbxPaperSize.Size = new System.Drawing.Size(493, 309);
|
|
|
+ this.gbxPaperSize.TabIndex = 8;
|
|
|
+ this.gbxPaperSize.TabStop = false;
|
|
|
+ this.gbxPaperSize.Text = "纸张设定";
|
|
|
+ //
|
|
|
+ // dgrdPaperSize
|
|
|
+ //
|
|
|
+ this.dgrdPaperSize.AllowUserToAddRows = false;
|
|
|
+ this.dgrdPaperSize.AllowUserToDeleteRows = false;
|
|
|
+ this.dgrdPaperSize.AllowUserToModifyRows = true;
|
|
|
+ this.dgrdPaperSize.AllowUserToResizeRows = false;
|
|
|
+ this.dgrdPaperSize.AllowUserToSortRows = false;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
+ this.dgrdPaperSize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ this.dgrdPaperSize.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.dgrdPaperSize.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
- this.dgrdPaperSize.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
- this.dgrdPaperSize.CellHeight = 23;
|
|
|
- this.dgrdPaperSize.ChildNodeColumnName = null;
|
|
|
- this.dgrdPaperSize.ChildNodeColumnText = null;
|
|
|
- this.dgrdPaperSize.ColumnDeep = 1;
|
|
|
- this.dgrdPaperSize.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.dgrdPaperSize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
- this.dgrdPaperSize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
- this.dgrdPaperSize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dgrdPaperSize.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
|
+ this.dgrdPaperSize.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
|
|
|
+ this.dgrdPaperSize.CellHeight = 23;
|
|
|
+ this.dgrdPaperSize.ChildNodeColumnName = null;
|
|
|
+ this.dgrdPaperSize.ChildNodeColumnText = null;
|
|
|
+ this.dgrdPaperSize.ColumnDeep = 1;
|
|
|
+ this.dgrdPaperSize.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
|
|
|
+ dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dgrdPaperSize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.dgrdPaperSize.ColumnHeadersHeight = 29;
|
|
|
+ this.dgrdPaperSize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
+ this.dgrdPaperSize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.colSize,
|
|
|
this.colHeight,
|
|
|
this.colWidth});
|
|
|
- this.dgrdPaperSize.ColumnTreeView = null;
|
|
|
- this.dgrdPaperSize.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
|
|
|
- this.dgrdPaperSize.DynamicColumnName = "";
|
|
|
- this.dgrdPaperSize.EnableHeadersVisualStyles = false;
|
|
|
- this.dgrdPaperSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.dgrdPaperSize.FormatQuantityColumns = null;
|
|
|
- this.dgrdPaperSize.HorizontalMergeColumn = null;
|
|
|
- this.dgrdPaperSize.IsAutoCountSum = true;
|
|
|
- this.dgrdPaperSize.IsAutoResizeColumns = false;
|
|
|
- this.dgrdPaperSize.IsClickF12 = false;
|
|
|
- this.dgrdPaperSize.IsOpenMergeCellFlag = false;
|
|
|
- this.dgrdPaperSize.IsSubTotalFlag = false;
|
|
|
- this.dgrdPaperSize.IsTopDeep = false;
|
|
|
- this.dgrdPaperSize.Location = new System.Drawing.Point(2, 47);
|
|
|
- this.dgrdPaperSize.MergeColumnNames = null;
|
|
|
- this.dgrdPaperSize.MergeDetailColumnNames = null;
|
|
|
- this.dgrdPaperSize.MergeDetailOnlyColumn = null;
|
|
|
- this.dgrdPaperSize.MergeOnlyColumn = null;
|
|
|
- this.dgrdPaperSize.MultiSelect = false;
|
|
|
- this.dgrdPaperSize.Name = "dgrdPaperSize";
|
|
|
- this.dgrdPaperSize.ReadOnly = true;
|
|
|
- this.dgrdPaperSize.RefreshAtHscroll = false;
|
|
|
- this.dgrdPaperSize.RowHeadersWidth = 40;
|
|
|
- this.dgrdPaperSize.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.dgrdPaperSize.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
- this.dgrdPaperSize.RowTemplate.Height = 21;
|
|
|
- this.dgrdPaperSize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.dgrdPaperSize.Size = new System.Drawing.Size(366, 214);
|
|
|
- this.dgrdPaperSize.SortOrderColumnName = null;
|
|
|
- this.dgrdPaperSize.TabIndex = 6;
|
|
|
- this.dgrdPaperSize.Tag = true;
|
|
|
- this.dgrdPaperSize.TotalSumColumns = null;
|
|
|
- this.dgrdPaperSize.ViewRowFilter = "";
|
|
|
- this.dgrdPaperSize.SelectionChanged += new System.EventHandler(this.dgrdPaperSize_SelectionChanged);
|
|
|
- this.dgrdPaperSize.Leave += new System.EventHandler(this.dgrdPaperSize_Leave);
|
|
|
- //
|
|
|
- // colSize
|
|
|
- //
|
|
|
- this.colSize.DataPropertyName = "SizeName";
|
|
|
- this.colSize.HeaderText = "纸张尺寸";
|
|
|
- this.colSize.Name = "colSize";
|
|
|
- this.colSize.ReadOnly = true;
|
|
|
- this.colSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.colSize.Width = 290;
|
|
|
- //
|
|
|
- // colHeight
|
|
|
- //
|
|
|
- this.colHeight.DataPropertyName = "Height";
|
|
|
- this.colHeight.HeaderText = "Height";
|
|
|
- this.colHeight.Name = "colHeight";
|
|
|
- this.colHeight.ReadOnly = true;
|
|
|
- this.colHeight.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.colHeight.Visible = false;
|
|
|
- //
|
|
|
- // colWidth
|
|
|
- //
|
|
|
- this.colWidth.DataPropertyName = "Width";
|
|
|
- this.colWidth.HeaderText = "Width";
|
|
|
- this.colWidth.Name = "colWidth";
|
|
|
- this.colWidth.ReadOnly = true;
|
|
|
- this.colWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.colWidth.Visible = false;
|
|
|
- //
|
|
|
- // numerWidth
|
|
|
- //
|
|
|
- this.numerWidth.Location = new System.Drawing.Point(65, 20);
|
|
|
- this.numerWidth.Maximum = new decimal(new int[] {
|
|
|
+ this.dgrdPaperSize.ColumnTreeView = null;
|
|
|
+ this.dgrdPaperSize.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
|
|
|
+ this.dgrdPaperSize.DynamicColumnName = "";
|
|
|
+ this.dgrdPaperSize.EnableHeadersVisualStyles = false;
|
|
|
+ this.dgrdPaperSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.dgrdPaperSize.FormatQuantityColumns = null;
|
|
|
+ this.dgrdPaperSize.HorizontalMergeColumn = null;
|
|
|
+ this.dgrdPaperSize.IsAutoCountSum = true;
|
|
|
+ this.dgrdPaperSize.IsAutoResizeColumns = false;
|
|
|
+ this.dgrdPaperSize.IsClickF12 = false;
|
|
|
+ this.dgrdPaperSize.IsOpenMergeCellFlag = false;
|
|
|
+ this.dgrdPaperSize.IsSubTotalFlag = false;
|
|
|
+ this.dgrdPaperSize.IsTopDeep = false;
|
|
|
+ this.dgrdPaperSize.Location = new System.Drawing.Point(3, 59);
|
|
|
+ this.dgrdPaperSize.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.dgrdPaperSize.MergeColumnNames = null;
|
|
|
+ this.dgrdPaperSize.MergeDetailColumnNames = null;
|
|
|
+ this.dgrdPaperSize.MergeDetailOnlyColumn = null;
|
|
|
+ this.dgrdPaperSize.MergeOnlyColumn = null;
|
|
|
+ this.dgrdPaperSize.MultiSelect = false;
|
|
|
+ this.dgrdPaperSize.Name = "dgrdPaperSize";
|
|
|
+ this.dgrdPaperSize.ReadOnly = true;
|
|
|
+ this.dgrdPaperSize.RefreshAtHscroll = false;
|
|
|
+ this.dgrdPaperSize.RowHeadersWidth = 40;
|
|
|
+ this.dgrdPaperSize.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.dgrdPaperSize.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
+ this.dgrdPaperSize.RowTemplate.Height = 21;
|
|
|
+ this.dgrdPaperSize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.dgrdPaperSize.Size = new System.Drawing.Size(488, 243);
|
|
|
+ this.dgrdPaperSize.SortOrderColumnName = null;
|
|
|
+ this.dgrdPaperSize.TabIndex = 6;
|
|
|
+ this.dgrdPaperSize.Tag = true;
|
|
|
+ this.dgrdPaperSize.TotalSumColumns = null;
|
|
|
+ this.dgrdPaperSize.ViewRowFilter = "";
|
|
|
+ this.dgrdPaperSize.SelectionChanged += new System.EventHandler(this.dgrdPaperSize_SelectionChanged);
|
|
|
+ this.dgrdPaperSize.Leave += new System.EventHandler(this.dgrdPaperSize_Leave);
|
|
|
+ //
|
|
|
+ // colSize
|
|
|
+ //
|
|
|
+ this.colSize.DataPropertyName = "SizeName";
|
|
|
+ this.colSize.HeaderText = "纸张尺寸";
|
|
|
+ this.colSize.MinimumWidth = 6;
|
|
|
+ this.colSize.Name = "colSize";
|
|
|
+ this.colSize.ReadOnly = true;
|
|
|
+ this.colSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.colSize.Width = 290;
|
|
|
+ //
|
|
|
+ // colHeight
|
|
|
+ //
|
|
|
+ this.colHeight.DataPropertyName = "Height";
|
|
|
+ this.colHeight.HeaderText = "Height";
|
|
|
+ this.colHeight.MinimumWidth = 6;
|
|
|
+ this.colHeight.Name = "colHeight";
|
|
|
+ this.colHeight.ReadOnly = true;
|
|
|
+ this.colHeight.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.colHeight.Visible = false;
|
|
|
+ this.colHeight.Width = 125;
|
|
|
+ //
|
|
|
+ // colWidth
|
|
|
+ //
|
|
|
+ this.colWidth.DataPropertyName = "Width";
|
|
|
+ this.colWidth.HeaderText = "Width";
|
|
|
+ this.colWidth.MinimumWidth = 6;
|
|
|
+ this.colWidth.Name = "colWidth";
|
|
|
+ this.colWidth.ReadOnly = true;
|
|
|
+ this.colWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.colWidth.Visible = false;
|
|
|
+ this.colWidth.Width = 125;
|
|
|
+ //
|
|
|
+ // numerWidth
|
|
|
+ //
|
|
|
+ this.numerWidth.Location = new System.Drawing.Point(87, 25);
|
|
|
+ this.numerWidth.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.numerWidth.Maximum = new decimal(new int[] {
|
|
|
4200,
|
|
|
0,
|
|
|
0,
|
|
|
65536});
|
|
|
- this.numerWidth.Minimum = new decimal(new int[] {
|
|
|
+ this.numerWidth.Minimum = new decimal(new int[] {
|
|
|
10,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
- this.numerWidth.Name = "numerWidth";
|
|
|
- this.numerWidth.Size = new System.Drawing.Size(65, 21);
|
|
|
- this.numerWidth.TabIndex = 1;
|
|
|
- this.numerWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
|
- this.numerWidth.Value = new decimal(new int[] {
|
|
|
+ this.numerWidth.Name = "numerWidth";
|
|
|
+ this.numerWidth.Size = new System.Drawing.Size(87, 25);
|
|
|
+ this.numerWidth.TabIndex = 1;
|
|
|
+ this.numerWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
|
+ this.numerWidth.Value = new decimal(new int[] {
|
|
|
210,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
- //
|
|
|
- // numerHeight
|
|
|
- //
|
|
|
- this.numerHeight.Location = new System.Drawing.Point(276, 20);
|
|
|
- this.numerHeight.Maximum = new decimal(new int[] {
|
|
|
+ //
|
|
|
+ // numerHeight
|
|
|
+ //
|
|
|
+ this.numerHeight.Location = new System.Drawing.Point(368, 25);
|
|
|
+ this.numerHeight.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.numerHeight.Maximum = new decimal(new int[] {
|
|
|
4200,
|
|
|
0,
|
|
|
0,
|
|
|
65536});
|
|
|
- this.numerHeight.Minimum = new decimal(new int[] {
|
|
|
+ this.numerHeight.Minimum = new decimal(new int[] {
|
|
|
10,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
- this.numerHeight.Name = "numerHeight";
|
|
|
- this.numerHeight.Size = new System.Drawing.Size(65, 21);
|
|
|
- this.numerHeight.TabIndex = 4;
|
|
|
- this.numerHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
|
- this.numerHeight.Value = new decimal(new int[] {
|
|
|
+ this.numerHeight.Name = "numerHeight";
|
|
|
+ this.numerHeight.Size = new System.Drawing.Size(87, 25);
|
|
|
+ this.numerHeight.TabIndex = 4;
|
|
|
+ this.numerHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
|
+ this.numerHeight.Value = new decimal(new int[] {
|
|
|
297,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
- //
|
|
|
- // lblHeightUnit
|
|
|
- //
|
|
|
- this.lblHeightUnit.AutoSize = true;
|
|
|
- this.lblHeightUnit.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.lblHeightUnit.Location = new System.Drawing.Point(347, 24);
|
|
|
- this.lblHeightUnit.Name = "lblHeightUnit";
|
|
|
- this.lblHeightUnit.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.lblHeightUnit.TabIndex = 5;
|
|
|
- this.lblHeightUnit.Text = "mm";
|
|
|
- //
|
|
|
- // lblWidthUnit
|
|
|
- //
|
|
|
- this.lblWidthUnit.AutoSize = true;
|
|
|
- this.lblWidthUnit.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.lblWidthUnit.Location = new System.Drawing.Point(136, 22);
|
|
|
- this.lblWidthUnit.Name = "lblWidthUnit";
|
|
|
- this.lblWidthUnit.Size = new System.Drawing.Size(17, 12);
|
|
|
- this.lblWidthUnit.TabIndex = 2;
|
|
|
- this.lblWidthUnit.Text = "mm";
|
|
|
- //
|
|
|
- // lblHeight
|
|
|
- //
|
|
|
- this.lblHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblHeight.Location = new System.Drawing.Point(217, 24);
|
|
|
- this.lblHeight.Name = "lblHeight";
|
|
|
- this.lblHeight.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblHeight.TabIndex = 3;
|
|
|
- this.lblHeight.Text = "纸张高度";
|
|
|
- //
|
|
|
- // lblWidth
|
|
|
- //
|
|
|
- this.lblWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblWidth.Location = new System.Drawing.Point(6, 24);
|
|
|
- this.lblWidth.Name = "lblWidth";
|
|
|
- this.lblWidth.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblWidth.TabIndex = 0;
|
|
|
- this.lblWidth.Text = "纸张宽度";
|
|
|
- //
|
|
|
- // btnCancel
|
|
|
- //
|
|
|
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
|
|
|
- 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.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnCancel.Location = new System.Drawing.Point(297, 414);
|
|
|
- this.btnCancel.Name = "btnCancel";
|
|
|
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
|
|
|
- this.btnCancel.TabIndex = 10;
|
|
|
- this.btnCancel.Text = "取消";
|
|
|
- this.btnCancel.UseVisualStyleBackColor = false;
|
|
|
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
- //
|
|
|
- // btnSave
|
|
|
- //
|
|
|
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
|
|
|
- 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.ForeColor = System.Drawing.Color.White;
|
|
|
- this.btnSave.Location = new System.Drawing.Point(205, 413);
|
|
|
- this.btnSave.Name = "btnSave";
|
|
|
- this.btnSave.Size = new System.Drawing.Size(85, 33);
|
|
|
- this.btnSave.TabIndex = 9;
|
|
|
- this.btnSave.Text = "确定";
|
|
|
- this.btnSave.UseVisualStyleBackColor = false;
|
|
|
- this.btnSave.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
- //
|
|
|
- // lblRemark
|
|
|
- //
|
|
|
- this.lblRemark.Location = new System.Drawing.Point(34, 93);
|
|
|
- this.lblRemark.Name = "lblRemark";
|
|
|
- this.lblRemark.Size = new System.Drawing.Size(29, 12);
|
|
|
- this.lblRemark.TabIndex = 6;
|
|
|
- this.lblRemark.Text = "备注";
|
|
|
- //
|
|
|
- // txtRemark
|
|
|
- //
|
|
|
- this.txtRemark.Location = new System.Drawing.Point(69, 93);
|
|
|
- this.txtRemark.MaxLength = 500;
|
|
|
- this.txtRemark.Multiline = true;
|
|
|
- this.txtRemark.Name = "txtRemark";
|
|
|
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
- this.txtRemark.Size = new System.Drawing.Size(310, 42);
|
|
|
- this.txtRemark.TabIndex = 7;
|
|
|
- //
|
|
|
- // lblLabel1
|
|
|
- //
|
|
|
- this.lblLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.lblLabel1.Location = new System.Drawing.Point(11, 43);
|
|
|
- this.lblLabel1.Name = "lblLabel1";
|
|
|
- this.lblLabel1.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblLabel1.TabIndex = 1;
|
|
|
- this.lblLabel1.Text = "产品商标";
|
|
|
- //
|
|
|
- // ftcLogo
|
|
|
- //
|
|
|
- this.ftcLogo.FormattingEnabled = true;
|
|
|
- this.ftcLogo.HasNullData = true;
|
|
|
- this.ftcLogo.Location = new System.Drawing.Point(69, 39);
|
|
|
- this.ftcLogo.Name = "ftcLogo";
|
|
|
- this.ftcLogo.Size = new System.Drawing.Size(310, 20);
|
|
|
- this.ftcLogo.TabIndex = 2;
|
|
|
- this.ftcLogo.SelectedValueChanged += new System.EventHandler(this.ftcLogo_SelectedValueChanged);
|
|
|
- //
|
|
|
- // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
- this.lblGoodsType.IsMustInput = true;
|
|
|
- this.lblGoodsType.Location = new System.Drawing.Point(12, 18);
|
|
|
- this.lblGoodsType.Name = "lblGoodsType";
|
|
|
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
|
|
|
- this.lblGoodsType.TabIndex = 23;
|
|
|
- this.lblGoodsType.Text = "产品类别";
|
|
|
- //
|
|
|
- // scbGoodsType
|
|
|
- //
|
|
|
- this.scbGoodsType.Location = new System.Drawing.Point(69, 14);
|
|
|
- this.scbGoodsType.MultiSelect = false;
|
|
|
- this.scbGoodsType.Name = "scbGoodsType";
|
|
|
- this.scbGoodsType.Size = new System.Drawing.Size(310, 21);
|
|
|
- this.scbGoodsType.TabIndex = 22;
|
|
|
- this.scbGoodsType.SearchedItemChanged += new System.EventHandler(this.scbGoodsType_SearchedItemChanged);
|
|
|
- //
|
|
|
- // F_MST_012002
|
|
|
- //
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.CancelButton = this.btnCancel;
|
|
|
- this.ClientSize = new System.Drawing.Size(394, 472);
|
|
|
- this.Controls.Add(this.lblGoodsType);
|
|
|
- this.Controls.Add(this.scbGoodsType);
|
|
|
- this.Controls.Add(this.ftcLogo);
|
|
|
- this.Controls.Add(this.lblLabel1);
|
|
|
- this.Controls.Add(this.btnSave);
|
|
|
- this.Controls.Add(this.lblRemark);
|
|
|
- this.Controls.Add(this.gbxPaperSize);
|
|
|
- this.Controls.Add(this.btnCancel);
|
|
|
- this.Controls.Add(this.txtRemark);
|
|
|
- this.Controls.Add(this.lblInvoiceName);
|
|
|
- this.Controls.Add(this.txtInvoiceName);
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.IsSaveFormSize = false;
|
|
|
- this.MaximizeBox = false;
|
|
|
- this.MinimizeBox = false;
|
|
|
- this.Name = "F_MST_012002";
|
|
|
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
- this.Text = "";
|
|
|
- this.Load += new System.EventHandler(this.F_MST_012002_Load);
|
|
|
- this.Controls.SetChildIndex(this.txtInvoiceName, 0);
|
|
|
- this.Controls.SetChildIndex(this.lblInvoiceName, 0);
|
|
|
- this.Controls.SetChildIndex(this.txtRemark, 0);
|
|
|
- this.Controls.SetChildIndex(this.btnCancel, 0);
|
|
|
- this.Controls.SetChildIndex(this.gbxPaperSize, 0);
|
|
|
- this.Controls.SetChildIndex(this.lblRemark, 0);
|
|
|
- this.Controls.SetChildIndex(this.btnSave, 0);
|
|
|
- this.Controls.SetChildIndex(this.lblLabel1, 0);
|
|
|
- this.Controls.SetChildIndex(this.ftcLogo, 0);
|
|
|
- this.Controls.SetChildIndex(this.scbGoodsType, 0);
|
|
|
- this.Controls.SetChildIndex(this.lblGoodsType, 0);
|
|
|
- this.gbxPaperSize.ResumeLayout(false);
|
|
|
- this.gbxPaperSize.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
- this.PerformLayout();
|
|
|
+ //
|
|
|
+ // lblHeightUnit
|
|
|
+ //
|
|
|
+ this.lblHeightUnit.AutoSize = true;
|
|
|
+ this.lblHeightUnit.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblHeightUnit.Location = new System.Drawing.Point(463, 30);
|
|
|
+ this.lblHeightUnit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblHeightUnit.Name = "lblHeightUnit";
|
|
|
+ this.lblHeightUnit.Size = new System.Drawing.Size(23, 15);
|
|
|
+ this.lblHeightUnit.TabIndex = 5;
|
|
|
+ this.lblHeightUnit.Text = "mm";
|
|
|
+ //
|
|
|
+ // lblWidthUnit
|
|
|
+ //
|
|
|
+ this.lblWidthUnit.AutoSize = true;
|
|
|
+ this.lblWidthUnit.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.lblWidthUnit.Location = new System.Drawing.Point(181, 28);
|
|
|
+ this.lblWidthUnit.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblWidthUnit.Name = "lblWidthUnit";
|
|
|
+ this.lblWidthUnit.Size = new System.Drawing.Size(23, 15);
|
|
|
+ this.lblWidthUnit.TabIndex = 2;
|
|
|
+ this.lblWidthUnit.Text = "mm";
|
|
|
+ //
|
|
|
+ // lblHeight
|
|
|
+ //
|
|
|
+ this.lblHeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblHeight.Location = new System.Drawing.Point(289, 30);
|
|
|
+ this.lblHeight.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblHeight.Name = "lblHeight";
|
|
|
+ this.lblHeight.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblHeight.TabIndex = 3;
|
|
|
+ this.lblHeight.Text = "纸张高度";
|
|
|
+ //
|
|
|
+ // lblWidth
|
|
|
+ //
|
|
|
+ this.lblWidth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblWidth.Location = new System.Drawing.Point(8, 30);
|
|
|
+ this.lblWidth.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblWidth.Name = "lblWidth";
|
|
|
+ this.lblWidth.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblWidth.TabIndex = 0;
|
|
|
+ this.lblWidth.Text = "纸张宽度";
|
|
|
+ //
|
|
|
+ // btnCancel
|
|
|
+ //
|
|
|
+ this.btnCancel.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
|
|
|
+ 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.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnCancel.Location = new System.Drawing.Point(396, 518);
|
|
|
+ this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btnCancel.Name = "btnCancel";
|
|
|
+ this.btnCancel.Size = new System.Drawing.Size(113, 41);
|
|
|
+ this.btnCancel.TabIndex = 10;
|
|
|
+ this.btnCancel.Text = "取消";
|
|
|
+ this.btnCancel.UseVisualStyleBackColor = false;
|
|
|
+ this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
+ //
|
|
|
+ // btnSave
|
|
|
+ //
|
|
|
+ this.btnSave.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ 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.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnSave.Location = new System.Drawing.Point(273, 516);
|
|
|
+ this.btnSave.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btnSave.Name = "btnSave";
|
|
|
+ this.btnSave.Size = new System.Drawing.Size(113, 41);
|
|
|
+ this.btnSave.TabIndex = 9;
|
|
|
+ this.btnSave.Text = "确定";
|
|
|
+ this.btnSave.UseVisualStyleBackColor = false;
|
|
|
+ this.btnSave.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
+ //
|
|
|
+ // lblRemark
|
|
|
+ //
|
|
|
+ this.lblRemark.Location = new System.Drawing.Point(45, 142);
|
|
|
+ this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblRemark.Name = "lblRemark";
|
|
|
+ this.lblRemark.Size = new System.Drawing.Size(37, 15);
|
|
|
+ this.lblRemark.TabIndex = 6;
|
|
|
+ this.lblRemark.Text = "备注";
|
|
|
+ //
|
|
|
+ // txtRemark
|
|
|
+ //
|
|
|
+ this.txtRemark.Location = new System.Drawing.Point(92, 142);
|
|
|
+ this.txtRemark.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtRemark.MaxLength = 500;
|
|
|
+ this.txtRemark.Multiline = true;
|
|
|
+ this.txtRemark.Name = "txtRemark";
|
|
|
+ this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
|
+ this.txtRemark.Size = new System.Drawing.Size(412, 52);
|
|
|
+ this.txtRemark.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // lblLabel1
|
|
|
+ //
|
|
|
+ this.lblLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblLabel1.Location = new System.Drawing.Point(15, 54);
|
|
|
+ this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblLabel1.Name = "lblLabel1";
|
|
|
+ this.lblLabel1.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblLabel1.TabIndex = 1;
|
|
|
+ this.lblLabel1.Text = "产品商标";
|
|
|
+ //
|
|
|
+ // ftcLogo
|
|
|
+ //
|
|
|
+ this.ftcLogo.FormattingEnabled = true;
|
|
|
+ this.ftcLogo.HasNullData = true;
|
|
|
+ this.ftcLogo.Location = new System.Drawing.Point(92, 49);
|
|
|
+ this.ftcLogo.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ftcLogo.Name = "ftcLogo";
|
|
|
+ this.ftcLogo.Size = new System.Drawing.Size(412, 23);
|
|
|
+ this.ftcLogo.TabIndex = 2;
|
|
|
+ this.ftcLogo.SelectedValueChanged += new System.EventHandler(this.ftcLogo_SelectedValueChanged);
|
|
|
+ //
|
|
|
+ // 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
|
|
|
+ this.lblGoodsType.IsMustInput = true;
|
|
|
+ this.lblGoodsType.Location = new System.Drawing.Point(16, 22);
|
|
|
+ this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblGoodsType.Name = "lblGoodsType";
|
|
|
+ this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblGoodsType.TabIndex = 23;
|
|
|
+ this.lblGoodsType.Text = "产品类别";
|
|
|
+ //
|
|
|
+ // scbGoodsType
|
|
|
+ //
|
|
|
+ this.scbGoodsType.CheckedData = null;
|
|
|
+ this.scbGoodsType.IsOnlyDisplayEnd = false;
|
|
|
+ this.scbGoodsType.Location = new System.Drawing.Point(92, 18);
|
|
|
+ this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.scbGoodsType.Name = "scbGoodsType";
|
|
|
+ this.scbGoodsType.Size = new System.Drawing.Size(413, 26);
|
|
|
+ this.scbGoodsType.TabIndex = 22;
|
|
|
+ this.scbGoodsType.SearchedItemChanged += new System.EventHandler(this.scbGoodsType_SearchedItemChanged);
|
|
|
+ //
|
|
|
+ // ddlPrintType
|
|
|
+ //
|
|
|
+ this.ddlPrintType.FormattingEnabled = true;
|
|
|
+ this.ddlPrintType.HasNullData = true;
|
|
|
+ this.ddlPrintType.Location = new System.Drawing.Point(92, 78);
|
|
|
+ this.ddlPrintType.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ddlPrintType.Name = "ddlPrintType";
|
|
|
+ this.ddlPrintType.Size = new System.Drawing.Size(412, 23);
|
|
|
+ this.ddlPrintType.TabIndex = 25;
|
|
|
+ this.ddlPrintType.SelectedIndexChanged += new System.EventHandler(this.ddlPrintType_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // lblLabel2
|
|
|
+ //
|
|
|
+ this.lblLabel2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblLabel2.Location = new System.Drawing.Point(15, 83);
|
|
|
+ this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblLabel2.Name = "lblLabel2";
|
|
|
+ this.lblLabel2.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.lblLabel2.TabIndex = 24;
|
|
|
+ this.lblLabel2.Text = "打印类别";
|
|
|
+ //
|
|
|
+ // F_MST_012002
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.CancelButton = this.btnCancel;
|
|
|
+ this.ClientSize = new System.Drawing.Size(525, 590);
|
|
|
+ this.Controls.Add(this.ddlPrintType);
|
|
|
+ this.Controls.Add(this.lblLabel2);
|
|
|
+ this.Controls.Add(this.lblGoodsType);
|
|
|
+ this.Controls.Add(this.scbGoodsType);
|
|
|
+ this.Controls.Add(this.ftcLogo);
|
|
|
+ this.Controls.Add(this.lblLabel1);
|
|
|
+ this.Controls.Add(this.btnSave);
|
|
|
+ this.Controls.Add(this.lblRemark);
|
|
|
+ this.Controls.Add(this.gbxPaperSize);
|
|
|
+ this.Controls.Add(this.btnCancel);
|
|
|
+ this.Controls.Add(this.txtRemark);
|
|
|
+ this.Controls.Add(this.lblInvoiceName);
|
|
|
+ this.Controls.Add(this.txtInvoiceName);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
+ this.IsSaveFormSize = false;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
|
|
|
+ this.MaximizeBox = false;
|
|
|
+ this.MinimizeBox = false;
|
|
|
+ this.Name = "F_MST_012002";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "";
|
|
|
+ this.Load += new System.EventHandler(this.F_MST_012002_Load);
|
|
|
+ this.Controls.SetChildIndex(this.txtInvoiceName, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblInvoiceName, 0);
|
|
|
+ this.Controls.SetChildIndex(this.txtRemark, 0);
|
|
|
+ this.Controls.SetChildIndex(this.btnCancel, 0);
|
|
|
+ this.Controls.SetChildIndex(this.gbxPaperSize, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblRemark, 0);
|
|
|
+ this.Controls.SetChildIndex(this.btnSave, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblLabel1, 0);
|
|
|
+ this.Controls.SetChildIndex(this.ftcLogo, 0);
|
|
|
+ this.Controls.SetChildIndex(this.scbGoodsType, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblGoodsType, 0);
|
|
|
+ this.Controls.SetChildIndex(this.lblLabel2, 0);
|
|
|
+ this.Controls.SetChildIndex(this.ddlPrintType, 0);
|
|
|
+ this.gbxPaperSize.ResumeLayout(false);
|
|
|
+ this.gbxPaperSize.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -434,5 +488,7 @@
|
|
|
private WinForm.Controls.FtcFilterComboBox ftcLogo;
|
|
|
private Basics.BaseControls.C_Label lblGoodsType;
|
|
|
private SearchBox.ScbGoodsType scbGoodsType;
|
|
|
- }
|
|
|
+ private WinForm.Controls.FtcFilterComboBox ddlPrintType;
|
|
|
+ private WinForm.Controls.LblLabel lblLabel2;
|
|
|
+ }
|
|
|
}
|