namespace HStation.WinFrmUI.Auth
|
{
|
|
partial class ShowCorpRoleInfoCtrl
|
{
|
/// <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 Component 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()
|
{
|
listBoxControl = new DevExpress.XtraEditors.ListBoxControl();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
((System.ComponentModel.ISupportInitialize)listBoxControl).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit();
|
SuspendLayout();
|
//
|
// listBoxControl
|
//
|
listBoxControl.Location = new Point(12, 30);
|
listBoxControl.Name = "listBoxControl";
|
listBoxControl.Size = new Size(213, 293);
|
listBoxControl.StyleController = layoutControl1;
|
listBoxControl.TabIndex = 0;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(listBoxControl);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(664, 0, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(237, 335);
|
layoutControl1.TabIndex = 1;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, simpleLabelItem1 });
|
Root.Name = "Root";
|
Root.Size = new Size(237, 335);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = listBoxControl;
|
layoutControlItem1.Location = new Point(0, 18);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(217, 297);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.Location = new Point(0, 0);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(217, 18);
|
simpleLabelItem1.Text = "客户名称";
|
simpleLabelItem1.TextSize = new Size(48, 14);
|
//
|
// ShowRoleList
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "ShowRoleList";
|
Size = new Size(237, 335);
|
((System.ComponentModel.ISupportInitialize)listBoxControl).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
|
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.ListBoxControl listBoxControl;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
}
|
}
|