namespace DeviceRepairAndOptimization.Pages.DriveMaintenance
{
partial class xuc_BindDrives
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
this.EquipmentName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.EquipmentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.Specification = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.Manufacturer = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.SerialNumber = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.UsingDate = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.Totalcapacity = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.Weight = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.EquipmentCategory = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.EquipmentOriginalvalue = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.EquipmentStatus = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.WarrantyPeriod = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.InstallationLocation = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.OwningUnit = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.OperatingParameters = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.MaintenanceFormVersionName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
this.SuspendLayout();
//
// treeList1
//
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.EquipmentName,
this.EquipmentID,
this.Specification,
this.Manufacturer,
this.SerialNumber,
this.UsingDate,
this.Totalcapacity,
this.Weight,
this.EquipmentCategory,
this.EquipmentOriginalvalue,
this.EquipmentStatus,
this.WarrantyPeriod,
this.InstallationLocation,
this.OwningUnit,
this.OperatingParameters,
this.MaintenanceFormVersionName});
this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeList1.Location = new System.Drawing.Point(0, 0);
this.treeList1.Name = "treeList1";
this.treeList1.OptionsBehavior.AllowIndeterminateCheckState = true;
this.treeList1.OptionsView.AutoWidth = false;
this.treeList1.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
this.treeList1.Size = new System.Drawing.Size(1333, 568);
this.treeList1.TabIndex = 0;
this.treeList1.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeList1_BeforeCheckNode);
this.treeList1.AfterCheckNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterCheckNode);
//
// EquipmentName
//
this.EquipmentName.Caption = "设备名称";
this.EquipmentName.FieldName = "EquipmentName";
this.EquipmentName.Name = "EquipmentName";
this.EquipmentName.OptionsColumn.AllowEdit = false;
this.EquipmentName.OptionsColumn.ReadOnly = true;
this.EquipmentName.Visible = true;
this.EquipmentName.VisibleIndex = 0;
//
// EquipmentID
//
this.EquipmentID.Caption = "设备编号";
this.EquipmentID.FieldName = "EquipmentID";
this.EquipmentID.Name = "EquipmentID";
this.EquipmentID.OptionsColumn.AllowEdit = false;
this.EquipmentID.OptionsColumn.ReadOnly = true;
this.EquipmentID.Visible = true;
this.EquipmentID.VisibleIndex = 1;
//
// Specification
//
this.Specification.Caption = "设备型号规格";
this.Specification.FieldName = "Specification";
this.Specification.Name = "Specification";
this.Specification.OptionsColumn.AllowEdit = false;
this.Specification.OptionsColumn.ReadOnly = true;
this.Specification.Visible = true;
this.Specification.VisibleIndex = 2;
//
// Manufacturer
//
this.Manufacturer.Caption = "制造厂家";
this.Manufacturer.FieldName = "Manufacturer";
this.Manufacturer.Name = "Manufacturer";
this.Manufacturer.OptionsColumn.AllowEdit = false;
this.Manufacturer.OptionsColumn.ReadOnly = true;
this.Manufacturer.Visible = true;
this.Manufacturer.VisibleIndex = 3;
//
// SerialNumber
//
this.SerialNumber.Caption = "出厂编号";
this.SerialNumber.FieldName = "SerialNumber";
this.SerialNumber.Name = "SerialNumber";
this.SerialNumber.OptionsColumn.AllowEdit = false;
this.SerialNumber.OptionsColumn.ReadOnly = true;
this.SerialNumber.Visible = true;
this.SerialNumber.VisibleIndex = 4;
//
// UsingDate
//
this.UsingDate.Caption = "投产年月";
this.UsingDate.FieldName = "UsingDate";
this.UsingDate.Name = "UsingDate";
this.UsingDate.OptionsColumn.AllowEdit = false;
this.UsingDate.OptionsColumn.ReadOnly = true;
this.UsingDate.Visible = true;
this.UsingDate.VisibleIndex = 5;
//
// Totalcapacity
//
this.Totalcapacity.Caption = "设备总容量(KW)";
this.Totalcapacity.FieldName = "Totalcapacity";
this.Totalcapacity.Name = "Totalcapacity";
this.Totalcapacity.OptionsColumn.AllowEdit = false;
this.Totalcapacity.OptionsColumn.ReadOnly = true;
this.Totalcapacity.Visible = true;
this.Totalcapacity.VisibleIndex = 6;
//
// Weight
//
this.Weight.Caption = "设备重量(吨)";
this.Weight.FieldName = "Weight";
this.Weight.Name = "Weight";
this.Weight.OptionsColumn.AllowEdit = false;
this.Weight.OptionsColumn.ReadOnly = true;
this.Weight.Visible = true;
this.Weight.VisibleIndex = 7;
//
// EquipmentCategory
//
this.EquipmentCategory.Caption = "设备类别";
this.EquipmentCategory.FieldName = "EquipmentCategory";
this.EquipmentCategory.Name = "EquipmentCategory";
this.EquipmentCategory.OptionsColumn.AllowEdit = false;
this.EquipmentCategory.OptionsColumn.ReadOnly = true;
this.EquipmentCategory.Visible = true;
this.EquipmentCategory.VisibleIndex = 8;
//
// EquipmentOriginalvalue
//
this.EquipmentOriginalvalue.Caption = "设备原值(万元)";
this.EquipmentOriginalvalue.FieldName = "EquipmentOriginalvalue";
this.EquipmentOriginalvalue.Name = "EquipmentOriginalvalue";
this.EquipmentOriginalvalue.OptionsColumn.AllowEdit = false;
this.EquipmentOriginalvalue.OptionsColumn.ReadOnly = true;
this.EquipmentOriginalvalue.Visible = true;
this.EquipmentOriginalvalue.VisibleIndex = 9;
//
// EquipmentStatus
//
this.EquipmentStatus.Caption = "设备状态";
this.EquipmentStatus.FieldName = "设备状态";
this.EquipmentStatus.Name = "EquipmentStatus";
this.EquipmentStatus.OptionsColumn.AllowEdit = false;
this.EquipmentStatus.OptionsColumn.ReadOnly = true;
this.EquipmentStatus.Visible = true;
this.EquipmentStatus.VisibleIndex = 10;
//
// WarrantyPeriod
//
this.WarrantyPeriod.Caption = "质保期";
this.WarrantyPeriod.FieldName = "WarrantyPeriod";
this.WarrantyPeriod.Name = "WarrantyPeriod";
this.WarrantyPeriod.OptionsColumn.AllowEdit = false;
this.WarrantyPeriod.OptionsColumn.ReadOnly = true;
this.WarrantyPeriod.Visible = true;
this.WarrantyPeriod.VisibleIndex = 11;
//
// InstallationLocation
//
this.InstallationLocation.Caption = "安装地点";
this.InstallationLocation.FieldName = "InstallationLocation";
this.InstallationLocation.Name = "InstallationLocation";
this.InstallationLocation.OptionsColumn.AllowEdit = false;
this.InstallationLocation.OptionsColumn.ReadOnly = true;
this.InstallationLocation.Visible = true;
this.InstallationLocation.VisibleIndex = 12;
//
// OwningUnit
//
this.OwningUnit.Caption = "所属单元";
this.OwningUnit.FieldName = "OwningUnit";
this.OwningUnit.Name = "OwningUnit";
this.OwningUnit.OptionsColumn.AllowEdit = false;
this.OwningUnit.OptionsColumn.ReadOnly = true;
this.OwningUnit.Visible = true;
this.OwningUnit.VisibleIndex = 13;
//
// OperatingParameters
//
this.OperatingParameters.Caption = "运行参数";
this.OperatingParameters.FieldName = "OperatingParameters";
this.OperatingParameters.Name = "OperatingParameters";
this.OperatingParameters.OptionsColumn.AllowEdit = false;
this.OperatingParameters.OptionsColumn.ReadOnly = true;
this.OperatingParameters.Visible = true;
this.OperatingParameters.VisibleIndex = 14;
//
// MaintenanceFormVersionName
//
this.MaintenanceFormVersionName.Caption = "保养使用的表单";
this.MaintenanceFormVersionName.FieldName = "MaintenanceFormVersionName";
this.MaintenanceFormVersionName.Name = "MaintenanceFormVersionName";
this.MaintenanceFormVersionName.OptionsColumn.AllowEdit = false;
this.MaintenanceFormVersionName.OptionsColumn.ReadOnly = true;
this.MaintenanceFormVersionName.Visible = true;
this.MaintenanceFormVersionName.VisibleIndex = 15;
//
// xuc_BindDrives
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.treeList1);
this.Name = "xuc_BindDrives";
this.Size = new System.Drawing.Size(1333, 568);
this.Load += new System.EventHandler(this.xuc_BindDrives_Load);
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTreeList.TreeList treeList1;
private DevExpress.XtraTreeList.Columns.TreeListColumn EquipmentName;
private DevExpress.XtraTreeList.Columns.TreeListColumn EquipmentID;
private DevExpress.XtraTreeList.Columns.TreeListColumn Specification;
private DevExpress.XtraTreeList.Columns.TreeListColumn Manufacturer;
private DevExpress.XtraTreeList.Columns.TreeListColumn SerialNumber;
private DevExpress.XtraTreeList.Columns.TreeListColumn UsingDate;
private DevExpress.XtraTreeList.Columns.TreeListColumn Totalcapacity;
private DevExpress.XtraTreeList.Columns.TreeListColumn Weight;
private DevExpress.XtraTreeList.Columns.TreeListColumn EquipmentCategory;
private DevExpress.XtraTreeList.Columns.TreeListColumn EquipmentOriginalvalue;
private DevExpress.XtraTreeList.Columns.TreeListColumn EquipmentStatus;
private DevExpress.XtraTreeList.Columns.TreeListColumn WarrantyPeriod;
private DevExpress.XtraTreeList.Columns.TreeListColumn InstallationLocation;
private DevExpress.XtraTreeList.Columns.TreeListColumn OwningUnit;
private DevExpress.XtraTreeList.Columns.TreeListColumn OperatingParameters;
private DevExpress.XtraTreeList.Columns.TreeListColumn MaintenanceFormVersionName;
}
}