DeviceManager/TsSFCDevice.Client.Launch/CheckForm/page_AssignDriveTree.Designer.cs
2024-08-05 17:21:06 +08:00

574 lines
34 KiB
C#

namespace TsSFCDevice.Client.Launch.CheckForm
{
partial class page_AssignDriveTree
{
/// <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(page_AssignDriveTree));
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.tvDevices = new DevExpress.XtraTreeList.TreeList();
this.colAutoID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.coEquipmentName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colEquipmentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colVersionCode = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colVersionRev = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colRemarks = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.txtFormName = new DevExpress.XtraEditors.TextEdit();
this.txtVersionRev = new DevExpress.XtraEditors.TextEdit();
this.txtVersionCode = new DevExpress.XtraEditors.TextEdit();
this.txtRemarks = new DevExpress.XtraEditors.TextEdit();
this.rdo_FormStatus = new DevExpress.XtraEditors.RadioGroup();
this.toolbarFormManager1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(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.bBtnSave = new DevExpress.XtraBars.BarButtonItem();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.rdo_StatusLabel = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.toolbarFormControl1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormControl();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tvDevices)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFormName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersionRev.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersionCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rdo_FormStatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rdo_StatusLabel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.AllowCustomization = false;
this.layoutControl1.Controls.Add(this.tvDevices);
this.layoutControl1.Controls.Add(this.txtFormName);
this.layoutControl1.Controls.Add(this.txtVersionRev);
this.layoutControl1.Controls.Add(this.txtVersionCode);
this.layoutControl1.Controls.Add(this.txtRemarks);
this.layoutControl1.Controls.Add(this.rdo_FormStatus);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 31);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(569, 0, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(873, 763);
this.layoutControl1.TabIndex = 6;
this.layoutControl1.Text = "layoutControl1";
//
// tvDevices
//
this.tvDevices.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
this.tvDevices.Appearance.HeaderPanel.Options.UseFont = true;
this.tvDevices.CaptionHeight = 31;
this.tvDevices.ColumnPanelRowHeight = 31;
this.tvDevices.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colAutoID,
this.coEquipmentName,
this.colEquipmentID,
this.colVersionCode,
this.colVersionRev,
this.colRemarks});
this.tvDevices.FixedLineWidth = 3;
this.tvDevices.HorzScrollStep = 4;
this.tvDevices.Location = new System.Drawing.Point(24, 135);
this.tvDevices.Margin = new System.Windows.Forms.Padding(4);
this.tvDevices.MinWidth = 26;
this.tvDevices.Name = "tvDevices";
this.tvDevices.OptionsBehavior.AllowIndeterminateCheckState = true;
this.tvDevices.OptionsBehavior.AutoSelectAllInEditor = false;
this.tvDevices.OptionsBehavior.Editable = false;
this.tvDevices.OptionsBehavior.ReadOnly = true;
this.tvDevices.OptionsCustomization.AllowBandMoving = false;
this.tvDevices.OptionsCustomization.AllowQuickHideColumns = false;
this.tvDevices.OptionsCustomization.AllowSort = false;
this.tvDevices.OptionsFind.AllowFindPanel = false;
this.tvDevices.OptionsSelection.KeepSelectedOnClick = false;
this.tvDevices.OptionsView.AutoWidth = false;
this.tvDevices.OptionsView.BestFitNodes = DevExpress.XtraTreeList.TreeListBestFitNodes.All;
this.tvDevices.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
this.tvDevices.RowHeight = 31;
this.tvDevices.Size = new System.Drawing.Size(825, 604);
this.tvDevices.TabIndex = 14;
this.tvDevices.TreeLevelWidth = 23;
//
// colAutoID
//
this.colAutoID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colAutoID.AppearanceCell.Options.UseFont = true;
this.colAutoID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colAutoID.AppearanceHeader.Options.UseFont = true;
this.colAutoID.Caption = "设备主键编号";
this.colAutoID.FieldName = "AutoID";
this.colAutoID.MinWidth = 16;
this.colAutoID.Name = "colAutoID";
this.colAutoID.Width = 58;
//
// coEquipmentName
//
this.coEquipmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.coEquipmentName.AppearanceCell.Options.UseFont = true;
this.coEquipmentName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.coEquipmentName.AppearanceHeader.Options.UseFont = true;
this.coEquipmentName.Caption = "设备名称";
this.coEquipmentName.FieldName = "EquipmentName";
this.coEquipmentName.Name = "coEquipmentName";
this.coEquipmentName.Visible = true;
this.coEquipmentName.VisibleIndex = 0;
this.coEquipmentName.Width = 83;
//
// colEquipmentID
//
this.colEquipmentID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentID.AppearanceCell.Options.UseFont = true;
this.colEquipmentID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentID.AppearanceHeader.Options.UseFont = true;
this.colEquipmentID.Caption = "设备编号";
this.colEquipmentID.FieldName = "EquipmentID";
this.colEquipmentID.MinWidth = 16;
this.colEquipmentID.Name = "colEquipmentID";
this.colEquipmentID.Visible = true;
this.colEquipmentID.VisibleIndex = 1;
this.colEquipmentID.Width = 58;
//
// colVersionCode
//
this.colVersionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colVersionCode.AppearanceCell.Options.UseFont = true;
this.colVersionCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colVersionCode.AppearanceHeader.Options.UseFont = true;
this.colVersionCode.Caption = "点检表";
this.colVersionCode.FieldName = "VersionCode";
this.colVersionCode.MinWidth = 16;
this.colVersionCode.Name = "colVersionCode";
this.colVersionCode.Visible = true;
this.colVersionCode.VisibleIndex = 2;
this.colVersionCode.Width = 64;
//
// colVersionRev
//
this.colVersionRev.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colVersionRev.AppearanceCell.Options.UseFont = true;
this.colVersionRev.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colVersionRev.AppearanceHeader.Options.UseFont = true;
this.colVersionRev.Caption = "点检表版本";
this.colVersionRev.FieldName = "VersionRev";
this.colVersionRev.MinWidth = 16;
this.colVersionRev.Name = "colVersionRev";
this.colVersionRev.Visible = true;
this.colVersionRev.VisibleIndex = 3;
this.colVersionRev.Width = 64;
//
// colRemarks
//
this.colRemarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colRemarks.AppearanceCell.Options.UseFont = true;
this.colRemarks.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colRemarks.AppearanceHeader.Options.UseFont = true;
this.colRemarks.Caption = "备注";
this.colRemarks.FieldName = "Remarks";
this.colRemarks.MinWidth = 16;
this.colRemarks.Name = "colRemarks";
this.colRemarks.Visible = true;
this.colRemarks.VisibleIndex = 4;
this.colRemarks.Width = 58;
//
// txtFormName
//
this.txtFormName.Enabled = false;
this.txtFormName.Location = new System.Drawing.Point(88, 12);
this.txtFormName.Margin = new System.Windows.Forms.Padding(4);
this.txtFormName.Name = "txtFormName";
this.txtFormName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtFormName.Properties.Appearance.Options.UseFont = true;
this.txtFormName.Properties.MaxLength = 50;
this.txtFormName.Size = new System.Drawing.Size(346, 26);
this.txtFormName.StyleController = this.layoutControl1;
this.txtFormName.TabIndex = 4;
//
// txtVersionRev
//
this.txtVersionRev.Enabled = false;
this.txtVersionRev.Location = new System.Drawing.Point(88, 42);
this.txtVersionRev.Margin = new System.Windows.Forms.Padding(4);
this.txtVersionRev.Name = "txtVersionRev";
this.txtVersionRev.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtVersionRev.Properties.Appearance.Options.UseFont = true;
this.txtVersionRev.Properties.MaxLength = 50;
this.txtVersionRev.Size = new System.Drawing.Size(346, 26);
this.txtVersionRev.StyleController = this.layoutControl1;
this.txtVersionRev.TabIndex = 7;
//
// txtVersionCode
//
this.txtVersionCode.Enabled = false;
this.txtVersionCode.Location = new System.Drawing.Point(514, 12);
this.txtVersionCode.Margin = new System.Windows.Forms.Padding(4);
this.txtVersionCode.Name = "txtVersionCode";
this.txtVersionCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtVersionCode.Properties.Appearance.Options.UseFont = true;
this.txtVersionCode.Properties.MaxLength = 50;
this.txtVersionCode.Size = new System.Drawing.Size(347, 26);
this.txtVersionCode.StyleController = this.layoutControl1;
this.txtVersionCode.TabIndex = 5;
//
// txtRemarks
//
this.txtRemarks.Enabled = false;
this.txtRemarks.Location = new System.Drawing.Point(88, 72);
this.txtRemarks.Margin = new System.Windows.Forms.Padding(4);
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.txtRemarks.Properties.Appearance.Options.UseFont = true;
this.txtRemarks.Properties.MaxLength = 50;
this.txtRemarks.Size = new System.Drawing.Size(346, 26);
this.txtRemarks.StyleController = this.layoutControl1;
this.txtRemarks.TabIndex = 8;
//
// rdo_FormStatus
//
this.rdo_FormStatus.Enabled = false;
this.rdo_FormStatus.Location = new System.Drawing.Point(514, 42);
this.rdo_FormStatus.Margin = new System.Windows.Forms.Padding(0);
this.rdo_FormStatus.MenuManager = this.toolbarFormManager1;
this.rdo_FormStatus.Name = "rdo_FormStatus";
this.rdo_FormStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.rdo_FormStatus.Properties.Appearance.Options.UseFont = true;
this.rdo_FormStatus.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.rdo_FormStatus.Properties.AppearanceDisabled.Options.UseFont = true;
this.rdo_FormStatus.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.rdo_FormStatus.Properties.AppearanceFocused.Options.UseFont = true;
this.rdo_FormStatus.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.rdo_FormStatus.Properties.AppearanceReadOnly.Options.UseFont = true;
this.rdo_FormStatus.Properties.Columns = 2;
this.rdo_FormStatus.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem(true, "启用"),
new DevExpress.XtraEditors.Controls.RadioGroupItem(false, "禁用")});
this.rdo_FormStatus.Properties.Padding = new System.Windows.Forms.Padding(0);
this.rdo_FormStatus.Size = new System.Drawing.Size(347, 26);
this.rdo_FormStatus.StyleController = this.layoutControl1;
this.rdo_FormStatus.TabIndex = 13;
//
// toolbarFormManager1
//
this.toolbarFormManager1.DockControls.Add(this.barDockControlTop);
this.toolbarFormManager1.DockControls.Add(this.barDockControlBottom);
this.toolbarFormManager1.DockControls.Add(this.barDockControlLeft);
this.toolbarFormManager1.DockControls.Add(this.barDockControlRight);
this.toolbarFormManager1.Form = this;
this.toolbarFormManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.bBtnSave});
this.toolbarFormManager1.MaxItemId = 2;
//
// 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.toolbarFormManager1;
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlTop.Size = new System.Drawing.Size(873, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 794);
this.barDockControlBottom.Manager = this.toolbarFormManager1;
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlBottom.Size = new System.Drawing.Size(873, 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.toolbarFormManager1;
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 763);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(873, 31);
this.barDockControlRight.Manager = this.toolbarFormManager1;
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
this.barDockControlRight.Size = new System.Drawing.Size(0, 763);
//
// bBtnSave
//
this.bBtnSave.Caption = "保存";
this.bBtnSave.Id = 0;
this.bBtnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bBtnSave.ImageOptions.Image")));
this.bBtnSave.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bBtnSave.ImageOptions.LargeImage")));
this.bBtnSave.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.bBtnSave.ItemAppearance.Disabled.Options.UseFont = true;
this.bBtnSave.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F);
this.bBtnSave.ItemAppearance.Hovered.Options.UseFont = true;
this.bBtnSave.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
this.bBtnSave.ItemAppearance.Normal.Options.UseFont = true;
this.bBtnSave.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F);
this.bBtnSave.ItemAppearance.Pressed.Options.UseFont = true;
this.bBtnSave.Name = "bBtnSave";
this.bBtnSave.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.bBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bBtnSave_ItemClick);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlGroup2,
this.emptySpaceItem1,
this.layoutControlItem4,
this.layoutControlItem5,
this.rdo_StatusLabel,
this.layoutControlItem2});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(873, 763);
this.Root.TextVisible = false;
//
// 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.Control = this.txtFormName;
this.layoutControlItem1.CustomizationFormText = "文档名称";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(426, 30);
this.layoutControlItem1.Text = "文档名称";
this.layoutControlItem1.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlGroup2
//
this.layoutControlGroup2.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlGroup2.AppearanceGroup.Options.UseFont = true;
this.layoutControlGroup2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlGroup2.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlGroup2.AppearanceTabPage.Header.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlGroup2.AppearanceTabPage.Header.Options.UseFont = true;
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem3});
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 90);
this.layoutControlGroup2.Name = "layoutControlGroup2";
this.layoutControlGroup2.Size = new System.Drawing.Size(853, 653);
this.layoutControlGroup2.Text = "设备绑定";
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.tvDevices;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(829, 608);
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem3.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(426, 60);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(427, 30);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// 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.Control = this.txtVersionRev;
this.layoutControlItem4.CustomizationFormText = "版本";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 30);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(426, 30);
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.txtRemarks;
this.layoutControlItem5.Location = new System.Drawing.Point(0, 60);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(426, 30);
this.layoutControlItem5.Text = "说明";
this.layoutControlItem5.TextSize = new System.Drawing.Size(64, 19);
//
// rdo_StatusLabel
//
this.rdo_StatusLabel.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.rdo_StatusLabel.AppearanceItemCaption.Options.UseFont = true;
this.rdo_StatusLabel.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.rdo_StatusLabel.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.rdo_StatusLabel.Control = this.rdo_FormStatus;
this.rdo_StatusLabel.Location = new System.Drawing.Point(426, 30);
this.rdo_StatusLabel.MinSize = new System.Drawing.Size(138, 30);
this.rdo_StatusLabel.Name = "rdo_StatusLabel";
this.rdo_StatusLabel.Size = new System.Drawing.Size(427, 30);
this.rdo_StatusLabel.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.rdo_StatusLabel.Text = "状态";
this.rdo_StatusLabel.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.Control = this.txtVersionCode;
this.layoutControlItem2.Location = new System.Drawing.Point(426, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(427, 30);
this.layoutControlItem2.Text = "文档编号";
this.layoutControlItem2.TextSize = new System.Drawing.Size(64, 19);
//
// 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(873, 31);
this.toolbarFormControl1.TabIndex = 7;
this.toolbarFormControl1.TabStop = false;
this.toolbarFormControl1.TitleItemLinks.Add(this.bBtnSave);
this.toolbarFormControl1.ToolbarForm = this;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// page_AssignDriveTree
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(873, 794);
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.toolbarFormControl1);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Tahoma", 12F);
this.IconOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("page_AssignDriveTree.IconOptions.LargeImage")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "page_AssignDriveTree";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "绑定到设备";
this.ToolbarFormControl = this.toolbarFormControl1;
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tvDevices)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtFormName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersionRev.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVersionCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRemarks.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rdo_FormStatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rdo_StatusLabel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.TextEdit txtFormName;
private DevExpress.XtraEditors.TextEdit txtVersionCode;
private DevExpress.XtraEditors.TextEdit txtRemarks;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraBars.ToolbarForm.ToolbarFormControl toolbarFormControl1;
private DevExpress.XtraBars.ToolbarForm.ToolbarFormManager toolbarFormManager1;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarButtonItem bBtnSave;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
private DevExpress.XtraEditors.TextEdit txtVersionRev;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.RadioGroup rdo_FormStatus;
private DevExpress.XtraLayout.LayoutControlItem rdo_StatusLabel;
private DevExpress.XtraTreeList.TreeList tvDevices;
private DevExpress.XtraTreeList.Columns.TreeListColumn colAutoID;
private DevExpress.XtraTreeList.Columns.TreeListColumn coEquipmentName;
private DevExpress.XtraTreeList.Columns.TreeListColumn colEquipmentID;
private DevExpress.XtraTreeList.Columns.TreeListColumn colVersionCode;
private DevExpress.XtraTreeList.Columns.TreeListColumn colVersionRev;
private DevExpress.XtraTreeList.Columns.TreeListColumn colRemarks;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}