namespace PcgDrawR { partial class FrmOptions { /// /// 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(FrmOptions)); this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl(); this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup(); this.navBarGroupControlContainer1 = new DevExpress.XtraNavBar.NavBarGroupControlContainer(); this.trlDataItem = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(this.components); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl(); this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl(); ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit(); this.navBarControl1.SuspendLayout(); this.navBarGroupControlContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trlDataItem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).BeginInit(); this.SuspendLayout(); // // navBarControl1 // this.navBarControl1.ActiveGroup = this.navBarGroup1; this.navBarControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.navBarControl1.Controls.Add(this.navBarGroupControlContainer1); this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left; this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] { this.navBarGroup1}); this.navBarControl1.Location = new System.Drawing.Point(0, 0); this.navBarControl1.Margin = new System.Windows.Forms.Padding(0); this.navBarControl1.Name = "navBarControl1"; this.navBarControl1.OptionsNavPane.ExpandedWidth = 388; this.navBarControl1.OptionsNavPane.ShowOverflowButton = false; this.navBarControl1.OptionsNavPane.ShowOverflowPanel = false; this.navBarControl1.OptionsNavPane.ShowSplitter = false; this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane; this.navBarControl1.Size = new System.Drawing.Size(388, 732); this.navBarControl1.TabIndex = 4; this.navBarControl1.Text = "设置项目"; // // navBarGroup1 // this.navBarGroup1.Caption = "设置项目"; this.navBarGroup1.ControlContainer = this.navBarGroupControlContainer1; this.navBarGroup1.Expanded = true; this.navBarGroup1.GroupClientHeight = 670; this.navBarGroup1.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer; this.navBarGroup1.Name = "navBarGroup1"; // // navBarGroupControlContainer1 // this.navBarGroupControlContainer1.Appearance.BackColor = System.Drawing.SystemColors.Control; this.navBarGroupControlContainer1.Appearance.Options.UseBackColor = true; this.navBarGroupControlContainer1.Controls.Add(this.trlDataItem); this.navBarGroupControlContainer1.Margin = new System.Windows.Forms.Padding(0); this.navBarGroupControlContainer1.Name = "navBarGroupControlContainer1"; this.navBarGroupControlContainer1.Size = new System.Drawing.Size(388, 666); this.navBarGroupControlContainer1.TabIndex = 0; // // trlDataItem // this.trlDataItem.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.trlDataItem.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1}); this.trlDataItem.Cursor = System.Windows.Forms.Cursors.Default; this.trlDataItem.Dock = System.Windows.Forms.DockStyle.Fill; this.trlDataItem.HorzScrollStep = 5; this.trlDataItem.Location = new System.Drawing.Point(0, 0); this.trlDataItem.Margin = new System.Windows.Forms.Padding(0); this.trlDataItem.MinWidth = 26; this.trlDataItem.Name = "trlDataItem"; this.trlDataItem.BeginUnboundLoad(); this.trlDataItem.AppendNode(new object[] { null}, -1, 0, 1, -1); this.trlDataItem.EndUnboundLoad(); this.trlDataItem.OptionsBehavior.Editable = false; this.trlDataItem.OptionsSelection.InvertSelection = true; this.trlDataItem.OptionsView.RowImagesShowMode = DevExpress.XtraTreeList.RowImagesShowMode.InCell; this.trlDataItem.OptionsView.ShowColumns = false; this.trlDataItem.OptionsView.ShowIndentAsRowStyle = true; this.trlDataItem.OptionsView.ShowIndicator = false; this.trlDataItem.OptionsView.ShowRoot = false; this.trlDataItem.SelectImageList = this.svgImageCollection1; this.trlDataItem.Size = new System.Drawing.Size(388, 666); this.trlDataItem.StateImageList = this.svgImageCollection1; this.trlDataItem.TabIndex = 0; this.trlDataItem.TreeLevelWidth = 19; this.trlDataItem.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.trlDataItem_FocusedNodeChanged); // // treeListColumn1 // this.treeListColumn1.Caption = "treeListColumn1"; this.treeListColumn1.FieldName = "treeListColumn1"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 0; // // svgImageCollection1 // this.svgImageCollection1.Add("custom", "image://svgimages/outlook inspired/custom.svg"); this.svgImageCollection1.Add("bo_unknown", "image://svgimages/business objects/bo_unknown.svg"); this.svgImageCollection1.Add("viewsetting", "image://devav/actions/viewsetting.svg"); this.svgImageCollection1.Add("costanalysis", "image://devav/actions/costanalysis.svg"); // // panelControl1 // this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.btnCancel); this.panelControl1.Controls.Add(this.btnOK); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 732); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1080, 106); this.panelControl1.TabIndex = 7; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(900, 25); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(130, 52); this.btnCancel.TabIndex = 0; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(720, 25); this.btnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(130, 52); this.btnOK.TabIndex = 0; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // propertyGridControl1 // this.propertyGridControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.propertyGridControl1.Cursor = System.Windows.Forms.Cursors.Default; this.propertyGridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGridControl1.Location = new System.Drawing.Point(412, 0); this.propertyGridControl1.Margin = new System.Windows.Forms.Padding(0); this.propertyGridControl1.Name = "propertyGridControl1"; this.propertyGridControl1.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort; this.propertyGridControl1.OptionsView.MinRowAutoHeight = 19; this.propertyGridControl1.Size = new System.Drawing.Size(668, 732); this.propertyGridControl1.TabIndex = 5; this.propertyGridControl1.CustomPropertyDescriptors += new DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventHandler(this.propertyGridControl1_CustomPropertyDescriptors); // // splitterControl1 // this.splitterControl1.Location = new System.Drawing.Point(388, 0); this.splitterControl1.Margin = new System.Windows.Forms.Padding(0); this.splitterControl1.Name = "splitterControl1"; this.splitterControl1.Size = new System.Drawing.Size(24, 732); this.splitterControl1.TabIndex = 6; this.splitterControl1.TabStop = false; // // FrmOptions // this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 29F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1080, 838); this.Controls.Add(this.propertyGridControl1); this.Controls.Add(this.splitterControl1); this.Controls.Add(this.navBarControl1); this.Controls.Add(this.panelControl1); this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("FrmOptions.IconOptions.SvgImage"))); this.Name = "FrmOptions"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "自定义选项"; this.Load += new System.EventHandler(this.FrmOptions_Load); ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit(); this.navBarControl1.ResumeLayout(false); this.navBarGroupControlContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trlDataItem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.svgImageCollection1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraNavBar.NavBarControl navBarControl1; private DevExpress.XtraNavBar.NavBarGroup navBarGroup1; private DevExpress.XtraNavBar.NavBarGroupControlContainer navBarGroupControlContainer1; private DevExpress.XtraTreeList.TreeList trlDataItem; private DevExpress.Utils.SvgImageCollection svgImageCollection1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraVerticalGrid.PropertyGridControl propertyGridControl1; private DevExpress.XtraEditors.SplitterControl splitterControl1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; } }