namespace CSFrameworkV5.Library
{
partial class frmChoiceGroupOrUser
{
///
/// 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(frmChoiceGroupOrUser));
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.listGroup = new DevExpress.XtraEditors.CheckedListBoxControl();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.listUser = new DevExpress.XtraEditors.CheckedListBoxControl();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.listGroup)).BeginInit();
this.xtraTabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.listUser)).BeginInit();
this.SuspendLayout();
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(449, 352);
this.xtraTabControl1.TabIndex = 0;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.listGroup);
this.xtraTabPage1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage1.ImageOptions.Image")));
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Padding = new System.Windows.Forms.Padding(3);
this.xtraTabPage1.Size = new System.Drawing.Size(443, 321);
this.xtraTabPage1.Text = "组列表";
//
// listGroup
//
this.listGroup.Dock = System.Windows.Forms.DockStyle.Fill;
this.listGroup.ItemHeight = 25;
this.listGroup.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null)});
this.listGroup.Location = new System.Drawing.Point(3, 3);
this.listGroup.Name = "listGroup";
this.listGroup.Size = new System.Drawing.Size(437, 315);
this.listGroup.TabIndex = 0;
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.listUser);
this.xtraTabPage2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("xtraTabPage2.ImageOptions.Image")));
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Padding = new System.Windows.Forms.Padding(3);
this.xtraTabPage2.Size = new System.Drawing.Size(443, 321);
this.xtraTabPage2.Text = "用户列表";
//
// listUser
//
this.listUser.Dock = System.Windows.Forms.DockStyle.Fill;
this.listUser.ItemHeight = 25;
this.listUser.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null)});
this.listUser.Location = new System.Drawing.Point(3, 3);
this.listUser.Name = "listUser";
this.listUser.Size = new System.Drawing.Size(437, 315);
this.listUser.TabIndex = 1;
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
this.btnOK.Location = new System.Drawing.Point(125, 358);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(94, 37);
this.btnOK.TabIndex = 20;
this.btnOK.Text = "确认(&O)";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(227, 358);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(94, 37);
this.btnCancel.TabIndex = 21;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// frmChoiceGroupOrUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(449, 412);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.xtraTabControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmChoiceGroupOrUser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "选择用户或组";
this.Load += new System.EventHandler(this.frmChoiceGroupOrUser_Load);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.listGroup)).EndInit();
this.xtraTabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.listUser)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private DevExpress.XtraEditors.CheckedListBoxControl listGroup;
private DevExpress.XtraEditors.CheckedListBoxControl listUser;
protected DevExpress.XtraEditors.SimpleButton btnOK;
protected DevExpress.XtraEditors.SimpleButton btnCancel;
}
}