namespace CSFrameworkV5.Library.PermissionForms
|
{
|
partial class frmEditorRole
|
{
|
/// <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(frmEditorRole));
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
this.txtRoleName = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
this.txtRoleID = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
this.pnlButtonAction.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleName.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleID.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(25, 134);
|
//
|
// labelControl13
|
//
|
this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl13.Appearance.Options.UseForeColor = true;
|
this.labelControl13.Location = new System.Drawing.Point(11, 136);
|
//
|
// btnCancel
|
//
|
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
|
this.btnCancel.Location = new System.Drawing.Point(216, 13);
|
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(129, 13);
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
//
|
// panelControl1
|
//
|
this.panelControl1.Controls.Add(this.labelControl10);
|
this.panelControl1.Controls.Add(this.labelControl9);
|
this.panelControl1.Controls.Add(this.txtRoleName);
|
this.panelControl1.Controls.Add(this.labelControl4);
|
this.panelControl1.Controls.Add(this.txtRoleID);
|
this.panelControl1.Controls.Add(this.labelControl2);
|
this.panelControl1.Size = new System.Drawing.Size(374, 100);
|
//
|
// pnlButtonAction
|
//
|
this.pnlButtonAction.Location = new System.Drawing.Point(0, 120);
|
this.pnlButtonAction.Size = new System.Drawing.Size(397, 55);
|
//
|
// labelControl10
|
//
|
this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl10.Appearance.Options.UseForeColor = true;
|
this.labelControl10.Location = new System.Drawing.Point(350, 54);
|
this.labelControl10.Name = "labelControl10";
|
this.labelControl10.Size = new System.Drawing.Size(7, 14);
|
this.labelControl10.TabIndex = 79;
|
this.labelControl10.Text = "*";
|
//
|
// labelControl9
|
//
|
this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red;
|
this.labelControl9.Appearance.Options.UseForeColor = true;
|
this.labelControl9.Location = new System.Drawing.Point(188, 26);
|
this.labelControl9.Name = "labelControl9";
|
this.labelControl9.Size = new System.Drawing.Size(7, 14);
|
this.labelControl9.TabIndex = 78;
|
this.labelControl9.Text = "*";
|
//
|
// txtRoleName
|
//
|
this.txtRoleName.AllowHtmlTextInToolTip = DevExpress.Utils.DefaultBoolean.True;
|
this.txtRoleName.Location = new System.Drawing.Point(84, 47);
|
this.txtRoleName.Name = "txtRoleName";
|
this.txtRoleName.Size = new System.Drawing.Size(260, 20);
|
this.txtRoleName.TabIndex = 77;
|
//
|
// labelControl4
|
//
|
this.labelControl4.Location = new System.Drawing.Point(16, 50);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(60, 14);
|
this.labelControl4.TabIndex = 76;
|
this.labelControl4.Text = "角色名称:";
|
//
|
// txtRoleID
|
//
|
this.txtRoleID.Location = new System.Drawing.Point(84, 20);
|
this.txtRoleID.Name = "txtRoleID";
|
this.txtRoleID.Size = new System.Drawing.Size(98, 20);
|
this.txtRoleID.TabIndex = 75;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(16, 23);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(60, 14);
|
this.labelControl2.TabIndex = 74;
|
this.labelControl2.Text = "角色编号:";
|
//
|
// frmEditorRole
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(397, 175);
|
this.Name = "frmEditorRole";
|
this.Text = "角色编辑窗体";
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
this.pnlButtonAction.ResumeLayout(false);
|
this.pnlButtonAction.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleName.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRoleID.Properties)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
private DevExpress.XtraEditors.TextEdit txtRoleName;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.TextEdit txtRoleID;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
}
|
}
|