DeviceManager/DeviceRepairAndOptimization/Pages/AM/DeviceTreeView/pageAmDeviceTreeView.Designer.cs
2024-07-22 15:50:10 +08:00

494 lines
29 KiB
C#

namespace DeviceRepairAndOptimization.Pages.AM.DeviceTreeView
{
partial class pageAmDeviceTreeView
{
/// <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()
{
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
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.colSpecification = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colManufacturer = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colSerialNumber = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colUsingDate = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colTotalcapacity = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colWeight = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colEquipmentCategory = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colEquipmentOriginalvalue = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colEquipmentStatus = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colWarrantyPeriod = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colInstallationLocation = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colOwningUnit = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colOperatingParameters = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colRemarks = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.EditSearch = new DevExpress.XtraEditors.ButtonEdit();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tvDevices)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EditSearch.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.AllowCustomization = false;
this.layoutControl1.AllowDrop = true;
this.layoutControl1.Controls.Add(this.tvDevices);
this.layoutControl1.Controls.Add(this.EditSearch);
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(1237, 694, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(1854, 900);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// tvDevices
//
this.tvDevices.ColumnPanelRowHeight = 31;
this.tvDevices.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colAutoID,
this.coEquipmentName,
this.colEquipmentID,
this.colVersionCode,
this.colVersionRev,
this.colSpecification,
this.colManufacturer,
this.colSerialNumber,
this.colUsingDate,
this.colTotalcapacity,
this.colWeight,
this.colEquipmentCategory,
this.colEquipmentOriginalvalue,
this.colEquipmentStatus,
this.colWarrantyPeriod,
this.colInstallationLocation,
this.colOwningUnit,
this.colOperatingParameters,
this.colRemarks});
this.tvDevices.FixedLineWidth = 3;
this.tvDevices.HorzScrollStep = 4;
this.tvDevices.Location = new System.Drawing.Point(12, 57);
this.tvDevices.Margin = new System.Windows.Forms.Padding(4);
this.tvDevices.MinimumSize = new System.Drawing.Size(1500, 0);
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.RowHeight = 31;
this.tvDevices.Size = new System.Drawing.Size(1830, 831);
this.tvDevices.TabIndex = 14;
this.tvDevices.TreeLevelWidth = 23;
this.tvDevices.CustomColumnDisplayText += new DevExpress.XtraTreeList.CustomColumnDisplayTextEventHandler(this.tvDevices_CustomColumnDisplayText);
//
// 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.Name = "colAutoID";
//
// 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.MaxWidth = 600;
this.coEquipmentName.MinWidth = 26;
this.coEquipmentName.Name = "coEquipmentName";
this.coEquipmentName.Visible = true;
this.coEquipmentName.VisibleIndex = 0;
this.coEquipmentName.Width = 107;
//
// 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.Name = "colEquipmentID";
this.colEquipmentID.Visible = true;
this.colEquipmentID.VisibleIndex = 1;
//
// 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.Name = "colVersionCode";
this.colVersionCode.Visible = true;
this.colVersionCode.VisibleIndex = 2;
this.colVersionCode.Width = 82;
//
// 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.Name = "colVersionRev";
this.colVersionRev.Visible = true;
this.colVersionRev.VisibleIndex = 3;
this.colVersionRev.Width = 82;
//
// colSpecification
//
this.colSpecification.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colSpecification.AppearanceCell.Options.UseFont = true;
this.colSpecification.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colSpecification.AppearanceHeader.Options.UseFont = true;
this.colSpecification.Caption = "设备型号规格";
this.colSpecification.FieldName = "Specification";
this.colSpecification.Name = "colSpecification";
this.colSpecification.Visible = true;
this.colSpecification.VisibleIndex = 4;
//
// colManufacturer
//
this.colManufacturer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colManufacturer.AppearanceCell.Options.UseFont = true;
this.colManufacturer.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colManufacturer.AppearanceHeader.Options.UseFont = true;
this.colManufacturer.Caption = "制造厂家";
this.colManufacturer.FieldName = "Manufacturer";
this.colManufacturer.Name = "colManufacturer";
this.colManufacturer.Visible = true;
this.colManufacturer.VisibleIndex = 5;
//
// colSerialNumber
//
this.colSerialNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colSerialNumber.AppearanceCell.Options.UseFont = true;
this.colSerialNumber.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colSerialNumber.AppearanceHeader.Options.UseFont = true;
this.colSerialNumber.Caption = "出场编号";
this.colSerialNumber.FieldName = "SerialNumber";
this.colSerialNumber.Name = "colSerialNumber";
this.colSerialNumber.Visible = true;
this.colSerialNumber.VisibleIndex = 6;
//
// colUsingDate
//
this.colUsingDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colUsingDate.AppearanceCell.Options.UseFont = true;
this.colUsingDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colUsingDate.AppearanceHeader.Options.UseFont = true;
this.colUsingDate.Caption = "投产年月";
this.colUsingDate.FieldName = "UsingDate";
this.colUsingDate.Name = "colUsingDate";
this.colUsingDate.Visible = true;
this.colUsingDate.VisibleIndex = 7;
//
// colTotalcapacity
//
this.colTotalcapacity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colTotalcapacity.AppearanceCell.Options.UseFont = true;
this.colTotalcapacity.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colTotalcapacity.AppearanceHeader.Options.UseFont = true;
this.colTotalcapacity.Caption = "设备总容量(KW)";
this.colTotalcapacity.FieldName = "Totalcapacity";
this.colTotalcapacity.Name = "colTotalcapacity";
this.colTotalcapacity.Visible = true;
this.colTotalcapacity.VisibleIndex = 8;
//
// colWeight
//
this.colWeight.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colWeight.AppearanceCell.Options.UseFont = true;
this.colWeight.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colWeight.AppearanceHeader.Options.UseFont = true;
this.colWeight.Caption = "设备重量(吨)";
this.colWeight.FieldName = "Weight";
this.colWeight.Name = "colWeight";
this.colWeight.Visible = true;
this.colWeight.VisibleIndex = 9;
//
// colEquipmentCategory
//
this.colEquipmentCategory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentCategory.AppearanceCell.Options.UseFont = true;
this.colEquipmentCategory.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentCategory.AppearanceHeader.Options.UseFont = true;
this.colEquipmentCategory.Caption = "设备类别";
this.colEquipmentCategory.FieldName = "EquipmentCategory";
this.colEquipmentCategory.Name = "colEquipmentCategory";
this.colEquipmentCategory.Visible = true;
this.colEquipmentCategory.VisibleIndex = 10;
//
// colEquipmentOriginalvalue
//
this.colEquipmentOriginalvalue.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentOriginalvalue.AppearanceCell.Options.UseFont = true;
this.colEquipmentOriginalvalue.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentOriginalvalue.AppearanceHeader.Options.UseFont = true;
this.colEquipmentOriginalvalue.Caption = "设备原值(万元)";
this.colEquipmentOriginalvalue.FieldName = "EquipmentOriginalvalue";
this.colEquipmentOriginalvalue.Name = "colEquipmentOriginalvalue";
this.colEquipmentOriginalvalue.Visible = true;
this.colEquipmentOriginalvalue.VisibleIndex = 11;
//
// colEquipmentStatus
//
this.colEquipmentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentStatus.AppearanceCell.Options.UseFont = true;
this.colEquipmentStatus.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colEquipmentStatus.AppearanceHeader.Options.UseFont = true;
this.colEquipmentStatus.Caption = "设备状态";
this.colEquipmentStatus.FieldName = "EquipmentStatus";
this.colEquipmentStatus.Name = "colEquipmentStatus";
this.colEquipmentStatus.Visible = true;
this.colEquipmentStatus.VisibleIndex = 12;
//
// colWarrantyPeriod
//
this.colWarrantyPeriod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colWarrantyPeriod.AppearanceCell.Options.UseFont = true;
this.colWarrantyPeriod.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colWarrantyPeriod.AppearanceHeader.Options.UseFont = true;
this.colWarrantyPeriod.Caption = "质保期";
this.colWarrantyPeriod.FieldName = "WarrantyPeriod";
this.colWarrantyPeriod.Name = "colWarrantyPeriod";
this.colWarrantyPeriod.Visible = true;
this.colWarrantyPeriod.VisibleIndex = 13;
//
// colInstallationLocation
//
this.colInstallationLocation.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colInstallationLocation.AppearanceCell.Options.UseFont = true;
this.colInstallationLocation.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colInstallationLocation.AppearanceHeader.Options.UseFont = true;
this.colInstallationLocation.Caption = "安装地点";
this.colInstallationLocation.FieldName = "InstallationLocation";
this.colInstallationLocation.Name = "colInstallationLocation";
this.colInstallationLocation.Visible = true;
this.colInstallationLocation.VisibleIndex = 14;
//
// colOwningUnit
//
this.colOwningUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colOwningUnit.AppearanceCell.Options.UseFont = true;
this.colOwningUnit.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colOwningUnit.AppearanceHeader.Options.UseFont = true;
this.colOwningUnit.Caption = "所属单元";
this.colOwningUnit.FieldName = "OwningUnit";
this.colOwningUnit.Name = "colOwningUnit";
this.colOwningUnit.Visible = true;
this.colOwningUnit.VisibleIndex = 15;
//
// colOperatingParameters
//
this.colOperatingParameters.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.colOperatingParameters.AppearanceCell.Options.UseFont = true;
this.colOperatingParameters.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.colOperatingParameters.AppearanceHeader.Options.UseFont = true;
this.colOperatingParameters.Caption = "运行参数";
this.colOperatingParameters.FieldName = "OperatingParameters";
this.colOperatingParameters.Name = "colOperatingParameters";
this.colOperatingParameters.Visible = true;
this.colOperatingParameters.VisibleIndex = 16;
//
// 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.Name = "colRemarks";
this.colRemarks.Visible = true;
this.colRemarks.VisibleIndex = 17;
//
// EditSearch
//
this.EditSearch.Location = new System.Drawing.Point(1472, 19);
this.EditSearch.Name = "EditSearch";
this.EditSearch.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.EditSearch.Properties.Appearance.Options.UseFont = true;
serializableAppearanceObject1.Font = new System.Drawing.Font("Tahoma", 12F);
serializableAppearanceObject1.Options.UseFont = true;
serializableAppearanceObject2.Font = new System.Drawing.Font("Tahoma", 12F);
serializableAppearanceObject2.Options.UseFont = true;
serializableAppearanceObject3.Font = new System.Drawing.Font("Tahoma", 12F);
serializableAppearanceObject3.Options.UseFont = true;
serializableAppearanceObject4.Font = new System.Drawing.Font("Tahoma", 12F);
serializableAppearanceObject4.Options.UseFont = true;
this.EditSearch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Search, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.EditSearch.Size = new System.Drawing.Size(370, 26);
this.EditSearch.StyleController = this.layoutControl1;
this.EditSearch.TabIndex = 5;
this.EditSearch.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.EditSearch_ButtonClick);
this.EditSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EditSearch_KeyPress);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem2,
this.layoutControlItem1});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition1.Width = 100D;
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Absolute;
columnDefinition2.Width = 450D;
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
columnDefinition1,
columnDefinition2});
rowDefinition1.Height = 45D;
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition2.Height = 100D;
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
rowDefinition1,
rowDefinition2});
this.Root.Size = new System.Drawing.Size(1854, 900);
this.Root.TextVisible = false;
//
// layoutControlItem2
//
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.layoutControlItem2.Control = this.EditSearch;
this.layoutControlItem2.Location = new System.Drawing.Point(1384, 0);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem2.OptionsToolTip.ToolTip = "输入设备编号/设备名称/设备型号查询";
this.layoutControlItem2.Size = new System.Drawing.Size(450, 45);
this.layoutControlItem2.Text = "关键字:";
this.layoutControlItem2.TextSize = new System.Drawing.Size(64, 19);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.tvDevices;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 45);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.OptionsTableLayoutItem.ColumnSpan = 2;
this.layoutControlItem1.OptionsTableLayoutItem.RowIndex = 1;
this.layoutControlItem1.Size = new System.Drawing.Size(1834, 835);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// pageAmDeviceTreeView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1854, 900);
this.Controls.Add(this.layoutControl1);
this.Name = "pageAmDeviceTreeView";
this.Text = "pageAmDeviceTreeView";
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tvDevices)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EditSearch.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.ButtonEdit EditSearch;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
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 colSpecification;
private DevExpress.XtraTreeList.Columns.TreeListColumn colManufacturer;
private DevExpress.XtraTreeList.Columns.TreeListColumn colSerialNumber;
private DevExpress.XtraTreeList.Columns.TreeListColumn colUsingDate;
private DevExpress.XtraTreeList.Columns.TreeListColumn colTotalcapacity;
private DevExpress.XtraTreeList.Columns.TreeListColumn colWeight;
private DevExpress.XtraTreeList.Columns.TreeListColumn colEquipmentCategory;
private DevExpress.XtraTreeList.Columns.TreeListColumn colEquipmentOriginalvalue;
private DevExpress.XtraTreeList.Columns.TreeListColumn colEquipmentStatus;
private DevExpress.XtraTreeList.Columns.TreeListColumn colWarrantyPeriod;
private DevExpress.XtraTreeList.Columns.TreeListColumn colInstallationLocation;
private DevExpress.XtraTreeList.Columns.TreeListColumn colOwningUnit;
private DevExpress.XtraTreeList.Columns.TreeListColumn colOperatingParameters;
private DevExpress.XtraTreeList.Columns.TreeListColumn colRemarks;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
}
}