namespace Cyberpipe { partial class FrmQueryHistory { /// <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() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chartSensorStatus = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.datetimeEndDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.datetimeBeginDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.buttonXQuery = new DevComponents.DotNetBar.ButtonX(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartSensorStatus)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.datetimeEndDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.datetimeBeginDate)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.chartSensorStatus); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(564, 367); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; // // chartSensorStatus // this.chartSensorStatus.BackColor = System.Drawing.Color.Transparent; chartArea1.AxisX.MajorGrid.Enabled = false; chartArea1.BackColor = System.Drawing.Color.Transparent; chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom; chartArea1.BackHatchStyle = System.Windows.Forms.DataVisualization.Charting.ChartHatchStyle.DashedHorizontal; chartArea1.Name = "ChartArea1"; this.chartSensorStatus.ChartAreas.Add(chartArea1); legend1.BackColor = System.Drawing.Color.Transparent; legend1.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top; legend1.Name = "Legend1"; this.chartSensorStatus.Legends.Add(legend1); this.chartSensorStatus.Location = new System.Drawing.Point(6, 87); this.chartSensorStatus.Name = "chartSensorStatus"; series1.BorderColor = System.Drawing.Color.Transparent; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series1.Color = System.Drawing.Color.Red; series1.Legend = "Legend1"; series1.Name = "测量值"; this.chartSensorStatus.Series.Add(series1); this.chartSensorStatus.Size = new System.Drawing.Size(552, 262); this.chartSensorStatus.TabIndex = 8; this.chartSensorStatus.Text = "chart1"; // // groupBox2 // this.groupBox2.Controls.Add(this.datetimeEndDate); this.groupBox2.Controls.Add(this.datetimeBeginDate); this.groupBox2.Controls.Add(this.buttonXQuery); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(6, 18); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(552, 58); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "查询条件"; // // datetimeEndDate // // // // this.datetimeEndDate.BackgroundStyle.Class = "DateTimeInputBackground"; this.datetimeEndDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeEndDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.datetimeEndDate.ButtonDropDown.Visible = true; this.datetimeEndDate.CustomFormat = "yyyy-MM-dd"; this.datetimeEndDate.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.datetimeEndDate.Location = new System.Drawing.Point(307, 23); // // // this.datetimeEndDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.datetimeEndDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window; this.datetimeEndDate.MonthCalendar.BackgroundStyle.Class = ""; this.datetimeEndDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeEndDate.MonthCalendar.ClearButtonVisible = true; // // // this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.Class = ""; this.datetimeEndDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeEndDate.MonthCalendar.DisplayMonth = new System.DateTime(2014, 4, 1, 0, 0, 0, 0); this.datetimeEndDate.MonthCalendar.MarkedDates = new System.DateTime[0]; this.datetimeEndDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.datetimeEndDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.datetimeEndDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.datetimeEndDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.datetimeEndDate.MonthCalendar.NavigationBackgroundStyle.Class = ""; this.datetimeEndDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeEndDate.MonthCalendar.TodayButtonVisible = true; this.datetimeEndDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.datetimeEndDate.Name = "datetimeEndDate"; this.datetimeEndDate.ShowCheckBox = true; this.datetimeEndDate.Size = new System.Drawing.Size(132, 21); this.datetimeEndDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.datetimeEndDate.TabIndex = 14; this.datetimeEndDate.Value = new System.DateTime(2014, 4, 1, 0, 0, 0, 0); // // datetimeBeginDate // // // // this.datetimeBeginDate.BackgroundStyle.Class = "DateTimeInputBackground"; this.datetimeBeginDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeBeginDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.datetimeBeginDate.ButtonDropDown.Visible = true; this.datetimeBeginDate.CustomFormat = "yyyy-MM-dd"; this.datetimeBeginDate.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.datetimeBeginDate.Location = new System.Drawing.Point(87, 23); // // // this.datetimeBeginDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0]; // // // this.datetimeBeginDate.MonthCalendar.BackgroundStyle.BackColor = System.Drawing.SystemColors.Window; this.datetimeBeginDate.MonthCalendar.BackgroundStyle.Class = ""; this.datetimeBeginDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeBeginDate.MonthCalendar.ClearButtonVisible = true; // // // this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.Class = ""; this.datetimeBeginDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeBeginDate.MonthCalendar.DisplayMonth = new System.DateTime(2014, 4, 1, 0, 0, 0, 0); this.datetimeBeginDate.MonthCalendar.MarkedDates = new System.DateTime[0]; this.datetimeBeginDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0]; // // // this.datetimeBeginDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.datetimeBeginDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.datetimeBeginDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.datetimeBeginDate.MonthCalendar.NavigationBackgroundStyle.Class = ""; this.datetimeBeginDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.datetimeBeginDate.MonthCalendar.TodayButtonVisible = true; this.datetimeBeginDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0]; this.datetimeBeginDate.Name = "datetimeBeginDate"; this.datetimeBeginDate.ShowCheckBox = true; this.datetimeBeginDate.Size = new System.Drawing.Size(148, 21); this.datetimeBeginDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.datetimeBeginDate.TabIndex = 13; this.datetimeBeginDate.Value = new System.DateTime(2014, 4, 1, 0, 0, 0, 0); // // buttonXQuery // this.buttonXQuery.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXQuery.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXQuery.Location = new System.Drawing.Point(463, 21); this.buttonXQuery.Name = "buttonXQuery"; this.buttonXQuery.Size = new System.Drawing.Size(53, 23); this.buttonXQuery.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXQuery.TabIndex = 10; this.buttonXQuery.Text = "查询"; this.buttonXQuery.Click += new System.EventHandler(this.btn_Query_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(241, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 9; this.label2.Text = "截止时间:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 9; this.label1.Text = "起始时间:"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(485, 398); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(53, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 15; this.buttonX1.Text = "关闭"; this.buttonX1.Click += new System.EventHandler(this.btn_Cancel_Click); // // FrmQueryHistory // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(588, 433); this.Controls.Add(this.buttonX1); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmQueryHistory"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "传感器历史状态查询"; this.Load += new System.EventHandler(this.Frm_LogManager_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmQueryHistory_FormClosing); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chartSensorStatus)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.datetimeEndDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.datetimeBeginDate)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataVisualization.Charting.Chart chartSensorStatus; private DevComponents.DotNetBar.ButtonX buttonXQuery; private DevComponents.Editors.DateTimeAdv.DateTimeInput datetimeBeginDate; private DevComponents.Editors.DateTimeAdv.DateTimeInput datetimeEndDate; private DevComponents.DotNetBar.ButtonX buttonX1; private System.Windows.Forms.Label label2; } }