namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmUserRolePicker
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUserRolePicker));
|
this.chkList = new DevExpress.XtraEditors.CheckedListBoxControl();
|
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
|
this.txtCodeName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.txtExpireDate = new DevExpress.XtraEditors.DateEdit();
|
this.panel1 = new System.Windows.Forms.Panel();
|
((System.ComponentModel.ISupportInitialize)(this.chkList)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCodeName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties)).BeginInit();
|
this.panel1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// chkList
|
//
|
this.chkList.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.chkList.Appearance.Options.UseFont = true;
|
this.chkList.CheckOnClick = true;
|
this.chkList.ItemHeight = 22;
|
this.chkList.Location = new System.Drawing.Point(12, 46);
|
this.chkList.Name = "chkList";
|
this.chkList.Size = new System.Drawing.Size(349, 398);
|
this.chkList.TabIndex = 0;
|
//
|
// btnSearch
|
//
|
this.btnSearch.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnSearch.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.ImageOptions.Image")));
|
this.btnSearch.Location = new System.Drawing.Point(250, 9);
|
this.btnSearch.Name = "btnSearch";
|
this.btnSearch.Size = new System.Drawing.Size(72, 26);
|
this.btnSearch.TabIndex = 1;
|
this.btnSearch.Text = "查询";
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
//
|
// txtCodeName
|
//
|
this.txtCodeName.Location = new System.Drawing.Point(89, 12);
|
this.txtCodeName.Name = "txtCodeName";
|
this.txtCodeName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtCodeName.Properties.Appearance.Options.UseFont = true;
|
this.txtCodeName.Size = new System.Drawing.Size(156, 22);
|
this.txtCodeName.TabIndex = 2;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(12, 16);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(72, 14);
|
this.labelControl1.TabIndex = 3;
|
this.labelControl1.Text = "编号或名称:";
|
//
|
// btnApply
|
//
|
this.btnApply.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnApply.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnApply.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnApply.ImageOptions.Image")));
|
this.btnApply.Location = new System.Drawing.Point(86, 14);
|
this.btnApply.Name = "btnApply";
|
this.btnApply.Size = new System.Drawing.Size(86, 36);
|
this.btnApply.TabIndex = 4;
|
this.btnApply.Text = "应用";
|
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
|
//
|
// btnCancel
|
//
|
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(195, 14);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(86, 36);
|
this.btnCancel.TabIndex = 5;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(17, 456);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(84, 14);
|
this.labelControl2.TabIndex = 6;
|
this.labelControl2.Text = "角色过期时间:";
|
//
|
// txtExpireDate
|
//
|
this.txtExpireDate.EditValue = null;
|
this.txtExpireDate.Location = new System.Drawing.Point(107, 452);
|
this.txtExpireDate.Name = "txtExpireDate";
|
this.txtExpireDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtExpireDate.Properties.Appearance.Options.UseFont = true;
|
this.txtExpireDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtExpireDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtExpireDate.Size = new System.Drawing.Size(156, 22);
|
this.txtExpireDate.TabIndex = 7;
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.panel1.Controls.Add(this.btnCancel);
|
this.panel1.Controls.Add(this.btnApply);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.panel1.Location = new System.Drawing.Point(0, 485);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(373, 72);
|
this.panel1.TabIndex = 8;
|
//
|
// frmUserRolePicker
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(373, 557);
|
this.Controls.Add(this.panel1);
|
this.Controls.Add(this.txtExpireDate);
|
this.Controls.Add(this.labelControl2);
|
this.Controls.Add(this.labelControl1);
|
this.Controls.Add(this.txtCodeName);
|
this.Controls.Add(this.btnSearch);
|
this.Controls.Add(this.chkList);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
this.MaximizeBox = false;
|
this.Name = "frmUserRolePicker";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "选择用户的角色";
|
this.Load += new System.EventHandler(this.frmDetailItemEditor_Load);
|
((System.ComponentModel.ISupportInitialize)(this.chkList)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCodeName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties)).EndInit();
|
this.panel1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.CheckedListBoxControl chkList;
|
private DevExpress.XtraEditors.SimpleButton btnSearch;
|
private DevExpress.XtraEditors.TextEdit txtCodeName;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.SimpleButton btnApply;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.DateEdit txtExpireDate;
|
protected System.Windows.Forms.Panel panel1;
|
}
|
}
|