1 namespace CLEON_Connector
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
29 private void InitializeComponent()
31 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
Form2));
32 this.pictureBox1 =
new System.Windows.Forms.PictureBox();
33 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
38 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject(
"pictureBox1.Image")));
39 this.pictureBox1.Location =
new System.Drawing.Point(12, 12);
40 this.pictureBox1.Name =
"pictureBox1";
41 this.pictureBox1.Size =
new System.Drawing.Size(574, 262);
42 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
43 this.pictureBox1.TabIndex = 0;
44 this.pictureBox1.TabStop =
false;
48 this.AutoScaleDimensions =
new System.Drawing.SizeF(7F, 12F);
49 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50 this.ClientSize =
new System.Drawing.Size(598, 286);
51 this.Controls.Add(this.pictureBox1);
53 this.Text =
"Explanation";
54 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
55 this.ResumeLayout(
false);
61 private System.Windows.Forms.PictureBox pictureBox1;