namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox { partial class F_Organization { /// /// 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() { this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblOrganizationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtOrganizationName = new System.Windows.Forms.TextBox(); this.txtOrganizationCode = new System.Windows.Forms.TextBox(); this.grpQueryConditions.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).BeginInit(); this.splSplitContainer.SuspendLayout(); this.pnlBack.SuspendLayout(); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); // // grpQueryConditions // this.grpQueryConditions.Controls.Add(this.lblOrganizationName); this.grpQueryConditions.Controls.Add(this.lblOrganizationCode); this.grpQueryConditions.Controls.Add(this.txtOrganizationName); this.grpQueryConditions.Controls.Add(this.txtOrganizationCode); // // 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.Location = new System.Drawing.Point(214, 26); this.lblOrganizationName.Name = "lblOrganizationName"; this.lblOrganizationName.Size = new System.Drawing.Size(77, 12); this.lblOrganizationName.TabIndex = 6; this.lblOrganizationName.Text = "组织机构名称"; // // 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.Location = new System.Drawing.Point(6, 26); this.lblOrganizationCode.Name = "lblOrganizationCode"; this.lblOrganizationCode.Size = new System.Drawing.Size(77, 12); this.lblOrganizationCode.TabIndex = 4; this.lblOrganizationCode.Text = "组织机构编码"; // // txtOrganizationName // this.txtOrganizationName.Font = new System.Drawing.Font("宋体", 9F); this.txtOrganizationName.Location = new System.Drawing.Point(297, 22); 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 = 7; // // 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(86, 22); 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 = 5; // // F_Organization // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 462); this.Name = "F_Organization"; this.Text = "组织机构"; this.grpQueryConditions.ResumeLayout(false); this.grpQueryConditions.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).EndInit(); this.splSplitContainer.ResumeLayout(false); this.pnlBack.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblOrganizationName; private Basics.BaseControls.C_Label lblOrganizationCode; private System.Windows.Forms.TextBox txtOrganizationName; private System.Windows.Forms.TextBox txtOrganizationCode; } }