namespace HRT_Measure
{
partial class FrmProjectConfig
{
///
/// 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.btnSave = new System.Windows.Forms.Button();
this.btnLoad = new System.Windows.Forms.Button();
this.proGridProject = new System.Windows.Forms.PropertyGrid();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.btnSavePara = new System.Windows.Forms.Button();
this.btnLoadPara = new System.Windows.Forms.Button();
this.proGridPara = new System.Windows.Forms.PropertyGrid();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer3);
this.splitContainer1.Size = new System.Drawing.Size(1318, 708);
this.splitContainer1.SplitterDistance = 623;
this.splitContainer1.SplitterWidth = 2;
this.splitContainer1.TabIndex = 0;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.btnSave);
this.splitContainer2.Panel1.Controls.Add(this.btnLoad);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.proGridProject);
this.splitContainer2.Size = new System.Drawing.Size(623, 708);
this.splitContainer2.SplitterDistance = 72;
this.splitContainer2.SplitterWidth = 2;
this.splitContainer2.TabIndex = 0;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(276, 13);
this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(78, 35);
this.btnSave.TabIndex = 8;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(85, 13);
this.btnLoad.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(78, 35);
this.btnLoad.TabIndex = 7;
this.btnLoad.Text = "加载";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.BtnLoad_Click);
//
// proGridProject
//
this.proGridProject.Dock = System.Windows.Forms.DockStyle.Fill;
this.proGridProject.Location = new System.Drawing.Point(0, 0);
this.proGridProject.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.proGridProject.Name = "proGridProject";
this.proGridProject.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.proGridProject.Size = new System.Drawing.Size(623, 634);
this.proGridProject.TabIndex = 6;
//
// splitContainer3
//
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.btnSavePara);
this.splitContainer3.Panel1.Controls.Add(this.btnLoadPara);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.proGridPara);
this.splitContainer3.Size = new System.Drawing.Size(693, 708);
this.splitContainer3.SplitterDistance = 71;
this.splitContainer3.TabIndex = 0;
//
// btnSavePara
//
this.btnSavePara.Location = new System.Drawing.Point(393, 13);
this.btnSavePara.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnSavePara.Name = "btnSavePara";
this.btnSavePara.Size = new System.Drawing.Size(78, 35);
this.btnSavePara.TabIndex = 10;
this.btnSavePara.Text = "保存";
this.btnSavePara.UseVisualStyleBackColor = true;
this.btnSavePara.Click += new System.EventHandler(this.BtnSavePara_Click);
//
// btnLoadPara
//
this.btnLoadPara.Location = new System.Drawing.Point(202, 13);
this.btnLoadPara.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.btnLoadPara.Name = "btnLoadPara";
this.btnLoadPara.Size = new System.Drawing.Size(78, 35);
this.btnLoadPara.TabIndex = 9;
this.btnLoadPara.Text = "加载";
this.btnLoadPara.UseVisualStyleBackColor = true;
this.btnLoadPara.Click += new System.EventHandler(this.BtnLoadPara_Click);
//
// proGridPara
//
this.proGridPara.Dock = System.Windows.Forms.DockStyle.Fill;
this.proGridPara.Location = new System.Drawing.Point(0, 0);
this.proGridPara.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.proGridPara.Name = "proGridPara";
this.proGridPara.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.proGridPara.Size = new System.Drawing.Size(693, 633);
this.proGridPara.TabIndex = 7;
//
// FrmProjectConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1318, 708);
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.Name = "FrmProjectConfig";
this.Text = "FrmProjectConfig";
this.Load += new System.EventHandler(this.FrmProjectConfig_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.PropertyGrid proGridProject;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.Button btnSavePara;
private System.Windows.Forms.Button btnLoadPara;
private System.Windows.Forms.PropertyGrid proGridPara;
}
}