CLEON CONNECTOR  1.0
Parameter updating SW for cloud-offloaded GPS receiver (CLEON)
Form2.Designer.cs
Go to the documentation of this file.
1 namespace CLEON_Connector
2 {
3  partial class Form2
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  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();
34  this.SuspendLayout();
35  //
36  // pictureBox1
37  //
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;
45  //
46  // Form2
47  //
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);
52  this.Name = "Form2";
53  this.Text = "Explanation";
54  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
55  this.ResumeLayout(false);
56 
57  }
58 
59  #endregion
60 
61  private System.Windows.Forms.PictureBox pictureBox1;
62  }
63 }