DeviceManager/DeviceRepairAndOptimization/Pages/FormVersion/Page_FormVersionAdd.Designer.cs
2024-06-06 01:09:59 +08:00

494 lines
29 KiB
C#

namespace DeviceRepairAndOptimization.Pages.FormVersion
{
partial class Page_FormVersionAdd
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.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()
{
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 = 167D;
rowDefinition4.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition5.Height = 42D;
rowDefinition5.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition6.Height = 42D;
rowDefinition6.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition7.Height = 42D;
rowDefinition7.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition8.Height = 42D;
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(473, 364);
Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = stackPanel1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 293);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 4;
this.layoutControlItem1.Size = new System.Drawing.Size(457, 55);
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(10, 303);
stackPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
stackPanel1.Name = "stackPanel1";
stackPanel1.Size = new System.Drawing.Size(453, 51);
stackPanel1.TabIndex = 4;
//
// btn_Cancel
//
this.btn_Cancel.Location = new System.Drawing.Point(378, 13);
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(73, 24);
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.Location = new System.Drawing.Point(301, 13);
this.btn_Submit.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btn_Submit.Name = "btn_Submit";
this.btn_Submit.Size = new System.Drawing.Size(73, 24);
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(457, 167);
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem2.TextVisible = false;
//
// panelControl1
//
panelControl1.Controls.Add(groupBox1);
panelControl1.Location = new System.Drawing.Point(10, 10);
panelControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
panelControl1.Name = "panelControl1";
panelControl1.Size = new System.Drawing.Size(453, 163);
panelControl1.TabIndex = 5;
//
// groupBox1
//
groupBox1.Controls.Add(this.layoutControl2);
groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
groupBox1.Location = new System.Drawing.Point(2, 2);
groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
groupBox1.Name = "groupBox1";
groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
groupBox1.Size = new System.Drawing.Size(449, 159);
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(2, 16);
this.layoutControl2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
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(445, 141);
this.layoutControl2.TabIndex = 0;
this.layoutControl2.Text = "layoutControl2";
//
// txt_FormName
//
this.txt_FormName.Location = new System.Drawing.Point(67, 15);
this.txt_FormName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_FormName.Name = "txt_FormName";
this.txt_FormName.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.txt_FormName.Properties.Appearance.Options.UseFont = true;
this.txt_FormName.Properties.ReadOnly = true;
this.txt_FormName.Size = new System.Drawing.Size(368, 26);
this.txt_FormName.StyleController = this.layoutControl2;
this.txt_FormName.TabIndex = 6;
//
// txt_Number
//
this.txt_Number.Location = new System.Drawing.Point(67, 57);
this.txt_Number.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_Number.Name = "txt_Number";
this.txt_Number.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.txt_Number.Properties.Appearance.Options.UseFont = true;
this.txt_Number.Properties.ReadOnly = true;
this.txt_Number.Size = new System.Drawing.Size(368, 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(67, 99);
this.txt_Rev.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_Rev.Name = "txt_Rev";
this.txt_Rev.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.txt_Rev.Properties.Appearance.Options.UseFont = true;
this.txt_Rev.Properties.ReadOnly = true;
this.txt_Rev.Size = new System.Drawing.Size(368, 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(445, 141);
this.layoutControlGroup1.TextVisible = false;
//
// 文档编号
//
this..ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this..Control = this.txt_Number;
this..Location = new System.Drawing.Point(0, 41);
this..Name = "文档编号";
this..OptionsTableLayoutItem.RowIndex = 1;
this..Size = new System.Drawing.Size(429, 42);
this..TextSize = new System.Drawing.Size(48, 15);
//
// 文档名称
//
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(429, 41);
this..TextSize = new System.Drawing.Size(48, 15);
//
// 版本
//
this..ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this..Control = this.txt_Rev;
this..Location = new System.Drawing.Point(0, 83);
this..Name = "版本";
this..OptionsTableLayoutItem.RowIndex = 2;
this..Size = new System.Drawing.Size(429, 42);
this..TextSize = new System.Drawing.Size(48, 15);
//
// 说明
//
this..ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this..Control = this.txt_Remark;
this..Location = new System.Drawing.Point(0, 251);
this..Name = "说明";
this..OptionsTableLayoutItem.RowIndex = 3;
this..Size = new System.Drawing.Size(457, 42);
this..TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this..TextSize = new System.Drawing.Size(96, 15);
this..TextToControlDistance = 5;
//
// txt_Remark
//
this.txt_Remark.Location = new System.Drawing.Point(111, 267);
this.txt_Remark.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_Remark.Name = "txt_Remark";
this.txt_Remark.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.txt_Remark.Properties.Appearance.Options.UseFont = true;
this.txt_Remark.Size = new System.Drawing.Size(352, 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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
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(473, 364);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// txt_FilePath
//
this.txt_FilePath.Location = new System.Drawing.Point(111, 225);
this.txt_FilePath.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txt_FilePath.Name = "txt_FilePath";
this.txt_FilePath.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.txt_FilePath.Properties.Appearance.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(352, 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 = 1;
this.radioGroup1.Location = new System.Drawing.Point(111, 177);
this.radioGroup1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.radioGroup1.Name = "radioGroup1";
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(352, 38);
this.radioGroup1.StyleController = this.layoutControl1;
this.radioGroup1.TabIndex = 8;
//
// 文件路径
//
this..ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this..Control = this.txt_FilePath;
this..Location = new System.Drawing.Point(0, 209);
this..Name = "文件路径";
this..OptionsTableLayoutItem.RowIndex = 2;
this..Size = new System.Drawing.Size(457, 42);
this..TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this..TextSize = new System.Drawing.Size(96, 15);
this..TextToControlDistance = 5;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.radioGroup1;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 167);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
this.layoutControlItem3.Size = new System.Drawing.Size(457, 42);
this.layoutControlItem3.Text = "文件版本";
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.layoutControlItem3.TextSize = new System.Drawing.Size(96, 15);
this.layoutControlItem3.TextToControlDistance = 5;
//
// xtraOpenFileDialog1
//
this.xtraOpenFileDialog1.FileName = "xtraOpenFileDialog1";
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// Page_FormVersionAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(473, 364);
this.Controls.Add(this.layoutControl1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IconOptions.Image = global::DeviceRepairAndOptimization.Properties.Resources.edit_16x16;
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
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;
}
}