MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
FormActionImage.Designer.cs
1namespace MyCaffe.gym
2{
3 partial class FormActionImage
4 {
8 private System.ComponentModel.IContainer components = null;
9
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
29 private void InitializeComponent()
30 {
31 this.pictureBox1 = new System.Windows.Forms.PictureBox();
32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
33 this.SuspendLayout();
34 //
35 // pictureBox1
36 //
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;
43 //
44 // FormActionImage
45 //
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);
55 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
56 this.ResumeLayout(false);
57
58 }
59
60 #endregion
61
62 private System.Windows.Forms.PictureBox pictureBox1;
63 }
64}
override void Dispose(bool disposing)
Clean up any resources being used.
The MyCaffe.gym namespace contains all classes related to the Gym's supported by MyCaffe.