📄 frmqsset.designer.cs.svn-base
字号:
namespace dist.hb.EnvQueryStat.Manage
{
partial class frmQSSet
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQSSet));
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
this.navBarItem5 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem11 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem12 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem13 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem3 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem4 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
this.navBarItem6 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem7 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem8 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem9 = new DevExpress.XtraNavBar.NavBarItem();
this.navBarItem10 = new DevExpress.XtraNavBar.NavBarItem();
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
this.SuspendLayout();
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
this.imageList2.Images.SetKeyName(0, "");
this.imageList2.Images.SetKeyName(1, "");
this.imageList2.Images.SetKeyName(2, "");
this.imageList2.Images.SetKeyName(3, "");
this.imageList2.Images.SetKeyName(4, "");
this.imageList2.Images.SetKeyName(5, "");
this.imageList2.Images.SetKeyName(6, "");
this.imageList2.Images.SetKeyName(7, "");
this.imageList2.Images.SetKeyName(8, "");
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
this.imageList1.Images.SetKeyName(0, "");
this.imageList1.Images.SetKeyName(1, "");
this.imageList1.Images.SetKeyName(2, "");
this.imageList1.Images.SetKeyName(3, "");
this.imageList1.Images.SetKeyName(4, "");
this.imageList1.Images.SetKeyName(5, "");
this.imageList1.Images.SetKeyName(6, "");
this.imageList1.Images.SetKeyName(7, "");
this.imageList1.Images.SetKeyName(8, "");
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.LookAndFeel.SkinName = "Blue";
this.splitContainerControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
this.splitContainerControl1.LookAndFeel.UseWindowsXPTheme = true;
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl1);
this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(870, 540);
this.splitContainerControl1.SplitterPosition = 168;
this.splitContainerControl1.TabIndex = 31;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// navBarControl1
//
this.navBarControl1.ActiveGroup = this.navBarGroup3;
this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
this.navBarGroup1,
this.navBarGroup2,
this.navBarGroup3});
this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
this.navBarItem1,
this.navBarItem2,
this.navBarItem3,
this.navBarItem5,
this.navBarItem6,
this.navBarItem7,
this.navBarItem4,
this.navBarItem8,
this.navBarItem9,
this.navBarItem10,
this.navBarItem11,
this.navBarItem12,
this.navBarItem13});
this.navBarControl1.LargeImages = this.imageList1;
this.navBarControl1.Location = new System.Drawing.Point(0, 0);
this.navBarControl1.Name = "navBarControl1";
this.navBarControl1.Size = new System.Drawing.Size(168, 540);
this.navBarControl1.SmallImages = this.imageList2;
this.navBarControl1.StoreDefaultPaintStyleName = true;
this.navBarControl1.TabIndex = 31;
//
// navBarGroup3
//
this.navBarGroup3.Caption = "统计设定";
this.navBarGroup3.Expanded = true;
this.navBarGroup3.GroupCaptionUseImage = DevExpress.XtraNavBar.NavBarImage.Large;
this.navBarGroup3.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText;
this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem5),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem11),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem12),
new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem13)});
this.navBarGroup3.LargeImageIndex = 2;
this.navBarGroup3.Name = "navBarGroup3";
this.navBarGroup3.SmallImageIndex = 3;
//
// navBarItem5
//
this.navBarItem5.Caption = "统计模板基本信息";
this.navBarItem5.LargeImageIndex = 4;
this.navBarItem5.Name = "navBarItem5";
this.navBarItem5.SmallImageIndex = 4;
this.navBarItem5.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem5_LinkClicked);
//
// navBarItem11
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -