namespace Uninpho.Tools
{
partial class DMCtrl
{
///
/// 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 Component 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.delBtn = new DevExpress.XtraEditors.SimpleButton();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.btn_dm_query = new DevExpress.XtraEditors.SimpleButton();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.btn_dm_settting = new DevExpress.XtraEditors.SimpleButton();
this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.dmGrid1 = new Uninpho.Tools.components.DataManager.DMGrid();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.delBtn);
this.panelControl1.Controls.Add(this.labelControl5);
this.panelControl1.Controls.Add(this.labelControl4);
this.panelControl1.Controls.Add(this.dateEdit2);
this.panelControl1.Controls.Add(this.dateEdit1);
this.panelControl1.Controls.Add(this.simpleButton4);
this.panelControl1.Controls.Add(this.btn_dm_query);
this.panelControl1.Controls.Add(this.btnRefresh);
this.panelControl1.Controls.Add(this.btn_dm_settting);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1349, 48);
this.panelControl1.TabIndex = 2;
//
// delBtn
//
this.delBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.delBtn.Location = new System.Drawing.Point(1239, 13);
this.delBtn.Name = "delBtn";
this.delBtn.Size = new System.Drawing.Size(72, 23);
this.delBtn.TabIndex = 6;
this.delBtn.Text = " 删除选中";
this.delBtn.Click += new System.EventHandler(this.delBtn_Click);
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(184, 17);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(12, 14);
this.labelControl5.TabIndex = 1;
this.labelControl5.Text = "至";
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(12, 17);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(60, 14);
this.labelControl4.TabIndex = 1;
this.labelControl4.Text = "检测日期:";
//
// dateEdit2
//
this.dateEdit2.EditValue = null;
this.dateEdit2.Location = new System.Drawing.Point(202, 14);
this.dateEdit2.Name = "dateEdit2";
this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dateEdit2.Size = new System.Drawing.Size(100, 20);
this.dateEdit2.TabIndex = 2;
//
// dateEdit1
//
this.dateEdit1.EditValue = null;
this.dateEdit1.Location = new System.Drawing.Point(78, 14);
this.dateEdit1.Name = "dateEdit1";
this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dateEdit1.Size = new System.Drawing.Size(100, 20);
this.dateEdit1.TabIndex = 2;
//
// simpleButton4
//
this.simpleButton4.Location = new System.Drawing.Point(458, 13);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(75, 23);
this.simpleButton4.TabIndex = 0;
this.simpleButton4.Text = "重置";
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// btn_dm_query
//
this.btn_dm_query.Location = new System.Drawing.Point(350, 13);
this.btn_dm_query.Name = "btn_dm_query";
this.btn_dm_query.Size = new System.Drawing.Size(75, 23);
this.btn_dm_query.TabIndex = 0;
this.btn_dm_query.Text = "查询";
this.btn_dm_query.Click += new System.EventHandler(this.btn_dm_query_Click);
//
// btnRefresh
//
this.btnRefresh.Location = new System.Drawing.Point(669, 13);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(75, 23);
this.btnRefresh.TabIndex = 0;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Click += new System.EventHandler(this.btn_dm_ref_Click);
//
// btn_dm_settting
//
this.btn_dm_settting.Location = new System.Drawing.Point(564, 13);
this.btn_dm_settting.Name = "btn_dm_settting";
this.btn_dm_settting.Size = new System.Drawing.Size(75, 23);
this.btn_dm_settting.TabIndex = 0;
this.btn_dm_settting.Text = "阈值设置";
this.btn_dm_settting.Click += new System.EventHandler(this.btn_dm_settting_Click);
//
// checkEdit1
//
this.checkEdit1.Location = new System.Drawing.Point(12, 7);
this.checkEdit1.Name = "checkEdit1";
this.checkEdit1.Properties.Caption = "全选";
this.checkEdit1.Size = new System.Drawing.Size(75, 19);
this.checkEdit1.TabIndex = 4;
this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
//
// checkEdit2
//
this.checkEdit2.Location = new System.Drawing.Point(93, 7);
this.checkEdit2.Name = "checkEdit2";
this.checkEdit2.Properties.Caption = "反选";
this.checkEdit2.Size = new System.Drawing.Size(75, 19);
this.checkEdit2.TabIndex = 4;
this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
//
// panelControl2
//
this.panelControl2.Controls.Add(this.simpleButton3);
this.panelControl2.Controls.Add(this.simpleButton1);
this.panelControl2.Controls.Add(this.simpleButton2);
this.panelControl2.Controls.Add(this.checkEdit1);
this.panelControl2.Controls.Add(this.checkEdit2);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 501);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1349, 45);
this.panelControl2.TabIndex = 5;
//
// simpleButton3
//
this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton3.Location = new System.Drawing.Point(1042, 10);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(75, 23);
this.simpleButton3.TabIndex = 5;
this.simpleButton3.Text = "波形分析";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// simpleButton1
//
this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton1.Location = new System.Drawing.Point(1148, 10);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 5;
this.simpleButton1.Text = "趋势分析";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// simpleButton2
//
this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.simpleButton2.Location = new System.Drawing.Point(1248, 10);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 5;
this.simpleButton2.Text = "导出数据";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// panelControl3
//
this.panelControl3.Controls.Add(this.dmGrid1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 48);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1349, 453);
this.panelControl3.TabIndex = 7;
//
// dmGrid1
//
this.dmGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dmGrid1.Location = new System.Drawing.Point(2, 2);
this.dmGrid1.Name = "dmGrid1";
this.dmGrid1.Size = new System.Drawing.Size(1345, 449);
this.dmGrid1.TabIndex = 0;
this.dmGrid1.Load += new System.EventHandler(this.dmGrid1_Load);
//
// DMCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "DMCtrl";
this.Size = new System.Drawing.Size(1349, 546);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.DateEdit dateEdit1;
private DevExpress.XtraEditors.SimpleButton btn_dm_settting;
private DevExpress.XtraEditors.CheckEdit checkEdit1;
private DevExpress.XtraEditors.CheckEdit checkEdit2;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.DateEdit dateEdit2;
private DevExpress.XtraEditors.SimpleButton btn_dm_query;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private DevExpress.XtraEditors.PanelControl panelControl3;
private components.DataManager.DMGrid dmGrid1;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.SimpleButton delBtn;
}
}