| 2 |
clempaul |
1 |
namespace DNS_Manager |
|
|
2 |
{ |
|
|
3 |
partial class About |
|
|
4 |
{ |
|
|
5 |
/// <summary> |
|
|
6 |
/// Required designer variable. |
|
|
7 |
/// </summary> |
|
|
8 |
private System.ComponentModel.IContainer components = null; |
|
|
9 |
|
|
|
10 |
/// <summary> |
|
|
11 |
/// Clean up any resources being used. |
|
|
12 |
/// </summary> |
|
|
13 |
protected override void Dispose(bool disposing) |
|
|
14 |
{ |
|
|
15 |
if (disposing && (components != null)) |
|
|
16 |
{ |
|
|
17 |
components.Dispose(); |
|
|
18 |
} |
|
|
19 |
base.Dispose(disposing); |
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
#region Windows Form Designer generated code |
|
|
23 |
|
|
|
24 |
/// <summary> |
|
|
25 |
/// Required method for Designer support - do not modify |
|
|
26 |
/// the contents of this method with the code editor. |
|
|
27 |
/// </summary> |
|
|
28 |
private void InitializeComponent() |
|
|
29 |
{ |
|
|
30 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); |
|
|
31 |
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); |
|
|
32 |
this.labelProductName = new System.Windows.Forms.Label(); |
|
|
33 |
this.labelVersion = new System.Windows.Forms.Label(); |
|
|
34 |
this.labelCopyright = new System.Windows.Forms.Label(); |
|
|
35 |
this.labelAcknowledgements = new System.Windows.Forms.Label(); |
| 4 |
clempaul |
36 |
this.pictureBox1 = new System.Windows.Forms.PictureBox(); |
| 2 |
clempaul |
37 |
this.okButton = new System.Windows.Forms.Button(); |
|
|
38 |
this.tableLayoutPanel.SuspendLayout(); |
|
|
39 |
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); |
|
|
40 |
this.SuspendLayout(); |
|
|
41 |
// |
|
|
42 |
// tableLayoutPanel |
|
|
43 |
// |
|
|
44 |
this.tableLayoutPanel.ColumnCount = 2; |
|
|
45 |
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.58753F)); |
|
|
46 |
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 84.41247F)); |
|
|
47 |
this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0); |
|
|
48 |
this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1); |
|
|
49 |
this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); |
|
|
50 |
this.tableLayoutPanel.Controls.Add(this.labelAcknowledgements, 1, 3); |
|
|
51 |
this.tableLayoutPanel.Controls.Add(this.pictureBox1, 0, 0); |
|
|
52 |
this.tableLayoutPanel.Controls.Add(this.okButton, 1, 4); |
|
|
53 |
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
54 |
this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9); |
|
|
55 |
this.tableLayoutPanel.Name = "tableLayoutPanel"; |
|
|
56 |
this.tableLayoutPanel.RowCount = 5; |
|
|
57 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.79432F)); |
|
|
58 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.79432F)); |
|
|
59 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.79432F)); |
|
|
60 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.17007F)); |
|
|
61 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.72789F)); |
|
|
62 |
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
|
63 |
this.tableLayoutPanel.Size = new System.Drawing.Size(417, 147); |
|
|
64 |
this.tableLayoutPanel.TabIndex = 0; |
|
|
65 |
// |
|
|
66 |
// labelProductName |
|
|
67 |
// |
|
|
68 |
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
69 |
this.labelProductName.Location = new System.Drawing.Point(71, 0); |
|
|
70 |
this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
|
71 |
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17); |
|
|
72 |
this.labelProductName.Name = "labelProductName"; |
|
|
73 |
this.labelProductName.Size = new System.Drawing.Size(343, 17); |
|
|
74 |
this.labelProductName.TabIndex = 19; |
|
|
75 |
this.labelProductName.Text = "Product Name"; |
|
|
76 |
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
77 |
// |
|
|
78 |
// labelVersion |
|
|
79 |
// |
|
|
80 |
this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
81 |
this.labelVersion.Location = new System.Drawing.Point(71, 27); |
|
|
82 |
this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
|
83 |
this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17); |
|
|
84 |
this.labelVersion.Name = "labelVersion"; |
|
|
85 |
this.labelVersion.Size = new System.Drawing.Size(343, 17); |
|
|
86 |
this.labelVersion.TabIndex = 0; |
|
|
87 |
this.labelVersion.Text = "Version"; |
|
|
88 |
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
89 |
// |
|
|
90 |
// labelCopyright |
|
|
91 |
// |
|
|
92 |
this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
93 |
this.labelCopyright.Location = new System.Drawing.Point(71, 54); |
|
|
94 |
this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
|
95 |
this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17); |
|
|
96 |
this.labelCopyright.Name = "labelCopyright"; |
|
|
97 |
this.labelCopyright.Size = new System.Drawing.Size(343, 17); |
|
|
98 |
this.labelCopyright.TabIndex = 21; |
|
|
99 |
this.labelCopyright.Text = "Copyright"; |
|
|
100 |
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
101 |
// |
|
|
102 |
// labelAcknowledgements |
|
|
103 |
// |
|
|
104 |
this.labelAcknowledgements.AutoSize = true; |
|
|
105 |
this.labelAcknowledgements.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
106 |
this.labelAcknowledgements.Location = new System.Drawing.Point(71, 81); |
|
|
107 |
this.labelAcknowledgements.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
|
|
108 |
this.labelAcknowledgements.MaximumSize = new System.Drawing.Size(0, 25); |
|
|
109 |
this.labelAcknowledgements.Name = "labelAcknowledgements"; |
|
|
110 |
this.labelAcknowledgements.Size = new System.Drawing.Size(343, 25); |
|
|
111 |
this.labelAcknowledgements.TabIndex = 22; |
|
|
112 |
this.labelAcknowledgements.Text = "The Dreamhost Logo is © Dreamhost.\r\nIcons from the famfamfam Silk Icon Set are us" + |
|
|
113 |
"ed in this product."; |
|
|
114 |
this.labelAcknowledgements.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
115 |
// |
|
|
116 |
// pictureBox1 |
|
|
117 |
// |
|
|
118 |
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); |
|
|
119 |
this.pictureBox1.Location = new System.Drawing.Point(3, 3); |
|
|
120 |
this.pictureBox1.Name = "pictureBox1"; |
|
|
121 |
this.tableLayoutPanel.SetRowSpan(this.pictureBox1, 4); |
|
|
122 |
this.pictureBox1.Size = new System.Drawing.Size(59, 59); |
|
|
123 |
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; |
|
|
124 |
this.pictureBox1.TabIndex = 25; |
|
|
125 |
this.pictureBox1.TabStop = false; |
|
|
126 |
// |
| 4 |
clempaul |
127 |
// okButton |
|
|
128 |
// |
|
|
129 |
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
|
130 |
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|
|
131 |
this.okButton.Location = new System.Drawing.Point(339, 121); |
|
|
132 |
this.okButton.Name = "okButton"; |
|
|
133 |
this.okButton.Size = new System.Drawing.Size(75, 23); |
|
|
134 |
this.okButton.TabIndex = 24; |
|
|
135 |
this.okButton.Text = "OK"; |
|
|
136 |
// |
| 2 |
clempaul |
137 |
// About |
|
|
138 |
// |
|
|
139 |
this.AcceptButton = this.okButton; |
|
|
140 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
|
141 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
142 |
this.ClientSize = new System.Drawing.Size(435, 165); |
|
|
143 |
this.Controls.Add(this.tableLayoutPanel); |
|
|
144 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|
|
145 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
146 |
this.MaximizeBox = false; |
|
|
147 |
this.MinimizeBox = false; |
|
|
148 |
this.Name = "About"; |
|
|
149 |
this.Padding = new System.Windows.Forms.Padding(9); |
|
|
150 |
this.ShowInTaskbar = false; |
|
|
151 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
|
152 |
this.Text = "About"; |
|
|
153 |
this.tableLayoutPanel.ResumeLayout(false); |
|
|
154 |
this.tableLayoutPanel.PerformLayout(); |
|
|
155 |
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); |
|
|
156 |
this.ResumeLayout(false); |
|
|
157 |
|
|
|
158 |
} |
|
|
159 |
|
|
|
160 |
#endregion |
|
|
161 |
|
|
|
162 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; |
|
|
163 |
private System.Windows.Forms.Label labelProductName; |
|
|
164 |
private System.Windows.Forms.Label labelVersion; |
|
|
165 |
private System.Windows.Forms.Label labelCopyright; |
|
|
166 |
private System.Windows.Forms.Label labelAcknowledgements; |
|
|
167 |
private System.Windows.Forms.Button okButton; |
|
|
168 |
private System.Windows.Forms.PictureBox pictureBox1; |
|
|
169 |
} |
|
|
170 |
} |