namespace Yw.WinFrmUI { partial class UploadBimfaceFileDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); imgCmbFormatType = new ImageComboBoxEdit(); txtDescription = new MemoEdit(); btnCancel = new SimpleButton(); btnOk = new SimpleButton(); txtName = new TextEdit(); btnFullFilePath = new ButtonEdit(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); 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(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)imgCmbFormatType.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)btnFullFilePath.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((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)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(imgCmbFormatType); layoutControl1.Controls.Add(txtDescription); layoutControl1.Controls.Add(btnCancel); layoutControl1.Controls.Add(btnOk); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(btnFullFilePath); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = layoutControlGroup1; layoutControl1.Size = new Size(487, 357); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // imgCmbFormatType // imgCmbFormatType.Location = new Point(83, 12); 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(392, 20); imgCmbFormatType.StyleController = layoutControl1; imgCmbFormatType.TabIndex = 14; // // txtDescription // txtDescription.Location = new Point(83, 84); txtDescription.Name = "txtDescription"; txtDescription.Size = new Size(392, 235); txtDescription.StyleController = layoutControl1; txtDescription.TabIndex = 13; // // btnCancel // btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(388, 323); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(87, 22); btnCancel.StyleController = layoutControl1; btnCancel.TabIndex = 6; btnCancel.Text = "取消"; // // btnOk // btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnOk.Appearance.Options.UseBackColor = true; btnOk.Location = new Point(297, 323); btnOk.Name = "btnOk"; btnOk.Size = new Size(87, 22); btnOk.StyleController = layoutControl1; btnOk.TabIndex = 5; btnOk.Text = "确定"; btnOk.Click += btnOk_Click; // // txtName // txtName.Location = new Point(83, 60); txtName.Name = "txtName"; txtName.Size = new Size(392, 20); txtName.StyleController = layoutControl1; txtName.TabIndex = 4; // // btnFullFilePath // btnFullFilePath.Location = new Point(83, 36); btnFullFilePath.Name = "btnFullFilePath"; btnFullFilePath.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; btnFullFilePath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); btnFullFilePath.Properties.Mask.EditMask = "N00"; btnFullFilePath.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; btnFullFilePath.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; btnFullFilePath.Size = new Size(392, 20); btnFullFilePath.StyleController = layoutControl1; btnFullFilePath.TabIndex = 7; btnFullFilePath.ButtonClick += btnFullFilePath_ButtonClick; // // layoutControlGroup1 // layoutControlGroup1.AppearanceItemCaption.Options.UseTextOptions = true; 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, layoutControlItem4, layoutControlItem6 }); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Size = new Size(487, 357); layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.AllowHtmlStringInCaption = true; layoutControlItem1.Control = txtName; layoutControlItem1.Location = new Point(0, 48); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(467, 24); layoutControlItem1.Text = "*名称:"; layoutControlItem1.TextSize = new Size(59, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 311); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(285, 26); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem3 // layoutControlItem3.Control = btnCancel; layoutControlItem3.Location = new Point(376, 311); layoutControlItem3.MaxSize = new Size(91, 26); layoutControlItem3.MinSize = new Size(91, 26); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(91, 26); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = btnOk; layoutControlItem2.Location = new Point(285, 311); layoutControlItem2.MaxSize = new Size(91, 26); layoutControlItem2.MinSize = new Size(91, 26); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(91, 26); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem5 // layoutControlItem5.Control = txtDescription; layoutControlItem5.Location = new Point(0, 72); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(467, 239); layoutControlItem5.Text = "说明:"; layoutControlItem5.TextSize = new Size(59, 14); // // layoutControlItem4 // layoutControlItem4.AllowHtmlStringInCaption = true; layoutControlItem4.Control = btnFullFilePath; layoutControlItem4.Location = new Point(0, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(467, 24); layoutControlItem4.Text = "*文件路径:"; layoutControlItem4.TextSize = new Size(59, 14); // // layoutControlItem6 // layoutControlItem6.AllowHtmlStringInCaption = true; layoutControlItem6.Control = imgCmbFormatType; layoutControlItem6.Location = new Point(0, 0); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(467, 24); layoutControlItem6.Text = "*文件格式:"; layoutControlItem6.TextSize = new Size(59, 14); // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // UploadBimfaceFileDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(487, 357); Controls.Add(layoutControl1); Name = "UploadBimfaceFileDlg"; StartPosition = FormStartPosition.CenterParent; Text = "上传模型文件"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)imgCmbFormatType.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)btnFullFilePath.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((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)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.MemoEdit txtDescription; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.ButtonEdit btnFullFilePath; private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbFormatType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; } }