namespace TsSFCDevice.Client.Launch.Plan { partial class PagePlanDetail { /// /// 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() { DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions9 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PagePlanDetail)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject33 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject34 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject35 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject36 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions10 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject37 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject38 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject39 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject40 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions11 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject41 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject42 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject43 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject44 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions12 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject45 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject46 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject47 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject48 = new DevExpress.Utils.SerializableAppearanceObject(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcEquipmentID = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMonth = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcMaintenanceType = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcFormVersionCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcCompleteDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcOperation = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit1}); this.gridControl1.Size = new System.Drawing.Size(818, 367); this.gridControl1.TabIndex = 1; this.gridControl1.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.ColumnPanelRowHeight = 31; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcEquipmentID, this.gcMonth, this.gcMaintenanceType, this.gcFormVersionCode, this.gcCompleteDate, this.gcOperation}); this.gridView1.GridControl = this.gridControl1; this.gridView1.GroupRowHeight = 31; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowHeight = 31; this.gridView1.ViewCaptionHeight = 31; // // gcEquipmentID // this.gcEquipmentID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcEquipmentID.AppearanceCell.Options.UseFont = true; this.gcEquipmentID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcEquipmentID.AppearanceHeader.Options.UseFont = true; this.gcEquipmentID.Caption = "设备编号"; this.gcEquipmentID.FieldName = "EquipmentDisplayID"; this.gcEquipmentID.Name = "gcEquipmentID"; this.gcEquipmentID.OptionsColumn.AllowEdit = false; this.gcEquipmentID.ToolTip = "设备编号"; this.gcEquipmentID.Visible = true; this.gcEquipmentID.VisibleIndex = 0; // // gcMonth // this.gcMonth.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcMonth.AppearanceCell.Options.UseFont = true; this.gcMonth.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcMonth.AppearanceHeader.Options.UseFont = true; this.gcMonth.Caption = "月份"; this.gcMonth.FieldName = "MaintenanceMonth"; this.gcMonth.Name = "gcMonth"; this.gcMonth.OptionsColumn.AllowEdit = false; this.gcMonth.ToolTip = "月份"; this.gcMonth.Visible = true; this.gcMonth.VisibleIndex = 1; // // gcMaintenanceType // this.gcMaintenanceType.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcMaintenanceType.AppearanceCell.Options.UseFont = true; this.gcMaintenanceType.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcMaintenanceType.AppearanceHeader.Options.UseFont = true; this.gcMaintenanceType.Caption = "保养类型"; this.gcMaintenanceType.FieldName = "MaintenanceType"; this.gcMaintenanceType.Name = "gcMaintenanceType"; this.gcMaintenanceType.OptionsColumn.AllowEdit = false; this.gcMaintenanceType.ToolTip = "保养类型"; this.gcMaintenanceType.Visible = true; this.gcMaintenanceType.VisibleIndex = 2; // // gcFormVersionCode // this.gcFormVersionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFormVersionCode.AppearanceCell.Options.UseFont = true; this.gcFormVersionCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFormVersionCode.AppearanceHeader.Options.UseFont = true; this.gcFormVersionCode.Caption = "点检表编号"; this.gcFormVersionCode.FieldName = "FormDisplayCode"; this.gcFormVersionCode.Name = "gcFormVersionCode"; this.gcFormVersionCode.OptionsColumn.AllowEdit = false; this.gcFormVersionCode.ToolTip = "点检表编号"; this.gcFormVersionCode.Visible = true; this.gcFormVersionCode.VisibleIndex = 3; // // gcCompleteDate // this.gcCompleteDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcCompleteDate.AppearanceCell.Options.UseFont = true; this.gcCompleteDate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcCompleteDate.AppearanceHeader.Options.UseFont = true; this.gcCompleteDate.Caption = "完成时间"; this.gcCompleteDate.FieldName = "CompleteDate"; this.gcCompleteDate.Name = "gcCompleteDate"; this.gcCompleteDate.OptionsColumn.AllowEdit = false; this.gcCompleteDate.ToolTip = "完成时间"; this.gcCompleteDate.Visible = true; this.gcCompleteDate.VisibleIndex = 4; // // gcOperation // this.gcOperation.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcOperation.AppearanceCell.Options.UseFont = true; this.gcOperation.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcOperation.AppearanceHeader.Options.UseFont = true; this.gcOperation.Caption = "操作"; this.gcOperation.ColumnEdit = this.repositoryItemButtonEdit1; this.gcOperation.Name = "gcOperation"; this.gcOperation.Visible = true; this.gcOperation.VisibleIndex = 5; // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; editorButtonImageOptions9.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions9.Image"))); editorButtonImageOptions10.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions10.Image"))); editorButtonImageOptions11.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions11.Image"))); editorButtonImageOptions12.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions12.Image"))); this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "设备保养", -1, true, true, false, editorButtonImageOptions9, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject33, serializableAppearanceObject34, serializableAppearanceObject35, serializableAppearanceObject36, "设备保养", null, null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "保养记录修改", -1, true, true, false, editorButtonImageOptions10, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject37, serializableAppearanceObject38, serializableAppearanceObject39, serializableAppearanceObject40, "保养记录修改", null, null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "查看", -1, true, true, false, editorButtonImageOptions11, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject41, serializableAppearanceObject42, serializableAppearanceObject43, serializableAppearanceObject44, "查看", null, null, DevExpress.Utils.ToolTipAnchor.Default), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "打印", -1, true, true, false, editorButtonImageOptions12, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject45, serializableAppearanceObject46, serializableAppearanceObject47, serializableAppearanceObject48, "打印", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.repositoryItemButtonEdit1.ContextImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("repositoryItemButtonEdit1.ContextImageOptions.Image"))); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_Click); // // PagePlanDetail // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(818, 367); this.Controls.Add(this.gridControl1); this.Font = new System.Drawing.Font("Tahoma", 12F); this.IconOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("PagePlanDetail.IconOptions.LargeImage"))); this.MaximizeBox = false; this.Name = "PagePlanDetail"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备计划详情"; ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gcEquipmentID; private DevExpress.XtraGrid.Columns.GridColumn gcMonth; private DevExpress.XtraGrid.Columns.GridColumn gcMaintenanceType; private DevExpress.XtraGrid.Columns.GridColumn gcFormVersionCode; private DevExpress.XtraGrid.Columns.GridColumn gcCompleteDate; private DevExpress.XtraGrid.Columns.GridColumn gcOperation; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; } }