namespace DeviceRepairAndOptimization.Pages.AM.Preserve { partial class pageRecordView { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageRecordView)); DeviceRepair.Models.Record.MaintenanceFilterModel maintenanceFilterModel1 = new DeviceRepair.Models.Record.MaintenanceFilterModel(); this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.barBtnEdit = new DevExpress.XtraBars.BarButtonItem(); this.barBtnDetail = new DevExpress.XtraBars.BarButtonItem(); this.barBtnPrint = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.cfMaintenanceRecord1 = new TsSFCDevice.Control.Maintenance.cfMaintenanceRecord(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // ribbon // this.ribbon.AllowMinimizeRibbon = false; this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbon.ExpandCollapseItem, this.ribbon.SearchEditItem, this.barBtnEdit, this.barBtnDetail, this.barBtnPrint}); this.ribbon.Location = new System.Drawing.Point(0, 0); this.ribbon.Margin = new System.Windows.Forms.Padding(4); this.ribbon.MaxItemId = 4; this.ribbon.Name = "ribbon"; this.ribbon.OptionsMenuMinWidth = 424; this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1}); this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; this.ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; this.ribbon.ShowMoreCommandsButton = 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, 134); this.ribbon.StatusBar = this.ribbonStatusBar; this.ribbon.Toolbar.ShowCustomizeItem = false; // // barBtnEdit // this.barBtnEdit.Caption = "修改"; this.barBtnEdit.Id = 1; this.barBtnEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtnEdit.ImageOptions.Image"))); this.barBtnEdit.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtnEdit.ImageOptions.LargeImage"))); this.barBtnEdit.Name = "barBtnEdit"; this.barBtnEdit.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large; this.barBtnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEdit_ItemClick); // // barBtnDetail // this.barBtnDetail.Caption = "查看"; this.barBtnDetail.Id = 2; this.barBtnDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtnDetail.ImageOptions.Image"))); this.barBtnDetail.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtnDetail.ImageOptions.LargeImage"))); this.barBtnDetail.Name = "barBtnDetail"; this.barBtnDetail.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large; this.barBtnDetail.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDetail_ItemClick); // // barBtnPrint // this.barBtnPrint.Caption = "打印"; this.barBtnPrint.Id = 3; this.barBtnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtnPrint.ImageOptions.Image"))); this.barBtnPrint.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtnPrint.ImageOptions.LargeImage"))); this.barBtnPrint.Name = "barBtnPrint"; this.barBtnPrint.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large; this.barBtnPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPrint_ItemClick); // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "ribbonPage1"; // // ribbonPageGroup1 // this.ribbonPageGroup1.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.False; this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDetail); this.ribbonPageGroup1.ItemLinks.Add(this.barBtnEdit); this.ribbonPageGroup1.ItemLinks.Add(this.barBtnPrint); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "操作"; // // ribbonStatusBar // 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); // // layoutControl1 // this.layoutControl1.Controls.Add(this.cfMaintenanceRecord1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 134); this.layoutControl1.Margin = new System.Windows.Forms.Padding(0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(1331, 609); this.layoutControl1.TabIndex = 2; this.layoutControl1.Text = "layoutControl1"; // // cfMaintenanceRecord1 // maintenanceFilterModel1.Banci = DeviceRepair.Models.Enum.EnumMaintenanceBanciType.None; maintenanceFilterModel1.EndDate = new System.DateTime(2024, 7, 13, 23, 59, 59, 999); maintenanceFilterModel1.EquipmentId = 0; maintenanceFilterModel1.EquipmentName = ""; maintenanceFilterModel1.MaintenanceType = DeviceRepair.Models.EnumMaintenanceType.None; maintenanceFilterModel1.StartDate = new System.DateTime(2024, 6, 13, 0, 0, 0, 0); this.cfMaintenanceRecord1.filterModel = maintenanceFilterModel1; this.cfMaintenanceRecord1.Location = new System.Drawing.Point(2, 2); this.cfMaintenanceRecord1.Margin = new System.Windows.Forms.Padding(0); this.cfMaintenanceRecord1.Name = "cfMaintenanceRecord1"; this.cfMaintenanceRecord1.ShowFilterPanel = DevExpress.XtraLayout.Utils.LayoutVisibility.Always; this.cfMaintenanceRecord1.Size = new System.Drawing.Size(1327, 605); this.cfMaintenanceRecord1.TabIndex = 4; // // 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.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.Root.Size = new System.Drawing.Size(1331, 609); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.cfMaintenanceRecord1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(1331, 609); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // pageRecordView // this.Appearance.Options.UseFont = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 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.IconOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("pageRecordView.IconOptions.LargeImage"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "pageRecordView"; this.Ribbon = this.ribbon; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBar = this.ribbonStatusBar; this.Text = "设备保养记录"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.pageRecordView_Load); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).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.Ribbon.RibbonStatusBar ribbonStatusBar; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraBars.BarButtonItem barBtnEdit; private DevExpress.XtraBars.BarButtonItem barBtnDetail; private DevExpress.XtraBars.BarButtonItem barBtnPrint; private TsSFCDevice.Control.Maintenance.cfMaintenanceRecord cfMaintenanceRecord1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; } }