DeviceManager/DeviceRepairAndOptimization/Pages/DriveInformation/page_DriveListInfo.Designer.cs
2024-07-27 09:44:03 +08:00

613 lines
38 KiB
C#

namespace DeviceRepairAndOptimization.Pages
{
partial class page_DriveListInfo
{
/// <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()
{
System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
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.Utils.Layout.StackPanel stackPanel1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_DriveListInfo));
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions5 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject17 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject18 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject19 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject20 = new DevExpress.Utils.SerializableAppearanceObject();
this.btn_Filter = new DevExpress.XtraEditors.SimpleButton();
this.EditSearch = new DevExpress.XtraEditors.ButtonEdit();
this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.OperatingParameters = new DevExpress.XtraGrid.Columns.GridColumn();
this.AutoID = new DevExpress.XtraGrid.Columns.GridColumn();
this.EquipmentID = new DevExpress.XtraGrid.Columns.GridColumn();
this.EquipmentName = new DevExpress.XtraGrid.Columns.GridColumn();
this.Specification = new DevExpress.XtraGrid.Columns.GridColumn();
this.Manufacturer = new DevExpress.XtraGrid.Columns.GridColumn();
this.SerialNumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.UsingDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.Totalcapacity = new DevExpress.XtraGrid.Columns.GridColumn();
this.Weight = new DevExpress.XtraGrid.Columns.GridColumn();
this.EquipmentCategory = new DevExpress.XtraGrid.Columns.GridColumn();
this.EquipmentOriginalvalue = new DevExpress.XtraGrid.Columns.GridColumn();
this.EquipmentStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.WarrantyPeriod = new DevExpress.XtraGrid.Columns.GridColumn();
this.InstallationLocation = new DevExpress.XtraGrid.Columns.GridColumn();
this.OwningUnit = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVersionCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colVersionRev = new DevExpress.XtraGrid.Columns.GridColumn();
this.Remarks = new DevExpress.XtraGrid.Columns.GridColumn();
this.Operation = new DevExpress.XtraGrid.Columns.GridColumn();
this.btn_DeviceOperations = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.Operations = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true);
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
tableLayoutPanel1.SuspendLayout();
flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.EditSearch.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(stackPanel1)).BeginInit();
stackPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btn_DeviceOperations)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Operations)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
tableLayoutPanel1.ColumnCount = 2;
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 450F));
tableLayoutPanel1.Controls.Add(flowLayoutPanel1, 1, 0);
tableLayoutPanel1.Controls.Add(stackPanel1, 0, 0);
tableLayoutPanel1.Controls.Add(this.gridControl1, 0, 1);
tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 2;
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tableLayoutPanel1.Size = new System.Drawing.Size(1641, 938);
tableLayoutPanel1.TabIndex = 1;
//
// flowLayoutPanel1
//
flowLayoutPanel1.Controls.Add(this.btn_Filter);
flowLayoutPanel1.Controls.Add(this.EditSearch);
flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
flowLayoutPanel1.Location = new System.Drawing.Point(1191, 0);
flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
flowLayoutPanel1.Name = "flowLayoutPanel1";
flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(7);
flowLayoutPanel1.Size = new System.Drawing.Size(450, 48);
flowLayoutPanel1.TabIndex = 0;
//
// btn_Filter
//
this.btn_Filter.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.btn_Filter.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Filter.Appearance.Options.UseFont = true;
this.btn_Filter.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Filter.AppearanceDisabled.Options.UseFont = true;
this.btn_Filter.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Filter.AppearanceHovered.Options.UseFont = true;
this.btn_Filter.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Filter.AppearancePressed.Options.UseFont = true;
this.btn_Filter.Location = new System.Drawing.Point(376, 11);
this.btn_Filter.Name = "btn_Filter";
this.btn_Filter.Size = new System.Drawing.Size(57, 26);
this.btn_Filter.TabIndex = 11;
this.btn_Filter.Text = "搜索";
this.btn_Filter.Click += new System.EventHandler(this.btn_Filter_Click);
//
// EditSearch
//
this.EditSearch.Location = new System.Drawing.Point(49, 11);
this.EditSearch.Margin = new System.Windows.Forms.Padding(4);
this.EditSearch.Name = "EditSearch";
this.EditSearch.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.EditSearch.Properties.Appearance.Options.UseFont = true;
this.EditSearch.Properties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.EditSearch.Properties.AppearanceDisabled.Options.UseFont = true;
this.EditSearch.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
this.EditSearch.Properties.AppearanceFocused.Options.UseFont = true;
this.EditSearch.Properties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F);
this.EditSearch.Properties.AppearanceReadOnly.Options.UseFont = true;
this.EditSearch.Properties.AutoHeight = false;
editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(16, 16);
this.EditSearch.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -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.Properties.NullValuePrompt = "输入序号/设备编号/设备名称/备注 查询";
this.EditSearch.Size = new System.Drawing.Size(320, 26);
this.EditSearch.TabIndex = 5;
//
// stackPanel1
//
stackPanel1.Controls.Add(this.btn_Add);
stackPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
stackPanel1.Location = new System.Drawing.Point(0, 0);
stackPanel1.Margin = new System.Windows.Forms.Padding(0);
stackPanel1.Name = "stackPanel1";
stackPanel1.Size = new System.Drawing.Size(1191, 48);
stackPanel1.TabIndex = 2;
//
// btn_Add
//
this.btn_Add.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Add.Appearance.Options.UseFont = true;
this.btn_Add.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Add.AppearanceDisabled.Options.UseFont = true;
this.btn_Add.AppearanceHovered.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Add.AppearanceHovered.Options.UseFont = true;
this.btn_Add.AppearancePressed.Font = new System.Drawing.Font("Tahoma", 12F);
this.btn_Add.AppearancePressed.Options.UseFont = true;
this.btn_Add.AutoSize = true;
this.btn_Add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.ImageOptions.Image")));
this.btn_Add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Add.Location = new System.Drawing.Point(3, 2);
this.btn_Add.Name = "btn_Add";
this.btn_Add.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light;
this.btn_Add.Size = new System.Drawing.Size(58, 43);
this.btn_Add.TabIndex = 0;
this.btn_Add.Text = "新增";
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
//
// gridControl1
//
tableLayoutPanel1.SetColumnSpan(this.gridControl1, 2);
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(3, 51);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.Operations,
this.btn_DeviceOperations});
this.gridControl1.Size = new System.Drawing.Size(1635, 884);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.AutoFillColumn = this.OperatingParameters;
this.gridView1.ColumnPanelRowHeight = 31;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.AutoID,
this.EquipmentID,
this.EquipmentName,
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.colVersionCode,
this.colVersionRev,
this.Remarks,
this.Operation});
this.gridView1.CustomizationFormBounds = new System.Drawing.Rectangle(1635, 636, 252, 286);
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.True;
this.gridView1.RowHeight = 31;
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
//
// OperatingParameters
//
this.OperatingParameters.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.OperatingParameters.AppearanceCell.Options.UseFont = true;
this.OperatingParameters.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.OperatingParameters.AppearanceHeader.Options.UseFont = true;
this.OperatingParameters.Caption = "运行参数";
this.OperatingParameters.FieldName = "OperatingParameters";
this.OperatingParameters.Name = "OperatingParameters";
this.OperatingParameters.OptionsColumn.AllowEdit = false;
this.OperatingParameters.Visible = true;
this.OperatingParameters.VisibleIndex = 15;
//
// AutoID
//
this.AutoID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.AutoID.AppearanceCell.Options.UseFont = true;
this.AutoID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.AutoID.AppearanceHeader.Options.UseFont = true;
this.AutoID.Caption = "序号";
this.AutoID.FieldName = "AutoID";
this.AutoID.MaxWidth = 50;
this.AutoID.MinWidth = 25;
this.AutoID.Name = "AutoID";
this.AutoID.OptionsColumn.AllowEdit = false;
this.AutoID.OptionsColumn.ReadOnly = true;
this.AutoID.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
this.AutoID.Visible = true;
this.AutoID.VisibleIndex = 0;
this.AutoID.Width = 40;
//
// EquipmentID
//
this.EquipmentID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentID.AppearanceCell.Options.UseFont = true;
this.EquipmentID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentID.AppearanceHeader.Options.UseFont = true;
this.EquipmentID.Caption = "设备编号";
this.EquipmentID.FieldName = "EquipmentID";
this.EquipmentID.Name = "EquipmentID";
this.EquipmentID.OptionsColumn.AllowEdit = false;
this.EquipmentID.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.True;
this.EquipmentID.Visible = true;
this.EquipmentID.VisibleIndex = 1;
//
// EquipmentName
//
this.EquipmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentName.AppearanceCell.Options.UseFont = true;
this.EquipmentName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentName.AppearanceHeader.Options.UseFont = true;
this.EquipmentName.Caption = "设备名称";
this.EquipmentName.FieldName = "EquipmentName";
this.EquipmentName.Name = "EquipmentName";
this.EquipmentName.OptionsColumn.AllowEdit = false;
this.EquipmentName.Visible = true;
this.EquipmentName.VisibleIndex = 2;
//
// Specification
//
this.Specification.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.Specification.AppearanceCell.Options.UseFont = true;
this.Specification.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.Specification.AppearanceHeader.Options.UseFont = true;
this.Specification.Caption = "设备型号规格";
this.Specification.FieldName = "Specification";
this.Specification.Name = "Specification";
this.Specification.OptionsColumn.AllowEdit = false;
this.Specification.Visible = true;
this.Specification.VisibleIndex = 3;
this.Specification.Width = 82;
//
// Manufacturer
//
this.Manufacturer.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.Manufacturer.AppearanceCell.Options.UseFont = true;
this.Manufacturer.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.Manufacturer.AppearanceHeader.Options.UseFont = true;
this.Manufacturer.Caption = "制造厂家";
this.Manufacturer.FieldName = "Manufacturer";
this.Manufacturer.Name = "Manufacturer";
this.Manufacturer.OptionsColumn.AllowEdit = false;
this.Manufacturer.Visible = true;
this.Manufacturer.VisibleIndex = 4;
//
// SerialNumber
//
this.SerialNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.SerialNumber.AppearanceCell.Options.UseFont = true;
this.SerialNumber.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.SerialNumber.AppearanceHeader.Options.UseFont = true;
this.SerialNumber.Caption = "出厂编号";
this.SerialNumber.FieldName = "SerialNumber";
this.SerialNumber.Name = "SerialNumber";
this.SerialNumber.OptionsColumn.AllowEdit = false;
this.SerialNumber.Visible = true;
this.SerialNumber.VisibleIndex = 5;
//
// UsingDate
//
this.UsingDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.UsingDate.AppearanceCell.Options.UseFont = true;
this.UsingDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.UsingDate.AppearanceHeader.Options.UseFont = true;
this.UsingDate.Caption = "投产年月";
this.UsingDate.FieldName = "UsingDate";
this.UsingDate.Name = "UsingDate";
this.UsingDate.OptionsColumn.AllowEdit = false;
this.UsingDate.Visible = true;
this.UsingDate.VisibleIndex = 6;
//
// Totalcapacity
//
this.Totalcapacity.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.Totalcapacity.AppearanceCell.Options.UseFont = true;
this.Totalcapacity.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.Totalcapacity.AppearanceHeader.Options.UseFont = true;
this.Totalcapacity.Caption = "设备总容量(KW)";
this.Totalcapacity.DisplayFormat.FormatString = "#.00";
this.Totalcapacity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.Totalcapacity.FieldName = "Totalcapacity";
this.Totalcapacity.Name = "Totalcapacity";
this.Totalcapacity.OptionsColumn.AllowEdit = false;
this.Totalcapacity.Visible = true;
this.Totalcapacity.VisibleIndex = 7;
this.Totalcapacity.Width = 97;
//
// Weight
//
this.Weight.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.Weight.AppearanceCell.Options.UseFont = true;
this.Weight.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.Weight.AppearanceHeader.Options.UseFont = true;
this.Weight.Caption = "设备重量(吨)";
this.Weight.DisplayFormat.FormatString = "#.00";
this.Weight.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.Weight.FieldName = "Weight";
this.Weight.Name = "Weight";
this.Weight.OptionsColumn.AllowEdit = false;
this.Weight.Visible = true;
this.Weight.VisibleIndex = 8;
this.Weight.Width = 78;
//
// EquipmentCategory
//
this.EquipmentCategory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentCategory.AppearanceCell.Options.UseFont = true;
this.EquipmentCategory.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentCategory.AppearanceHeader.Options.UseFont = true;
this.EquipmentCategory.Caption = "设备类别";
this.EquipmentCategory.FieldName = "EquipmentCategory";
this.EquipmentCategory.Name = "EquipmentCategory";
this.EquipmentCategory.OptionsColumn.AllowEdit = false;
this.EquipmentCategory.Visible = true;
this.EquipmentCategory.VisibleIndex = 9;
//
// EquipmentOriginalvalue
//
this.EquipmentOriginalvalue.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentOriginalvalue.AppearanceCell.Options.UseFont = true;
this.EquipmentOriginalvalue.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentOriginalvalue.AppearanceHeader.Options.UseFont = true;
this.EquipmentOriginalvalue.Caption = "设备原值(万元)";
this.EquipmentOriginalvalue.DisplayFormat.FormatString = "#.00";
this.EquipmentOriginalvalue.FieldName = "EquipmentOriginalvalue";
this.EquipmentOriginalvalue.Name = "EquipmentOriginalvalue";
this.EquipmentOriginalvalue.OptionsColumn.AllowEdit = false;
this.EquipmentOriginalvalue.Visible = true;
this.EquipmentOriginalvalue.VisibleIndex = 10;
this.EquipmentOriginalvalue.Width = 90;
//
// EquipmentStatus
//
this.EquipmentStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentStatus.AppearanceCell.Options.UseFont = true;
this.EquipmentStatus.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.EquipmentStatus.AppearanceHeader.Options.UseFont = true;
this.EquipmentStatus.Caption = "设备状态";
this.EquipmentStatus.FieldName = "EquipmentStatus";
this.EquipmentStatus.Name = "EquipmentStatus";
this.EquipmentStatus.OptionsColumn.AllowEdit = false;
this.EquipmentStatus.Visible = true;
this.EquipmentStatus.VisibleIndex = 11;
//
// WarrantyPeriod
//
this.WarrantyPeriod.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.WarrantyPeriod.AppearanceCell.Options.UseFont = true;
this.WarrantyPeriod.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.WarrantyPeriod.AppearanceHeader.Options.UseFont = true;
this.WarrantyPeriod.Caption = "质保期";
this.WarrantyPeriod.FieldName = "WarrantyPeriod";
this.WarrantyPeriod.Name = "WarrantyPeriod";
this.WarrantyPeriod.OptionsColumn.AllowEdit = false;
this.WarrantyPeriod.Visible = true;
this.WarrantyPeriod.VisibleIndex = 12;
//
// InstallationLocation
//
this.InstallationLocation.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.InstallationLocation.AppearanceCell.Options.UseFont = true;
this.InstallationLocation.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.InstallationLocation.AppearanceHeader.Options.UseFont = true;
this.InstallationLocation.Caption = "安装地点";
this.InstallationLocation.FieldName = "InstallationLocation";
this.InstallationLocation.Name = "InstallationLocation";
this.InstallationLocation.OptionsColumn.AllowEdit = false;
this.InstallationLocation.Visible = true;
this.InstallationLocation.VisibleIndex = 13;
//
// OwningUnit
//
this.OwningUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.OwningUnit.AppearanceCell.Options.UseFont = true;
this.OwningUnit.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.OwningUnit.AppearanceHeader.Options.UseFont = true;
this.OwningUnit.Caption = "所属单元";
this.OwningUnit.FieldName = "OwningUnit";
this.OwningUnit.Name = "OwningUnit";
this.OwningUnit.OptionsColumn.AllowEdit = false;
this.OwningUnit.Visible = true;
this.OwningUnit.VisibleIndex = 14;
//
// 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.OptionsColumn.AllowEdit = false;
this.colVersionCode.Visible = true;
this.colVersionCode.VisibleIndex = 16;
this.colVersionCode.Width = 94;
//
// 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 = 25;
this.colVersionRev.Name = "colVersionRev";
this.colVersionRev.Visible = true;
this.colVersionRev.VisibleIndex = 17;
this.colVersionRev.Width = 94;
//
// Remarks
//
this.Remarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.Remarks.AppearanceCell.Options.UseFont = true;
this.Remarks.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.Remarks.AppearanceHeader.Options.UseFont = true;
this.Remarks.Caption = "备注";
this.Remarks.FieldName = "Remarks";
this.Remarks.Name = "Remarks";
this.Remarks.OptionsColumn.AllowEdit = false;
this.Remarks.Visible = true;
this.Remarks.VisibleIndex = 18;
//
// Operation
//
this.Operation.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
this.Operation.AppearanceCell.Options.UseFont = true;
this.Operation.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.Operation.AppearanceHeader.Options.UseFont = true;
this.Operation.Caption = "操作";
this.Operation.ColumnEdit = this.btn_DeviceOperations;
this.Operation.MaxWidth = 180;
this.Operation.MinWidth = 60;
this.Operation.Name = "Operation";
this.Operation.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
this.Operation.Visible = true;
this.Operation.VisibleIndex = 19;
this.Operation.Width = 150;
//
// btn_DeviceOperations
//
this.btn_DeviceOperations.AutoHeight = false;
editorButtonImageOptions2.Image = global::DeviceRepairAndOptimization.Properties.Resources.edit_16x161;
editorButtonImageOptions2.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
editorButtonImageOptions3.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
this.btn_DeviceOperations.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "编辑", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", "edit", null, DevExpress.Utils.ToolTipAnchor.Default),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "维修记录", -1, true, false, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", "logs", null, DevExpress.Utils.ToolTipAnchor.Default)});
this.btn_DeviceOperations.Name = "btn_DeviceOperations";
this.btn_DeviceOperations.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.btn_DeviceOperations.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btn_DeviceOperation_ButtonClick);
//
// Operations
//
this.Operations.AutoHeight = false;
editorButtonImageOptions4.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
editorButtonImageOptions5.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
this.Operations.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "编辑", -1, true, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "禁用 / 启用", -1, true, true, false, editorButtonImageOptions5, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject17, serializableAppearanceObject18, serializableAppearanceObject19, serializableAppearanceObject20, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.Operations.Name = "Operations";
this.Operations.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// page_DriveListInfo
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1641, 938);
this.Controls.Add(tableLayoutPanel1);
this.Name = "page_DriveListInfo";
this.Text = "page_DriveListInfo";
this.Load += new System.EventHandler(this.page_DriveListInfo_Load);
tableLayoutPanel1.ResumeLayout(false);
flowLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.EditSearch.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(stackPanel1)).EndInit();
stackPanel1.ResumeLayout(false);
stackPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btn_DeviceOperations)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Operations)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraEditors.ButtonEdit EditSearch;
private DevExpress.XtraEditors.SimpleButton btn_Add;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn AutoID;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit Operations;
private DevExpress.XtraGrid.Columns.GridColumn EquipmentID;
private DevExpress.XtraGrid.Columns.GridColumn EquipmentName;
private DevExpress.XtraGrid.Columns.GridColumn Specification;
private DevExpress.XtraGrid.Columns.GridColumn Manufacturer;
private DevExpress.XtraGrid.Columns.GridColumn SerialNumber;
private DevExpress.XtraGrid.Columns.GridColumn UsingDate;
private DevExpress.XtraGrid.Columns.GridColumn Totalcapacity;
private DevExpress.XtraGrid.Columns.GridColumn Weight;
private DevExpress.XtraGrid.Columns.GridColumn EquipmentCategory;
private DevExpress.XtraGrid.Columns.GridColumn EquipmentOriginalvalue;
private DevExpress.XtraGrid.Columns.GridColumn EquipmentStatus;
private DevExpress.XtraGrid.Columns.GridColumn WarrantyPeriod;
private DevExpress.XtraGrid.Columns.GridColumn InstallationLocation;
private DevExpress.XtraGrid.Columns.GridColumn OwningUnit;
private DevExpress.XtraGrid.Columns.GridColumn OperatingParameters;
private DevExpress.XtraGrid.Columns.GridColumn colVersionCode;
private DevExpress.XtraGrid.Columns.GridColumn Remarks;
private DevExpress.XtraGrid.Columns.GridColumn Operation;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btn_DeviceOperations;
private DevExpress.XtraEditors.SimpleButton btn_Filter;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
private DevExpress.XtraGrid.Columns.GridColumn colVersionRev;
}
}