| | |
| | | using System.Drawing; |
| | | using System.Windows.Forms; |
| | | |
| | | namespace ISupply.WinFrmUI |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | partial class EditProjectDlg |
| | | { |
| | |
| | | { |
| | | components = new Container(); |
| | | dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); |
| | | AddressTextEdit = new TextEdit(); |
| | | webView21 = new Microsoft.Web.WebView2.WinForms.WebView2(); |
| | | btnOk = new SimpleButton(); |
| | | btnCancel = new SimpleButton(); |
| | | NameTextEdit = new TextEdit(); |
| | | DescriptionTextEdit = new MemoEdit(); |
| | | ModleTextEdit = new TextEdit(); |
| | | CustomerNameTextEdit = new TextEdit(); |
| | | TagNameText = new TextEdit(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | ItemForName = new DevExpress.XtraLayout.LayoutControlItem(); |
| | |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ItemForConstructionYear = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ItemForTagName = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | BtnFileChoice = new ButtonEdit(); |
| | | TagName = new TextEdit(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); |
| | | layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((ISupportInitialize)dataLayoutControl1).BeginInit(); |
| | | dataLayoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)AddressTextEdit.Properties).BeginInit(); |
| | | ((ISupportInitialize)webView21).BeginInit(); |
| | | ((ISupportInitialize)NameTextEdit.Properties).BeginInit(); |
| | | ((ISupportInitialize)DescriptionTextEdit.Properties).BeginInit(); |
| | | ((ISupportInitialize)ModleTextEdit.Properties).BeginInit(); |
| | | ((ISupportInitialize)CustomerNameTextEdit.Properties).BeginInit(); |
| | | ((ISupportInitialize)TagNameText.Properties).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)layoutControlGroup1).BeginInit(); |
| | | ((ISupportInitialize)ItemForName).BeginInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem3).BeginInit(); |
| | | ((ISupportInitialize)layoutControlGroup3).BeginInit(); |
| | | ((ISupportInitialize)ItemForDescription).BeginInit(); |
| | | ((ISupportInitialize)ItemForConstructionYear).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem5).BeginInit(); |
| | | ((ISupportInitialize)ItemForTagName).BeginInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | ((ISupportInitialize)BtnFileChoice.Properties).BeginInit(); |
| | | ((ISupportInitialize)TagName.Properties).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem4).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem9).BeginInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem6).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem7).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem8).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem12).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // dataLayoutControl1 |
| | | // |
| | | dataLayoutControl1.Controls.Add(AddressTextEdit); |
| | | dataLayoutControl1.Controls.Add(webView21); |
| | | dataLayoutControl1.Controls.Add(btnOk); |
| | | dataLayoutControl1.Controls.Add(btnCancel); |
| | | dataLayoutControl1.Controls.Add(NameTextEdit); |
| | | dataLayoutControl1.Controls.Add(DescriptionTextEdit); |
| | | dataLayoutControl1.Controls.Add(ModleTextEdit); |
| | | dataLayoutControl1.Controls.Add(CustomerNameTextEdit); |
| | | dataLayoutControl1.Controls.Add(BtnFileChoice); |
| | | dataLayoutControl1.Controls.Add(TagName); |
| | | dataLayoutControl1.Controls.Add(TagNameText); |
| | | dataLayoutControl1.Dock = DockStyle.Fill; |
| | | dataLayoutControl1.Location = new Point(0, 0); |
| | | dataLayoutControl1.Name = "dataLayoutControl1"; |
| | |
| | | dataLayoutControl1.TabIndex = 0; |
| | | dataLayoutControl1.Text = "dataLayoutControl1"; |
| | | // |
| | | // AddressTextEdit |
| | | // |
| | | AddressTextEdit.Location = new Point(76, 60); |
| | | AddressTextEdit.Name = "AddressTextEdit"; |
| | | AddressTextEdit.Size = new Size(621, 20); |
| | | AddressTextEdit.StyleController = dataLayoutControl1; |
| | | AddressTextEdit.TabIndex = 5; |
| | | // |
| | | // webView21 |
| | | // |
| | | webView21.AllowExternalDrop = true; |
| | |
| | | webView21.Location = new Point(24, 120); |
| | | webView21.Name = "webView21"; |
| | | webView21.Size = new Size(661, 273); |
| | | webView21.TabIndex = 15; |
| | | webView21.TabIndex = 7; |
| | | webView21.ZoomFactor = 1D; |
| | | webView21.NavigationCompleted += webView21_NavigationCompleted; |
| | | webView21.WebMessageReceived += webView21_WebMessageReceived; |
| | | // |
| | | // btnOk |
| | | // |
| | |
| | | btnOk.Name = "btnOk"; |
| | | btnOk.Size = new Size(95, 19); |
| | | btnOk.StyleController = dataLayoutControl1; |
| | | btnOk.TabIndex = 7; |
| | | btnOk.TabIndex = 8; |
| | | btnOk.Text = "确定"; |
| | | btnOk.Click += btnOk_Click; |
| | | // |
| | | // btnCancel |
| | | // |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; |
| | | btnCancel.Appearance.Options.UseBackColor = true; |
| | | btnCancel.DialogResult = DialogResult.Cancel; |
| | | btnCancel.Location = new Point(602, 409); |
| | | btnCancel.Name = "btnCancel"; |
| | | btnCancel.Size = new Size(95, 19); |
| | | btnCancel.StyleController = dataLayoutControl1; |
| | | btnCancel.TabIndex = 8; |
| | | btnCancel.TabIndex = 9; |
| | | btnCancel.Text = "取消"; |
| | | // |
| | | // NameTextEdit |
| | |
| | | DescriptionTextEdit.Name = "DescriptionTextEdit"; |
| | | DescriptionTextEdit.Size = new Size(665, 277); |
| | | DescriptionTextEdit.StyleController = dataLayoutControl1; |
| | | DescriptionTextEdit.TabIndex = 6; |
| | | // |
| | | // ModleTextEdit |
| | | // |
| | | ModleTextEdit.Location = new Point(76, 60); |
| | | ModleTextEdit.Name = "ModleTextEdit"; |
| | | ModleTextEdit.Size = new Size(621, 20); |
| | | ModleTextEdit.StyleController = dataLayoutControl1; |
| | | ModleTextEdit.TabIndex = 4; |
| | | DescriptionTextEdit.TabIndex = 1; |
| | | // |
| | | // CustomerNameTextEdit |
| | | // |
| | |
| | | CustomerNameTextEdit.Name = "CustomerNameTextEdit"; |
| | | CustomerNameTextEdit.Size = new Size(277, 20); |
| | | CustomerNameTextEdit.StyleController = dataLayoutControl1; |
| | | CustomerNameTextEdit.TabIndex = 14; |
| | | CustomerNameTextEdit.TabIndex = 2; |
| | | // |
| | | // TagNameText |
| | | // |
| | | TagNameText.Location = new Point(76, 36); |
| | | TagNameText.Name = "TagNameText"; |
| | | TagNameText.Size = new Size(621, 20); |
| | | TagNameText.StyleController = dataLayoutControl1; |
| | | TagNameText.TabIndex = 4; |
| | | // |
| | | // Root |
| | | // |
| | |
| | | // |
| | | layoutControlGroup1.AllowDrawBackground = false; |
| | | layoutControlGroup1.GroupBordersVisible = false; |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, layoutControlItem1, layoutControlItem2, emptySpaceItem1, tabbedControlGroup1, ItemForConstructionYear, layoutControlItem5, ItemForTagName, layoutControlItem4 }); |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, layoutControlItem1, layoutControlItem2, emptySpaceItem1, tabbedControlGroup1, layoutControlItem5, layoutControlItem4, layoutControlItem9 }); |
| | | layoutControlGroup1.Location = new Point(0, 0); |
| | | layoutControlGroup1.Name = "autoGeneratedGroup0"; |
| | | layoutControlGroup1.Size = new Size(689, 420); |
| | |
| | | ItemForDescription.TextSize = new Size(0, 0); |
| | | ItemForDescription.TextVisible = false; |
| | | // |
| | | // ItemForConstructionYear |
| | | // |
| | | ItemForConstructionYear.Control = BtnFileChoice; |
| | | ItemForConstructionYear.Location = new Point(0, 24); |
| | | ItemForConstructionYear.Name = "ItemForConstructionYear"; |
| | | ItemForConstructionYear.Size = new Size(344, 24); |
| | | ItemForConstructionYear.Text = "选择文件:"; |
| | | ItemForConstructionYear.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem5 |
| | | // |
| | | layoutControlItem5.Control = CustomerNameTextEdit; |
| | |
| | | layoutControlItem5.Text = "客户名称:"; |
| | | layoutControlItem5.TextSize = new Size(52, 14); |
| | | // |
| | | // ItemForTagName |
| | | // layoutControlItem4 |
| | | // |
| | | ItemForTagName.AppearanceItemCaption.Options.UseTextOptions = true; |
| | | ItemForTagName.AppearanceItemCaption.TextOptions.HAlignment = HorzAlignment.Far; |
| | | ItemForTagName.Control = ModleTextEdit; |
| | | ItemForTagName.Location = new Point(0, 48); |
| | | ItemForTagName.Name = "ItemForTagName"; |
| | | ItemForTagName.Size = new Size(689, 24); |
| | | ItemForTagName.Text = "三维模型:"; |
| | | ItemForTagName.TextSize = new Size(52, 14); |
| | | layoutControlItem4.Control = TagNameText; |
| | | layoutControlItem4.Location = new Point(0, 24); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(689, 24); |
| | | layoutControlItem4.Text = "标签:"; |
| | | layoutControlItem4.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem9 |
| | | // |
| | | layoutControlItem9.AllowHtmlStringInCaption = true; |
| | | layoutControlItem9.Control = AddressTextEdit; |
| | | layoutControlItem9.Location = new Point(0, 48); |
| | | layoutControlItem9.Name = "layoutControlItem9"; |
| | | layoutControlItem9.Size = new Size(689, 24); |
| | | layoutControlItem9.Text = "详细地址:"; |
| | | layoutControlItem9.TextSize = new Size(52, 14); |
| | | // |
| | | // dxErrorProvider1 |
| | | // |
| | | dxErrorProvider1.ContainerControl = this; |
| | | // |
| | | // BtnFileChoice |
| | | // layoutControlItem6 |
| | | // |
| | | BtnFileChoice.Location = new Point(76, 36); |
| | | BtnFileChoice.Margin = new Padding(2); |
| | | BtnFileChoice.Name = "BtnFileChoice"; |
| | | BtnFileChoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); |
| | | BtnFileChoice.Size = new Size(276, 20); |
| | | BtnFileChoice.StyleController = dataLayoutControl1; |
| | | BtnFileChoice.TabIndex = 11; |
| | | layoutControlItem6.Location = new Point(0, 72); |
| | | layoutControlItem6.Name = "layoutControlItem6"; |
| | | layoutControlItem6.Size = new Size(689, 24); |
| | | layoutControlItem6.Text = "详细地址:"; |
| | | layoutControlItem6.TextSize = new Size(52, 14); |
| | | // |
| | | // TagName |
| | | // layoutControlItem7 |
| | | // |
| | | TagName.Location = new Point(420, 36); |
| | | TagName.Name = "TagName"; |
| | | TagName.Size = new Size(277, 20); |
| | | TagName.StyleController = dataLayoutControl1; |
| | | TagName.TabIndex = 16; |
| | | layoutControlItem7.Location = new Point(0, 72); |
| | | layoutControlItem7.Name = "layoutControlItem6"; |
| | | layoutControlItem7.Size = new Size(689, 24); |
| | | layoutControlItem7.Text = "详细地址:"; |
| | | layoutControlItem7.TextSize = new Size(52, 14); |
| | | // |
| | | // layoutControlItem4 |
| | | // layoutControlItem8 |
| | | // |
| | | layoutControlItem4.Control = TagName; |
| | | layoutControlItem4.Location = new Point(344, 24); |
| | | layoutControlItem4.Name = "layoutControlItem4"; |
| | | layoutControlItem4.Size = new Size(345, 24); |
| | | layoutControlItem4.Text = "标签:"; |
| | | layoutControlItem4.TextSize = new Size(52, 14); |
| | | layoutControlItem8.Location = new Point(0, 72); |
| | | layoutControlItem8.Name = "layoutControlItem6"; |
| | | layoutControlItem8.Size = new Size(689, 24); |
| | | layoutControlItem8.Text = "详细地址:"; |
| | | layoutControlItem8.TextSize = new Size(52, 14); |
| | | // |
| | | // AddProjectDlg |
| | | // layoutControlItem12 |
| | | // |
| | | layoutControlItem12.Location = new Point(0, 24); |
| | | layoutControlItem12.Name = "layoutControlItem12"; |
| | | layoutControlItem12.Size = new Size(344, 24); |
| | | layoutControlItem12.Text = "模型选择:"; |
| | | layoutControlItem12.TextSize = new Size(52, 14); |
| | | // |
| | | // EditProjectDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(709, 440); |
| | | Controls.Add(dataLayoutControl1); |
| | | Name = "AddProjectDlg"; |
| | | Name = "EditProjectDlg"; |
| | | StartPosition = FormStartPosition.CenterParent; |
| | | Text = "添加"; |
| | | Load += AddProjectDlg_Load; |
| | | Text = "编辑"; |
| | | Load += EditProjectDlg_Load; |
| | | ((ISupportInitialize)dataLayoutControl1).EndInit(); |
| | | dataLayoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)AddressTextEdit.Properties).EndInit(); |
| | | ((ISupportInitialize)webView21).EndInit(); |
| | | ((ISupportInitialize)NameTextEdit.Properties).EndInit(); |
| | | ((ISupportInitialize)DescriptionTextEdit.Properties).EndInit(); |
| | | ((ISupportInitialize)ModleTextEdit.Properties).EndInit(); |
| | | ((ISupportInitialize)CustomerNameTextEdit.Properties).EndInit(); |
| | | ((ISupportInitialize)TagNameText.Properties).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)layoutControlGroup1).EndInit(); |
| | | ((ISupportInitialize)ItemForName).EndInit(); |
| | |
| | | ((ISupportInitialize)layoutControlItem3).EndInit(); |
| | | ((ISupportInitialize)layoutControlGroup3).EndInit(); |
| | | ((ISupportInitialize)ItemForDescription).EndInit(); |
| | | ((ISupportInitialize)ItemForConstructionYear).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem5).EndInit(); |
| | | ((ISupportInitialize)ItemForTagName).EndInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ((ISupportInitialize)BtnFileChoice.Properties).EndInit(); |
| | | ((ISupportInitialize)TagName.Properties).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem4).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem9).EndInit(); |
| | | ((ISupportInitialize)dxErrorProvider1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem6).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem7).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem8).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem12).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
| | | private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; |
| | | private TextEdit ModleTextEdit; |
| | | private DevExpress.XtraLayout.LayoutControlItem ItemForTagName; |
| | | private DevExpress.XtraLayout.LayoutControlItem ItemForConstructionYear; |
| | | private TextEdit CustomerNameTextEdit; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
| | |
| | | private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1; |
| | | private Microsoft.Web.WebView2.WinForms.WebView2 webView21; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private ButtonEdit BtnFileChoice; |
| | | private TextEdit TagName; |
| | | private TextEdit TagNameText; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
| | | private TextEdit AddressTextEdit; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12; |
| | | } |
| | | } |