namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_008 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_008)); 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(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.JobsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit(); this.SuspendLayout(); // // btnSearch // 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(359, 6); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtJobsName // this.txtJobsName.BackColor = System.Drawing.SystemColors.Window; this.txtJobsName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtJobsName.ErrorMessage = ""; this.txtJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtJobsName.Location = new System.Drawing.Point(242, 11); this.txtJobsName.Name = "txtJobsName"; this.txtJobsName.Size = new System.Drawing.Size(100, 21); this.txtJobsName.TabIndex = 3; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(177, 15); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(59, 12); this.c_Label2.TabIndex = 2; this.c_Label2.Text = " 工种名称"; // // txtJobsCode // this.txtJobsCode.BackColor = System.Drawing.SystemColors.Window; this.txtJobsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtJobsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtJobsCode.ErrorMessage = ""; this.txtJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtJobsCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtJobsCode.Location = new System.Drawing.Point(71, 11); this.txtJobsCode.Name = "txtJobsCode"; this.txtJobsCode.Size = new System.Drawing.Size(100, 21); this.txtJobsCode.TabIndex = 1; // // c_Label1 // this.c_Label1.AutoSize = true; 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(12, 15); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "工种编号"; // // dgvJobs // this.dgvJobs.AllowUserToAddRows = false; this.dgvJobs.AllowUserToDeleteRows = false; this.dgvJobs.AllowUserToModifyRows = true; this.dgvJobs.AllowUserToOrderColumns = true; this.dgvJobs.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvJobs.CellHeight = 23; this.dgvJobs.ChildNodeColumnName = null; this.dgvJobs.ChildNodeColumnText = null; this.dgvJobs.ColumnDeep = 1; this.dgvJobs.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.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.JobsID, this.JobsCode, this.JobsName, this.Remarks}); this.dgvJobs.ColumnTreeView = null; this.dgvJobs.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; 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.dgvJobs.DefaultCellStyle = dataGridViewCellStyle3; this.dgvJobs.DynamicColumnName = ""; this.dgvJobs.EnableHeadersVisualStyles = false; this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvJobs.HorizontalMergeColumn = null; this.dgvJobs.IsAutoCountSum = true; this.dgvJobs.IsAutoResizeColumns = false; this.dgvJobs.IsClickF12 = false; this.dgvJobs.IsOpenMergeCellFlag = false; this.dgvJobs.IsSubTotalFlag = false; this.dgvJobs.IsTopDeep = false; this.dgvJobs.Location = new System.Drawing.Point(14, 40); this.dgvJobs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvJobs.MergeColumnNames = null; this.dgvJobs.MergeDetailColumnNames = null; this.dgvJobs.MergeDetailOnlyColumn = null; this.dgvJobs.MergeOnlyColumn = null; this.dgvJobs.MultiSelect = false; this.dgvJobs.Name = "dgvJobs"; this.dgvJobs.ReadOnly = true; this.dgvJobs.RefreshAtHscroll = false; this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvJobs.RowTemplate.Height = 21; this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvJobs.Size = new System.Drawing.Size(523, 387); this.dgvJobs.SortOrderColumnName = null; this.dgvJobs.TabIndex = 6; this.dgvJobs.Tag = true; this.dgvJobs.TotalSumColumns = null; this.dgvJobs.ViewRowFilter = ""; this.dgvJobs.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvJobs_CellMouseDoubleClick); this.dgvJobs.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvJobs_KeyDown); // // btnOK // 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(359, 433); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 7; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(452, 433); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 8; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // 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(450, 6); 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); // // JobsID // this.JobsID.DataPropertyName = "JobsID"; this.JobsID.HeaderText = "JobsID"; this.JobsID.Name = "JobsID"; this.JobsID.ReadOnly = true; this.JobsID.Visible = false; // // JobsCode // this.JobsCode.DataPropertyName = "JobsCode"; this.JobsCode.HeaderText = "工种编号"; this.JobsCode.Name = "JobsCode"; this.JobsCode.ReadOnly = true; // // JobsName // this.JobsName.DataPropertyName = "JobsName"; this.JobsName.HeaderText = "工种名称"; this.JobsName.Name = "JobsName"; this.JobsName.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // S_CMN_008 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(549, 484); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Controls.Add(this.dgvJobs); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtJobsName); this.Controls.Add(this.c_Label2); this.Controls.Add(this.txtJobsCode); this.Controls.Add(this.c_Label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_008"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "选择工种"; this.Load += new System.EventHandler(this.S_CMN_008_Load); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtJobsCode, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.txtJobsName, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.dgvJobs, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_TextBox txtJobsName; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtJobsCode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DataGridView dgvJobs; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn JobsID; private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode; private System.Windows.Forms.DataGridViewTextBoxColumn JobsName; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; } }