3 partial class FormActionImage
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 this.pictureBox1 =
new System.Windows.Forms.PictureBox();
37 this.pictureBox1.Location =
new System.Drawing.Point(0, 0);
38 this.pictureBox1.Name =
"pictureBox1";
39 this.pictureBox1.Size =
new System.Drawing.Size(156, 156);
40 this.pictureBox1.SizeMode =
System.Windows.Forms.PictureBoxSizeMode.CenterImage;
41 this.pictureBox1.TabIndex = 0;
42 this.pictureBox1.TabStop =
false;
46 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
47 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
48 this.ClientSize =
new System.Drawing.Size(156, 156);
49 this.Controls.Add(this.pictureBox1);
50 this.FormBorderStyle =
System.Windows.Forms.FormBorderStyle.FixedToolWindow;
51 this.Name =
"FormActionImage";
52 this.StartPosition =
System.Windows.Forms.FormStartPosition.CenterParent;
53 this.Text =
"ActionImage";
54 this.Load +=
new System.EventHandler(this.FormActionImage_Load);
56 this.ResumeLayout(
false);
62 private System.Windows.Forms.PictureBox pictureBox1;
The MyCaffe.gym namespace contains all classes related to the Gym's supported by MyCaffe.