2 partial class AboutBox
{
4 /// Required designer variable.
6 private System
.ComponentModel
.IContainer components
= null;
9 /// Clean up any resources being used.
11 protected override void Dispose(bool disposing
)
13 if ( disposing
&& (components
!= null) ) {
16 base.Dispose(disposing
);
19 #region Windows Form Designer generated code
22 /// Required method for Designer support - do not modify
23 /// the contents of this method with the code editor.
25 private void InitializeComponent()
27 System
.ComponentModel
.ComponentResourceManager resources
= new System
.ComponentModel
.ComponentResourceManager(typeof(AboutBox
));
28 this.tableLayoutPanel
= new System
.Windows
.Forms
.TableLayoutPanel();
29 this.logoPictureBox
= new System
.Windows
.Forms
.PictureBox();
30 this.labelProductName
= new System
.Windows
.Forms
.Label();
31 this.labelVersion
= new System
.Windows
.Forms
.Label();
32 this.labelCopyright
= new System
.Windows
.Forms
.Label();
33 this.labelCompanyName
= new System
.Windows
.Forms
.Label();
34 this.okButton
= new System
.Windows
.Forms
.Button();
35 this.textBoxDescription
= new System
.Windows
.Forms
.TextBox();
36 this.tableLayoutPanel
.SuspendLayout();
37 ((System
.ComponentModel
.ISupportInitialize
)(this.logoPictureBox
)).BeginInit();
42 this.tableLayoutPanel
.AutoSize
= true;
43 this.tableLayoutPanel
.ColumnCount
= 2;
44 this.tableLayoutPanel
.ColumnStyles
.Add(new System
.Windows
.Forms
.ColumnStyle(System
.Windows
.Forms
.SizeType
.Percent
, 33F
));
45 this.tableLayoutPanel
.ColumnStyles
.Add(new System
.Windows
.Forms
.ColumnStyle(System
.Windows
.Forms
.SizeType
.Percent
, 67F
));
46 this.tableLayoutPanel
.Controls
.Add(this.logoPictureBox
, 0, 0);
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.labelCompanyName
, 1, 3);
51 this.tableLayoutPanel
.Controls
.Add(this.textBoxDescription
, 1, 4);
52 this.tableLayoutPanel
.Controls
.Add(this.okButton
, 1, 5);
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
= 6;
57 this.tableLayoutPanel
.RowStyles
.Add(new System
.Windows
.Forms
.RowStyle(System
.Windows
.Forms
.SizeType
.Percent
, 10F
));
58 this.tableLayoutPanel
.RowStyles
.Add(new System
.Windows
.Forms
.RowStyle(System
.Windows
.Forms
.SizeType
.Percent
, 10F
));
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
, 50F
));
62 this.tableLayoutPanel
.RowStyles
.Add(new System
.Windows
.Forms
.RowStyle(System
.Windows
.Forms
.SizeType
.Percent
, 10F
));
63 this.tableLayoutPanel
.Size
= new System
.Drawing
.Size(461, 265);
64 this.tableLayoutPanel
.TabIndex
= 0;
68 this.logoPictureBox
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
69 this.logoPictureBox
.Image
= ((System
.Drawing
.Image
)(resources
.GetObject("logoPictureBox.Image")));
70 this.logoPictureBox
.Location
= new System
.Drawing
.Point(3, 3);
71 this.logoPictureBox
.Name
= "logoPictureBox";
72 this.tableLayoutPanel
.SetRowSpan(this.logoPictureBox
, 6);
73 this.logoPictureBox
.Size
= new System
.Drawing
.Size(146, 259);
74 this.logoPictureBox
.SizeMode
= System
.Windows
.Forms
.PictureBoxSizeMode
.StretchImage
;
75 this.logoPictureBox
.TabIndex
= 12;
76 this.logoPictureBox
.TabStop
= false;
80 this.labelProductName
.AutoSize
= true;
81 this.labelProductName
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
82 this.labelProductName
.Location
= new System
.Drawing
.Point(158, 0);
83 this.labelProductName
.Margin
= new System
.Windows
.Forms
.Padding(6, 0, 3, 0);
84 this.labelProductName
.MaximumSize
= new System
.Drawing
.Size(0, 17);
85 this.labelProductName
.Name
= "labelProductName";
86 this.labelProductName
.Size
= new System
.Drawing
.Size(300, 17);
87 this.labelProductName
.TabIndex
= 19;
88 this.labelProductName
.Text
= "aMule remote control";
89 this.labelProductName
.TextAlign
= System
.Drawing
.ContentAlignment
.MiddleLeft
;
93 this.labelVersion
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
94 this.labelVersion
.Location
= new System
.Drawing
.Point(158, 26);
95 this.labelVersion
.Margin
= new System
.Windows
.Forms
.Padding(6, 0, 3, 0);
96 this.labelVersion
.MaximumSize
= new System
.Drawing
.Size(0, 17);
97 this.labelVersion
.Name
= "labelVersion";
98 this.labelVersion
.Size
= new System
.Drawing
.Size(300, 17);
99 this.labelVersion
.TabIndex
= 0;
100 this.labelVersion
.Text
= "Version 0.0.1";
101 this.labelVersion
.TextAlign
= System
.Drawing
.ContentAlignment
.MiddleLeft
;
105 this.labelCopyright
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
106 this.labelCopyright
.Location
= new System
.Drawing
.Point(158, 52);
107 this.labelCopyright
.Margin
= new System
.Windows
.Forms
.Padding(6, 0, 3, 0);
108 this.labelCopyright
.MaximumSize
= new System
.Drawing
.Size(0, 17);
109 this.labelCopyright
.Name
= "labelCopyright";
110 this.labelCopyright
.Size
= new System
.Drawing
.Size(300, 17);
111 this.labelCopyright
.TabIndex
= 21;
112 this.labelCopyright
.Text
= "Copyright (c) 2007-2008 aMule Team";
113 this.labelCopyright
.TextAlign
= System
.Drawing
.ContentAlignment
.MiddleLeft
;
117 this.labelCompanyName
.AutoSize
= true;
118 this.labelCompanyName
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
119 this.labelCompanyName
.Location
= new System
.Drawing
.Point(158, 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(300, 17);
124 this.labelCompanyName
.TabIndex
= 22;
125 this.labelCompanyName
.Text
= "Copyright (c) 2007-2008 Froenchenko Lenid l(froen@gmail.com)";
126 this.labelCompanyName
.TextAlign
= System
.Drawing
.ContentAlignment
.MiddleLeft
;
130 this.okButton
.Anchor
= ((System
.Windows
.Forms
.AnchorStyles
)((System
.Windows
.Forms
.AnchorStyles
.Bottom
| System
.Windows
.Forms
.AnchorStyles
.Right
)));
131 this.okButton
.DialogResult
= System
.Windows
.Forms
.DialogResult
.Cancel
;
132 this.okButton
.Location
= new System
.Drawing
.Point(383, 239);
133 this.okButton
.Name
= "okButton";
134 this.okButton
.Size
= new System
.Drawing
.Size(75, 23);
135 this.okButton
.TabIndex
= 24;
136 this.okButton
.Text
= "&OK";
138 // textBoxDescription
140 this.textBoxDescription
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
141 this.textBoxDescription
.Location
= new System
.Drawing
.Point(158, 107);
142 this.textBoxDescription
.Margin
= new System
.Windows
.Forms
.Padding(6, 3, 3, 3);
143 this.textBoxDescription
.Multiline
= true;
144 this.textBoxDescription
.Name
= "textBoxDescription";
145 this.textBoxDescription
.ReadOnly
= true;
146 this.textBoxDescription
.ScrollBars
= System
.Windows
.Forms
.ScrollBars
.Both
;
147 this.textBoxDescription
.Size
= new System
.Drawing
.Size(300, 126);
148 this.textBoxDescription
.TabIndex
= 23;
149 this.textBoxDescription
.TabStop
= false;
150 this.textBoxDescription
.Text
= "Description";
154 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
155 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
156 this.ClientSize
= new System
.Drawing
.Size(479, 283);
157 this.Controls
.Add(this.tableLayoutPanel
);
158 this.FormBorderStyle
= System
.Windows
.Forms
.FormBorderStyle
.FixedDialog
;
159 this.MaximizeBox
= false;
160 this.MinimizeBox
= false;
161 this.Name
= "AboutBox";
162 this.Padding
= new System
.Windows
.Forms
.Padding(9);
163 this.ShowIcon
= false;
164 this.ShowInTaskbar
= false;
165 this.StartPosition
= System
.Windows
.Forms
.FormStartPosition
.CenterParent
;
166 this.Text
= "About amule.net";
167 this.tableLayoutPanel
.ResumeLayout(false);
168 this.tableLayoutPanel
.PerformLayout();
169 ((System
.ComponentModel
.ISupportInitialize
)(this.logoPictureBox
)).EndInit();
170 this.ResumeLayout(false);
171 this.PerformLayout();
177 private System
.Windows
.Forms
.TableLayoutPanel tableLayoutPanel
;
178 private System
.Windows
.Forms
.PictureBox logoPictureBox
;
179 private System
.Windows
.Forms
.Label labelProductName
;
180 private System
.Windows
.Forms
.Label labelVersion
;
181 private System
.Windows
.Forms
.Label labelCopyright
;
182 private System
.Windows
.Forms
.Label labelCompanyName
;
183 private System
.Windows
.Forms
.Button okButton
;
184 private System
.Windows
.Forms
.TextBox textBoxDescription
;