namespace TProduct.WinFrmUI.TValve
|
{
|
partial class FeatTestIngMainDialog
|
{
|
/// <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()
|
{
|
TProduct.WinFrmUI.PageTitle pageTitle1 = new TProduct.WinFrmUI.PageTitle();
|
this.featTestIngMainPage1 = new TProduct.WinFrmUI.TValve.FeatTestIngMainPage();
|
this.SuspendLayout();
|
//
|
// featTestIngMainPage1
|
//
|
this.featTestIngMainPage1.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
this.featTestIngMainPage1.Appearance.Options.UseBackColor = true;
|
this.featTestIngMainPage1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.featTestIngMainPage1.IsShowWatingFrm = false;
|
this.featTestIngMainPage1.Location = new System.Drawing.Point(0, 0);
|
this.featTestIngMainPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.featTestIngMainPage1.Name = "featTestIngMainPage1";
|
pageTitle1.Caption = "性能测试";
|
pageTitle1.HeaderImage = null;
|
pageTitle1.HeaderSvgImage = null;
|
pageTitle1.SvgImageSize = new System.Drawing.Size(0, 0);
|
this.featTestIngMainPage1.PageTitle = pageTitle1;
|
this.featTestIngMainPage1.Size = new System.Drawing.Size(1575, 916);
|
this.featTestIngMainPage1.SurfaceGuid = null;
|
this.featTestIngMainPage1.TabIndex = 0;
|
//
|
// FeatTestIngMainDialog
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1575, 916);
|
this.Controls.Add(this.featTestIngMainPage1);
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
this.Name = "FeatTestIngMainDialog";
|
this.Text = "阀测试";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FeatTestIngMainDialog_FormClosing);
|
this.Load += new System.EventHandler(this.FeatTestIngMainDialog_Load);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private FeatTestIngMainPage featTestIngMainPage1;
|
}
|
}
|