namespace DeviceRepairAndOptimization.Pages.FormVersion { partial class Page_FormVersionAdd { /// /// 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() { this.components = new System.ComponentModel.Container(); DevExpress.XtraLayout.LayoutControlGroup Root; DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.Utils.Layout.StackPanel stackPanel1; DevExpress.XtraEditors.PanelControl panelControl1; System.Windows.Forms.GroupBox groupBox1; DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.btn_Submit = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl(); this.txt_FormName = new DevExpress.XtraEditors.TextEdit(); this.txt_Number = new DevExpress.XtraEditors.TextEdit(); this.txt_Rev = new DevExpress.XtraEditors.TextEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.文档编号 = new DevExpress.XtraLayout.LayoutControlItem(); this.文档名称 = new DevExpress.XtraLayout.LayoutControlItem(); this.版本 = new DevExpress.XtraLayout.LayoutControlItem(); this.说明 = new DevExpress.XtraLayout.LayoutControlItem(); this.txt_Remark = new DevExpress.XtraEditors.TextEdit(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.txt_FilePath = new DevExpress.XtraEditors.ButtonEdit(); this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup(); this.文件路径 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.xtraOpenFileDialog1 = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true); Root = new DevExpress.XtraLayout.LayoutControlGroup(); stackPanel1 = new DevExpress.Utils.Layout.StackPanel(); panelControl1 = new DevExpress.XtraEditors.PanelControl(); groupBox1 = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackPanel1)).BeginInit(); stackPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(panelControl1)).BeginInit(); panelControl1.SuspendLayout(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit(); this.layoutControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_FormName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Number.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Rev.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.文档编号)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.文档名称)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.版本)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.说明)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_FilePath.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.文件路径)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); this.SuspendLayout(); // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.说明, this.文件路径, this.layoutControlItem3}); Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; Root.Name = "Root"; columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition2.Width = 100D; Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition2}); rowDefinition4.Height = 212D; rowDefinition4.SizeType = System.Windows.Forms.SizeType.Absolute; rowDefinition5.Height = 53D; rowDefinition5.SizeType = System.Windows.Forms.SizeType.Absolute; rowDefinition6.Height = 53D; rowDefinition6.SizeType = System.Windows.Forms.SizeType.Absolute; rowDefinition7.Height = 53D; rowDefinition7.SizeType = System.Windows.Forms.SizeType.Absolute; rowDefinition8.Height = 53D; rowDefinition8.SizeType = System.Windows.Forms.SizeType.Absolute; Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition4, rowDefinition5, rowDefinition6, rowDefinition7, rowDefinition8}); Root.Size = new System.Drawing.Size(608, 456); Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = stackPanel1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 371); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 4; this.layoutControlItem1.Size = new System.Drawing.Size(582, 59); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // stackPanel1 // stackPanel1.Controls.Add(this.btn_Cancel); stackPanel1.Controls.Add(this.btn_Submit); stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft; stackPanel1.Location = new System.Drawing.Point(16, 387); stackPanel1.Name = "stackPanel1"; stackPanel1.Size = new System.Drawing.Size(576, 53); stackPanel1.TabIndex = 4; // // btn_Cancel // this.btn_Cancel.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_Cancel.Appearance.Options.UseFont = true; this.btn_Cancel.Location = new System.Drawing.Point(465, 7); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(108, 39); this.btn_Cancel.TabIndex = 0; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Submit // this.btn_Submit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btn_Submit.Appearance.Options.UseFont = true; this.btn_Submit.Location = new System.Drawing.Point(351, 7); this.btn_Submit.Name = "btn_Submit"; this.btn_Submit.Size = new System.Drawing.Size(108, 39); this.btn_Submit.TabIndex = 1; this.btn_Submit.Text = "提交"; this.btn_Submit.Click += new System.EventHandler(this.btn_Submit_Click); // // layoutControlItem2 // this.layoutControlItem2.Control = panelControl1; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(582, 212); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // panelControl1 // panelControl1.Controls.Add(groupBox1); panelControl1.Location = new System.Drawing.Point(16, 16); panelControl1.Name = "panelControl1"; panelControl1.Size = new System.Drawing.Size(576, 206); panelControl1.TabIndex = 5; // // groupBox1 // groupBox1.Controls.Add(this.layoutControl2); groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; groupBox1.Font = new System.Drawing.Font("Tahoma", 12F); groupBox1.Location = new System.Drawing.Point(2, 2); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(572, 202); groupBox1.TabIndex = 0; groupBox1.TabStop = false; groupBox1.Text = "点检表信息"; // // layoutControl2 // this.layoutControl2.Controls.Add(this.txt_FormName); this.layoutControl2.Controls.Add(this.txt_Number); this.layoutControl2.Controls.Add(this.txt_Rev); this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl2.Location = new System.Drawing.Point(3, 23); this.layoutControl2.Name = "layoutControl2"; this.layoutControl2.OptionsPrint.AppearanceGroupCaption.BackColor = System.Drawing.Color.LightGray; this.layoutControl2.OptionsPrint.AppearanceGroupCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.layoutControl2.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor = true; this.layoutControl2.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true; this.layoutControl2.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true; this.layoutControl2.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControl2.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.layoutControl2.Root = this.layoutControlGroup1; this.layoutControl2.Size = new System.Drawing.Size(566, 176); this.layoutControl2.TabIndex = 0; this.layoutControl2.Text = "layoutControl2"; // // txt_FormName // this.txt_FormName.Location = new System.Drawing.Point(95, 25); this.txt_FormName.Name = "txt_FormName"; this.txt_FormName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FormName.Properties.Appearance.Options.UseFont = true; this.txt_FormName.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FormName.Properties.AppearanceDisabled.Options.UseFont = true; this.txt_FormName.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FormName.Properties.AppearanceFocused.Options.UseFont = true; this.txt_FormName.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FormName.Properties.AppearanceReadOnly.Options.UseFont = true; this.txt_FormName.Properties.ReadOnly = true; this.txt_FormName.Size = new System.Drawing.Size(455, 26); this.txt_FormName.StyleController = this.layoutControl2; this.txt_FormName.TabIndex = 6; // // txt_Number // this.txt_Number.Location = new System.Drawing.Point(95, 75); this.txt_Number.Name = "txt_Number"; this.txt_Number.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Number.Properties.Appearance.Options.UseFont = true; this.txt_Number.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Number.Properties.AppearanceDisabled.Options.UseFont = true; this.txt_Number.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Number.Properties.AppearanceFocused.Options.UseFont = true; this.txt_Number.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Number.Properties.AppearanceReadOnly.Options.UseFont = true; this.txt_Number.Properties.ReadOnly = true; this.txt_Number.Size = new System.Drawing.Size(455, 26); this.txt_Number.StyleController = this.layoutControl2; this.txt_Number.TabIndex = 5; // // txt_Rev // this.txt_Rev.Anchor = System.Windows.Forms.AnchorStyles.Left; this.txt_Rev.Location = new System.Drawing.Point(95, 125); this.txt_Rev.Name = "txt_Rev"; this.txt_Rev.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Rev.Properties.Appearance.Options.UseFont = true; this.txt_Rev.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Rev.Properties.AppearanceDisabled.Options.UseFont = true; this.txt_Rev.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Rev.Properties.AppearanceFocused.Options.UseFont = true; this.txt_Rev.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Rev.Properties.AppearanceReadOnly.Options.UseFont = true; this.txt_Rev.Properties.ReadOnly = true; this.txt_Rev.Size = new System.Drawing.Size(455, 26); this.txt_Rev.StyleController = this.layoutControl2; this.txt_Rev.TabIndex = 4; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.文档编号, this.文档名称, this.版本}); this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.layoutControlGroup1.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; columnDefinition1.Width = 100D; this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1}); rowDefinition1.Height = 100D; rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition2.Height = 100D; rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; rowDefinition3.Height = 100D; rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3}); this.layoutControlGroup1.Size = new System.Drawing.Size(566, 176); this.layoutControlGroup1.TextVisible = false; // // 文档编号 // this.文档编号.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.文档编号.AppearanceItemCaption.Options.UseFont = true; this.文档编号.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.文档编号.Control = this.txt_Number; this.文档编号.Location = new System.Drawing.Point(0, 50); this.文档编号.Name = "文档编号"; this.文档编号.OptionsTableLayoutItem.RowIndex = 1; this.文档编号.Size = new System.Drawing.Size(540, 50); this.文档编号.TextSize = new System.Drawing.Size(64, 19); // // 文档名称 // this.文档名称.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.文档名称.AppearanceItemCaption.Options.UseFont = true; this.文档名称.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.文档名称.AppearanceItemCaptionDisabled.Options.UseFont = true; this.文档名称.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.文档名称.Control = this.txt_FormName; this.文档名称.Location = new System.Drawing.Point(0, 0); this.文档名称.Name = "文档名称"; this.文档名称.Size = new System.Drawing.Size(540, 50); this.文档名称.TextSize = new System.Drawing.Size(64, 19); // // 版本 // this.版本.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.版本.AppearanceItemCaption.Options.UseFont = true; this.版本.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.版本.Control = this.txt_Rev; this.版本.Location = new System.Drawing.Point(0, 100); this.版本.Name = "版本"; this.版本.OptionsTableLayoutItem.RowIndex = 2; this.版本.Size = new System.Drawing.Size(540, 50); this.版本.TextSize = new System.Drawing.Size(64, 19); // // 说明 // this.说明.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.说明.AppearanceItemCaption.Options.UseFont = true; this.说明.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.说明.Control = this.txt_Remark; this.说明.Location = new System.Drawing.Point(0, 318); this.说明.MinSize = new System.Drawing.Size(184, 32); this.说明.Name = "说明"; this.说明.OptionsTableLayoutItem.RowIndex = 3; this.说明.Size = new System.Drawing.Size(582, 53); this.说明.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.说明.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; this.说明.TextSize = new System.Drawing.Size(123, 19); this.说明.TextToControlDistance = 5; // // txt_Remark // this.txt_Remark.Location = new System.Drawing.Point(144, 344); this.txt_Remark.Name = "txt_Remark"; this.txt_Remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_Remark.Properties.Appearance.Options.UseFont = true; this.txt_Remark.Size = new System.Drawing.Size(448, 26); this.txt_Remark.StyleController = this.layoutControl1; this.txt_Remark.TabIndex = 7; // // layoutControl1 // this.layoutControl1.Controls.Add(panelControl1); this.layoutControl1.Controls.Add(stackPanel1); this.layoutControl1.Controls.Add(this.txt_FilePath); this.layoutControl1.Controls.Add(this.txt_Remark); this.layoutControl1.Controls.Add(this.radioGroup1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(939, 128, 812, 500); this.layoutControl1.OptionsPrint.AppearanceGroupCaption.BackColor = System.Drawing.Color.LightGray; this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F); this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor = true; this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true; this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true; this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.layoutControl1.Root = Root; this.layoutControl1.Size = new System.Drawing.Size(608, 456); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // txt_FilePath // this.txt_FilePath.Location = new System.Drawing.Point(144, 291); this.txt_FilePath.Name = "txt_FilePath"; this.txt_FilePath.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FilePath.Properties.Appearance.Options.UseFont = true; this.txt_FilePath.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FilePath.Properties.AppearanceDisabled.Options.UseFont = true; this.txt_FilePath.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FilePath.Properties.AppearanceFocused.Options.UseFont = true; this.txt_FilePath.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F); this.txt_FilePath.Properties.AppearanceReadOnly.Options.UseFont = true; this.txt_FilePath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txt_FilePath.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_FilePath.Size = new System.Drawing.Size(448, 26); this.txt_FilePath.StyleController = this.layoutControl1; this.txt_FilePath.TabIndex = 6; this.txt_FilePath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txt_FilePath_ButtonClick); // // radioGroup1 // this.radioGroup1.EditValue = "FM-P0047.03"; this.radioGroup1.Location = new System.Drawing.Point(144, 228); this.radioGroup1.Name = "radioGroup1"; this.radioGroup1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.radioGroup1.Properties.Appearance.Options.UseFont = true; this.radioGroup1.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default; this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("FM-P0047.03", "FM-P0047.03"), new DevExpress.XtraEditors.Controls.RadioGroupItem("FM-P0079.02", "FM-P0079.02")}); this.radioGroup1.Size = new System.Drawing.Size(448, 47); this.radioGroup1.StyleController = this.layoutControl1; this.radioGroup1.TabIndex = 8; this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged); // // 文件路径 // this.文件路径.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.文件路径.AppearanceItemCaption.Options.UseFont = true; this.文件路径.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.文件路径.Control = this.txt_FilePath; this.文件路径.Location = new System.Drawing.Point(0, 265); this.文件路径.MinSize = new System.Drawing.Size(184, 32); this.文件路径.Name = "文件路径"; this.文件路径.OptionsTableLayoutItem.RowIndex = 2; this.文件路径.Size = new System.Drawing.Size(582, 53); this.文件路径.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.文件路径.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; this.文件路径.TextSize = new System.Drawing.Size(123, 19); this.文件路径.TextToControlDistance = 5; // // layoutControlItem3 // this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem3.Control = this.radioGroup1; this.layoutControlItem3.Location = new System.Drawing.Point(0, 212); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; this.layoutControlItem3.Size = new System.Drawing.Size(582, 53); this.layoutControlItem3.Text = "文件版本"; this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize; this.layoutControlItem3.TextSize = new System.Drawing.Size(123, 19); this.layoutControlItem3.TextToControlDistance = 5; // // xtraOpenFileDialog1 // this.xtraOpenFileDialog1.FileName = "xtraOpenFileDialog1"; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // Page_FormVersionAdd // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(608, 456); this.Controls.Add(this.layoutControl1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Tahoma", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IconOptions.Image = global::DeviceRepairAndOptimization.Properties.Resources.edit_16x16; this.Name = "Page_FormVersionAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Page_FormVersionAdd"; this.Load += new System.EventHandler(this.Page_FormVersionAdd_Load); ((System.ComponentModel.ISupportInitialize)(Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackPanel1)).EndInit(); stackPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(panelControl1)).EndInit(); panelControl1.ResumeLayout(false); groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit(); this.layoutControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_FormName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Number.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Rev.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.文档编号)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.文档名称)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.版本)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.说明)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_FilePath.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.文件路径)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.SimpleButton btn_Cancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraEditors.SimpleButton btn_Submit; private DevExpress.XtraLayout.LayoutControl layoutControl2; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.TextEdit txt_FormName; private DevExpress.XtraEditors.TextEdit txt_Number; private DevExpress.XtraEditors.TextEdit txt_Rev; private DevExpress.XtraLayout.LayoutControlItem 文档编号; private DevExpress.XtraLayout.LayoutControlItem 文档名称; private DevExpress.XtraLayout.LayoutControlItem 版本; private DevExpress.XtraEditors.ButtonEdit txt_FilePath; private DevExpress.XtraEditors.TextEdit txt_Remark; private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog1; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem 说明; private DevExpress.XtraEditors.RadioGroup radioGroup1; private DevExpress.XtraLayout.LayoutControlItem 文件路径; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; } }