DeviceManager/TsSFCDevice.Client.Launch/CheckForm/Edit/pageAMFormVersionEdit.Designer.cs
2024-09-26 10:47:56 +08:00

494 lines
29 KiB
C#

namespace TsSFCDevice.Client.Launch.CheckForm
{
partial class pageAMFormVersionEdit
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageAMFormVersionEdit));
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.toolbarFormControl1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormControl();
this.toolbarFormManager1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(this.components);
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
this.btnSave = new DevExpress.XtraBars.BarButtonItem();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.txtName = new DevExpress.XtraEditors.TextEdit();
this.txtCode = new DevExpress.XtraEditors.TextEdit();
this.txtRev = new DevExpress.XtraEditors.TextEdit();
this.txtVersion = new DevExpress.XtraEditors.RadioGroup();
this.txtFilePath = new DevExpress.XtraEditors.ButtonEdit();
this.txtNote = new DevExpress.XtraEditors.MemoEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRev.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFilePath.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtNote.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
this.SuspendLayout();
//
// barManager1
//
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 31);
this.barDockControlTop.Manager = this.barManager1;
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlTop.Size = new System.Drawing.Size(636, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 421);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlBottom.Size = new System.Drawing.Size(636, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
this.barDockControlLeft.Manager = this.barManager1;
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 390);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(636, 31);
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlRight.Size = new System.Drawing.Size(0, 390);
//
// toolbarFormControl1
//
this.toolbarFormControl1.Location = new System.Drawing.Point(0, 0);
this.toolbarFormControl1.Manager = this.toolbarFormManager1;
this.toolbarFormControl1.Margin = new System.Windows.Forms.Padding(4);
this.toolbarFormControl1.Name = "toolbarFormControl1";
this.toolbarFormControl1.Size = new System.Drawing.Size(636, 31);
this.toolbarFormControl1.TabIndex = 4;
this.toolbarFormControl1.TabStop = false;
this.toolbarFormControl1.TitleItemLinks.Add(this.btnSave);
this.toolbarFormControl1.ToolbarForm = this;
//
// toolbarFormManager1
//
this.toolbarFormManager1.DockControls.Add(this.barDockControl1);
this.toolbarFormManager1.DockControls.Add(this.barDockControl2);
this.toolbarFormManager1.DockControls.Add(this.barDockControl3);
this.toolbarFormManager1.DockControls.Add(this.barDockControl4);
this.toolbarFormManager1.Form = this;
this.toolbarFormManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.btnSave});
this.toolbarFormManager1.MaxItemId = 1;
//
// barDockControl1
//
this.barDockControl1.CausesValidation = false;
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControl1.Location = new System.Drawing.Point(0, 31);
this.barDockControl1.Manager = this.toolbarFormManager1;
this.barDockControl1.Size = new System.Drawing.Size(636, 0);
//
// barDockControl2
//
this.barDockControl2.CausesValidation = false;
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl2.Location = new System.Drawing.Point(0, 421);
this.barDockControl2.Manager = this.toolbarFormManager1;
this.barDockControl2.Size = new System.Drawing.Size(636, 0);
//
// barDockControl3
//
this.barDockControl3.CausesValidation = false;
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl3.Location = new System.Drawing.Point(0, 31);
this.barDockControl3.Manager = this.toolbarFormManager1;
this.barDockControl3.Size = new System.Drawing.Size(0, 390);
//
// barDockControl4
//
this.barDockControl4.CausesValidation = false;
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl4.Location = new System.Drawing.Point(636, 31);
this.barDockControl4.Manager = this.toolbarFormManager1;
this.barDockControl4.Size = new System.Drawing.Size(0, 390);
//
// btnSave
//
this.btnSave.Caption = "提交";
this.btnSave.Id = 0;
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
this.btnSave.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.LargeImage")));
this.btnSave.Name = "btnSave";
this.btnSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txtName);
this.layoutControl1.Controls.Add(this.txtCode);
this.layoutControl1.Controls.Add(this.txtRev);
this.layoutControl1.Controls.Add(this.txtVersion);
this.layoutControl1.Controls.Add(this.txtFilePath);
this.layoutControl1.Controls.Add(this.txtNote);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 31);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(636, 390);
this.layoutControl1.TabIndex = 9;
this.layoutControl1.Text = "layoutControl1";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(100, 45);
this.txtName.MenuManager = this.barManager1;
this.txtName.Name = "txtName";
this.txtName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtName.Properties.Appearance.Options.UseFont = true;
this.txtName.Properties.ReadOnly = true;
this.txtName.Size = new System.Drawing.Size(512, 26);
this.txtName.StyleController = this.layoutControl1;
this.txtName.TabIndex = 4;
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(100, 75);
this.txtCode.MenuManager = this.barManager1;
this.txtCode.Name = "txtCode";
this.txtCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtCode.Properties.Appearance.Options.UseFont = true;
this.txtCode.Properties.ReadOnly = true;
this.txtCode.Size = new System.Drawing.Size(512, 26);
this.txtCode.StyleController = this.layoutControl1;
this.txtCode.TabIndex = 5;
//
// txtRev
//
this.txtRev.Location = new System.Drawing.Point(100, 105);
this.txtRev.MenuManager = this.barManager1;
this.txtRev.Name = "txtRev";
this.txtRev.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtRev.Properties.Appearance.Options.UseFont = true;
this.txtRev.Properties.ReadOnly = true;
this.txtRev.Size = new System.Drawing.Size(512, 26);
this.txtRev.StyleController = this.layoutControl1;
this.txtRev.TabIndex = 6;
//
// txtVersion
//
this.txtVersion.EditValue = "FM-P0075.01";
this.txtVersion.Location = new System.Drawing.Point(100, 180);
this.txtVersion.MaximumSize = new System.Drawing.Size(0, 34);
this.txtVersion.MenuManager = this.barManager1;
this.txtVersion.MinimumSize = new System.Drawing.Size(0, 34);
this.txtVersion.Name = "txtVersion";
this.txtVersion.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtVersion.Properties.Appearance.Options.UseFont = true;
this.txtVersion.Properties.Columns = 3;
this.txtVersion.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("FM-P0075.01", "FM-P0075.01"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("FM-P0075.15", "FM-P0075.15"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("FM-P0075.17", "FM-P0075.17")});
this.txtVersion.Size = new System.Drawing.Size(512, 34);
this.txtVersion.StyleController = this.layoutControl1;
this.txtVersion.TabIndex = 7;
//
// txtFilePath
//
this.txtFilePath.Location = new System.Drawing.Point(100, 218);
this.txtFilePath.MenuManager = this.barManager1;
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtFilePath.Properties.Appearance.Options.UseFont = true;
this.txtFilePath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.txtFilePath.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtFilePath.Size = new System.Drawing.Size(512, 26);
this.txtFilePath.StyleController = this.layoutControl1;
this.txtFilePath.TabIndex = 8;
this.txtFilePath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtFilePath_ButtonClick);
//
// txtNote
//
this.txtNote.Location = new System.Drawing.Point(100, 248);
this.txtNote.MenuManager = this.barManager1;
this.txtNote.Name = "txtNote";
this.txtNote.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtNote.Properties.Appearance.Options.UseFont = true;
this.txtNote.Size = new System.Drawing.Size(512, 118);
this.txtNote.StyleController = this.layoutControl1;
this.txtNote.TabIndex = 9;
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlGroup1,
this.layoutControlGroup2});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(636, 390);
this.Root.TextVisible = false;
//
// layoutControlGroup1
//
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3});
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(616, 135);
this.layoutControlGroup1.Text = "点检表信息";
//
// layoutControlItem1
//
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem1.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem1.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem1.Control = this.txtName;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(592, 30);
this.layoutControlItem1.Text = "文档名称";
this.layoutControlItem1.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlItem2
//
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem2.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem2.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem2.Control = this.txtCode;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 30);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(592, 30);
this.layoutControlItem2.Text = "文档编号";
this.layoutControlItem2.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlItem3
//
this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem3.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem3.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem3.Control = this.txtRev;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 60);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(592, 30);
this.layoutControlItem3.Text = "版本";
this.layoutControlItem3.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlGroup2
//
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem4,
this.layoutControlItem5,
this.layoutControlItem6});
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 135);
this.layoutControlGroup2.Name = "layoutControlGroup2";
this.layoutControlGroup2.Size = new System.Drawing.Size(616, 235);
this.layoutControlGroup2.Text = "表单";
//
// layoutControlItem4
//
this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem4.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem4.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem4.Control = this.txtVersion;
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(592, 38);
this.layoutControlItem4.Text = "文件版本";
this.layoutControlItem4.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlItem5
//
this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem5.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem5.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem5.Control = this.txtFilePath;
this.layoutControlItem5.Location = new System.Drawing.Point(0, 38);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(592, 30);
this.layoutControlItem5.Text = "文件路径";
this.layoutControlItem5.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlItem6
//
this.layoutControlItem6.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem6.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem6.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem6.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.layoutControlItem6.Control = this.txtNote;
this.layoutControlItem6.Location = new System.Drawing.Point(0, 68);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(592, 122);
this.layoutControlItem6.Text = "说明";
this.layoutControlItem6.TextSize = new System.Drawing.Size(64, 19);
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// pageAMFormVersionEdit
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.ClientSize = new System.Drawing.Size(636, 421);
this.Controls.Add(this.layoutControl1);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Controls.Add(this.barDockControl3);
this.Controls.Add(this.barDockControl4);
this.Controls.Add(this.barDockControl2);
this.Controls.Add(this.barDockControl1);
this.Controls.Add(this.toolbarFormControl1);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Tahoma", 12F);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "pageAMFormVersionEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AM 的点检表";
this.ToolbarFormControl = this.toolbarFormControl1;
this.Load += new System.EventHandler(this.pageFormVersionEdit_Load);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRev.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFilePath.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtNote.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.ToolbarForm.ToolbarFormControl toolbarFormControl1;
private DevExpress.XtraBars.ToolbarForm.ToolbarFormManager toolbarFormManager1;
private DevExpress.XtraBars.BarDockControl barDockControl1;
private DevExpress.XtraBars.BarDockControl barDockControl2;
private DevExpress.XtraBars.BarDockControl barDockControl3;
private DevExpress.XtraBars.BarDockControl barDockControl4;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtName;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.TextEdit txtCode;
private DevExpress.XtraEditors.TextEdit txtRev;
private DevExpress.XtraEditors.RadioGroup txtVersion;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.ButtonEdit txtFilePath;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraBars.BarButtonItem btnSave;
private DevExpress.XtraEditors.MemoEdit txtNote;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
}
}