-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
AboutBox1.Designer.cs
190 lines (185 loc) · 8.17 KB
/
AboutBox1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
namespace YoutubeToMP3
{
partial class AboutBox1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1));
tableLayoutPanel = new TableLayoutPanel();
logoPictureBox = new PictureBox();
labelProductName = new Label();
labelVersion = new Label();
labelCopyright = new Label();
labelCompanyName = new Label();
textBoxDescription = new TextBox();
okButton = new Button();
tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)logoPictureBox).BeginInit();
SuspendLayout();
//
// tableLayoutPanel
//
tableLayoutPanel.ColumnCount = 2;
tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F));
tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 67F));
tableLayoutPanel.Controls.Add(logoPictureBox, 0, 0);
tableLayoutPanel.Controls.Add(labelProductName, 1, 0);
tableLayoutPanel.Controls.Add(labelVersion, 1, 1);
tableLayoutPanel.Controls.Add(labelCopyright, 1, 2);
tableLayoutPanel.Controls.Add(labelCompanyName, 1, 3);
tableLayoutPanel.Controls.Add(textBoxDescription, 1, 4);
tableLayoutPanel.Controls.Add(okButton, 1, 5);
tableLayoutPanel.Dock = DockStyle.Fill;
tableLayoutPanel.Location = new Point(10, 10);
tableLayoutPanel.Margin = new Padding(4, 3, 4, 3);
tableLayoutPanel.Name = "tableLayoutPanel";
tableLayoutPanel.RowCount = 6;
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
tableLayoutPanel.Size = new Size(487, 307);
tableLayoutPanel.TabIndex = 0;
//
// logoPictureBox
//
logoPictureBox.Dock = DockStyle.Fill;
logoPictureBox.Image = (Image)resources.GetObject("logoPictureBox.Image");
logoPictureBox.Location = new Point(4, 3);
logoPictureBox.Margin = new Padding(4, 3, 4, 3);
logoPictureBox.Name = "logoPictureBox";
tableLayoutPanel.SetRowSpan(logoPictureBox, 6);
logoPictureBox.Size = new Size(152, 301);
logoPictureBox.SizeMode = PictureBoxSizeMode.Zoom;
logoPictureBox.TabIndex = 12;
logoPictureBox.TabStop = false;
//
// labelProductName
//
labelProductName.Dock = DockStyle.Fill;
labelProductName.Location = new Point(167, 0);
labelProductName.Margin = new Padding(7, 0, 4, 0);
labelProductName.MaximumSize = new Size(0, 20);
labelProductName.Name = "labelProductName";
labelProductName.Size = new Size(316, 20);
labelProductName.TabIndex = 19;
labelProductName.Text = "Product Name";
labelProductName.TextAlign = ContentAlignment.MiddleLeft;
//
// labelVersion
//
labelVersion.Dock = DockStyle.Fill;
labelVersion.Location = new Point(167, 30);
labelVersion.Margin = new Padding(7, 0, 4, 0);
labelVersion.MaximumSize = new Size(0, 20);
labelVersion.Name = "labelVersion";
labelVersion.Size = new Size(316, 20);
labelVersion.TabIndex = 0;
labelVersion.Text = "Version";
labelVersion.TextAlign = ContentAlignment.MiddleLeft;
//
// labelCopyright
//
labelCopyright.Dock = DockStyle.Fill;
labelCopyright.Location = new Point(167, 60);
labelCopyright.Margin = new Padding(7, 0, 4, 0);
labelCopyright.MaximumSize = new Size(0, 20);
labelCopyright.Name = "labelCopyright";
labelCopyright.Size = new Size(316, 20);
labelCopyright.TabIndex = 21;
labelCopyright.Text = "Copyright";
labelCopyright.TextAlign = ContentAlignment.MiddleLeft;
//
// labelCompanyName
//
labelCompanyName.Dock = DockStyle.Fill;
labelCompanyName.Location = new Point(167, 90);
labelCompanyName.Margin = new Padding(7, 0, 4, 0);
labelCompanyName.MaximumSize = new Size(0, 20);
labelCompanyName.Name = "labelCompanyName";
labelCompanyName.Size = new Size(316, 20);
labelCompanyName.TabIndex = 22;
labelCompanyName.Text = "Company Name";
labelCompanyName.TextAlign = ContentAlignment.MiddleLeft;
//
// textBoxDescription
//
textBoxDescription.Dock = DockStyle.Fill;
textBoxDescription.Location = new Point(167, 123);
textBoxDescription.Margin = new Padding(7, 3, 4, 3);
textBoxDescription.Multiline = true;
textBoxDescription.Name = "textBoxDescription";
textBoxDescription.ReadOnly = true;
textBoxDescription.ScrollBars = ScrollBars.Both;
textBoxDescription.Size = new Size(316, 147);
textBoxDescription.TabIndex = 23;
textBoxDescription.TabStop = false;
textBoxDescription.Text = "Description";
//
// okButton
//
okButton.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
okButton.DialogResult = DialogResult.Cancel;
okButton.Location = new Point(395, 277);
okButton.Margin = new Padding(4, 3, 4, 3);
okButton.Name = "okButton";
okButton.Size = new Size(88, 27);
okButton.TabIndex = 24;
okButton.Text = "&OK";
okButton.Click += okButton_Click;
//
// AboutBox1
//
AcceptButton = okButton;
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(507, 327);
Controls.Add(tableLayoutPanel);
FormBorderStyle = FormBorderStyle.FixedDialog;
Margin = new Padding(4, 3, 4, 3);
MaximizeBox = false;
MinimizeBox = false;
Name = "AboutBox1";
Padding = new Padding(10);
ShowIcon = false;
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen;
Text = "About YoutubeToMP3";
tableLayoutPanel.ResumeLayout(false);
tableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)logoPictureBox).EndInit();
ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayoutPanel;
private PictureBox logoPictureBox;
private Label labelProductName;
private Label labelVersion;
private Label labelCopyright;
private Label labelCompanyName;
private TextBox textBoxDescription;
private Button okButton;
}
}