namespace SIMDP.View { partial class FormRules { /// /// 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(FormRules)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl(); this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_Add = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Edit = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Delete = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.label_Rules = new DevExpress.XtraEditors.LabelControl(); this.gridControl_Rules = new DevExpress.XtraGrid.GridControl(); this.gridView_Rules = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Rules)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Rules)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainerControl1.Location = new System.Drawing.Point(1, -2); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.label_Rules); this.splitContainerControl1.Panel2.Controls.Add(this.gridControl_Rules); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(985, 448); this.splitContainerControl1.SplitterPosition = 216; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // navBarControl1 // this.navBarControl1.ActiveGroup = this.navBarGroup1; this.navBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.navBarControl1.Appearance.Background.BackColor = System.Drawing.Color.Transparent; this.navBarControl1.Appearance.Background.Options.UseBackColor = true; this.navBarControl1.BackColor = System.Drawing.Color.Transparent; this.navBarControl1.ContextMenuStrip = this.contextMenuStrip1; this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] { this.navBarGroup1}); this.navBarControl1.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInControl; this.navBarControl1.Location = new System.Drawing.Point(3, 7); this.navBarControl1.Name = "navBarControl1"; this.navBarControl1.OptionsNavPane.ExpandedWidth = 209; this.navBarControl1.Size = new System.Drawing.Size(209, 441); this.navBarControl1.TabIndex = 0; this.navBarControl1.Text = "navBarControl1"; this.navBarControl1.CustomDrawLink += new DevExpress.XtraNavBar.ViewInfo.CustomDrawNavBarElementEventHandler(this.navBarControl1_CustomDrawLink); // // navBarGroup1 // this.navBarGroup1.Caption = "规则列表"; this.navBarGroup1.Expanded = true; this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage"))); this.navBarGroup1.Name = "navBarGroup1"; this.navBarGroup1.ShowIcons = DevExpress.Utils.DefaultBoolean.True; // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Add, this.menu_Edit, this.menu_Delete, this.menu_Refresh}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(113, 108); // // menu_Add // this.menu_Add.Image = global::SIMDP.View.Properties.Resources.Add_16x16; this.menu_Add.Name = "menu_Add"; this.menu_Add.Size = new System.Drawing.Size(112, 26); this.menu_Add.Text = "添加"; this.menu_Add.Click += new System.EventHandler(this.menu_Add_Click); // // menu_Edit // this.menu_Edit.Image = ((System.Drawing.Image)(resources.GetObject("menu_Edit.Image"))); this.menu_Edit.Name = "menu_Edit"; this.menu_Edit.Size = new System.Drawing.Size(112, 26); this.menu_Edit.Text = "修改"; this.menu_Edit.Click += new System.EventHandler(this.menu_Edit_Click); // // menu_Delete // this.menu_Delete.Image = global::SIMDP.View.Properties.Resources.Remove_16x16; this.menu_Delete.Name = "menu_Delete"; this.menu_Delete.Size = new System.Drawing.Size(112, 26); this.menu_Delete.Text = "删除"; this.menu_Delete.Click += new System.EventHandler(this.menu_Delete_Click); // // menu_Refresh // this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16; this.menu_Refresh.Name = "menu_Refresh"; this.menu_Refresh.Size = new System.Drawing.Size(112, 26); this.menu_Refresh.Text = "刷新"; this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click); // // label_Rules // this.label_Rules.Location = new System.Drawing.Point(14, 14); this.label_Rules.Name = "label_Rules"; this.label_Rules.Size = new System.Drawing.Size(75, 18); this.label_Rules.TabIndex = 11; this.label_Rules.Text = "规则列表:"; this.label_Rules.Visible = false; // // gridControl_Rules // this.gridControl_Rules.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControl_Rules.Location = new System.Drawing.Point(6, 39); this.gridControl_Rules.MainView = this.gridView_Rules; this.gridControl_Rules.Name = "gridControl_Rules"; this.gridControl_Rules.Size = new System.Drawing.Size(753, 404); this.gridControl_Rules.TabIndex = 0; this.gridControl_Rules.TabStop = false; this.gridControl_Rules.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_Rules}); this.gridControl_Rules.Visible = false; // // gridView_Rules // this.gridView_Rules.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView_Rules.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_Rules.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5}); this.gridView_Rules.GridControl = this.gridControl_Rules; this.gridView_Rules.Name = "gridView_Rules"; this.gridView_Rules.OptionsBehavior.Editable = false; this.gridView_Rules.OptionsBehavior.ReadOnly = true; this.gridView_Rules.OptionsView.EnableAppearanceEvenRow = true; this.gridView_Rules.OptionsView.EnableAppearanceOddRow = true; this.gridView_Rules.OptionsView.ShowGroupPanel = false; this.gridView_Rules.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_Rules_CustomColumnDisplayText); // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "名称"; this.gridColumn2.FieldName = "Name"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.ReadOnly = true; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "类型"; this.gridColumn3.FieldName = "Type"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.OptionsColumn.ReadOnly = true; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 1; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "序号"; this.gridColumn4.FieldName = "OrderNum"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.OptionsColumn.ReadOnly = true; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 2; // // gridColumn5 // this.gridColumn5.AppearanceCell.Options.UseTextOptions = true; this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.Caption = "是否为查询条件"; this.gridColumn5.FieldName = "Query"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.OptionsColumn.ReadOnly = true; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 3; // // FormRules // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(986, 445); this.Controls.Add(this.splitContainerControl1); this.Name = "FormRules"; this.Text = "规则配置管理"; this.Load += new System.EventHandler(this.FormRules_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Rules)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Rules)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraNavBar.NavBarControl navBarControl1; private DevExpress.XtraNavBar.NavBarGroup navBarGroup1; private DevExpress.XtraGrid.GridControl gridControl_Rules; private DevExpress.XtraGrid.Views.Grid.GridView gridView_Rules; private DevExpress.XtraEditors.LabelControl label_Rules; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem menu_Add; private System.Windows.Forms.ToolStripMenuItem menu_Delete; private System.Windows.Forms.ToolStripMenuItem menu_Refresh; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private System.Windows.Forms.ToolStripMenuItem menu_Edit; } }