namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_028 { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_028)); this.lblLogoName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblLogoCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtLogoName = new System.Windows.Forms.TextBox(); this.dgvLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.txtLogoCode = new System.Windows.Forms.TextBox(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.LogoCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvLogo)).BeginInit(); this.SuspendLayout(); // // lblLogoName // this.lblLogoName.AutoSize = true; this.lblLogoName.BackColor = System.Drawing.Color.Transparent; this.lblLogoName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLogoName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblLogoName.Location = new System.Drawing.Point(199, 20); this.lblLogoName.Name = "lblLogoName"; this.lblLogoName.Size = new System.Drawing.Size(53, 12); this.lblLogoName.TabIndex = 2; this.lblLogoName.Text = "商标名称"; // // lblLogoCode // this.lblLogoCode.AutoSize = true; this.lblLogoCode.BackColor = System.Drawing.Color.Transparent; this.lblLogoCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblLogoCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblLogoCode.Location = new System.Drawing.Point(12, 20); this.lblLogoCode.Name = "lblLogoCode"; this.lblLogoCode.Size = new System.Drawing.Size(53, 12); this.lblLogoCode.TabIndex = 0; this.lblLogoCode.Text = "商标编码"; // // txtLogoName // this.txtLogoName.Font = new System.Drawing.Font("宋体", 9F); this.txtLogoName.Location = new System.Drawing.Point(258, 16); this.txtLogoName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtLogoName.MaxLength = 20; this.txtLogoName.Name = "txtLogoName"; this.txtLogoName.Size = new System.Drawing.Size(122, 21); this.txtLogoName.TabIndex = 3; // // dgvLogo // this.dgvLogo.AllowUserToAddRows = false; this.dgvLogo.AllowUserToDeleteRows = false; this.dgvLogo.AllowUserToModifyRows = true; this.dgvLogo.AllowUserToOrderColumns = true; this.dgvLogo.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvLogo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvLogo.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.dgvLogo.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvLogo.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvLogo.CellHeight = 23; this.dgvLogo.ChildNodeColumnName = null; this.dgvLogo.ChildNodeColumnText = null; this.dgvLogo.ColumnDeep = 1; this.dgvLogo.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.dgvLogo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvLogo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvLogo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.LogoID, this.Sel, this.LogoCode, this.LogoName, this.Remarks}); this.dgvLogo.ColumnTreeView = null; this.dgvLogo.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvLogo.DefaultCellStyle = dataGridViewCellStyle3; this.dgvLogo.DynamicColumnName = ""; this.dgvLogo.EnableHeadersVisualStyles = false; this.dgvLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvLogo.HorizontalMergeColumn = null; this.dgvLogo.IsAutoCountSum = true; this.dgvLogo.IsAutoResizeColumns = false; this.dgvLogo.IsClickF12 = false; this.dgvLogo.IsOpenMergeCellFlag = false; this.dgvLogo.IsSubTotalFlag = false; this.dgvLogo.IsTopDeep = false; this.dgvLogo.Location = new System.Drawing.Point(12, 46); this.dgvLogo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvLogo.MergeColumnNames = null; this.dgvLogo.MergeDetailColumnNames = null; this.dgvLogo.MergeDetailOnlyColumn = null; this.dgvLogo.MergeOnlyColumn = null; this.dgvLogo.MultiSelect = false; this.dgvLogo.Name = "dgvLogo"; this.dgvLogo.RefreshAtHscroll = false; this.dgvLogo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvLogo.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvLogo.RowTemplate.Height = 21; this.dgvLogo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvLogo.Size = new System.Drawing.Size(601, 339); this.dgvLogo.SortOrderColumnName = null; this.dgvLogo.TabIndex = 6; this.dgvLogo.Tag = true; this.dgvLogo.TotalSumColumns = null; this.dgvLogo.ViewRowFilter = ""; this.dgvLogo.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick); this.dgvLogo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown); // // txtLogoCode // this.txtLogoCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLogoCode.Font = new System.Drawing.Font("宋体", 9F); this.txtLogoCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtLogoCode.Location = new System.Drawing.Point(71, 16); this.txtLogoCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtLogoCode.MaxLength = 21; this.txtLogoCode.Name = "txtLogoCode"; this.txtLogoCode.Size = new System.Drawing.Size(122, 21); this.txtLogoCode.TabIndex = 1; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(528, 389); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 9; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(437, 389); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 8; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(437, 11); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // chkChooseAll // this.chkChooseAll.AutoSize = true; this.chkChooseAll.BackColor = System.Drawing.Color.Transparent; this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChooseAll.Location = new System.Drawing.Point(12, 390); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 7; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage"))); this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearCondition.ForeColor = System.Drawing.Color.White; this.btnClearCondition.Location = new System.Drawing.Point(528, 10); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 5; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // LogoID // this.LogoID.DataPropertyName = "LogoID"; this.LogoID.HeaderText = "LogoID"; this.LogoID.Name = "LogoID"; this.LogoID.ReadOnly = true; this.LogoID.Visible = false; // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.HeaderText = "选择"; this.Sel.IndeterminateValue = "0"; this.Sel.Name = "Sel"; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Sel.TrueValue = "1"; this.Sel.Visible = false; // // LogoCode // this.LogoCode.DataPropertyName = "LogoCode"; this.LogoCode.HeaderText = "商标编码"; this.LogoCode.Name = "LogoCode"; this.LogoCode.ReadOnly = true; this.LogoCode.Width = 120; // // LogoName // this.LogoName.DataPropertyName = "LogoName"; this.LogoName.HeaderText = "商标名称"; this.LogoName.Name = "LogoName"; this.LogoName.ReadOnly = true; this.LogoName.Width = 120; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // S_CMN_028 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(625, 444); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.btnSearch); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblLogoName); this.Controls.Add(this.lblLogoCode); this.Controls.Add(this.txtLogoName); this.Controls.Add(this.dgvLogo); this.Controls.Add(this.txtLogoCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_028"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "商标"; this.Load += new System.EventHandler(this.S_CMN_028_Load); this.Controls.SetChildIndex(this.txtLogoCode, 0); this.Controls.SetChildIndex(this.dgvLogo, 0); this.Controls.SetChildIndex(this.txtLogoName, 0); this.Controls.SetChildIndex(this.lblLogoCode, 0); this.Controls.SetChildIndex(this.lblLogoName, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvLogo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblLogoName; private Basics.BaseControls.C_Label lblLogoCode; private System.Windows.Forms.TextBox txtLogoName; private Basics.BaseControls.C_DataGridView dgvLogo; private System.Windows.Forms.TextBox txtLogoCode; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn LogoID; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn LogoCode; private System.Windows.Forms.DataGridViewTextBoxColumn LogoName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; } }