namespace HStation.WinFrmUI
|
{
|
partial class SelectXhsProjectModelFileWizardPage
|
{
|
/// <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()
|
{
|
components = new Container();
|
btnEditSelectModelFile = new DevExpress.XtraEditors.ButtonEdit();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)btnEditSelectModelFile.Properties).BeginInit();
|
((ISupportInitialize)dxErrorProvider1).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
SuspendLayout();
|
//
|
// btnEditSelectModelFile
|
//
|
btnEditSelectModelFile.EditValue = "";
|
btnEditSelectModelFile.Location = new Point(66, 2);
|
btnEditSelectModelFile.Name = "btnEditSelectModelFile";
|
btnEditSelectModelFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
|
btnEditSelectModelFile.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
btnEditSelectModelFile.Size = new Size(249, 20);
|
btnEditSelectModelFile.StyleController = layoutControl1;
|
btnEditSelectModelFile.TabIndex = 4;
|
btnEditSelectModelFile.ButtonClick += btnEditSelectModelFile_ButtonClick;
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnEditSelectModelFile);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(317, 25);
|
layoutControl1.TabIndex = 5;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(317, 25);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnEditSelectModelFile;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(317, 25);
|
layoutControlItem1.Text = "选择文件:";
|
layoutControlItem1.TextSize = new Size(52, 14);
|
//
|
// SelectXhsProjectModelFileWizardPage
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "SelectXhsProjectModelFileWizardPage";
|
Size = new Size(317, 25);
|
((ISupportInitialize)btnEditSelectModelFile.Properties).EndInit();
|
((ISupportInitialize)dxErrorProvider1).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.ButtonEdit btnEditSelectModelFile;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
}
|
}
|