corrade-vassal – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | vero | 1 | namespace WinGridProxy |
2 | { |
||
3 | partial class AboutBox1 |
||
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(AboutBox1)); |
||
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.richTextBox1 = new System.Windows.Forms.RichTextBox(); |
||
40 | this.tableLayoutPanel.SuspendLayout(); |
||
41 | ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); |
||
42 | this.SuspendLayout(); |
||
43 | // |
||
44 | // tableLayoutPanel |
||
45 | // |
||
46 | this.tableLayoutPanel.ColumnCount = 2; |
||
47 | this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F)); |
||
48 | this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F)); |
||
49 | this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); |
||
50 | this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0); |
||
51 | this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1); |
||
52 | this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); |
||
53 | this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3); |
||
54 | this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4); |
||
55 | this.tableLayoutPanel.Controls.Add(this.okButton, 1, 6); |
||
56 | this.tableLayoutPanel.Controls.Add(this.richTextBox1, 1, 5); |
||
57 | this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; |
||
58 | this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9); |
||
59 | this.tableLayoutPanel.Name = "tableLayoutPanel"; |
||
60 | this.tableLayoutPanel.RowCount = 7; |
||
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, 10F)); |
||
64 | this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); |
||
65 | this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.69136F)); |
||
66 | this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35.80247F)); |
||
67 | this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); |
||
68 | this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265); |
||
69 | this.tableLayoutPanel.TabIndex = 0; |
||
70 | // |
||
71 | // logoPictureBox |
||
72 | // |
||
73 | this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; |
||
74 | this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image"))); |
||
75 | this.logoPictureBox.Location = new System.Drawing.Point(3, 3); |
||
76 | this.logoPictureBox.Name = "logoPictureBox"; |
||
77 | this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6); |
||
78 | this.logoPictureBox.Size = new System.Drawing.Size(131, 229); |
||
79 | this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
||
80 | this.logoPictureBox.TabIndex = 12; |
||
81 | this.logoPictureBox.TabStop = false; |
||
82 | // |
||
83 | // labelProductName |
||
84 | // |
||
85 | this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill; |
||
86 | this.labelProductName.Location = new System.Drawing.Point(143, 0); |
||
87 | this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
||
88 | this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17); |
||
89 | this.labelProductName.Name = "labelProductName"; |
||
90 | this.labelProductName.Size = new System.Drawing.Size(271, 17); |
||
91 | this.labelProductName.TabIndex = 19; |
||
92 | this.labelProductName.Text = "Product Name"; |
||
93 | this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
||
94 | // |
||
95 | // labelVersion |
||
96 | // |
||
97 | this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill; |
||
98 | this.labelVersion.Location = new System.Drawing.Point(143, 23); |
||
99 | this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
||
100 | this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17); |
||
101 | this.labelVersion.Name = "labelVersion"; |
||
102 | this.labelVersion.Size = new System.Drawing.Size(271, 17); |
||
103 | this.labelVersion.TabIndex = 0; |
||
104 | this.labelVersion.Text = "Version"; |
||
105 | this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
||
106 | // |
||
107 | // labelCopyright |
||
108 | // |
||
109 | this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; |
||
110 | this.labelCopyright.Location = new System.Drawing.Point(143, 46); |
||
111 | this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
||
112 | this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17); |
||
113 | this.labelCopyright.Name = "labelCopyright"; |
||
114 | this.labelCopyright.Size = new System.Drawing.Size(271, 17); |
||
115 | this.labelCopyright.TabIndex = 21; |
||
116 | this.labelCopyright.Text = "Copyright"; |
||
117 | this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
||
118 | // |
||
119 | // labelCompanyName |
||
120 | // |
||
121 | this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill; |
||
122 | this.labelCompanyName.Location = new System.Drawing.Point(143, 69); |
||
123 | this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0); |
||
124 | this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17); |
||
125 | this.labelCompanyName.Name = "labelCompanyName"; |
||
126 | this.labelCompanyName.Size = new System.Drawing.Size(271, 17); |
||
127 | this.labelCompanyName.TabIndex = 22; |
||
128 | this.labelCompanyName.Text = "Company Name"; |
||
129 | this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
||
130 | // |
||
131 | // textBoxDescription |
||
132 | // |
||
133 | this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; |
||
134 | this.textBoxDescription.Location = new System.Drawing.Point(143, 95); |
||
135 | this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3); |
||
136 | this.textBoxDescription.Multiline = true; |
||
137 | this.textBoxDescription.Name = "textBoxDescription"; |
||
138 | this.textBoxDescription.ReadOnly = true; |
||
139 | this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; |
||
140 | this.textBoxDescription.Size = new System.Drawing.Size(271, 52); |
||
141 | this.textBoxDescription.TabIndex = 23; |
||
142 | this.textBoxDescription.TabStop = false; |
||
143 | this.textBoxDescription.Text = "Description"; |
||
144 | // |
||
145 | // okButton |
||
146 | // |
||
147 | this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
||
148 | this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
||
149 | this.okButton.Location = new System.Drawing.Point(339, 239); |
||
150 | this.okButton.Name = "okButton"; |
||
151 | this.okButton.Size = new System.Drawing.Size(75, 23); |
||
152 | this.okButton.TabIndex = 24; |
||
153 | this.okButton.Text = "&OK"; |
||
154 | // |
||
155 | // richTextBox1 |
||
156 | // |
||
157 | this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
158 | this.richTextBox1.Location = new System.Drawing.Point(140, 153); |
||
159 | this.richTextBox1.Name = "richTextBox1"; |
||
160 | this.richTextBox1.ReadOnly = true; |
||
161 | this.richTextBox1.Size = new System.Drawing.Size(274, 79); |
||
162 | this.richTextBox1.TabIndex = 25; |
||
163 | this.richTextBox1.Text = "Written by Jim Radford <jradford@npl.com>\n\nIcons Courtesy of http://www.famfamfam" + |
||
164 | ".com/lab/icons/silk/\n\nHexbox Control \nhttp://sourceforge.net/projects/hexbox/"; |
||
165 | this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBoxDecodedRequest_LinkClicked); |
||
166 | // |
||
167 | // AboutBox1 |
||
168 | // |
||
169 | this.AcceptButton = this.okButton; |
||
170 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
171 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
172 | this.ClientSize = new System.Drawing.Size(435, 283); |
||
173 | this.Controls.Add(this.tableLayoutPanel); |
||
174 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
||
175 | this.MaximizeBox = false; |
||
176 | this.MinimizeBox = false; |
||
177 | this.Name = "AboutBox1"; |
||
178 | this.Padding = new System.Windows.Forms.Padding(9); |
||
179 | this.ShowIcon = false; |
||
180 | this.ShowInTaskbar = false; |
||
181 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
182 | this.Text = "About WinGridProxy"; |
||
183 | this.tableLayoutPanel.ResumeLayout(false); |
||
184 | this.tableLayoutPanel.PerformLayout(); |
||
185 | ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit(); |
||
186 | this.ResumeLayout(false); |
||
187 | |||
188 | } |
||
189 | |||
190 | #endregion |
||
191 | |||
192 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; |
||
193 | private System.Windows.Forms.PictureBox logoPictureBox; |
||
194 | private System.Windows.Forms.Label labelProductName; |
||
195 | private System.Windows.Forms.Label labelVersion; |
||
196 | private System.Windows.Forms.Label labelCopyright; |
||
197 | private System.Windows.Forms.Label labelCompanyName; |
||
198 | private System.Windows.Forms.TextBox textBoxDescription; |
||
199 | private System.Windows.Forms.Button okButton; |
||
200 | private System.Windows.Forms.RichTextBox richTextBox1; |
||
201 | } |
||
202 | } |