namespace CSFrameworkV5.Library.PermissionForms { partial class frmGroupOrganization_UserPicker { /// /// 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(frmGroupOrganization_UserPicker)); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.listUsers = new DevExpress.XtraEditors.CheckedListBoxControl(); this.panelControl14 = new DevExpress.XtraEditors.PanelControl(); this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); this.btnFindUser = new DevExpress.XtraEditors.SimpleButton(); this.txtUserText = new DevExpress.XtraEditors.TextEdit(); this.lblMsg = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.pnlButtonAction.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.listUsers)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl14)).BeginInit(); this.panelControl14.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserText.Properties)).BeginInit(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Size = new System.Drawing.Size(567, 535); // // btnOk // this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image"))); this.btnOk.Location = new System.Drawing.Point(167, 18); this.btnOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnOk.Size = new System.Drawing.Size(107, 38); this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image"))); this.btnCancel.Location = new System.Drawing.Point(294, 18); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancel.Size = new System.Drawing.Size(107, 38); this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // pnlButtonAction // this.pnlButtonAction.Location = new System.Drawing.Point(0, 535); this.pnlButtonAction.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlButtonAction.Size = new System.Drawing.Size(567, 75); // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.listUsers); this.panelControl2.Controls.Add(this.panelControl14); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(567, 535); this.panelControl2.TabIndex = 3; // // listUsers // this.listUsers.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listUsers.Appearance.Options.UseFont = true; this.listUsers.Dock = System.Windows.Forms.DockStyle.Fill; this.listUsers.ItemHeight = 25; this.listUsers.Location = new System.Drawing.Point(0, 47); this.listUsers.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.listUsers.Name = "listUsers"; this.listUsers.Size = new System.Drawing.Size(567, 488); this.listUsers.TabIndex = 1; // // panelControl14 // this.panelControl14.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl14.Controls.Add(this.lblMsg); this.panelControl14.Controls.Add(this.pictureEdit1); this.panelControl14.Controls.Add(this.btnFindUser); this.panelControl14.Controls.Add(this.txtUserText); this.panelControl14.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl14.Location = new System.Drawing.Point(0, 0); this.panelControl14.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl14.Name = "panelControl14"; this.panelControl14.Size = new System.Drawing.Size(567, 47); this.panelControl14.TabIndex = 0; // // pictureEdit1 // this.pictureEdit1.EditValue = global::CSFrameworkV5.Library.Properties.Resources.usergroup_32x32; this.pictureEdit1.Location = new System.Drawing.Point(6, 8); this.pictureEdit1.Name = "pictureEdit1"; this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto; this.pictureEdit1.Size = new System.Drawing.Size(37, 32); this.pictureEdit1.TabIndex = 10; // // btnFindUser // this.btnFindUser.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F); this.btnFindUser.Appearance.Options.UseFont = true; this.btnFindUser.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnFindUser.ImageOptions.Image = global::CSFrameworkV5.Library.Properties.Resources.find_16x16; this.btnFindUser.Location = new System.Drawing.Point(172, 11); this.btnFindUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnFindUser.Name = "btnFindUser"; this.btnFindUser.Size = new System.Drawing.Size(70, 27); this.btnFindUser.TabIndex = 9; this.btnFindUser.Text = "查询"; this.btnFindUser.Click += new System.EventHandler(this.btnFindUser_Click); // // txtUserText // this.txtUserText.Location = new System.Drawing.Point(49, 11); this.txtUserText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtUserText.Name = "txtUserText"; this.txtUserText.Properties.Appearance.BackColor = System.Drawing.Color.White; this.txtUserText.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F); this.txtUserText.Properties.Appearance.Options.UseBackColor = true; this.txtUserText.Properties.Appearance.Options.UseFont = true; this.txtUserText.Properties.NullValuePrompt = "*编号或名称*"; this.txtUserText.Size = new System.Drawing.Size(118, 26); this.txtUserText.TabIndex = 8; // // lblMsg // this.lblMsg.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Bold); this.lblMsg.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblMsg.Appearance.Options.UseFont = true; this.lblMsg.Appearance.Options.UseForeColor = true; this.lblMsg.Location = new System.Drawing.Point(308, 15); this.lblMsg.Name = "lblMsg"; this.lblMsg.Size = new System.Drawing.Size(72, 19); this.lblMsg.TabIndex = 20; this.lblMsg.Text = "部门:xxx"; // // frmGroupOrganization_UserPicker // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(567, 610); this.Controls.Add(this.panelControl2); this.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "frmGroupOrganization_UserPicker"; this.Text = "选择用户"; this.Load += new System.EventHandler(this.frmGroupOrganization_UserPicker_Load); this.Controls.SetChildIndex(this.pnlButtonAction, 0); this.Controls.SetChildIndex(this.panelControl1, 0); this.Controls.SetChildIndex(this.panelControl2, 0); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.pnlButtonAction.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.listUsers)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl14)).EndInit(); this.panelControl14.ResumeLayout(false); this.panelControl14.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtUserText.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl14; private DevExpress.XtraEditors.SimpleButton btnFindUser; private DevExpress.XtraEditors.TextEdit txtUserText; private DevExpress.XtraEditors.CheckedListBoxControl listUsers; private DevExpress.XtraEditors.PictureEdit pictureEdit1; private DevExpress.XtraEditors.LabelControl lblMsg; } }