You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
4.6 KiB
C#
106 lines
4.6 KiB
C#
namespace Mesnac.Controls.Feeding
|
|
{
|
|
partial class Mixer2
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox1 ) ).BeginInit();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox2 ) ).BeginInit();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox3 ) ).BeginInit();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox4 ) ).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureBox1.Location = new System.Drawing.Point( 0 , 0 );
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size( 91 , 33 );
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pictureBox2.Location = new System.Drawing.Point( 0 , 33 );
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size( 91 , 24 );
|
|
this.pictureBox2.TabIndex = 1;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox3.Location = new System.Drawing.Point( 0 , 57 );
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size( 91 , 108 );
|
|
this.pictureBox3.TabIndex = 2;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// pictureBox4
|
|
//
|
|
this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pictureBox4.Location = new System.Drawing.Point( 0 , 129 );
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
this.pictureBox4.Size = new System.Drawing.Size( 91 , 36 );
|
|
this.pictureBox4.TabIndex = 3;
|
|
this.pictureBox4.TabStop = false;
|
|
//
|
|
// Mixer2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF( 6F , 12F );
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add( this.pictureBox4 );
|
|
this.Controls.Add( this.pictureBox3 );
|
|
this.Controls.Add( this.pictureBox2 );
|
|
this.Controls.Add( this.pictureBox1 );
|
|
this.MaximumSize = new System.Drawing.Size( 91 , 165 );
|
|
this.MinimumSize = new System.Drawing.Size( 91 , 165 );
|
|
this.Size = new System.Drawing.Size( 91 , 165 );
|
|
this.Load += new System.EventHandler( this.Mixer_Load );
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox1 ) ).EndInit();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox2 ) ).EndInit();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox3 ) ).EndInit();
|
|
( (System.ComponentModel.ISupportInitialize)( this.pictureBox4 ) ).EndInit();
|
|
this.ResumeLayout( false );
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
}
|
|
}
|