You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/PcgDrawR/FormGlobalOptions.Designer.cs

228 lines
12 KiB
C#

1 month ago
namespace PcgDrawR
{
partial class FormGlobalOptions
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
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.propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
((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.propertyGridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// navBarControl1
//
this.navBarControl1.ActiveGroup = this.navBarGroup1;
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(2, 1, 2, 1);
this.navBarControl1.Name = "navBarControl1";
this.navBarControl1.OptionsNavPane.ExpandedWidth = 242;
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(242, 329);
this.navBarControl1.TabIndex = 0;
this.navBarControl1.Text = "设置项目";
//
// navBarGroup1
//
this.navBarGroup1.Caption = "设置项目";
this.navBarGroup1.ControlContainer = this.navBarGroupControlContainer1;
this.navBarGroup1.Expanded = true;
this.navBarGroup1.GroupClientHeight = 298;
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(242, 294);
this.navBarGroupControlContainer1.TabIndex = 0;
//
// trlDataItem
//
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.FixedLineWidth = 1;
this.trlDataItem.Location = new System.Drawing.Point(0, 0);
this.trlDataItem.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.trlDataItem.MinWidth = 16;
this.trlDataItem.Name = "trlDataItem";
this.trlDataItem.BeginUnboundLoad();
this.trlDataItem.AppendNode(new object[] {
"范围选择"}, -1, 0, 1, -1);
this.trlDataItem.EndUnboundLoad();
this.trlDataItem.OptionsBehavior.Editable = false;
this.trlDataItem.OptionsSelection.InvertSelection = true;
this.trlDataItem.OptionsView.ShowColumns = false;
this.trlDataItem.OptionsView.ShowIndentAsRowStyle = true;
this.trlDataItem.OptionsView.ShowRoot = false;
this.trlDataItem.SelectImageList = this.svgImageCollection1;
this.trlDataItem.Size = new System.Drawing.Size(242, 294);
this.trlDataItem.TabIndex = 0;
this.trlDataItem.TreeLevelWidth = 12;
this.trlDataItem.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.trlDataItem_FocusedNodeChanged);
this.trlDataItem.SelectionChanged += new System.EventHandler(this.trlDataItem_SelectionChanged);
//
// treeListColumn1
//
this.treeListColumn1.Caption = "treeListColumn1";
this.treeListColumn1.FieldName = "treeListColumn1";
this.treeListColumn1.MinWidth = 16;
this.treeListColumn1.Name = "treeListColumn1";
this.treeListColumn1.Visible = true;
this.treeListColumn1.VisibleIndex = 0;
this.treeListColumn1.Width = 43;
//
// svgImageCollection1
//
this.svgImageCollection1.Add("costanalysis", "image://devav/actions/costanalysis.svg");
this.svgImageCollection1.Add("viewsetting", "image://devav/actions/viewsetting.svg");
//
// propertyGridControl1
//
this.propertyGridControl1.BandsInterval = 1;
this.propertyGridControl1.Cursor = System.Windows.Forms.Cursors.Hand;
this.propertyGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.propertyGridControl1.Location = new System.Drawing.Point(248, 0);
this.propertyGridControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.propertyGridControl1.Name = "propertyGridControl1";
this.propertyGridControl1.OptionsView.FixedLineWidth = 1;
this.propertyGridControl1.Size = new System.Drawing.Size(450, 329);
this.propertyGridControl1.TabIndex = 1;
//
// splitterControl1
//
this.splitterControl1.Location = new System.Drawing.Point(242, 0);
this.splitterControl1.Margin = new System.Windows.Forms.Padding(0);
this.splitterControl1.Name = "splitterControl1";
this.splitterControl1.Size = new System.Drawing.Size(6, 329);
this.splitterControl1.TabIndex = 2;
this.splitterControl1.TabStop = false;
//
// panelControl1
//
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, 329);
this.panelControl1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(698, 55);
this.panelControl1.TabIndex = 3;
//
// 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(587, 13);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 27);
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(476, 13);
this.btnOK.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(80, 27);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定";
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// FormGlobalOptions
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(698, 384);
this.Controls.Add(this.propertyGridControl1);
this.Controls.Add(this.splitterControl1);
this.Controls.Add(this.navBarControl1);
this.Controls.Add(this.panelControl1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FormGlobalOptions";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "自定义选项";
this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(255)))));
this.Load += new System.EventHandler(this.FormGlobalOptions_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.propertyGridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
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.XtraVerticalGrid.PropertyGridControl propertyGridControl1;
private DevExpress.XtraEditors.SplitterControl splitterControl1;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
private DevExpress.Utils.SvgImageCollection svgImageCollection1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOK;
}
}