namespace Dongke.IBOSS.PRD.Client.Controls
{
partial class S_CMN_001
{
///
/// 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_001));
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.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtOrganizationName = new System.Windows.Forms.TextBox();
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtOrganizationCode = new System.Windows.Forms.TextBox();
this.dgvOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.lblOrganizationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.OrganizationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).BeginInit();
this.SuspendLayout();
//
// 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(397, 436);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
this.btnOK.TabIndex = 9;
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.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(488, 436);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 10;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// txtOrganizationName
//
this.txtOrganizationName.Font = new System.Drawing.Font("宋体", 9F);
this.txtOrganizationName.Location = new System.Drawing.Point(258, 14);
this.txtOrganizationName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtOrganizationName.MaxLength = 20;
this.txtOrganizationName.Name = "txtOrganizationName";
this.txtOrganizationName.Size = new System.Drawing.Size(122, 21);
this.txtOrganizationName.TabIndex = 4;
//
// 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(397, 9);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(85, 30);
this.btnSearch.TabIndex = 6;
this.btnSearch.Text = "查询";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txtOrganizationCode
//
this.txtOrganizationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtOrganizationCode.Font = new System.Drawing.Font("宋体", 9F);
this.txtOrganizationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtOrganizationCode.Location = new System.Drawing.Point(71, 14);
this.txtOrganizationCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtOrganizationCode.MaxLength = 21;
this.txtOrganizationCode.Name = "txtOrganizationCode";
this.txtOrganizationCode.Size = new System.Drawing.Size(122, 21);
this.txtOrganizationCode.TabIndex = 1;
//
// dgvOrganization
//
this.dgvOrganization.AllowUserToAddRows = false;
this.dgvOrganization.AllowUserToDeleteRows = false;
this.dgvOrganization.AllowUserToModifyRows = true;
this.dgvOrganization.AllowUserToOrderColumns = true;
this.dgvOrganization.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvOrganization.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvOrganization.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvOrganization.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvOrganization.CellHeight = 23;
this.dgvOrganization.ChildNodeColumnName = null;
this.dgvOrganization.ChildNodeColumnText = null;
this.dgvOrganization.ColumnDeep = 1;
this.dgvOrganization.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.dgvOrganization.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvOrganization.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvOrganization.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.OrganizationID,
this.sel,
this.OrganizationCode,
this.OrganizationName,
this.OrganizationFullName});
this.dgvOrganization.ColumnTreeView = null;
this.dgvOrganization.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.dgvOrganization.DefaultCellStyle = dataGridViewCellStyle3;
this.dgvOrganization.DynamicColumnName = "";
this.dgvOrganization.EnableHeadersVisualStyles = false;
this.dgvOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvOrganization.HorizontalMergeColumn = null;
this.dgvOrganization.IsAutoCountSum = true;
this.dgvOrganization.IsAutoResizeColumns = false;
this.dgvOrganization.IsClickF12 = false;
this.dgvOrganization.IsOpenMergeCellFlag = false;
this.dgvOrganization.IsSubTotalFlag = false;
this.dgvOrganization.IsTopDeep = false;
this.dgvOrganization.Location = new System.Drawing.Point(12, 44);
this.dgvOrganization.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.dgvOrganization.MergeColumnNames = null;
this.dgvOrganization.MergeDetailColumnNames = null;
this.dgvOrganization.MergeDetailOnlyColumn = null;
this.dgvOrganization.MergeOnlyColumn = null;
this.dgvOrganization.MultiSelect = false;
this.dgvOrganization.Name = "dgvOrganization";
this.dgvOrganization.RefreshAtHscroll = false;
this.dgvOrganization.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvOrganization.RowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgvOrganization.RowTemplate.Height = 21;
this.dgvOrganization.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvOrganization.Size = new System.Drawing.Size(561, 387);
this.dgvOrganization.SortOrderColumnName = null;
this.dgvOrganization.TabIndex = 8;
this.dgvOrganization.Tag = true;
this.dgvOrganization.TotalSumColumns = null;
this.dgvOrganization.ViewRowFilter = "";
this.dgvOrganization.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
this.dgvOrganization.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOrganization_KeyDown);
//
// lblOrganizationCode
//
this.lblOrganizationCode.AutoSize = true;
this.lblOrganizationCode.BackColor = System.Drawing.Color.Transparent;
this.lblOrganizationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOrganizationCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblOrganizationCode.Image = ((System.Drawing.Image)(resources.GetObject("lblOrganizationCode.Image")));
this.lblOrganizationCode.Location = new System.Drawing.Point(12, 18);
this.lblOrganizationCode.Name = "lblOrganizationCode";
this.lblOrganizationCode.Size = new System.Drawing.Size(53, 12);
this.lblOrganizationCode.TabIndex = 0;
this.lblOrganizationCode.Text = "组织编码";
//
// lblOrganizationName
//
this.lblOrganizationName.AutoSize = true;
this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblOrganizationName.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblOrganizationName.Image = ((System.Drawing.Image)(resources.GetObject("lblOrganizationName.Image")));
this.lblOrganizationName.Location = new System.Drawing.Point(199, 18);
this.lblOrganizationName.Name = "lblOrganizationName";
this.lblOrganizationName.Size = new System.Drawing.Size(53, 12);
this.lblOrganizationName.TabIndex = 2;
this.lblOrganizationName.Text = "组织名称";
//
// 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(488, 9);
this.btnClearCondition.Name = "btnClearCondition";
this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
this.btnClearCondition.TabIndex = 7;
this.btnClearCondition.Text = "清空条件";
this.btnClearCondition.UseVisualStyleBackColor = false;
this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
//
// OrganizationID
//
this.OrganizationID.DataPropertyName = "OrganizationID";
this.OrganizationID.HeaderText = "OrganizationID";
this.OrganizationID.Name = "OrganizationID";
this.OrganizationID.ReadOnly = true;
this.OrganizationID.Visible = false;
//
// sel
//
this.sel.DataPropertyName = "sel";
this.sel.FalseValue = "0";
this.sel.HeaderText = "选择";
this.sel.Name = "sel";
this.sel.TrueValue = "1";
this.sel.Visible = false;
//
// OrganizationCode
//
this.OrganizationCode.DataPropertyName = "OrganizationCode";
this.OrganizationCode.HeaderText = "组织编码";
this.OrganizationCode.Name = "OrganizationCode";
this.OrganizationCode.ReadOnly = true;
this.OrganizationCode.Width = 120;
//
// OrganizationName
//
this.OrganizationName.DataPropertyName = "OrganizationName";
this.OrganizationName.HeaderText = "组织名称";
this.OrganizationName.Name = "OrganizationName";
this.OrganizationName.ReadOnly = true;
this.OrganizationName.Width = 120;
//
// OrganizationFullName
//
this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
this.OrganizationFullName.HeaderText = "组织全称";
this.OrganizationFullName.Name = "OrganizationFullName";
this.OrganizationFullName.ReadOnly = true;
this.OrganizationFullName.Width = 245;
//
// S_CMN_001
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(585, 491);
this.Controls.Add(this.btnClearCondition);
this.Controls.Add(this.lblOrganizationName);
this.Controls.Add(this.lblOrganizationCode);
this.Controls.Add(this.txtOrganizationName);
this.Controls.Add(this.dgvOrganization);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.txtOrganizationCode);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnClose);
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(3, 2, 3, 2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "S_CMN_001";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.StatusSizingGrip = false;
this.Text = "选择组织机构";
this.Load += new System.EventHandler(this.S_CMN_003_Load);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.txtOrganizationCode, 0);
this.Controls.SetChildIndex(this.btnSearch, 0);
this.Controls.SetChildIndex(this.dgvOrganization, 0);
this.Controls.SetChildIndex(this.txtOrganizationName, 0);
this.Controls.SetChildIndex(this.lblOrganizationCode, 0);
this.Controls.SetChildIndex(this.lblOrganizationName, 0);
this.Controls.SetChildIndex(this.btnClearCondition, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnOK;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClose;
private System.Windows.Forms.TextBox txtOrganizationName;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
private System.Windows.Forms.TextBox txtOrganizationCode;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrganization;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationCode;
private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
private Basics.BaseControls.C_Button btnClearCondition;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationCode;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
}
}