535 lines
30 KiB
C#
535 lines
30 KiB
C#
namespace TsSFCDevice.Client.Launch.Device
|
|
{
|
|
partial class pageDeviceTreeView
|
|
{
|
|
/// <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 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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageDeviceTreeView));
|
|
this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
this.baripsEquipmentID = new DevExpress.XtraBars.BarEditItem();
|
|
this.ipsEquipmentID = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
|
this.barSearch = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barInsert = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barEdit = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barEditStatus = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barRefresh = new DevExpress.XtraBars.BarButtonItem();
|
|
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
|
|
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true);
|
|
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
|
|
this.gcAutoID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcEquipmentName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcEquipmentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcSpecification = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcManufacturer = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcSerialNumber = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcUsingDate = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcTotalcapacity = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcWeight = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcEquipmentCategory = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcEquipmentOriginalvalue = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcEquipmentStatus = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcWarrantyPeriod = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcInstallationLocation = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcOwningUnit = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcOperatingParameters = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.gcRemarks = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
this.UsingDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsEquipmentID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// ribbon
|
|
//
|
|
this.ribbon.ExpandCollapseItem.Id = 0;
|
|
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.ribbon.ExpandCollapseItem,
|
|
this.ribbon.SearchEditItem,
|
|
this.baripsEquipmentID,
|
|
this.barSearch,
|
|
this.barInsert,
|
|
this.barEdit,
|
|
this.barEditStatus,
|
|
this.barRefresh});
|
|
this.ribbon.Location = new System.Drawing.Point(0, 0);
|
|
this.ribbon.Margin = new System.Windows.Forms.Padding(4);
|
|
this.ribbon.MaxItemId = 8;
|
|
this.ribbon.Name = "ribbon";
|
|
this.ribbon.OptionsMenuMinWidth = 424;
|
|
this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
|
|
this.ribbonPage1});
|
|
this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.ipsEquipmentID});
|
|
this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
|
|
this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
|
|
this.ribbon.ShowQatLocationSelector = false;
|
|
this.ribbon.ShowToolbarCustomizeItem = false;
|
|
this.ribbon.Size = new System.Drawing.Size(1331, 133);
|
|
this.ribbon.Toolbar.ShowCustomizeItem = false;
|
|
this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
|
|
//
|
|
// baripsEquipmentID
|
|
//
|
|
this.baripsEquipmentID.Caption = "设备编号:";
|
|
this.baripsEquipmentID.Edit = this.ipsEquipmentID;
|
|
this.baripsEquipmentID.EditHeight = 30;
|
|
this.baripsEquipmentID.EditWidth = 180;
|
|
this.baripsEquipmentID.Id = 1;
|
|
this.baripsEquipmentID.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemAppearance.Disabled.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemAppearance.Hovered.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemAppearance.Normal.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemAppearance.Pressed.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Disabled.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Hovered.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Normal.Options.UseFont = true;
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.baripsEquipmentID.ItemInMenuAppearance.Pressed.Options.UseFont = true;
|
|
this.baripsEquipmentID.Name = "baripsEquipmentID";
|
|
//
|
|
// ipsEquipmentID
|
|
//
|
|
this.ipsEquipmentID.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsEquipmentID.Appearance.Options.UseFont = true;
|
|
this.ipsEquipmentID.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsEquipmentID.AppearanceDisabled.Options.UseFont = true;
|
|
this.ipsEquipmentID.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.ipsEquipmentID.AppearanceFocused.Options.UseFont = true;
|
|
this.ipsEquipmentID.AppearanceReadOnly.Options.UseTextOptions = true;
|
|
this.ipsEquipmentID.AppearanceReadOnly.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.ipsEquipmentID.AutoHeight = false;
|
|
serializableAppearanceObject5.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
serializableAppearanceObject5.Options.UseFont = true;
|
|
serializableAppearanceObject6.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
serializableAppearanceObject6.Options.UseFont = true;
|
|
serializableAppearanceObject7.Font = new System.Drawing.Font("Tahoma", 2F);
|
|
serializableAppearanceObject7.Options.UseFont = true;
|
|
serializableAppearanceObject8.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
serializableAppearanceObject8.Options.UseFont = true;
|
|
this.ipsEquipmentID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear, "", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
|
|
this.ipsEquipmentID.MaxLength = 20;
|
|
this.ipsEquipmentID.Name = "ipsEquipmentID";
|
|
this.ipsEquipmentID.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ipsEquipmentID_ButtonClick);
|
|
//
|
|
// barSearch
|
|
//
|
|
this.barSearch.Caption = "查询";
|
|
this.barSearch.Id = 2;
|
|
this.barSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSearch.ImageOptions.SvgImage")));
|
|
this.barSearch.Name = "barSearch";
|
|
this.barSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSearch_ItemClick);
|
|
//
|
|
// barInsert
|
|
//
|
|
this.barInsert.Caption = "新增";
|
|
this.barInsert.Id = 3;
|
|
this.barInsert.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barInsert.ImageOptions.Image")));
|
|
this.barInsert.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barInsert.ImageOptions.LargeImage")));
|
|
this.barInsert.Name = "barInsert";
|
|
this.barInsert.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barInsert_ItemClick);
|
|
//
|
|
// barEdit
|
|
//
|
|
this.barEdit.Caption = "修改";
|
|
this.barEdit.Enabled = false;
|
|
this.barEdit.Id = 4;
|
|
this.barEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barEdit.ImageOptions.Image")));
|
|
this.barEdit.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barEdit.ImageOptions.LargeImage")));
|
|
this.barEdit.Name = "barEdit";
|
|
this.barEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdit_ItemClick);
|
|
//
|
|
// barEditStatus
|
|
//
|
|
this.barEditStatus.Caption = "修改状态";
|
|
this.barEditStatus.Enabled = false;
|
|
this.barEditStatus.Id = 5;
|
|
this.barEditStatus.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barEditStatus.ImageOptions.Image")));
|
|
this.barEditStatus.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barEditStatus.ImageOptions.LargeImage")));
|
|
this.barEditStatus.Name = "barEditStatus";
|
|
this.barEditStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEditStatus_ItemClick);
|
|
//
|
|
// barRefresh
|
|
//
|
|
this.barRefresh.Caption = "刷新";
|
|
this.barRefresh.Id = 7;
|
|
this.barRefresh.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barRefresh.ImageOptions.Image")));
|
|
this.barRefresh.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barRefresh.ImageOptions.LargeImage")));
|
|
this.barRefresh.Name = "barRefresh";
|
|
this.barRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barRefresh_ItemClick);
|
|
//
|
|
// ribbonPage1
|
|
//
|
|
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
|
|
this.ribbonPageGroup1,
|
|
this.ribbonPageGroup2});
|
|
this.ribbonPage1.Name = "ribbonPage1";
|
|
this.ribbonPage1.Text = "ribbonPage1";
|
|
//
|
|
// ribbonPageGroup1
|
|
//
|
|
this.ribbonPageGroup1.ItemLinks.Add(this.baripsEquipmentID);
|
|
this.ribbonPageGroup1.ItemsLayout = DevExpress.XtraBars.Ribbon.RibbonPageGroupItemsLayout.OneRow;
|
|
this.ribbonPageGroup1.Name = "ribbonPageGroup1";
|
|
this.ribbonPageGroup1.Text = "查询";
|
|
//
|
|
// ribbonPageGroup2
|
|
//
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.barSearch);
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.barRefresh);
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.barInsert);
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.barEdit);
|
|
this.ribbonPageGroup2.ItemLinks.Add(this.barEditStatus);
|
|
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
|
|
this.ribbonPageGroup2.Text = "操作";
|
|
//
|
|
// splashScreenManager1
|
|
//
|
|
this.splashScreenManager1.ClosingDelay = 500;
|
|
//
|
|
// treeList1
|
|
//
|
|
this.treeList1.Appearance.Caption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.treeList1.Appearance.Caption.Options.UseFont = true;
|
|
this.treeList1.Appearance.FocusedRow.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.treeList1.Appearance.FocusedRow.Options.UseFont = true;
|
|
this.treeList1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.treeList1.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.treeList1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.treeList1.Appearance.Row.Options.UseFont = true;
|
|
this.treeList1.Appearance.SelectedRow.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.treeList1.Appearance.SelectedRow.Options.UseFont = true;
|
|
this.treeList1.CaptionHeight = 31;
|
|
this.treeList1.ColumnPanelRowHeight = 31;
|
|
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
this.gcAutoID,
|
|
this.gcEquipmentName,
|
|
this.gcEquipmentID,
|
|
this.gcSpecification,
|
|
this.gcManufacturer,
|
|
this.gcSerialNumber,
|
|
this.gcUsingDate,
|
|
this.gcTotalcapacity,
|
|
this.gcWeight,
|
|
this.gcEquipmentCategory,
|
|
this.gcEquipmentOriginalvalue,
|
|
this.gcEquipmentStatus,
|
|
this.gcWarrantyPeriod,
|
|
this.gcInstallationLocation,
|
|
this.gcOwningUnit,
|
|
this.gcOperatingParameters,
|
|
this.gcRemarks});
|
|
this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeList1.FixedLineWidth = 3;
|
|
this.treeList1.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.treeList1.HorzScrollStep = 4;
|
|
this.treeList1.Location = new System.Drawing.Point(0, 133);
|
|
this.treeList1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.treeList1.MenuManager = this.ribbon;
|
|
this.treeList1.MinimumSize = new System.Drawing.Size(3300, 0);
|
|
this.treeList1.MinWidth = 26;
|
|
this.treeList1.Name = "treeList1";
|
|
this.treeList1.OptionsBehavior.AllowIndeterminateCheckState = true;
|
|
this.treeList1.OptionsBehavior.AutoSelectAllInEditor = false;
|
|
this.treeList1.OptionsBehavior.Editable = false;
|
|
this.treeList1.OptionsBehavior.ReadOnly = true;
|
|
this.treeList1.OptionsCustomization.AllowBandMoving = false;
|
|
this.treeList1.OptionsCustomization.AllowQuickHideColumns = false;
|
|
this.treeList1.OptionsCustomization.AllowSort = false;
|
|
this.treeList1.OptionsFind.AllowFindPanel = false;
|
|
this.treeList1.OptionsSelection.KeepSelectedOnClick = false;
|
|
this.treeList1.OptionsView.AutoWidth = false;
|
|
this.treeList1.OptionsView.BestFitNodes = DevExpress.XtraTreeList.TreeListBestFitNodes.All;
|
|
this.treeList1.RowHeight = 31;
|
|
this.treeList1.Size = new System.Drawing.Size(3300, 634);
|
|
this.treeList1.TabIndex = 13;
|
|
this.treeList1.TreeLevelWidth = 23;
|
|
this.treeList1.RowCellClick += new DevExpress.XtraTreeList.RowCellClickEventHandler(this.treeList1_RowCellClick);
|
|
//
|
|
// gcAutoID
|
|
//
|
|
this.gcAutoID.Caption = "编号";
|
|
this.gcAutoID.FieldName = "AutoID";
|
|
this.gcAutoID.Name = "gcAutoID";
|
|
//
|
|
// gcEquipmentName
|
|
//
|
|
this.gcEquipmentName.Caption = "设备名称";
|
|
this.gcEquipmentName.FieldName = "EquipmentName";
|
|
this.gcEquipmentName.Name = "gcEquipmentName";
|
|
this.gcEquipmentName.Visible = true;
|
|
this.gcEquipmentName.VisibleIndex = 0;
|
|
//
|
|
// gcEquipmentID
|
|
//
|
|
this.gcEquipmentID.Caption = "设备编号";
|
|
this.gcEquipmentID.FieldName = "EquipmentID";
|
|
this.gcEquipmentID.Name = "gcEquipmentID";
|
|
this.gcEquipmentID.Visible = true;
|
|
this.gcEquipmentID.VisibleIndex = 1;
|
|
//
|
|
// gcSpecification
|
|
//
|
|
this.gcSpecification.Caption = "设备型号规格";
|
|
this.gcSpecification.FieldName = "Specification";
|
|
this.gcSpecification.Name = "gcSpecification";
|
|
this.gcSpecification.Visible = true;
|
|
this.gcSpecification.VisibleIndex = 2;
|
|
//
|
|
// gcManufacturer
|
|
//
|
|
this.gcManufacturer.Caption = "制造厂家";
|
|
this.gcManufacturer.FieldName = "Manufacturer";
|
|
this.gcManufacturer.Name = "gcManufacturer";
|
|
this.gcManufacturer.Visible = true;
|
|
this.gcManufacturer.VisibleIndex = 3;
|
|
//
|
|
// gcSerialNumber
|
|
//
|
|
this.gcSerialNumber.Caption = "出厂编号";
|
|
this.gcSerialNumber.FieldName = "SerialNumber";
|
|
this.gcSerialNumber.Name = "gcSerialNumber";
|
|
this.gcSerialNumber.Visible = true;
|
|
this.gcSerialNumber.VisibleIndex = 4;
|
|
//
|
|
// gcUsingDate
|
|
//
|
|
this.gcUsingDate.Caption = "投产年月";
|
|
this.gcUsingDate.FieldName = "UsingDate";
|
|
this.gcUsingDate.Name = "gcUsingDate";
|
|
this.gcUsingDate.Visible = true;
|
|
this.gcUsingDate.VisibleIndex = 5;
|
|
//
|
|
// gcTotalcapacity
|
|
//
|
|
this.gcTotalcapacity.Caption = "设备总容量(KW)";
|
|
this.gcTotalcapacity.FieldName = "Totalcapacity";
|
|
this.gcTotalcapacity.Format.FormatString = "#.00";
|
|
this.gcTotalcapacity.Format.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gcTotalcapacity.Name = "gcTotalcapacity";
|
|
this.gcTotalcapacity.Visible = true;
|
|
this.gcTotalcapacity.VisibleIndex = 6;
|
|
this.gcTotalcapacity.Width = 130;
|
|
//
|
|
// gcWeight
|
|
//
|
|
this.gcWeight.Caption = "设备重量(吨)";
|
|
this.gcWeight.FieldName = "Weight";
|
|
this.gcWeight.Format.FormatString = "#.00";
|
|
this.gcWeight.Format.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gcWeight.Name = "gcWeight";
|
|
this.gcWeight.Visible = true;
|
|
this.gcWeight.VisibleIndex = 7;
|
|
this.gcWeight.Width = 114;
|
|
//
|
|
// gcEquipmentCategory
|
|
//
|
|
this.gcEquipmentCategory.Caption = "设备类别";
|
|
this.gcEquipmentCategory.FieldName = "EquipmentCategory";
|
|
this.gcEquipmentCategory.Name = "gcEquipmentCategory";
|
|
this.gcEquipmentCategory.Visible = true;
|
|
this.gcEquipmentCategory.VisibleIndex = 8;
|
|
//
|
|
// gcEquipmentOriginalvalue
|
|
//
|
|
this.gcEquipmentOriginalvalue.Caption = "设备原值(万元)";
|
|
this.gcEquipmentOriginalvalue.FieldName = "EquipmentOriginalvalue";
|
|
this.gcEquipmentOriginalvalue.Format.FormatString = "#.00";
|
|
this.gcEquipmentOriginalvalue.Format.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gcEquipmentOriginalvalue.Name = "gcEquipmentOriginalvalue";
|
|
this.gcEquipmentOriginalvalue.Visible = true;
|
|
this.gcEquipmentOriginalvalue.VisibleIndex = 9;
|
|
this.gcEquipmentOriginalvalue.Width = 123;
|
|
//
|
|
// gcEquipmentStatus
|
|
//
|
|
this.gcEquipmentStatus.Caption = "设备状态";
|
|
this.gcEquipmentStatus.FieldName = "EquipmentStatus";
|
|
this.gcEquipmentStatus.Name = "gcEquipmentStatus";
|
|
this.gcEquipmentStatus.Visible = true;
|
|
this.gcEquipmentStatus.VisibleIndex = 10;
|
|
//
|
|
// gcWarrantyPeriod
|
|
//
|
|
this.gcWarrantyPeriod.Caption = "保质期";
|
|
this.gcWarrantyPeriod.FieldName = "WarrantyPeriod";
|
|
this.gcWarrantyPeriod.Name = "gcWarrantyPeriod";
|
|
this.gcWarrantyPeriod.Visible = true;
|
|
this.gcWarrantyPeriod.VisibleIndex = 11;
|
|
//
|
|
// gcInstallationLocation
|
|
//
|
|
this.gcInstallationLocation.Caption = "安装地点";
|
|
this.gcInstallationLocation.FieldName = "InstallationLocation";
|
|
this.gcInstallationLocation.Name = "gcInstallationLocation";
|
|
this.gcInstallationLocation.Visible = true;
|
|
this.gcInstallationLocation.VisibleIndex = 12;
|
|
//
|
|
// gcOwningUnit
|
|
//
|
|
this.gcOwningUnit.Caption = "所属单元";
|
|
this.gcOwningUnit.FieldName = "OwningUnit";
|
|
this.gcOwningUnit.Name = "gcOwningUnit";
|
|
this.gcOwningUnit.Visible = true;
|
|
this.gcOwningUnit.VisibleIndex = 13;
|
|
//
|
|
// gcOperatingParameters
|
|
//
|
|
this.gcOperatingParameters.Caption = "运行参数";
|
|
this.gcOperatingParameters.FieldName = "OperatingParameters";
|
|
this.gcOperatingParameters.Name = "gcOperatingParameters";
|
|
this.gcOperatingParameters.Visible = true;
|
|
this.gcOperatingParameters.VisibleIndex = 14;
|
|
//
|
|
// gcRemarks
|
|
//
|
|
this.gcRemarks.Caption = "运行参数";
|
|
this.gcRemarks.FieldName = "Remarks";
|
|
this.gcRemarks.Name = "gcRemarks";
|
|
this.gcRemarks.Visible = true;
|
|
this.gcRemarks.VisibleIndex = 15;
|
|
//
|
|
// 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 = 5;
|
|
this.UsingDate.Width = 80;
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridColumn1.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridColumn1.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn1.Caption = "投产年月";
|
|
this.gridColumn1.FieldName = "UsingDate";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn1.Visible = true;
|
|
this.gridColumn1.VisibleIndex = 5;
|
|
this.gridColumn1.Width = 80;
|
|
//
|
|
// gridColumn2
|
|
//
|
|
this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridColumn2.AppearanceCell.Options.UseFont = true;
|
|
this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridColumn2.AppearanceHeader.Options.UseFont = true;
|
|
this.gridColumn2.Caption = "投产年月";
|
|
this.gridColumn2.FieldName = "UsingDate";
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
this.gridColumn2.OptionsColumn.AllowEdit = false;
|
|
this.gridColumn2.Visible = true;
|
|
this.gridColumn2.VisibleIndex = 5;
|
|
this.gridColumn2.Width = 80;
|
|
//
|
|
// pageDeviceTreeView
|
|
//
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1331, 767);
|
|
this.Controls.Add(this.treeList1);
|
|
this.Controls.Add(this.ribbon);
|
|
this.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "pageDeviceTreeView";
|
|
this.Ribbon = this.ribbon;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "设备台账";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.Load += new System.EventHandler(this.pageDeviceTreeView_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ipsEquipmentID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
|
|
private DevExpress.XtraBars.BarEditItem baripsEquipmentID;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ipsEquipmentID;
|
|
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
|
|
private DevExpress.XtraBars.BarButtonItem barSearch;
|
|
private DevExpress.XtraBars.BarButtonItem barInsert;
|
|
private DevExpress.XtraBars.BarButtonItem barEdit;
|
|
private DevExpress.XtraBars.BarButtonItem barEditStatus;
|
|
private DevExpress.XtraBars.BarButtonItem barRefresh;
|
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
|
private DevExpress.XtraTreeList.TreeList treeList1;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcAutoID;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcEquipmentID;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcEquipmentName;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcSpecification;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcManufacturer;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcSerialNumber;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcUsingDate;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcTotalcapacity;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcWeight;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcEquipmentCategory;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcEquipmentOriginalvalue;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcEquipmentStatus;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcWarrantyPeriod;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcInstallationLocation;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcOwningUnit;
|
|
private DevExpress.XtraGrid.Columns.GridColumn UsingDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcOperatingParameters;
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn gcRemarks;
|
|
}
|
|
} |