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();
|
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(SelectXhsProjectModelFileWizardPage));
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
|
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
|
btnEditSelectModelFile = new DevExpress.XtraEditors.ButtonEdit();
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((ISupportInitialize)btnEditSelectModelFile.Properties).BeginInit();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)simpleLabelItem1).BeginInit();
|
((ISupportInitialize)emptySpaceItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)emptySpaceItem2).BeginInit();
|
((ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// btnEditSelectModelFile
|
//
|
btnEditSelectModelFile.EditValue = "";
|
btnEditSelectModelFile.Location = new Point(2, 197);
|
btnEditSelectModelFile.Name = "btnEditSelectModelFile";
|
editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage");
|
editorButtonImageOptions1.SvgImageSize = new Size(18, 18);
|
btnEditSelectModelFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
btnEditSelectModelFile.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
btnEditSelectModelFile.Size = new Size(834, 26);
|
btnEditSelectModelFile.StyleController = layoutControl1;
|
btnEditSelectModelFile.TabIndex = 0;
|
btnEditSelectModelFile.ButtonClick += btnEditSelectModelFile_ButtonClick;
|
//
|
// 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(838, 425);
|
layoutControl1.TabIndex = 5;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { emptySpaceItem1, simpleLabelItem1, emptySpaceItem3, layoutControlItem1, emptySpaceItem2 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(838, 425);
|
Root.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 0);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(838, 160);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.AppearanceItemCaption.FontSizeDelta = 10;
|
simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
|
simpleLabelItem1.Location = new Point(0, 160);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(838, 35);
|
simpleLabelItem1.Text = "选择文件:";
|
simpleLabelItem1.TextSize = new Size(113, 31);
|
//
|
// emptySpaceItem3
|
//
|
emptySpaceItem3.AllowHotTrack = false;
|
emptySpaceItem3.Location = new Point(0, 235);
|
emptySpaceItem3.Name = "emptySpaceItem3";
|
emptySpaceItem3.Size = new Size(838, 190);
|
emptySpaceItem3.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnEditSelectModelFile;
|
layoutControlItem1.Location = new Point(0, 195);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(838, 30);
|
layoutControlItem1.Text = "选择文件:";
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
emptySpaceItem2.AllowHotTrack = false;
|
emptySpaceItem2.Location = new Point(0, 225);
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
emptySpaceItem2.Size = new Size(838, 10);
|
emptySpaceItem2.TextSize = new Size(0, 0);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// SelectXhsProjectModelFileWizardPage
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "SelectXhsProjectModelFileWizardPage";
|
Size = new Size(838, 425);
|
((ISupportInitialize)btnEditSelectModelFile.Properties).EndInit();
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)simpleLabelItem1).EndInit();
|
((ISupportInitialize)emptySpaceItem3).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)emptySpaceItem2).EndInit();
|
((ISupportInitialize)dxErrorProvider1).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;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
}
|
}
|