namespace Dongke.IBOSS.PRD.Client.Controls
{
partial class S_CMN_004
{
///
/// 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_004));
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.txtPostName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtPostCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dgvPost = 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.PostID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PostCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvPost)).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(361, 5);
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);
//
// txtPostName
//
this.txtPostName.BackColor = System.Drawing.SystemColors.Window;
this.txtPostName.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtPostName.ErrorMessage = "";
this.txtPostName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPostName.Location = new System.Drawing.Point(242, 10);
this.txtPostName.Name = "txtPostName";
this.txtPostName.Size = new System.Drawing.Size(100, 21);
this.txtPostName.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, 14);
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 = " 职务名称";
//
// txtPostCode
//
this.txtPostCode.BackColor = System.Drawing.SystemColors.Window;
this.txtPostCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtPostCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtPostCode.ErrorMessage = "";
this.txtPostCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPostCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtPostCode.Location = new System.Drawing.Point(71, 10);
this.txtPostCode.Name = "txtPostCode";
this.txtPostCode.Size = new System.Drawing.Size(100, 21);
this.txtPostCode.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, 14);
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 = "职务编号";
//
// dgvPost
//
this.dgvPost.AllowUserToAddRows = false;
this.dgvPost.AllowUserToDeleteRows = false;
this.dgvPost.AllowUserToModifyRows = true;
this.dgvPost.AllowUserToOrderColumns = true;
this.dgvPost.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvPost.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvPost.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvPost.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvPost.CellHeight = 23;
this.dgvPost.ChildNodeColumnName = null;
this.dgvPost.ChildNodeColumnText = null;
this.dgvPost.ColumnDeep = 1;
this.dgvPost.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.dgvPost.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvPost.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvPost.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.PostID,
this.PostCode,
this.PostName,
this.Remarks});
this.dgvPost.ColumnTreeView = null;
this.dgvPost.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.dgvPost.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvPost.DynamicColumnName = "";
this.dgvPost.EnableHeadersVisualStyles = false;
this.dgvPost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvPost.HorizontalMergeColumn = null;
this.dgvPost.IsAutoCountSum = true;
this.dgvPost.IsAutoResizeColumns = false;
this.dgvPost.IsClickF12 = false;
this.dgvPost.IsOpenMergeCellFlag = false;
this.dgvPost.IsSubTotalFlag = false;
this.dgvPost.IsTopDeep = false;
this.dgvPost.Location = new System.Drawing.Point(14, 40);
this.dgvPost.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvPost.MergeColumnNames = null;
this.dgvPost.MergeDetailColumnNames = null;
this.dgvPost.MergeDetailOnlyColumn = null;
this.dgvPost.MergeOnlyColumn = null;
this.dgvPost.MultiSelect = false;
this.dgvPost.Name = "dgvPost";
this.dgvPost.ReadOnly = true;
this.dgvPost.RefreshAtHscroll = false;
this.dgvPost.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvPost.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvPost.RowTemplate.Height = 21;
this.dgvPost.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvPost.Size = new System.Drawing.Size(523, 387);
this.dgvPost.SortOrderColumnName = null;
this.dgvPost.TabIndex = 6;
this.dgvPost.Tag = true;
this.dgvPost.TotalSumColumns = null;
this.dgvPost.ViewRowFilter = "";
this.dgvPost.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvPost_CellMouseDoubleClick);
this.dgvPost.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvPost_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(452, 5);
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);
//
// PostID
//
this.PostID.DataPropertyName = "PostID";
this.PostID.HeaderText = "PostID";
this.PostID.Name = "PostID";
this.PostID.ReadOnly = true;
this.PostID.Visible = false;
//
// PostCode
//
this.PostCode.DataPropertyName = "PostCode";
this.PostCode.HeaderText = "职务编号";
this.PostCode.Name = "PostCode";
this.PostCode.ReadOnly = true;
//
// PostName
//
this.PostName.DataPropertyName = "PostName";
this.PostName.HeaderText = "职务名称";
this.PostName.Name = "PostName";
this.PostName.ReadOnly = true;
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
this.Remarks.ReadOnly = true;
//
// S_CMN_004
//
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.dgvPost);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.txtPostName);
this.Controls.Add(this.c_Label2);
this.Controls.Add(this.txtPostCode);
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_004";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "选择职务";
this.Load += new System.EventHandler(this.S_CMN_004_Load);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.txtPostCode, 0);
this.Controls.SetChildIndex(this.c_Label2, 0);
this.Controls.SetChildIndex(this.txtPostName, 0);
this.Controls.SetChildIndex(this.btnSearch, 0);
this.Controls.SetChildIndex(this.dgvPost, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnClearCondition, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvPost)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnSearch;
private Basics.BaseControls.C_TextBox txtPostName;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_TextBox txtPostCode;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_DataGridView dgvPost;
private Basics.BaseControls.C_Button btnOK;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_Button btnClearCondition;
private System.Windows.Forms.DataGridViewTextBoxColumn PostID;
private System.Windows.Forms.DataGridViewTextBoxColumn PostCode;
private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
}
}