namespace IStation.WinFrmUI.Monitor
|
{
|
partial class SearchHistoryData
|
{
|
/// <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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.resultChartControl1 = new IStation.WinFrmUI.Monitor.ResultChartControl();
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.comboBoxMonth = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.spinEditYear = new DevExpress.XtraEditors.SpinEdit();
|
this.listBoxDay = new DevExpress.XtraEditors.ListBoxControl();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
this.groupControl1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxMonth.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditYear.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.listBoxDay)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.resultChartControl1);
|
this.layoutControl1.Controls.Add(this.groupControl1);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1158, 176, 650, 400);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(1284, 931);
|
this.layoutControl1.TabIndex = 0;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// resultChartControl1
|
//
|
this.resultChartControl1.Location = new System.Drawing.Point(204, 12);
|
this.resultChartControl1.Name = "resultChartControl1";
|
this.resultChartControl1.Size = new System.Drawing.Size(1068, 907);
|
this.resultChartControl1.TabIndex = 5;
|
//
|
// groupControl1
|
//
|
this.groupControl1.Controls.Add(this.tableLayoutPanel1);
|
this.groupControl1.Location = new System.Drawing.Point(12, 12);
|
this.groupControl1.Name = "groupControl1";
|
this.groupControl1.Size = new System.Drawing.Size(188, 907);
|
this.groupControl1.TabIndex = 4;
|
this.groupControl1.Text = "历史";
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.listBoxDay, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 23);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 87F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(184, 882);
|
this.tableLayoutPanel1.TabIndex = 1;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.labelControl2);
|
this.panel1.Controls.Add(this.labelControl1);
|
this.panel1.Controls.Add(this.comboBoxMonth);
|
this.panel1.Controls.Add(this.spinEditYear);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(178, 81);
|
this.panel1.TabIndex = 0;
|
//
|
// labelControl2
|
//
|
this.labelControl2.Location = new System.Drawing.Point(36, 44);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(12, 14);
|
this.labelControl2.TabIndex = 3;
|
this.labelControl2.Text = "月";
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(36, 13);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(12, 14);
|
this.labelControl1.TabIndex = 2;
|
this.labelControl1.Text = "年";
|
//
|
// comboBoxMonth
|
//
|
this.comboBoxMonth.EditValue = "1";
|
this.comboBoxMonth.Location = new System.Drawing.Point(69, 41);
|
this.comboBoxMonth.Name = "comboBoxMonth";
|
this.comboBoxMonth.Properties.Appearance.Options.UseTextOptions = true;
|
this.comboBoxMonth.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.comboBoxMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.comboBoxMonth.Properties.Items.AddRange(new object[] {
|
"1",
|
"2",
|
"3",
|
"4",
|
"5",
|
"6",
|
"7",
|
"8",
|
"9",
|
"10",
|
"11",
|
"12"});
|
this.comboBoxMonth.Size = new System.Drawing.Size(100, 20);
|
this.comboBoxMonth.TabIndex = 1;
|
this.comboBoxMonth.SelectedIndexChanged += new System.EventHandler(this.comboBoxMonth_SelectedIndexChanged);
|
//
|
// spinEditYear
|
//
|
this.spinEditYear.EditValue = new decimal(new int[] {
|
2024,
|
0,
|
0,
|
0});
|
this.spinEditYear.Location = new System.Drawing.Point(69, 10);
|
this.spinEditYear.Name = "spinEditYear";
|
this.spinEditYear.Properties.Appearance.Options.UseTextOptions = true;
|
this.spinEditYear.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.spinEditYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditYear.Properties.IsFloatValue = false;
|
this.spinEditYear.Properties.MaskSettings.Set("mask", "N00");
|
this.spinEditYear.Properties.MaxValue = new decimal(new int[] {
|
2030,
|
0,
|
0,
|
0});
|
this.spinEditYear.Properties.MinValue = new decimal(new int[] {
|
2024,
|
0,
|
0,
|
0});
|
this.spinEditYear.Size = new System.Drawing.Size(100, 20);
|
this.spinEditYear.TabIndex = 0;
|
this.spinEditYear.EditValueChanged += new System.EventHandler(this.spinEditYear_EditValueChanged_1);
|
//
|
// listBoxDay
|
//
|
this.listBoxDay.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.listBoxDay.Location = new System.Drawing.Point(3, 90);
|
this.listBoxDay.Name = "listBoxDay";
|
this.listBoxDay.Size = new System.Drawing.Size(178, 789);
|
this.listBoxDay.TabIndex = 1;
|
this.listBoxDay.SelectedIndexChanged += new System.EventHandler(this.listBoxDay_SelectedIndexChanged_1);
|
this.listBoxDay.CustomItemDisplayText += new DevExpress.XtraEditors.CustomItemDisplayTextEventHandler(this.listBoxDay_CustomItemDisplayText_1);
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem2,
|
this.layoutControlItem1});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(1284, 931);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.resultChartControl1;
|
this.layoutControlItem2.Location = new System.Drawing.Point(192, 0);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(1072, 911);
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.groupControl1;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(192, 911);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// gridBand1
|
//
|
this.gridBand1.Caption = "gridBand1";
|
this.gridBand1.Name = "gridBand1";
|
this.gridBand1.VisibleIndex = -1;
|
this.gridBand1.Width = 802;
|
//
|
// SearchHistoryData
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "SearchHistoryData";
|
this.Size = new System.Drawing.Size(1284, 931);
|
this.Load += new System.EventHandler(this.SearchHistoryData_Load);
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
this.groupControl1.ResumeLayout(false);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxMonth.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditYear.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.listBoxDay)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1;
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Panel panel1;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxMonth;
|
private DevExpress.XtraEditors.SpinEdit spinEditYear;
|
private DevExpress.XtraEditors.ListBoxControl listBoxDay;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private ResultChartControl resultChartControl1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
}
|
}
|