using System.ComponentModel; using System.Windows.Forms; using System.Windows.Forms.DataVisualization.Charting; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using TabControl = System.Windows.Forms.TabControl; namespace Cyberpipe { partial class FrmMetadataStat { /// <summary> /// Required designer variable. /// </summary> private 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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); this.keywordsLbl = new DevComponents.DotNetBar.LabelX(); this.searchBtn = new DevComponents.DotNetBar.ButtonX(); this.keywordsTxt = new DevComponents.DotNetBar.Controls.TextBoxX(); this.resultList = new DevComponents.DotNetBar.Controls.ListViewEx(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.resultLbl = new DevComponents.DotNetBar.LabelX(); this.ntLbl = new System.Windows.Forms.GroupBox(); this.ntLblC = new DevComponents.DotNetBar.LabelX(); this.authorLblC = new DevComponents.DotNetBar.LabelX(); this.descLblC = new DevComponents.DotNetBar.LabelX(); this.consLblC = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.authorLbl = new DevComponents.DotNetBar.LabelX(); this.descLbl = new DevComponents.DotNetBar.LabelX(); this.consLbl = new DevComponents.DotNetBar.LabelX(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.ntLbl.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit(); this.SuspendLayout(); // // keywordsLbl // // // // this.keywordsLbl.BackgroundStyle.Class = ""; this.keywordsLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.keywordsLbl.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold); this.keywordsLbl.Location = new System.Drawing.Point(6, 6); this.keywordsLbl.Name = "keywordsLbl"; this.keywordsLbl.Size = new System.Drawing.Size(66, 44); this.keywordsLbl.TabIndex = 0; this.keywordsLbl.Text = "关键字:"; // // searchBtn // this.searchBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.searchBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.searchBtn.Location = new System.Drawing.Point(215, 16); this.searchBtn.Name = "searchBtn"; this.searchBtn.Size = new System.Drawing.Size(62, 21); this.searchBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.searchBtn.TabIndex = 1; this.searchBtn.Text = "查询"; this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click); // // keywordsTxt // // // // this.keywordsTxt.Border.Class = "TextBoxBorder"; this.keywordsTxt.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.keywordsTxt.Location = new System.Drawing.Point(78, 16); this.keywordsTxt.Name = "keywordsTxt"; this.keywordsTxt.Size = new System.Drawing.Size(131, 21); this.keywordsTxt.TabIndex = 2; // // resultList // // // // this.resultList.Border.Class = "ListViewBorder"; this.resultList.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.resultList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.resultList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.resultList.FullRowSelect = true; this.resultList.GridLines = true; this.resultList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.resultList.LabelWrap = false; this.resultList.Location = new System.Drawing.Point(78, 55); this.resultList.MultiSelect = false; this.resultList.Name = "resultList"; this.resultList.ShowItemToolTips = true; this.resultList.Size = new System.Drawing.Size(199, 262); this.resultList.TabIndex = 5; this.resultList.UseCompatibleStateImageBehavior = false; this.resultList.View = System.Windows.Forms.View.List; this.resultList.SelectedIndexChanged += new System.EventHandler(this.resultList_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Width = 200; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold); this.labelX1.Location = new System.Drawing.Point(6, 56); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(56, 34); this.labelX1.TabIndex = 6; this.labelX1.Text = "结果:"; // // styleManager1 // this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(619, 374); this.tabControl1.TabIndex = 7; // // tabPage1 // this.tabPage1.Controls.Add(this.resultLbl); this.tabPage1.Controls.Add(this.ntLbl); this.tabPage1.Controls.Add(this.keywordsLbl); this.tabPage1.Controls.Add(this.labelX1); this.tabPage1.Controls.Add(this.keywordsTxt); this.tabPage1.Controls.Add(this.resultList); this.tabPage1.Controls.Add(this.searchBtn); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(611, 348); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "查询"; this.tabPage1.UseVisualStyleBackColor = true; // // resultLbl // // // // this.resultLbl.BackgroundStyle.Class = ""; this.resultLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.resultLbl.Location = new System.Drawing.Point(6, 319); this.resultLbl.Name = "resultLbl"; this.resultLbl.Size = new System.Drawing.Size(271, 23); this.resultLbl.TabIndex = 10; // // ntLbl // this.ntLbl.Controls.Add(this.ntLblC); this.ntLbl.Controls.Add(this.authorLblC); this.ntLbl.Controls.Add(this.descLblC); this.ntLbl.Controls.Add(this.consLblC); this.ntLbl.Controls.Add(this.labelX2); this.ntLbl.Controls.Add(this.authorLbl); this.ntLbl.Controls.Add(this.descLbl); this.ntLbl.Controls.Add(this.consLbl); this.ntLbl.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ntLbl.Location = new System.Drawing.Point(308, 16); this.ntLbl.Name = "ntLbl"; this.ntLbl.Size = new System.Drawing.Size(297, 301); this.ntLbl.TabIndex = 9; this.ntLbl.TabStop = false; this.ntLbl.Text = "元数据"; // // ntLblC // // // // this.ntLblC.BackgroundStyle.Class = ""; this.ntLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.ntLblC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ntLblC.Location = new System.Drawing.Point(8, 249); this.ntLblC.Name = "ntLblC"; this.ntLblC.Size = new System.Drawing.Size(283, 34); this.ntLblC.TabIndex = 15; // // authorLblC // // // // this.authorLblC.BackgroundStyle.Class = ""; this.authorLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.authorLblC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.authorLblC.Location = new System.Drawing.Point(6, 190); this.authorLblC.Name = "authorLblC"; this.authorLblC.Size = new System.Drawing.Size(285, 34); this.authorLblC.TabIndex = 14; // // descLblC // // // // this.descLblC.BackgroundStyle.Class = ""; this.descLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.descLblC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.descLblC.Location = new System.Drawing.Point(8, 111); this.descLblC.Name = "descLblC"; this.descLblC.Size = new System.Drawing.Size(283, 34); this.descLblC.TabIndex = 13; // // consLblC // // // // this.consLblC.BackgroundStyle.Class = ""; this.consLblC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.consLblC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.consLblC.Location = new System.Drawing.Point(8, 53); this.consLblC.Name = "consLblC"; this.consLblC.Size = new System.Drawing.Size(283, 34); this.consLblC.TabIndex = 12; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX2.Location = new System.Drawing.Point(8, 218); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(56, 34); this.labelX2.TabIndex = 11; this.labelX2.Text = "备注:"; // // authorLbl // // // // this.authorLbl.BackgroundStyle.Class = ""; this.authorLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.authorLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.authorLbl.Location = new System.Drawing.Point(8, 166); this.authorLbl.Name = "authorLbl"; this.authorLbl.Size = new System.Drawing.Size(56, 34); this.authorLbl.TabIndex = 10; this.authorLbl.Text = "制作者:"; // // descLbl // // // // this.descLbl.BackgroundStyle.Class = ""; this.descLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.descLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.descLbl.Location = new System.Drawing.Point(8, 82); this.descLbl.Name = "descLbl"; this.descLbl.Size = new System.Drawing.Size(56, 34); this.descLbl.TabIndex = 9; this.descLbl.Text = "简介:"; // // consLbl // // // // this.consLbl.BackgroundStyle.Class = ""; this.consLbl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.consLbl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.consLbl.Location = new System.Drawing.Point(8, 26); this.consLbl.Name = "consLbl"; this.consLbl.Size = new System.Drawing.Size(56, 34); this.consLbl.TabIndex = 8; this.consLbl.Text = "摘要:"; // // tabPage2 // this.tabPage2.Controls.Add(this.chart1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(611, 348); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "统计图"; this.tabPage2.UseVisualStyleBackColor = true; // // chart1 // chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom; chartArea1.Name = "ChartArea1"; this.chart1.ChartAreas.Add(chartArea1); this.chart1.Dock = System.Windows.Forms.DockStyle.Fill; this.chart1.Location = new System.Drawing.Point(3, 3); this.chart1.Name = "chart1"; this.chart1.Size = new System.Drawing.Size(605, 342); this.chart1.TabIndex = 2; this.chart1.Text = "chart1"; // // FrmMetadataStat // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(643, 398); this.Controls.Add(this.tabControl1); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMetadataStat"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "元数据统计查询"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.ntLbl.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit(); this.ResumeLayout(false); } #endregion private LabelX keywordsLbl; private ButtonX searchBtn; private TextBoxX keywordsTxt; private ListViewEx resultList; private ColumnHeader columnHeader1; private LabelX labelX1; private StyleManager styleManager1; private TabControl tabControl1; private TabPage tabPage1; private TabPage tabPage2; private LabelX consLbl; private GroupBox ntLbl; private LabelX descLbl; private LabelX authorLbl; private LabelX labelX2; private LabelX ntLblC; private LabelX authorLblC; private LabelX descLblC; private LabelX consLblC; private LabelX resultLbl; private Chart chart1; } }