namespace TsSFCDevice.Client.Launch.Plan.AM { partial class pageDeviceAMPlanView { /// /// 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.components = new System.ComponentModel.Container(); 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageDeviceAMPlanView)); this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.baripsPlanYear = new DevExpress.XtraBars.BarEditItem(); this.ipsPlanYear = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); 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.barRemove = new DevExpress.XtraBars.BarButtonItem(); this.barImport = new DevExpress.XtraBars.BarButtonItem(); this.barExport = new DevExpress.XtraBars.BarButtonItem(); this.barScheduler = new DevExpress.XtraBars.BarStaticItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.repositoryItemHypertextLabel1 = new DevExpress.XtraEditors.Repository.RepositoryItemHypertextLabel(); this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); this.gridControl = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.titleEquipmentID = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleEquipmentName = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleVersionCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleMonth12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleStartMonth = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCreatUserName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCreatDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colChangeUserName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colChangeDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.titleDescription = new DevExpress.XtraGrid.Columns.GridColumn(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.查看设备保养详情ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ipsPlanYear)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ipsPlanYear.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ipsEquipmentID)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHypertextLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // ribbon // this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbon.ExpandCollapseItem, this.ribbon.SearchEditItem, this.baripsPlanYear, this.baripsEquipmentID, this.barSearch, this.barInsert, this.barEdit, this.barRemove, this.barImport, this.barExport, this.barScheduler}); this.ribbon.Location = new System.Drawing.Point(0, 0); this.ribbon.Margin = new System.Windows.Forms.Padding(4); this.ribbon.MaxItemId = 15; 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.ipsPlanYear, this.ipsEquipmentID, this.repositoryItemHypertextLabel1}); 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.StatusBar = this.ribbonStatusBar; this.ribbon.Toolbar.ShowCustomizeItem = false; this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // baripsPlanYear // this.baripsPlanYear.Caption = "计划年份:"; this.baripsPlanYear.Edit = this.ipsPlanYear; this.baripsPlanYear.EditHeight = 30; this.baripsPlanYear.EditWidth = 180; this.baripsPlanYear.Id = 1; this.baripsPlanYear.ItemAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemAppearance.Disabled.Options.UseFont = true; this.baripsPlanYear.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemAppearance.Hovered.Options.UseFont = true; this.baripsPlanYear.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemAppearance.Normal.Options.UseFont = true; this.baripsPlanYear.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemAppearance.Pressed.Options.UseFont = true; this.baripsPlanYear.ItemInMenuAppearance.Disabled.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemInMenuAppearance.Disabled.Options.UseFont = true; this.baripsPlanYear.ItemInMenuAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemInMenuAppearance.Hovered.Options.UseFont = true; this.baripsPlanYear.ItemInMenuAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemInMenuAppearance.Normal.Options.UseFont = true; this.baripsPlanYear.ItemInMenuAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 12F); this.baripsPlanYear.ItemInMenuAppearance.Pressed.Options.UseFont = true; this.baripsPlanYear.Name = "baripsPlanYear"; // // ipsPlanYear // this.ipsPlanYear.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.Appearance.Options.UseFont = true; this.ipsPlanYear.AppearanceCalendar.Button.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceCalendar.Button.Options.UseFont = true; this.ipsPlanYear.AppearanceCalendar.ButtonHighlighted.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceCalendar.ButtonHighlighted.Options.UseFont = true; this.ipsPlanYear.AppearanceCalendar.ButtonPressed.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceCalendar.ButtonPressed.Options.UseFont = true; this.ipsPlanYear.AppearanceCalendar.DayCellPressed.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceCalendar.DayCellPressed.Options.UseFont = true; this.ipsPlanYear.AppearanceCalendar.DayCellSelected.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceCalendar.DayCellSelected.Options.UseFont = true; this.ipsPlanYear.AppearanceCalendar.DayCellToday.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceCalendar.DayCellToday.Options.UseFont = true; this.ipsPlanYear.AppearanceDropDown.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceDropDown.Options.UseFont = true; this.ipsPlanYear.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceFocused.Options.UseFont = true; this.ipsPlanYear.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.AppearanceReadOnly.Options.UseFont = true; this.ipsPlanYear.BeepOnError = false; this.ipsPlanYear.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ipsPlanYear.CalendarDateEditing = false; this.ipsPlanYear.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.False; this.ipsPlanYear.CalendarTimeProperties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.CalendarTimeProperties.Appearance.Options.UseFont = true; this.ipsPlanYear.CalendarTimeProperties.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.CalendarTimeProperties.AppearanceDisabled.Options.UseFont = true; this.ipsPlanYear.CalendarTimeProperties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.CalendarTimeProperties.AppearanceFocused.Options.UseFont = true; this.ipsPlanYear.CalendarTimeProperties.AppearanceReadOnly.Font = new System.Drawing.Font("Tahoma", 12F); this.ipsPlanYear.CalendarTimeProperties.AppearanceReadOnly.Options.UseFont = true; this.ipsPlanYear.CalendarTimeProperties.BeepOnError = false; this.ipsPlanYear.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ipsPlanYear.CalendarTimeProperties.MaskSettings.Set("mask", "yyyy"); this.ipsPlanYear.CalendarTimeProperties.UseMaskAsDisplayFormat = true; this.ipsPlanYear.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.TouchUI; this.ipsPlanYear.DisplayFormat.FormatString = ""; this.ipsPlanYear.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.ipsPlanYear.EditFormat.FormatString = ""; this.ipsPlanYear.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.ipsPlanYear.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered; this.ipsPlanYear.MaskSettings.Set("mask", "yyyy"); this.ipsPlanYear.MinValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0); this.ipsPlanYear.Name = "ipsPlanYear"; this.ipsPlanYear.ShowMonthHeaders = false; this.ipsPlanYear.ShowToday = false; this.ipsPlanYear.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.ipsPlanYear.UseMaskAsDisplayFormat = true; this.ipsPlanYear.VistaCalendarInitialViewStyle = DevExpress.XtraEditors.VistaCalendarInitialViewStyle.YearsGroupView; this.ipsPlanYear.VistaCalendarViewStyle = DevExpress.XtraEditors.VistaCalendarViewStyle.YearsGroupView; this.ipsPlanYear.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.False; // // baripsEquipmentID // this.baripsEquipmentID.Caption = "设备编号:"; this.baripsEquipmentID.Edit = this.ipsEquipmentID; this.baripsEquipmentID.EditHeight = 30; this.baripsEquipmentID.EditWidth = 180; this.baripsEquipmentID.Id = 2; 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; 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", 2F); serializableAppearanceObject3.Options.UseFont = true; serializableAppearanceObject4.Font = new System.Drawing.Font("Tahoma", 12F); serializableAppearanceObject4.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, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", 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 = 3; 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 = 4; 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 = 5; 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); // // barRemove // this.barRemove.Caption = "删除"; this.barRemove.Enabled = false; this.barRemove.Id = 6; this.barRemove.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barRemove.ImageOptions.Image"))); this.barRemove.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barRemove.ImageOptions.LargeImage"))); this.barRemove.Name = "barRemove"; this.barRemove.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barRemove_ItemClick); // // barImport // this.barImport.Caption = "导入"; this.barImport.Id = 7; this.barImport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barImport.ImageOptions.Image"))); this.barImport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barImport.ImageOptions.LargeImage"))); this.barImport.Name = "barImport"; this.barImport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barImport_ItemClick); // // barExport // this.barExport.Caption = "导出"; this.barExport.Id = 8; this.barExport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barExport.ImageOptions.Image"))); this.barExport.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barExport.ImageOptions.LargeImage"))); this.barExport.Name = "barExport"; this.barExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barExport_ItemClick); // // barScheduler // this.barScheduler.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; this.barScheduler.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True; this.barScheduler.Caption = "计划进度"; this.barScheduler.Id = 14; this.barScheduler.Name = "barScheduler"; // // 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.baripsPlanYear); this.ribbonPageGroup1.ItemLinks.Add(this.baripsEquipmentID); this.ribbonPageGroup1.ItemsLayout = DevExpress.XtraBars.Ribbon.RibbonPageGroupItemsLayout.TwoRows; this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "查询"; // // ribbonPageGroup2 // this.ribbonPageGroup2.ItemLinks.Add(this.barSearch); this.ribbonPageGroup2.ItemLinks.Add(this.barInsert); this.ribbonPageGroup2.ItemLinks.Add(this.barEdit); this.ribbonPageGroup2.ItemLinks.Add(this.barRemove); this.ribbonPageGroup2.ItemLinks.Add(this.barImport); this.ribbonPageGroup2.ItemLinks.Add(this.barExport); this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.Text = "操作"; // // repositoryItemHypertextLabel1 // this.repositoryItemHypertextLabel1.Name = "repositoryItemHypertextLabel1"; // // ribbonStatusBar // this.ribbonStatusBar.ItemLinks.Add(this.barScheduler); this.ribbonStatusBar.Location = new System.Drawing.Point(0, 743); this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(4); this.ribbonStatusBar.Name = "ribbonStatusBar"; this.ribbonStatusBar.Ribbon = this.ribbon; this.ribbonStatusBar.Size = new System.Drawing.Size(1331, 24); // // gridControl // this.gridControl.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.gridControl.Location = new System.Drawing.Point(12, 12); this.gridControl.MainView = this.gridView1; this.gridControl.MinimumSize = new System.Drawing.Size(3300, 0); this.gridControl.Name = "gridControl"; this.gridControl.Size = new System.Drawing.Size(3300, 569); this.gridControl.TabIndex = 2; this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F); this.gridView1.Appearance.HeaderPanel.Options.UseFont = true; this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.gridView1.ColumnPanelRowHeight = 31; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.titleEquipmentID, this.titleEquipmentName, this.titleVersionCode, this.titleMonth1, this.titleMonth2, this.titleMonth3, this.titleMonth4, this.titleMonth5, this.titleMonth6, this.titleMonth7, this.titleMonth8, this.titleMonth9, this.titleMonth10, this.titleMonth11, this.titleMonth12, this.titleStartMonth, this.colCreatUserName, this.colCreatDate, this.colChangeUserName, this.colChangeDate, this.titleDescription}); this.gridView1.GridControl = this.gridControl; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 36; this.gridView1.OptionsSelection.UseIndicatorForSelection = false; this.gridView1.OptionsView.AllowHtmlDrawHeaders = true; this.gridView1.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowHeight = 31; this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView_RowCellStyle); // // titleEquipmentID // this.titleEquipmentID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleEquipmentID.AppearanceCell.Options.UseFont = true; this.titleEquipmentID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleEquipmentID.AppearanceHeader.Options.UseFont = true; this.titleEquipmentID.Caption = "设备编号"; this.titleEquipmentID.FieldName = "DisplayEquipmentID"; this.titleEquipmentID.Name = "titleEquipmentID"; this.titleEquipmentID.Visible = true; this.titleEquipmentID.VisibleIndex = 0; // // titleEquipmentName // this.titleEquipmentName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleEquipmentName.AppearanceCell.Options.UseFont = true; this.titleEquipmentName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleEquipmentName.AppearanceHeader.Options.UseFont = true; this.titleEquipmentName.Caption = "设备类型"; this.titleEquipmentName.FieldName = "EquipmentName"; this.titleEquipmentName.Name = "titleEquipmentName"; this.titleEquipmentName.Visible = true; this.titleEquipmentName.VisibleIndex = 1; // // titleVersionCode // this.titleVersionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleVersionCode.AppearanceCell.Options.UseFont = true; this.titleVersionCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleVersionCode.AppearanceHeader.Options.UseFont = true; this.titleVersionCode.Caption = "点检表"; this.titleVersionCode.FieldName = "VersionCode"; this.titleVersionCode.MinWidth = 25; this.titleVersionCode.Name = "titleVersionCode"; this.titleVersionCode.Visible = true; this.titleVersionCode.VisibleIndex = 2; this.titleVersionCode.Width = 94; // // titleMonth1 // this.titleMonth1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth1.AppearanceCell.Options.UseFont = true; this.titleMonth1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth1.AppearanceHeader.Options.UseFont = true; this.titleMonth1.Caption = "一月"; this.titleMonth1.FieldName = "Jan"; this.titleMonth1.Name = "titleMonth1"; this.titleMonth1.Visible = true; this.titleMonth1.VisibleIndex = 3; // // titleMonth2 // this.titleMonth2.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth2.AppearanceCell.Options.UseFont = true; this.titleMonth2.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth2.AppearanceHeader.Options.UseFont = true; this.titleMonth2.Caption = "二月"; this.titleMonth2.FieldName = "Feb"; this.titleMonth2.Name = "titleMonth2"; this.titleMonth2.Visible = true; this.titleMonth2.VisibleIndex = 4; // // titleMonth3 // this.titleMonth3.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth3.AppearanceCell.Options.UseFont = true; this.titleMonth3.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth3.AppearanceHeader.Options.UseFont = true; this.titleMonth3.Caption = "三月"; this.titleMonth3.FieldName = "Mar"; this.titleMonth3.Name = "titleMonth3"; this.titleMonth3.Visible = true; this.titleMonth3.VisibleIndex = 5; // // titleMonth4 // this.titleMonth4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth4.AppearanceCell.Options.UseFont = true; this.titleMonth4.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth4.AppearanceHeader.Options.UseFont = true; this.titleMonth4.Caption = "四月"; this.titleMonth4.FieldName = "Apr"; this.titleMonth4.Name = "titleMonth4"; this.titleMonth4.Visible = true; this.titleMonth4.VisibleIndex = 6; // // titleMonth5 // this.titleMonth5.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth5.AppearanceCell.Options.UseFont = true; this.titleMonth5.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth5.AppearanceHeader.Options.UseFont = true; this.titleMonth5.Caption = "五月"; this.titleMonth5.FieldName = "May"; this.titleMonth5.Name = "titleMonth5"; this.titleMonth5.Visible = true; this.titleMonth5.VisibleIndex = 7; // // titleMonth6 // this.titleMonth6.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth6.AppearanceCell.Options.UseFont = true; this.titleMonth6.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth6.AppearanceHeader.Options.UseFont = true; this.titleMonth6.Caption = "六月"; this.titleMonth6.FieldName = "Jun"; this.titleMonth6.Name = "titleMonth6"; this.titleMonth6.Visible = true; this.titleMonth6.VisibleIndex = 8; // // titleMonth7 // this.titleMonth7.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth7.AppearanceCell.Options.UseFont = true; this.titleMonth7.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth7.AppearanceHeader.Options.UseFont = true; this.titleMonth7.Caption = "七月"; this.titleMonth7.FieldName = "Jul"; this.titleMonth7.Name = "titleMonth7"; this.titleMonth7.Visible = true; this.titleMonth7.VisibleIndex = 9; // // titleMonth8 // this.titleMonth8.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth8.AppearanceCell.Options.UseFont = true; this.titleMonth8.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth8.AppearanceHeader.Options.UseFont = true; this.titleMonth8.Caption = "八月"; this.titleMonth8.FieldName = "Aug"; this.titleMonth8.Name = "titleMonth8"; this.titleMonth8.Visible = true; this.titleMonth8.VisibleIndex = 10; // // titleMonth9 // this.titleMonth9.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth9.AppearanceCell.Options.UseFont = true; this.titleMonth9.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth9.AppearanceHeader.Options.UseFont = true; this.titleMonth9.Caption = "九月"; this.titleMonth9.FieldName = "Sep"; this.titleMonth9.Name = "titleMonth9"; this.titleMonth9.Visible = true; this.titleMonth9.VisibleIndex = 11; // // titleMonth10 // this.titleMonth10.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth10.AppearanceCell.Options.UseFont = true; this.titleMonth10.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth10.AppearanceHeader.Options.UseFont = true; this.titleMonth10.Caption = "十月"; this.titleMonth10.FieldName = "Oct"; this.titleMonth10.Name = "titleMonth10"; this.titleMonth10.Visible = true; this.titleMonth10.VisibleIndex = 12; // // titleMonth11 // this.titleMonth11.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth11.AppearanceCell.Options.UseFont = true; this.titleMonth11.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth11.AppearanceHeader.Options.UseFont = true; this.titleMonth11.Caption = "十一月"; this.titleMonth11.FieldName = "Nov"; this.titleMonth11.Name = "titleMonth11"; this.titleMonth11.Visible = true; this.titleMonth11.VisibleIndex = 13; // // titleMonth12 // this.titleMonth12.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth12.AppearanceCell.Options.UseFont = true; this.titleMonth12.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleMonth12.AppearanceHeader.Options.UseFont = true; this.titleMonth12.Caption = "十二月"; this.titleMonth12.FieldName = "Dec"; this.titleMonth12.Name = "titleMonth12"; this.titleMonth12.Visible = true; this.titleMonth12.VisibleIndex = 14; // // titleStartMonth // this.titleStartMonth.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleStartMonth.AppearanceCell.Options.UseFont = true; this.titleStartMonth.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleStartMonth.AppearanceHeader.Options.UseFont = true; this.titleStartMonth.Caption = "新PM起始月份"; this.titleStartMonth.FieldName = "PMStartMonth"; this.titleStartMonth.Name = "titleStartMonth"; this.titleStartMonth.Visible = true; this.titleStartMonth.VisibleIndex = 15; // // colCreatUserName // this.colCreatUserName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colCreatUserName.AppearanceCell.Options.UseFont = true; this.colCreatUserName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colCreatUserName.AppearanceHeader.Options.UseFont = true; this.colCreatUserName.Caption = "创建人"; this.colCreatUserName.FieldName = "CreatUserName"; this.colCreatUserName.MinWidth = 25; this.colCreatUserName.Name = "colCreatUserName"; this.colCreatUserName.Visible = true; this.colCreatUserName.VisibleIndex = 16; this.colCreatUserName.Width = 94; // // colCreatDate // this.colCreatDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colCreatDate.AppearanceCell.Options.UseFont = true; this.colCreatDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colCreatDate.AppearanceHeader.Options.UseFont = true; this.colCreatDate.Caption = "创建时间"; this.colCreatDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colCreatDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colCreatDate.FieldName = "CreatDate"; this.colCreatDate.MinWidth = 25; this.colCreatDate.Name = "colCreatDate"; this.colCreatDate.Visible = true; this.colCreatDate.VisibleIndex = 17; this.colCreatDate.Width = 94; // // colChangeUserName // this.colChangeUserName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colChangeUserName.AppearanceCell.Options.UseFont = true; this.colChangeUserName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colChangeUserName.AppearanceHeader.Options.UseFont = true; this.colChangeUserName.Caption = "修改人"; this.colChangeUserName.FieldName = "ChangeUserName"; this.colChangeUserName.MinWidth = 25; this.colChangeUserName.Name = "colChangeUserName"; this.colChangeUserName.Visible = true; this.colChangeUserName.VisibleIndex = 18; this.colChangeUserName.Width = 94; // // colChangeDate // this.colChangeDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.colChangeDate.AppearanceCell.Options.UseFont = true; this.colChangeDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.colChangeDate.AppearanceHeader.Options.UseFont = true; this.colChangeDate.Caption = "修改时间"; this.colChangeDate.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colChangeDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.colChangeDate.FieldName = "ChangeDate"; this.colChangeDate.MinWidth = 25; this.colChangeDate.Name = "colChangeDate"; this.colChangeDate.Visible = true; this.colChangeDate.VisibleIndex = 19; this.colChangeDate.Width = 94; // // titleDescription // this.titleDescription.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.titleDescription.AppearanceCell.Options.UseFont = true; this.titleDescription.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.titleDescription.AppearanceHeader.Options.UseFont = true; this.titleDescription.Caption = "备注"; this.titleDescription.FieldName = "Remarks"; this.titleDescription.Name = "titleDescription"; this.titleDescription.Visible = true; this.titleDescription.VisibleIndex = 20; // // layoutControl1 // this.layoutControl1.Controls.Add(this.gridControl); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 133); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(1331, 610); this.layoutControl1.TabIndex = 5; this.layoutControl1.Text = "layoutControl1"; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(3324, 593); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gridControl; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(3304, 573); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.查看设备保养详情ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(173, 26); // // 查看设备保养详情ToolStripMenuItem // this.查看设备保养详情ToolStripMenuItem.Name = "查看设备保养详情ToolStripMenuItem"; this.查看设备保养详情ToolStripMenuItem.Size = new System.Drawing.Size(172, 22); this.查看设备保养详情ToolStripMenuItem.Text = "查看设备保养详情"; this.查看设备保养详情ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click); // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // pageDeviceAMPlanView // 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.layoutControl1); this.Controls.Add(this.ribbonStatusBar); this.Controls.Add(this.ribbon); this.Font = new System.Drawing.Font("Tahoma", 12F); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "pageDeviceAMPlanView"; this.Ribbon = this.ribbon; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBar = this.ribbonStatusBar; this.Text = "设备的AM维护计划"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.pageDevicePlanView_Load); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ipsPlanYear.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ipsPlanYear)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ipsEquipmentID)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHypertextLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbon; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar; private DevExpress.XtraBars.BarEditItem baripsPlanYear; private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit ipsPlanYear; private DevExpress.XtraBars.BarEditItem baripsEquipmentID; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit ipsEquipmentID; private DevExpress.XtraBars.BarButtonItem barSearch; private DevExpress.XtraBars.BarButtonItem barInsert; private DevExpress.XtraBars.BarButtonItem barEdit; private DevExpress.XtraBars.BarButtonItem barRemove; private DevExpress.XtraBars.BarButtonItem barImport; private DevExpress.XtraBars.BarButtonItem barExport; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraGrid.GridControl gridControl; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn titleEquipmentID; private DevExpress.XtraGrid.Columns.GridColumn titleEquipmentName; private DevExpress.XtraGrid.Columns.GridColumn titleVersionCode; private DevExpress.XtraGrid.Columns.GridColumn titleMonth1; private DevExpress.XtraGrid.Columns.GridColumn titleMonth2; private DevExpress.XtraGrid.Columns.GridColumn titleMonth3; private DevExpress.XtraGrid.Columns.GridColumn titleMonth4; private DevExpress.XtraGrid.Columns.GridColumn titleMonth5; private DevExpress.XtraGrid.Columns.GridColumn titleMonth6; private DevExpress.XtraGrid.Columns.GridColumn titleMonth7; private DevExpress.XtraGrid.Columns.GridColumn titleMonth8; private DevExpress.XtraGrid.Columns.GridColumn titleMonth9; private DevExpress.XtraGrid.Columns.GridColumn titleMonth10; private DevExpress.XtraGrid.Columns.GridColumn titleMonth11; private DevExpress.XtraGrid.Columns.GridColumn titleMonth12; private DevExpress.XtraGrid.Columns.GridColumn titleStartMonth; private DevExpress.XtraGrid.Columns.GridColumn colCreatUserName; private DevExpress.XtraGrid.Columns.GridColumn colCreatDate; private DevExpress.XtraGrid.Columns.GridColumn colChangeUserName; private DevExpress.XtraGrid.Columns.GridColumn colChangeDate; private DevExpress.XtraGrid.Columns.GridColumn titleDescription; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 查看设备保养详情ToolStripMenuItem; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.XtraEditors.Repository.RepositoryItemHypertextLabel repositoryItemHypertextLabel1; private DevExpress.XtraBars.BarStaticItem barScheduler; } }