namespace DPumpHydr.DesktopMain.MainWindow
|
{
|
partial class Form1
|
{
|
/// <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()
|
{
|
pictureBox1 = new System.Windows.Forms.PictureBox();
|
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
|
SuspendLayout();
|
//
|
// pictureBox1
|
//
|
pictureBox1.Image = Properties.Resources.setbutton;
|
pictureBox1.Location = new System.Drawing.Point(94, 74);
|
pictureBox1.Name = "pictureBox1";
|
pictureBox1.Size = new System.Drawing.Size(100, 153);
|
pictureBox1.TabIndex = 0;
|
pictureBox1.TabStop = false;
|
//
|
// Form1
|
//
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
ClientSize = new System.Drawing.Size(800, 450);
|
Controls.Add(pictureBox1);
|
Name = "Form1";
|
Text = "Form1";
|
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
}
|
}
|