namespace CSFrameworkV5.Library.PermissionForms
{
partial class frmUserRoleEditor
{
///
/// 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(frmUserRoleEditor));
this.txtExpireDate = new DevExpress.XtraEditors.DateEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtMemo = new DevExpress.XtraEditors.MemoEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.txtRole = new DevExpress.XtraEditors.LookUpEdit();
this.txtUserName = new DevExpress.XtraEditors.TextEdit();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.pnlButtonAction.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRole.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
this.SuspendLayout();
//
// labelControl14
//
this.labelControl14.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl14.Appearance.Options.UseForeColor = true;
this.labelControl14.Location = new System.Drawing.Point(55, 265);
//
// labelControl13
//
this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl13.Appearance.Options.UseForeColor = true;
this.labelControl13.Location = new System.Drawing.Point(41, 267);
//
// btnCancel
//
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(230, 13);
this.btnCancel.TabIndex = 5;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.ImageOptions.Image")));
this.btnOK.Location = new System.Drawing.Point(137, 13);
this.btnOK.TabIndex = 4;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// panelControl1
//
this.panelControl1.Controls.Add(this.labelControl12);
this.panelControl1.Controls.Add(this.txtUserName);
this.panelControl1.Controls.Add(this.txtRole);
this.panelControl1.Controls.Add(this.pictureBox1);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.txtMemo);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.txtExpireDate);
this.panelControl1.Size = new System.Drawing.Size(410, 232);
//
// pnlButtonAction
//
this.pnlButtonAction.Location = new System.Drawing.Point(0, 249);
this.pnlButtonAction.Size = new System.Drawing.Size(435, 55);
//
// txtExpireDate
//
this.txtExpireDate.EditValue = null;
this.txtExpireDate.Location = new System.Drawing.Point(98, 104);
this.txtExpireDate.Name = "txtExpireDate";
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()});
this.txtExpireDate.Size = new System.Drawing.Size(114, 20);
this.txtExpireDate.TabIndex = 2;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(32, 107);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "过期日期:";
//
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(98, 140);
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(275, 63);
this.txtMemo.TabIndex = 3;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(53, 142);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(36, 14);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "备注:";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(54, 68);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(36, 14);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "角色:";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(56, 34);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(36, 14);
this.labelControl4.TabIndex = 5;
this.labelControl4.Text = "用户:";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(15, 28);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(32, 32);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// txtRole
//
this.txtRole.Location = new System.Drawing.Point(98, 68);
this.txtRole.Name = "txtRole";
this.txtRole.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtRole.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleID", "角色编号", 100, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "角色名称", 250, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
this.txtRole.Properties.NullText = "";
this.txtRole.Properties.PopupWidth = 350;
this.txtRole.Properties.ReadOnly = true;
this.txtRole.Size = new System.Drawing.Size(247, 20);
this.txtRole.TabIndex = 1;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(98, 31);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Properties.ReadOnly = true;
this.txtUserName.Size = new System.Drawing.Size(249, 20);
this.txtUserName.TabIndex = 0;
//
// labelControl12
//
this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl12.Appearance.Options.UseForeColor = true;
this.labelControl12.Location = new System.Drawing.Point(218, 107);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(7, 14);
this.labelControl12.TabIndex = 72;
this.labelControl12.Text = "*";
//
// frmUserRoleEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 304);
this.Name = "frmUserRoleEditor";
this.Text = "用户临时角色编辑界面";
this.Load += new System.EventHandler(this.frmUserRoleEditor_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
this.pnlButtonAction.ResumeLayout(false);
this.pnlButtonAction.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtExpireDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRole.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.DateEdit txtExpireDate;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.MemoEdit txtMemo;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl3;
private System.Windows.Forms.PictureBox pictureBox1;
private DevExpress.XtraEditors.TextEdit txtUserName;
private DevExpress.XtraEditors.LookUpEdit txtRole;
private DevExpress.XtraEditors.LabelControl labelControl12;
}
}