From bc0ed5b6cfda6c72c06f451b77da8518c41ab210 Mon Sep 17 00:00:00 2001 From: duheng <2286773002@qq.com> Date: 星期四, 20 三月 2025 16:16:03 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/Yw.WinFrmUI.Bimface.Core/02-file/EditBimfaceFileDlg.Designer.cs | 219 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 192 insertions(+), 27 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Bimface.Core/02-file/EditBimfaceFileDlg.Designer.cs b/WinFrmUI/Yw.WinFrmUI.Bimface.Core/02-file/EditBimfaceFileDlg.Designer.cs index 2447ef4..840b432 100644 --- a/WinFrmUI/Yw.WinFrmUI.Bimface.Core/02-file/EditBimfaceFileDlg.Designer.cs +++ b/WinFrmUI/Yw.WinFrmUI.Bimface.Core/02-file/EditBimfaceFileDlg.Designer.cs @@ -30,6 +30,12 @@ { components = new System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); + txtExtension = new TextEdit(); + imgCmbFormatType = new ImageComboBoxEdit(); + imgCmbBimfaceModelType = new ImageComboBoxEdit(); + txtFileSize = new TextEdit(); + imgCmbFileStatus = new ImageComboBoxEdit(); + txtBimfaceId = new TextEdit(); txtDescription = new MemoEdit(); btnCancel = new SimpleButton(); btnOk = new SimpleButton(); @@ -40,9 +46,21 @@ layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); + layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)txtExtension.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)imgCmbFormatType.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)imgCmbBimfaceModelType.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtFileSize.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)imgCmbFileStatus.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)txtBimfaceId.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); @@ -51,11 +69,23 @@ ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // + layoutControl1.Controls.Add(txtExtension); + layoutControl1.Controls.Add(imgCmbFormatType); + layoutControl1.Controls.Add(imgCmbBimfaceModelType); + layoutControl1.Controls.Add(txtFileSize); + layoutControl1.Controls.Add(imgCmbFileStatus); + layoutControl1.Controls.Add(txtBimfaceId); layoutControl1.Controls.Add(txtDescription); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(btnOk); @@ -64,49 +94,100 @@ layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = layoutControlGroup1; - layoutControl1.Size = new Size(499, 324); + layoutControl1.Size = new Size(448, 468); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // + // txtExtension + // + txtExtension.Location = new Point(88, 156); + txtExtension.Name = "txtExtension"; + txtExtension.Size = new Size(348, 20); + txtExtension.StyleController = layoutControl1; + txtExtension.TabIndex = 22; + // + // imgCmbFormatType + // + imgCmbFormatType.Location = new Point(88, 84); + imgCmbFormatType.Name = "imgCmbFormatType"; + imgCmbFormatType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + imgCmbFormatType.Size = new Size(348, 20); + imgCmbFormatType.StyleController = layoutControl1; + imgCmbFormatType.TabIndex = 18; + // + // imgCmbBimfaceModelType + // + imgCmbBimfaceModelType.Location = new Point(88, 60); + imgCmbBimfaceModelType.Name = "imgCmbBimfaceModelType"; + imgCmbBimfaceModelType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + imgCmbBimfaceModelType.Size = new Size(348, 20); + imgCmbBimfaceModelType.StyleController = layoutControl1; + imgCmbBimfaceModelType.TabIndex = 8; + // + // txtFileSize + // + txtFileSize.Location = new Point(88, 132); + txtFileSize.Name = "txtFileSize"; + txtFileSize.Size = new Size(348, 20); + txtFileSize.StyleController = layoutControl1; + txtFileSize.TabIndex = 4; + // + // imgCmbFileStatus + // + imgCmbFileStatus.Location = new Point(88, 108); + imgCmbFileStatus.Name = "imgCmbFileStatus"; + imgCmbFileStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); + imgCmbFileStatus.Size = new Size(348, 20); + imgCmbFileStatus.StyleController = layoutControl1; + imgCmbFileStatus.TabIndex = 3; + // + // txtBimfaceId + // + txtBimfaceId.Location = new Point(88, 12); + txtBimfaceId.Name = "txtBimfaceId"; + txtBimfaceId.Size = new Size(348, 20); + txtBimfaceId.StyleController = layoutControl1; + txtBimfaceId.TabIndex = 0; + // // txtDescription // - txtDescription.Location = new Point(59, 36); + txtDescription.Location = new Point(88, 180); txtDescription.Name = "txtDescription"; - txtDescription.Size = new Size(428, 250); + txtDescription.Size = new Size(348, 250); txtDescription.StyleController = layoutControl1; - txtDescription.TabIndex = 13; + txtDescription.TabIndex = 5; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; - btnCancel.Location = new Point(400, 290); + btnCancel.Location = new Point(349, 434); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(87, 22); btnCancel.StyleController = layoutControl1; - btnCancel.TabIndex = 6; + btnCancel.TabIndex = 7; btnCancel.Text = "鍙栨秷"; // // btnOk // btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnOk.Appearance.Options.UseBackColor = true; - btnOk.Location = new Point(309, 290); + btnOk.Location = new Point(258, 434); btnOk.Name = "btnOk"; btnOk.Size = new Size(87, 22); btnOk.StyleController = layoutControl1; - btnOk.TabIndex = 5; + btnOk.TabIndex = 6; btnOk.Text = "纭畾"; btnOk.Click += btnOk_Click; // // txtName // - txtName.Location = new Point(59, 12); + txtName.Location = new Point(88, 36); txtName.Name = "txtName"; - txtName.Size = new Size(428, 20); + txtName.Size = new Size(348, 20); txtName.StyleController = layoutControl1; - txtName.TabIndex = 4; + txtName.TabIndex = 2; // // layoutControlGroup1 // @@ -114,33 +195,33 @@ layoutControlGroup1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; layoutControlGroup1.GroupBordersVisible = false; - layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem3, layoutControlItem2, layoutControlItem5 }); + layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, emptySpaceItem1, layoutControlItem3, layoutControlItem2, layoutControlItem5, layoutControlItem4, layoutControlItem6, layoutControlItem7, layoutControlItem8, layoutControlItem9, layoutControlItem10 }); layoutControlGroup1.Name = "layoutControlGroup1"; - layoutControlGroup1.Size = new Size(499, 324); + layoutControlGroup1.Size = new Size(448, 468); layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.AllowHtmlStringInCaption = true; layoutControlItem1.Control = txtName; - layoutControlItem1.Location = new Point(0, 0); + layoutControlItem1.Location = new Point(0, 24); layoutControlItem1.Name = "layoutControlItem1"; - layoutControlItem1.Size = new Size(479, 24); + layoutControlItem1.Size = new Size(428, 24); layoutControlItem1.Text = "<color=red>*</color>鍚嶇О:"; - layoutControlItem1.TextSize = new Size(35, 14); + layoutControlItem1.TextSize = new Size(64, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; - emptySpaceItem1.Location = new Point(0, 278); + emptySpaceItem1.Location = new Point(0, 422); emptySpaceItem1.Name = "emptySpaceItem1"; - emptySpaceItem1.Size = new Size(297, 26); + emptySpaceItem1.Size = new Size(246, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem3 // layoutControlItem3.Control = btnCancel; - layoutControlItem3.Location = new Point(388, 278); + layoutControlItem3.Location = new Point(337, 422); layoutControlItem3.MaxSize = new Size(91, 26); layoutControlItem3.MinSize = new Size(91, 26); layoutControlItem3.Name = "layoutControlItem3"; @@ -152,7 +233,7 @@ // layoutControlItem2 // layoutControlItem2.Control = btnOk; - layoutControlItem2.Location = new Point(297, 278); + layoutControlItem2.Location = new Point(246, 422); layoutControlItem2.MaxSize = new Size(91, 26); layoutControlItem2.MinSize = new Size(91, 26); layoutControlItem2.Name = "layoutControlItem2"; @@ -164,27 +245,93 @@ // layoutControlItem5 // layoutControlItem5.Control = txtDescription; - layoutControlItem5.Location = new Point(0, 24); + layoutControlItem5.Location = new Point(0, 168); layoutControlItem5.Name = "layoutControlItem5"; - layoutControlItem5.Size = new Size(479, 254); - layoutControlItem5.Text = "鎻忚堪:"; - layoutControlItem5.TextSize = new Size(35, 14); + layoutControlItem5.Size = new Size(428, 254); + layoutControlItem5.Text = "璇存槑:"; + layoutControlItem5.TextSize = new Size(64, 14); + // + // layoutControlItem4 + // + layoutControlItem4.AllowHtmlStringInCaption = true; + layoutControlItem4.Control = txtBimfaceId; + layoutControlItem4.Location = new Point(0, 0); + layoutControlItem4.Name = "layoutControlItem4"; + layoutControlItem4.Size = new Size(428, 24); + layoutControlItem4.Text = "<color=red>*</color>BimfaceId:"; + layoutControlItem4.TextSize = new Size(64, 14); + // + // layoutControlItem6 + // + layoutControlItem6.AllowHtmlStringInCaption = true; + layoutControlItem6.Control = imgCmbFileStatus; + layoutControlItem6.Location = new Point(0, 96); + layoutControlItem6.Name = "layoutControlItem6"; + layoutControlItem6.Size = new Size(428, 24); + layoutControlItem6.Text = "<color=red>*</color>鏂囦欢鐘舵��:"; + layoutControlItem6.TextSize = new Size(64, 14); + // + // layoutControlItem7 + // + layoutControlItem7.AllowHtmlStringInCaption = true; + layoutControlItem7.Control = txtFileSize; + layoutControlItem7.Location = new Point(0, 120); + layoutControlItem7.Name = "layoutControlItem7"; + layoutControlItem7.Size = new Size(428, 24); + layoutControlItem7.Text = "鏂囦欢澶у皬:"; + layoutControlItem7.TextSize = new Size(64, 14); + // + // layoutControlItem8 + // + layoutControlItem8.AllowHtmlStringInCaption = true; + layoutControlItem8.Control = imgCmbBimfaceModelType; + layoutControlItem8.Location = new Point(0, 48); + layoutControlItem8.Name = "layoutControlItem8"; + layoutControlItem8.Size = new Size(428, 24); + layoutControlItem8.Text = "<color=red>*</color>妯″瀷绫诲瀷:"; + layoutControlItem8.TextSize = new Size(64, 14); + // + // layoutControlItem9 + // + layoutControlItem9.AllowHtmlStringInCaption = true; + layoutControlItem9.Control = imgCmbFormatType; + layoutControlItem9.Location = new Point(0, 72); + layoutControlItem9.Name = "layoutControlItem9"; + layoutControlItem9.Size = new Size(428, 24); + layoutControlItem9.Text = "<color=red>*</color>鏂囦欢鏍煎紡:"; + layoutControlItem9.TextSize = new Size(64, 14); + // + // layoutControlItem10 + // + layoutControlItem10.AllowHtmlStringInCaption = true; + layoutControlItem10.Control = txtExtension; + layoutControlItem10.Location = new Point(0, 144); + layoutControlItem10.Name = "layoutControlItem10"; + layoutControlItem10.Size = new Size(428, 24); + layoutControlItem10.Text = "<color=red>*</color>鎵╁睍鍚�:"; + layoutControlItem10.TextSize = new Size(64, 14); // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // - // EditBimfaceFileBaseInfoDlg + // EditBimfaceFileDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(499, 324); + ClientSize = new Size(448, 468); Controls.Add(layoutControl1); - Name = "EditBimfaceFileBaseInfoDlg"; + Name = "EditBimfaceFileDlg"; StartPosition = FormStartPosition.CenterParent; Text = "缂栬緫妯″瀷鏂囦欢"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)txtExtension.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)imgCmbFormatType.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)imgCmbBimfaceModelType.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtFileSize.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)imgCmbFileStatus.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)txtBimfaceId.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); @@ -193,6 +340,12 @@ ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit(); + ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } @@ -211,5 +364,17 @@ private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraEditors.MemoEdit txtDescription; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; + private TextEdit txtBimfaceId; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; + private ImageComboBoxEdit imgCmbFileStatus; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; + private TextEdit txtFileSize; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; + private ImageComboBoxEdit imgCmbBimfaceModelType; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; + private ImageComboBoxEdit imgCmbFormatType; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; + private TextEdit txtExtension; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; } } \ No newline at end of file -- Gitblit v1.9.3