SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
GeneralSplashScreen.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface
2 {
3  partial class GeneralSplashScreen
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.lblMessage = new System.Windows.Forms.Label();
32  this.pictureBox1 = new System.Windows.Forms.PictureBox();
33  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
34  this.SuspendLayout();
35  //
36  // lblMessage
37  //
38  this.lblMessage.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
39  this.lblMessage.Location = new System.Drawing.Point(3, 59);
40  this.lblMessage.Name = "lblMessage";
41  this.lblMessage.Size = new System.Drawing.Size(450, 22);
42  this.lblMessage.TabIndex = 0;
43  this.lblMessage.Text = "Opening Configuration...";
44  this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
45  //
46  // pictureBox1
47  //
48  this.pictureBox1.Image = global::Sample_Environment_Control_Interface.Properties.Resources.ISIS;
49  this.pictureBox1.Location = new System.Drawing.Point(167, 2);
50  this.pictureBox1.Name = "pictureBox1";
51  this.pictureBox1.Size = new System.Drawing.Size(122, 54);
52  this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
53  this.pictureBox1.TabIndex = 1;
54  this.pictureBox1.TabStop = false;
55  //
56  // GeneralSplashScreen
57  //
58  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
59  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
60  this.BackColor = System.Drawing.Color.White;
61  this.ClientSize = new System.Drawing.Size(456, 92);
62  this.ControlBox = false;
63  this.Controls.Add(this.pictureBox1);
64  this.Controls.Add(this.lblMessage);
65  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
66  this.Name = "GeneralSplashScreen";
67  this.ShowInTaskbar = false;
68  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
69  this.Text = "SECI is Loading...";
70  this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
71  ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
72  this.ResumeLayout(false);
73  this.PerformLayout();
74 
75  }
76 
77  #endregion
78 
79  private System.Windows.Forms.Label lblMessage;
80  private System.Windows.Forms.PictureBox pictureBox1;
81  }
82 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.ComponentModel.IContainer components
Required designer variable.
override void Dispose(bool disposing)
Clean up any resources being used.