namespace DeviceRepairAndOptimization.Pages.AM.FormVersion { partial class pageFormVersionView { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageFormVersionView)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.gcControl = new DevExpress.XtraGrid.GridControl(); this.gvControl = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gcFormName = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcVersionCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcVersionRev = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcFormStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcRemarks = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.btnEdit = new DevExpress.XtraEditors.SimpleButton(); this.btnChangeStatus = new DevExpress.XtraEditors.SimpleButton(); this.btnBind = new DevExpress.XtraEditors.SimpleButton(); this.btnFIlter = new DevExpress.XtraEditors.ButtonEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DeviceRepairAndOptimization.frmWaiting), true, true); this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnFIlter.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.gcControl); this.layoutControl1.Controls.Add(this.btnAdd); this.layoutControl1.Controls.Add(this.btnEdit); this.layoutControl1.Controls.Add(this.btnChangeStatus); this.layoutControl1.Controls.Add(this.btnBind); this.layoutControl1.Controls.Add(this.btnFIlter); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1237, 694, 650, 400); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(1074, 900); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // gcControl // this.gcControl.Font = new System.Drawing.Font("Tahoma", 12F); this.gcControl.Location = new System.Drawing.Point(12, 43); this.gcControl.MainView = this.gvControl; this.gcControl.Name = "gcControl"; this.gcControl.Size = new System.Drawing.Size(1050, 845); this.gcControl.TabIndex = 9; this.gcControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvControl}); // // gvControl // this.gvControl.ColumnPanelRowHeight = 31; this.gvControl.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gcFormName, this.gcVersionCode, this.gcVersionRev, this.gcFormStatus, this.gcRemarks}); this.gvControl.GridControl = this.gcControl; this.gvControl.Name = "gvControl"; this.gvControl.OptionsView.ShowGroupPanel = false; this.gvControl.RowHeight = 31; this.gvControl.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gvControl_RowCellClick); this.gvControl.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gvControl_CustomDrawColumnHeader); this.gvControl.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gvControl_CustomDrawRowIndicator); this.gvControl.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gvControl_SelectionChanged); // // gcFormName // this.gcFormName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFormName.AppearanceCell.Options.UseFont = true; this.gcFormName.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFormName.AppearanceHeader.Options.UseFont = true; this.gcFormName.Caption = "文档名称"; this.gcFormName.FieldName = "FormName"; this.gcFormName.Name = "gcFormName"; this.gcFormName.Visible = true; this.gcFormName.VisibleIndex = 0; // // gcVersionCode // this.gcVersionCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcVersionCode.AppearanceCell.Options.UseFont = true; this.gcVersionCode.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcVersionCode.AppearanceHeader.Options.UseFont = true; this.gcVersionCode.Caption = "文档编号"; this.gcVersionCode.FieldName = "VersionCode"; this.gcVersionCode.Name = "gcVersionCode"; this.gcVersionCode.Visible = true; this.gcVersionCode.VisibleIndex = 1; // // gcVersionRev // this.gcVersionRev.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcVersionRev.AppearanceCell.Options.UseFont = true; this.gcVersionRev.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcVersionRev.AppearanceHeader.Options.UseFont = true; this.gcVersionRev.Caption = "版本"; this.gcVersionRev.FieldName = "VersionRev"; this.gcVersionRev.Name = "gcVersionRev"; this.gcVersionRev.Visible = true; this.gcVersionRev.VisibleIndex = 2; // // gcFormStatus // this.gcFormStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFormStatus.AppearanceCell.Options.UseFont = true; this.gcFormStatus.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcFormStatus.AppearanceHeader.Options.UseFont = true; this.gcFormStatus.Caption = "启用/禁用"; this.gcFormStatus.FieldName = "FormStatusText"; this.gcFormStatus.Name = "gcFormStatus"; this.gcFormStatus.Visible = true; this.gcFormStatus.VisibleIndex = 3; // // gcRemarks // this.gcRemarks.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 12F); this.gcRemarks.AppearanceCell.Options.UseFont = true; this.gcRemarks.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F); this.gcRemarks.AppearanceHeader.Options.UseFont = true; this.gcRemarks.Caption = "说明"; this.gcRemarks.FieldName = "Remarks"; this.gcRemarks.Name = "gcRemarks"; this.gcRemarks.Visible = true; this.gcRemarks.VisibleIndex = 4; // // btnAdd // this.btnAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btnAdd.Appearance.Options.UseFont = true; this.btnAdd.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btnAdd.AppearanceDisabled.Options.UseFont = true; this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image"))); this.btnAdd.Location = new System.Drawing.Point(12, 7); this.btnAdd.Name = "btnAdd"; this.btnAdd.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.btnAdd.Size = new System.Drawing.Size(87, 32); this.btnAdd.StyleController = this.layoutControl1; this.btnAdd.TabIndex = 4; this.btnAdd.Text = "新增"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnEdit // this.btnEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btnEdit.Appearance.Options.UseFont = true; this.btnEdit.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btnEdit.AppearanceDisabled.Options.UseFont = true; this.btnEdit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.ImageOptions.Image"))); this.btnEdit.Location = new System.Drawing.Point(103, 7); this.btnEdit.Name = "btnEdit"; this.btnEdit.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.btnEdit.Size = new System.Drawing.Size(87, 32); this.btnEdit.StyleController = this.layoutControl1; this.btnEdit.TabIndex = 5; this.btnEdit.Text = "编辑"; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnChangeStatus // this.btnChangeStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btnChangeStatus.Appearance.Options.UseFont = true; this.btnChangeStatus.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btnChangeStatus.AppearanceDisabled.Options.UseFont = true; this.btnChangeStatus.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnChangeStatus.ImageOptions.Image"))); this.btnChangeStatus.Location = new System.Drawing.Point(194, 7); this.btnChangeStatus.Name = "btnChangeStatus"; this.btnChangeStatus.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.btnChangeStatus.Size = new System.Drawing.Size(87, 32); this.btnChangeStatus.StyleController = this.layoutControl1; this.btnChangeStatus.TabIndex = 6; this.btnChangeStatus.Text = "启用"; this.btnChangeStatus.Click += new System.EventHandler(this.btnChangeStatus_Click); // // btnBind // this.btnBind.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btnBind.Appearance.Options.UseFont = true; this.btnBind.AppearanceDisabled.Font = new System.Drawing.Font("Tahoma", 12F); this.btnBind.AppearanceDisabled.Options.UseFont = true; this.btnBind.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBind.ImageOptions.Image"))); this.btnBind.Location = new System.Drawing.Point(285, 7); this.btnBind.Name = "btnBind"; this.btnBind.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light; this.btnBind.Size = new System.Drawing.Size(126, 32); this.btnBind.StyleController = this.layoutControl1; this.btnBind.TabIndex = 7; this.btnBind.Text = "绑定到设备"; this.btnBind.Click += new System.EventHandler(this.btnBind_Click); // // btnFIlter // this.btnFIlter.Location = new System.Drawing.Point(812, 10); this.btnFIlter.Name = "btnFIlter"; this.btnFIlter.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F); this.btnFIlter.Properties.Appearance.Options.UseFont = true; this.btnFIlter.Properties.AppearanceFocused.Font = new System.Drawing.Font("Tahoma", 12F); this.btnFIlter.Properties.AppearanceFocused.Options.UseFont = true; this.btnFIlter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear), new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Search)}); this.btnFIlter.Size = new System.Drawing.Size(250, 26); this.btnFIlter.StyleController = this.layoutControl1; this.btnFIlter.TabIndex = 8; this.btnFIlter.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnFIlter_ButtonClick); this.btnFIlter.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.btnFIlter_KeyPress); // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem4, this.layoutControlItem5, this.emptySpaceItem1, this.layoutControlItem6, this.layoutControlItem3}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 10); this.Root.Size = new System.Drawing.Size(1074, 900); this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.btnAdd; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MaxSize = new System.Drawing.Size(91, 36); this.layoutControlItem1.MinSize = new System.Drawing.Size(91, 36); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(91, 36); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.btnEdit; this.layoutControlItem2.Location = new System.Drawing.Point(91, 0); this.layoutControlItem2.MaxSize = new System.Drawing.Size(91, 36); this.layoutControlItem2.MinSize = new System.Drawing.Size(91, 36); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(91, 36); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnBind; this.layoutControlItem4.Location = new System.Drawing.Point(273, 0); this.layoutControlItem4.MaxSize = new System.Drawing.Size(130, 36); this.layoutControlItem4.MinSize = new System.Drawing.Size(130, 36); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(130, 36); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F); this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem5.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; this.layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; this.layoutControlItem5.Control = this.btnFIlter; this.layoutControlItem5.Location = new System.Drawing.Point(724, 0); this.layoutControlItem5.MaxSize = new System.Drawing.Size(330, 30); this.layoutControlItem5.MinSize = new System.Drawing.Size(330, 30); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(330, 36); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.Text = "关键字:"; this.layoutControlItem5.TextSize = new System.Drawing.Size(64, 19); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(403, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(321, 36); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem6 // this.layoutControlItem6.Control = this.gcControl; this.layoutControlItem6.Location = new System.Drawing.Point(0, 36); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(1054, 849); this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnChangeStatus; this.layoutControlItem3.Location = new System.Drawing.Point(182, 0); this.layoutControlItem3.MaxSize = new System.Drawing.Size(91, 36); this.layoutControlItem3.MinSize = new System.Drawing.Size(91, 36); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(91, 36); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // pageFormVersionView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.ClientSize = new System.Drawing.Size(1074, 900); this.Controls.Add(this.layoutControl1); this.Name = "pageFormVersionView"; this.Text = "pageFormVersionView"; this.Load += new System.EventHandler(this.pageFormVersionView_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnFIlter.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.SimpleButton btnEdit; private DevExpress.XtraEditors.SimpleButton btnChangeStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.SimpleButton btnBind; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.ButtonEdit btnFIlter; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraGrid.GridControl gcControl; private DevExpress.XtraGrid.Views.Grid.GridView gvControl; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraGrid.Columns.GridColumn gcFormName; private DevExpress.XtraGrid.Columns.GridColumn gcVersionCode; private DevExpress.XtraGrid.Columns.GridColumn gcVersionRev; private DevExpress.XtraGrid.Columns.GridColumn gcFormStatus; private DevExpress.XtraGrid.Columns.GridColumn gcRemarks; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1; } }