using DevExpress.Utils;
|
using DevExpress.XtraEditors;
|
using System.ComponentModel;
|
using System.Drawing;
|
using System.Windows.Forms;
|
|
namespace HStation.WinFrmUI.Xhs.Core
|
{
|
partial class AddXhsProjectDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private 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()
|
{
|
components = new Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(AddXhsProjectDlg));
|
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
navigationFrame = new DevExpress.XtraBars.Navigation.NavigationFrame();
|
navigationPageForm = new DevExpress.XtraBars.Navigation.NavigationPage();
|
projectUserControl1 = new HStation.WinFrmUI.Xhs.PumpProject.XhsProjectUserControl();
|
navigationPageMapSelect = new DevExpress.XtraBars.Navigation.NavigationPage();
|
webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
|
stepProgressBar1 = new StepProgressBar();
|
stepProgressBarItemPostion = new StepProgressBarItem();
|
stepProgressBarItem = new StepProgressBarItem();
|
btnNextStep = new SimpleButton();
|
btnCancel = new SimpleButton();
|
BtnBack = new SimpleButton();
|
textEditAddress = new TextEdit();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItemBack = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItemAddress = new DevExpress.XtraLayout.LayoutControlItem();
|
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
|
((ISupportInitialize)dataLayoutControl1).BeginInit();
|
dataLayoutControl1.SuspendLayout();
|
((ISupportInitialize)navigationFrame).BeginInit();
|
navigationFrame.SuspendLayout();
|
navigationPageForm.SuspendLayout();
|
navigationPageMapSelect.SuspendLayout();
|
((ISupportInitialize)webView21).BeginInit();
|
((ISupportInitialize)stepProgressBar1).BeginInit();
|
((ISupportInitialize)textEditAddress.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItemBack).BeginInit();
|
((ISupportInitialize)layoutControlItemAddress).BeginInit();
|
((ISupportInitialize)dxErrorProvider1).BeginInit();
|
SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
dataLayoutControl1.Controls.Add(navigationFrame);
|
dataLayoutControl1.Controls.Add(stepProgressBar1);
|
dataLayoutControl1.Controls.Add(btnNextStep);
|
dataLayoutControl1.Controls.Add(btnCancel);
|
dataLayoutControl1.Controls.Add(BtnBack);
|
dataLayoutControl1.Controls.Add(textEditAddress);
|
dataLayoutControl1.Dock = DockStyle.Fill;
|
dataLayoutControl1.Location = new Point(0, 0);
|
dataLayoutControl1.Name = "dataLayoutControl1";
|
dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(640, 239, 978, 700);
|
dataLayoutControl1.Root = Root;
|
dataLayoutControl1.Size = new Size(742, 400);
|
dataLayoutControl1.TabIndex = 0;
|
dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// navigationFrame
|
//
|
navigationFrame.AllowTransitionAnimation = DefaultBoolean.False;
|
navigationFrame.Controls.Add(navigationPageForm);
|
navigationFrame.Controls.Add(navigationPageMapSelect);
|
navigationFrame.Location = new Point(12, 66);
|
navigationFrame.Name = "navigationFrame";
|
navigationFrame.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { navigationPageForm, navigationPageMapSelect });
|
navigationFrame.SelectedPage = navigationPageForm;
|
navigationFrame.Size = new Size(718, 272);
|
navigationFrame.TabIndex = 2;
|
navigationFrame.Text = "navigationFrame1";
|
//
|
// navigationPageForm
|
//
|
navigationPageForm.Caption = "navigationPageMapSelect";
|
navigationPageForm.Controls.Add(projectUserControl1);
|
navigationPageForm.Name = "navigationPageForm";
|
navigationPageForm.Size = new Size(718, 272);
|
//
|
// projectUserControl1
|
//
|
projectUserControl1.Dock = DockStyle.Fill;
|
projectUserControl1.Location = new Point(0, 0);
|
projectUserControl1.Name = "projectUserControl1";
|
projectUserControl1.Size = new Size(718, 272);
|
projectUserControl1.TabIndex = 0;
|
//
|
// navigationPageMapSelect
|
//
|
navigationPageMapSelect.Caption = "navigationPageForm";
|
navigationPageMapSelect.Controls.Add(webView21);
|
navigationPageMapSelect.Name = "navigationPageMapSelect";
|
navigationPageMapSelect.Size = new Size(718, 272);
|
//
|
// webView21
|
//
|
webView21.AllowExternalDrop = true;
|
webView21.CreationProperties = null;
|
webView21.DefaultBackgroundColor = Color.White;
|
webView21.Dock = DockStyle.Fill;
|
webView21.Location = new Point(0, 0);
|
webView21.Name = "webView21";
|
webView21.Size = new Size(718, 272);
|
webView21.TabIndex = 0;
|
webView21.ZoomFactor = 1D;
|
webView21.WebMessageReceived += webView21_WebMessageReceived;
|
//
|
// stepProgressBar1
|
//
|
stepProgressBar1.ContentAlignment = ContentAlignment.MiddleLeft;
|
stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImage");
|
stepProgressBar1.ItemOptions.Indicator.ActiveStateImageOptions.SvgImageSize = new Size(20, 20);
|
stepProgressBar1.ItemOptions.Indicator.Width = 23;
|
stepProgressBar1.Items.Add(stepProgressBarItemPostion);
|
stepProgressBar1.Items.Add(stepProgressBarItem);
|
stepProgressBar1.Location = new Point(12, 12);
|
stepProgressBar1.MaximumSize = new Size(0, 50);
|
stepProgressBar1.MinimumSize = new Size(0, 50);
|
stepProgressBar1.Name = "stepProgressBar1";
|
stepProgressBar1.SelectedItemIndex = 0;
|
stepProgressBar1.Size = new Size(718, 50);
|
stepProgressBar1.StyleController = dataLayoutControl1;
|
stepProgressBar1.TabIndex = 0;
|
//
|
// stepProgressBarItemPostion
|
//
|
stepProgressBarItemPostion.ContentBlock2.Caption = "项目信息";
|
stepProgressBarItemPostion.Name = "stepProgressBarItemPostion";
|
stepProgressBarItemPostion.State = StepProgressBarItemState.Active;
|
//
|
// stepProgressBarItem
|
//
|
stepProgressBarItem.ContentBlock2.Caption = "位置选择";
|
stepProgressBarItem.Name = "stepProgressBarItem";
|
//
|
// btnNextStep
|
//
|
btnNextStep.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
|
btnNextStep.Appearance.Options.UseBackColor = true;
|
btnNextStep.Location = new Point(536, 366);
|
btnNextStep.Name = "btnNextStep";
|
btnNextStep.Size = new Size(95, 22);
|
btnNextStep.StyleController = dataLayoutControl1;
|
btnNextStep.TabIndex = 5;
|
btnNextStep.Text = "下一步>";
|
btnNextStep.Click += btnNextStep_Click;
|
//
|
// btnCancel
|
//
|
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
|
btnCancel.Appearance.Options.UseBackColor = true;
|
btnCancel.DialogResult = DialogResult.Cancel;
|
btnCancel.Location = new Point(635, 366);
|
btnCancel.Name = "btnCancel";
|
btnCancel.Size = new Size(95, 22);
|
btnCancel.StyleController = dataLayoutControl1;
|
btnCancel.TabIndex = 6;
|
btnCancel.Text = "取消";
|
//
|
// BtnBack
|
//
|
BtnBack.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
|
BtnBack.Appearance.Options.UseBackColor = true;
|
BtnBack.Location = new Point(447, 366);
|
BtnBack.Name = "BtnBack";
|
BtnBack.Size = new Size(85, 22);
|
BtnBack.StyleController = dataLayoutControl1;
|
BtnBack.TabIndex = 4;
|
BtnBack.Text = "<上一步";
|
BtnBack.Click += BtnBack_Click;
|
//
|
// textEditAddress
|
//
|
textEditAddress.Location = new Point(76, 342);
|
textEditAddress.Name = "textEditAddress";
|
textEditAddress.Size = new Size(654, 20);
|
textEditAddress.StyleController = dataLayoutControl1;
|
textEditAddress.TabIndex = 3;
|
//
|
// Root
|
//
|
Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
Root.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far;
|
Root.EnableIndentsWithoutBorders = DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
|
Root.Name = "Root";
|
Root.Size = new Size(742, 400);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.AllowDrawBackground = false;
|
layoutControlGroup1.GroupBordersVisible = false;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem3, layoutControlItem4, layoutControlItemBack, layoutControlItemAddress });
|
layoutControlGroup1.Location = new Point(0, 0);
|
layoutControlGroup1.Name = "autoGeneratedGroup0";
|
layoutControlGroup1.Size = new Size(722, 380);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = btnCancel;
|
layoutControlItem1.Location = new Point(623, 354);
|
layoutControlItem1.MaxSize = new Size(99, 26);
|
layoutControlItem1.MinSize = new Size(99, 26);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(99, 26);
|
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = btnNextStep;
|
layoutControlItem2.Location = new Point(524, 354);
|
layoutControlItem2.MaxSize = new Size(99, 26);
|
layoutControlItem2.MinSize = new Size(99, 26);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Size = new Size(99, 26);
|
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 354);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(435, 26);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = stepProgressBar1;
|
layoutControlItem3.Location = new Point(0, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(722, 54);
|
layoutControlItem3.TextSize = new Size(0, 0);
|
layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = navigationFrame;
|
layoutControlItem4.Location = new Point(0, 54);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(722, 276);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItemBack
|
//
|
layoutControlItemBack.Control = BtnBack;
|
layoutControlItemBack.Location = new Point(435, 354);
|
layoutControlItemBack.MaxSize = new Size(89, 26);
|
layoutControlItemBack.MinSize = new Size(89, 26);
|
layoutControlItemBack.Name = "layoutControlItemBack";
|
layoutControlItemBack.Size = new Size(89, 26);
|
layoutControlItemBack.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItemBack.TextSize = new Size(0, 0);
|
layoutControlItemBack.TextVisible = false;
|
//
|
// layoutControlItemAddress
|
//
|
layoutControlItemAddress.Control = textEditAddress;
|
layoutControlItemAddress.Location = new Point(0, 330);
|
layoutControlItemAddress.Name = "layoutControlItemAddress";
|
layoutControlItemAddress.Size = new Size(722, 24);
|
layoutControlItemAddress.Text = "详细地址:";
|
layoutControlItemAddress.TextSize = new Size(52, 14);
|
//
|
// dxErrorProvider1
|
//
|
dxErrorProvider1.ContainerControl = this;
|
//
|
// AddProjectDlg
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(742, 400);
|
Controls.Add(dataLayoutControl1);
|
Name = "AddProjectDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "添加";
|
Load += AddProjectDlg_Load;
|
((ISupportInitialize)dataLayoutControl1).EndInit();
|
dataLayoutControl1.ResumeLayout(false);
|
((ISupportInitialize)navigationFrame).EndInit();
|
navigationFrame.ResumeLayout(false);
|
navigationPageForm.ResumeLayout(false);
|
navigationPageMapSelect.ResumeLayout(false);
|
((ISupportInitialize)webView21).EndInit();
|
((ISupportInitialize)stepProgressBar1).EndInit();
|
((ISupportInitialize)textEditAddress.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItemBack).EndInit();
|
((ISupportInitialize)layoutControlItemAddress).EndInit();
|
((ISupportInitialize)dxErrorProvider1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private SimpleButton btnNextStep;
|
private SimpleButton btnCancel;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
|
private StepProgressBar stepProgressBar1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraBars.Navigation.NavigationFrame navigationFrame;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private StepProgressBarItem stepProgressBarItemPostion;
|
private StepProgressBarItem stepProgressBarItem;
|
private SimpleButton BtnBack;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemBack;
|
private DevExpress.XtraBars.Navigation.NavigationPage navigationPageForm;
|
private DevExpress.XtraBars.Navigation.NavigationPage navigationPageMapSelect;
|
private TextEdit textEditAddress;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItemAddress;
|
private HStation.WinFrmUI.Xhs.PumpProject.XhsProjectUserControl projectUserControl1;
|
private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
|
}
|
}
|