1 namespace Sample_Environment_Control_Interface.Dialogs.Help
8 private System.ComponentModel.IContainer components = null;
13 protected override void Dispose(
bool disposing)
15 if (disposing && (components != null))
19 base.Dispose(disposing);
22 #region Windows Form Designer generated code
30 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
AboutBox));
31 this.tableLayoutPanel =
new System.Windows.Forms.TableLayoutPanel();
32 this.logoPictureBox =
new System.Windows.Forms.PictureBox();
33 this.labelProductName =
new System.Windows.Forms.Label();
34 this.labelVersion =
new System.Windows.Forms.Label();
35 this.labelCopyright =
new System.Windows.Forms.Label();
36 this.labelCompanyName =
new System.Windows.Forms.Label();
37 this.textBoxDescription =
new System.Windows.Forms.TextBox();
38 this.okButton =
new System.Windows.Forms.Button();
39 this.tableLayoutPanel.SuspendLayout();
40 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
45 this.tableLayoutPanel.ColumnCount = 2;
46 this.tableLayoutPanel.ColumnStyles.Add(
new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.29256F));
47 this.tableLayoutPanel.ColumnStyles.Add(
new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65.70744F));
48 this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
49 this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
50 this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
51 this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
52 this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
53 this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
54 this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
55 this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
56 this.tableLayoutPanel.Location =
new System.Drawing.Point(9, 9);
57 this.tableLayoutPanel.Name =
"tableLayoutPanel";
58 this.tableLayoutPanel.RowCount = 6;
59 this.tableLayoutPanel.RowStyles.Add(
new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
60 this.tableLayoutPanel.RowStyles.Add(
new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
61 this.tableLayoutPanel.RowStyles.Add(
new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
62 this.tableLayoutPanel.RowStyles.Add(
new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
63 this.tableLayoutPanel.RowStyles.Add(
new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
64 this.tableLayoutPanel.RowStyles.Add(
new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
65 this.tableLayoutPanel.Size =
new System.Drawing.Size(417, 265);
66 this.tableLayoutPanel.TabIndex = 0;
70 this.logoPictureBox.BackColor = System.Drawing.Color.White;
71 this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Top;
72 this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject(
"logoPictureBox.Image")));
73 this.logoPictureBox.Location =
new System.Drawing.Point(3, 3);
74 this.logoPictureBox.Name =
"logoPictureBox";
75 this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
76 this.logoPictureBox.Size =
new System.Drawing.Size(136, 76);
77 this.logoPictureBox.TabIndex = 12;
78 this.logoPictureBox.TabStop =
false;
82 this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
83 this.labelProductName.Location =
new System.Drawing.Point(148, 0);
84 this.labelProductName.Margin =
new System.Windows.Forms.Padding(6, 0, 3, 0);
85 this.labelProductName.MaximumSize =
new System.Drawing.Size(0, 17);
86 this.labelProductName.Name =
"labelProductName";
87 this.labelProductName.Size =
new System.Drawing.Size(266, 17);
88 this.labelProductName.TabIndex = 19;
89 this.labelProductName.Text =
"Product Name";
90 this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
94 this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
95 this.labelVersion.Location =
new System.Drawing.Point(148, 26);
96 this.labelVersion.Margin =
new System.Windows.Forms.Padding(6, 0, 3, 0);
97 this.labelVersion.MaximumSize =
new System.Drawing.Size(0, 17);
98 this.labelVersion.Name =
"labelVersion";
99 this.labelVersion.Size =
new System.Drawing.Size(266, 17);
100 this.labelVersion.TabIndex = 0;
101 this.labelVersion.Text =
"Version";
102 this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
106 this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
107 this.labelCopyright.Location =
new System.Drawing.Point(148, 52);
108 this.labelCopyright.Margin =
new System.Windows.Forms.Padding(6, 0, 3, 0);
109 this.labelCopyright.MaximumSize =
new System.Drawing.Size(0, 17);
110 this.labelCopyright.Name =
"labelCopyright";
111 this.labelCopyright.Size =
new System.Drawing.Size(266, 17);
112 this.labelCopyright.TabIndex = 21;
113 this.labelCopyright.Text =
"Copyright";
114 this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
118 this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
119 this.labelCompanyName.Location =
new System.Drawing.Point(148, 78);
120 this.labelCompanyName.Margin =
new System.Windows.Forms.Padding(6, 0, 3, 0);
121 this.labelCompanyName.MaximumSize =
new System.Drawing.Size(0, 17);
122 this.labelCompanyName.Name =
"labelCompanyName";
123 this.labelCompanyName.Size =
new System.Drawing.Size(266, 17);
124 this.labelCompanyName.TabIndex = 22;
125 this.labelCompanyName.Text =
"Company Name";
126 this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
130 this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
131 this.textBoxDescription.Location =
new System.Drawing.Point(148, 107);
132 this.textBoxDescription.Margin =
new System.Windows.Forms.Padding(6, 3, 3, 3);
133 this.textBoxDescription.Multiline =
true;
134 this.textBoxDescription.Name =
"textBoxDescription";
135 this.textBoxDescription.ReadOnly =
true;
136 this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
137 this.textBoxDescription.Size =
new System.Drawing.Size(266, 126);
138 this.textBoxDescription.TabIndex = 23;
139 this.textBoxDescription.TabStop =
false;
140 this.textBoxDescription.Text =
"Description";
144 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
145 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
146 this.okButton.Location =
new System.Drawing.Point(339, 239);
147 this.okButton.Name =
"okButton";
148 this.okButton.Size =
new System.Drawing.Size(75, 23);
149 this.okButton.TabIndex = 24;
150 this.okButton.Text =
"&OK";
154 this.AcceptButton = this.okButton;
155 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
156 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
157 this.ClientSize =
new System.Drawing.Size(435, 283);
158 this.Controls.Add(this.tableLayoutPanel);
159 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
160 this.MaximizeBox =
false;
161 this.MinimizeBox =
false;
162 this.Name =
"AboutBox";
163 this.Padding =
new System.Windows.Forms.Padding(9);
164 this.ShowIcon =
false;
165 this.ShowInTaskbar =
false;
166 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
167 this.Text =
"About SECI";
168 this.tableLayoutPanel.ResumeLayout(
false);
169 this.tableLayoutPanel.PerformLayout();
170 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
171 this.ResumeLayout(
false);
System.Windows.Forms.Label labelCopyright
System.Windows.Forms.Label labelProductName
System.Windows.Forms.Label labelCompanyName
System.Windows.Forms.Button okButton
System.Windows.Forms.PictureBox logoPictureBox
System.Windows.Forms.Label labelVersion
System.Windows.Forms.TextBox textBoxDescription
System.Windows.Forms.TableLayoutPanel tableLayoutPanel
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.