namespace DPumpHydr.DesktopDebug.MainWindow
|
{
|
partial class SetOutflowPatasDebug
|
{
|
/// <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()
|
{
|
panel1 = new System.Windows.Forms.Panel();
|
button1 = new System.Windows.Forms.Button();
|
SuspendLayout();
|
//
|
// panel1
|
//
|
panel1.Location = new System.Drawing.Point(12, 60);
|
panel1.Name = "panel1";
|
panel1.Size = new System.Drawing.Size(335, 815);
|
panel1.TabIndex = 0;
|
//
|
// button1
|
//
|
button1.Location = new System.Drawing.Point(239, 25);
|
button1.Name = "button1";
|
button1.Size = new System.Drawing.Size(98, 23);
|
button1.TabIndex = 1;
|
button1.Text = "获取控件参数";
|
button1.UseVisualStyleBackColor = true;
|
button1.Click += button1_Click;
|
//
|
// SetOutflowPatasDebug
|
//
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
ClientSize = new System.Drawing.Size(358, 970);
|
Controls.Add(button1);
|
Controls.Add(panel1);
|
Name = "SetOutflowPatasDebug";
|
Text = "SetOutflowPatasDebug";
|
Load += SetOutflowPatasDebug_Load;
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Button button1;
|
}
|
}
|