namespace HStation.WinFrmUI
|
{
|
partial class ImportAssetsExchangerCurveQLByExcelDlg
|
{
|
/// <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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
btnTemplate = new DevExpress.XtraEditors.SimpleButton();
|
textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
btnEditExcel = new DevExpress.XtraEditors.ButtonEdit();
|
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
|
panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)textEdit2.Properties).BeginInit();
|
((ISupportInitialize)textEdit1.Properties).BeginInit();
|
((ISupportInitialize)btnEditExcel.Properties).BeginInit();
|
((ISupportInitialize)panelControl1).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(btnTemplate);
|
layoutControl1.Controls.Add(textEdit2);
|
layoutControl1.Controls.Add(textEdit1);
|
layoutControl1.Controls.Add(btnEditExcel);
|
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
|
layoutControl1.Controls.Add(panelControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1228, 230, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1062, 545);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// btnTemplate
|
//
|
btnTemplate.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
btnTemplate.Appearance.Options.UseBackColor = true;
|
btnTemplate.Location = new Point(934, 12);
|
btnTemplate.Name = "btnTemplate";
|
btnTemplate.Size = new Size(116, 22);
|
btnTemplate.StyleController = layoutControl1;
|
btnTemplate.TabIndex = 7;
|
btnTemplate.Text = "模板";
|
//
|
// textEdit2
|
//
|
textEdit2.Location = new Point(644, 13);
|
textEdit2.Name = "textEdit2";
|
textEdit2.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
|
textEdit2.Properties.EditFormat.FormatString = "N0";
|
textEdit2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
textEdit2.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
textEdit2.Size = new Size(78, 20);
|
textEdit2.StyleController = layoutControl1;
|
textEdit2.TabIndex = 6;
|
//
|
// textEdit1
|
//
|
textEdit1.Location = new Point(444, 13);
|
textEdit1.Name = "textEdit1";
|
textEdit1.Size = new Size(128, 20);
|
textEdit1.StyleController = layoutControl1;
|
textEdit1.TabIndex = 5;
|
//
|
// btnEditExcel
|
//
|
btnEditExcel.Location = new Point(80, 13);
|
btnEditExcel.Name = "btnEditExcel";
|
btnEditExcel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
|
btnEditExcel.Size = new Size(292, 20);
|
btnEditExcel.StyleController = layoutControl1;
|
btnEditExcel.TabIndex = 0;
|
btnEditExcel.ButtonClick += btnEditExcel_ButtonClick;
|
//
|
// generalOkAndCancelCtrl1
|
//
|
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
|
generalOkAndCancelCtrl1.Location = new Point(12, 507);
|
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
|
generalOkAndCancelCtrl1.Size = new Size(1038, 26);
|
generalOkAndCancelCtrl1.TabIndex = 2;
|
//
|
// panelControl1
|
//
|
panelControl1.Location = new Point(12, 38);
|
panelControl1.Name = "panelControl1";
|
panelControl1.Size = new Size(1038, 465);
|
panelControl1.TabIndex = 4;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, emptySpaceItem1, layoutControlItem6 });
|
Root.Name = "Root";
|
Root.Size = new Size(1062, 545);
|
Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = panelControl1;
|
layoutControlItem1.Location = new Point(0, 26);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(1042, 469);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = generalOkAndCancelCtrl1;
|
layoutControlItem2.Location = new Point(0, 495);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(1042, 30);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem3.Control = btnEditExcel;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(364, 26);
|
layoutControlItem3.Text = "Excel文件:";
|
layoutControlItem3.TextSize = new Size(56, 14);
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = textEdit1;
|
layoutControlItem4.Location = new Point(364, 0);
|
layoutControlItem4.MaxSize = new Size(200, 24);
|
layoutControlItem4.MinSize = new Size(200, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(200, 26);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.Text = "名称:";
|
layoutControlItem4.TextSize = new Size(56, 14);
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem5.Control = textEdit2;
|
layoutControlItem5.Location = new Point(564, 0);
|
layoutControlItem5.MaxSize = new Size(150, 24);
|
layoutControlItem5.MinSize = new Size(150, 24);
|
layoutControlItem5.Name = "layoutControlItem5";
|
layoutControlItem5.Size = new Size(150, 26);
|
layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem5.Text = "重要度:";
|
layoutControlItem5.TextSize = new Size(56, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(714, 0);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(208, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem6.Control = btnTemplate;
|
layoutControlItem6.Location = new Point(922, 0);
|
layoutControlItem6.MaxSize = new Size(120, 26);
|
layoutControlItem6.MinSize = new Size(120, 26);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(120, 26);
|
layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// ImportAssetsExchangerCurveQLByExcelDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1062, 545);
|
Controls.Add(layoutControl1);
|
Name = "ImportAssetsExchangerCurveQLByExcelDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "通过Excel导入";
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)textEdit2.Properties).EndInit();
|
((ISupportInitialize)textEdit1.Properties).EndInit();
|
((ISupportInitialize)btnEditExcel.Properties).EndInit();
|
((ISupportInitialize)panelControl1).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.ButtonEdit btnEditExcel;
|
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraEditors.SimpleButton btnTemplate;
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
}
|
}
|