namespace Uninpho.Tools.components.DataManager
{
partial class BXTForm
{
///
/// 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.ShowLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.SuspendLayout();
//
// ShowLayoutPanel
//
this.ShowLayoutPanel.ColumnCount = 1;
this.ShowLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.ShowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.ShowLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.ShowLayoutPanel.Name = "ShowLayoutPanel";
this.ShowLayoutPanel.RowCount = 2;
this.ShowLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
this.ShowLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.ShowLayoutPanel.Size = new System.Drawing.Size(722, 441);
this.ShowLayoutPanel.TabIndex = 0;
//
// BXTForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(722, 441);
this.Controls.Add(this.ShowLayoutPanel);
this.Name = "BXTForm";
this.Text = "波形图展示";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel ShowLayoutPanel;
}
}