namespace Uninpho.Tools.components.DataManager
{
partial class FrmAnalyze
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.combY = new DevExpress.XtraEditors.CheckedComboBoxEdit();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.lb_jcrq = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.combX = new DevExpress.XtraEditors.ComboBoxEdit();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.rangeControl1 = new DevExpress.XtraEditors.RangeControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.combY.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.combX.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rangeControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.simpleButton2);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 597);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1131, 38);
this.panelControl1.TabIndex = 1;
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton2.Location = new System.Drawing.Point(878, 6);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 0;
this.simpleButton2.Text = "关闭";
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton1.Location = new System.Drawing.Point(773, 6);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "导出图片";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// panelControl2
//
this.panelControl2.Controls.Add(this.textEdit1);
this.panelControl2.Controls.Add(this.combY);
this.panelControl2.Controls.Add(this.simpleButton3);
this.panelControl2.Controls.Add(this.labelControl2);
this.panelControl2.Controls.Add(this.lb_jcrq);
this.panelControl2.Controls.Add(this.labelControl1);
this.panelControl2.Controls.Add(this.combX);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1131, 45);
this.panelControl2.TabIndex = 1;
//
// combY
//
this.combY.Location = new System.Drawing.Point(225, 13);
this.combY.Name = "combY";
this.combY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.combY.Size = new System.Drawing.Size(100, 20);
this.combY.TabIndex = 3;
//
// simpleButton3
//
this.simpleButton3.Location = new System.Drawing.Point(364, 12);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(75, 23);
this.simpleButton3.TabIndex = 2;
this.simpleButton3.Text = "确定";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(195, 16);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(24, 14);
this.labelControl2.TabIndex = 1;
this.labelControl2.Text = "Y轴:";
//
// lb_jcrq
//
this.lb_jcrq.Location = new System.Drawing.Point(773, 19);
this.lb_jcrq.Name = "lb_jcrq";
this.lb_jcrq.Size = new System.Drawing.Size(52, 14);
this.lb_jcrq.TabIndex = 1;
this.lb_jcrq.Text = "检测日期:";
this.lb_jcrq.Visible = false;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(35, 16);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(23, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "X轴:";
//
// combX
//
this.combX.Enabled = false;
this.combX.Location = new System.Drawing.Point(170, 13);
this.combX.Name = "combX";
this.combX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.combX.Size = new System.Drawing.Size(10, 20);
this.combX.TabIndex = 0;
this.combX.Visible = false;
//
// chartControl1
//
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.UseCheckBoxes = true;
this.chartControl1.Location = new System.Drawing.Point(0, 0);
this.chartControl1.Name = "chartControl1";
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl1.Size = new System.Drawing.Size(1131, 452);
this.chartControl1.TabIndex = 2;
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 45);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.Controls.Add(this.chartControl1);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.rangeControl1);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1131, 552);
this.splitContainerControl1.SplitterPosition = 452;
this.splitContainerControl1.TabIndex = 3;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// rangeControl1
//
this.rangeControl1.Client = this.chartControl1;
this.rangeControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.rangeControl1.Location = new System.Drawing.Point(0, 0);
this.rangeControl1.Name = "rangeControl1";
this.rangeControl1.SelectionType = DevExpress.XtraEditors.RangeControlSelectionType.ThumbAndFlag;
this.rangeControl1.Size = new System.Drawing.Size(1131, 95);
this.rangeControl1.TabIndex = 0;
this.rangeControl1.Text = "rangeControl1";
//
// textEdit1
//
this.textEdit1.EditValue = "检测日期";
this.textEdit1.Enabled = false;
this.textEdit1.Location = new System.Drawing.Point(64, 13);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(100, 20);
this.textEdit1.TabIndex = 4;
//
// FrmAnalyze
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1131, 635);
this.Controls.Add(this.splitContainerControl1);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "FrmAnalyze";
this.Text = "趋势分析";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.combY.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.combX.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.rangeControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.ComboBoxEdit combX;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.CheckedComboBoxEdit combY;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.RangeControl rangeControl1;
private DevExpress.XtraEditors.LabelControl lb_jcrq;
private DevExpress.XtraEditors.TextEdit textEdit1;
}
}