namespace Dongke.IBOSS.PRD.Client.Controls { partial class F_MST_013002 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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_013002)); 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.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(68, 39); 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(10, 43); 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; 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; 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.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; 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(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[] { 4200, 0, 0, 65536}); 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[] { 210, 0, 0, 0}); // // numerHeight // this.numerHeight.Location = new System.Drawing.Point(276, 20); this.numerHeight.Maximum = new decimal(new int[] { 4200, 0, 0, 65536}); 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[] { 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, 66); 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, 66); 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, 69); this.txtRemark.TabIndex = 7; // // 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(11, 16); this.lblGoodsType.Name = "lblGoodsType"; this.lblGoodsType.Size = new System.Drawing.Size(53, 12); this.lblGoodsType.TabIndex = 23; this.lblGoodsType.Text = "产品类别"; // // scbGoodsType // this.scbGoodsType.CheckedData = null; this.scbGoodsType.Location = new System.Drawing.Point(68, 12); this.scbGoodsType.MultiSelect = false; this.scbGoodsType.Name = "scbGoodsType"; this.scbGoodsType.Size = new System.Drawing.Size(310, 21); this.scbGoodsType.TabIndex = 22; // // F_MST_013002 // 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.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_013002"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = ""; this.Load += new System.EventHandler(this.F_MST_013002_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.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(); } #endregion private WinForm.Controls.TxtTextBox txtInvoiceName; private Dongke.WinForm.Controls.LblLabel lblInvoiceName; private System.Windows.Forms.GroupBox gbxPaperSize; private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgrdPaperSize; private System.Windows.Forms.NumericUpDown numerWidth; private System.Windows.Forms.NumericUpDown numerHeight; private System.Windows.Forms.Label lblHeightUnit; private System.Windows.Forms.Label lblWidthUnit; private Dongke.WinForm.Controls.LblLabel lblHeight; private Dongke.WinForm.Controls.LblLabel lblWidth; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave; private WinForm.Controls.LblLabel lblRemark; private WinForm.Controls.TxtTextBox txtRemark; private System.Windows.Forms.DataGridViewTextBoxColumn colSize; private System.Windows.Forms.DataGridViewTextBoxColumn colHeight; private System.Windows.Forms.DataGridViewTextBoxColumn colWidth; private Basics.BaseControls.C_Label lblGoodsType; private SearchBox.ScbGoodsType scbGoodsType; } }