-
Notifications
You must be signed in to change notification settings - Fork 1
/
AboutBox.Designer.cs
171 lines (165 loc) · 8.87 KB
/
AboutBox.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
namespace AudiobookshelfTray
{
partial class AboutBox
{
/// <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.Windows.Forms.PictureBox logoPictureBox;
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.labelProductName = new System.Windows.Forms.Label();
this.okButton = new System.Windows.Forms.Button();
this.labelServerVersion = new System.Windows.Forms.LinkLabel();
this.labelURL = new System.Windows.Forms.LinkLabel();
this.labelAppVersion = new System.Windows.Forms.LinkLabel();
logoPictureBox = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(logoPictureBox)).BeginInit();
this.tableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// logoPictureBox
//
logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
logoPictureBox.Image = global::AudiobookshelfTray.Properties.Resources.icon192;
logoPictureBox.Location = new System.Drawing.Point(4, 0);
logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
logoPictureBox.Name = "logoPictureBox";
logoPictureBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanel.SetRowSpan(logoPictureBox, 6);
logoPictureBox.Size = new System.Drawing.Size(226, 266);
logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
logoPictureBox.TabIndex = 12;
logoPictureBox.TabStop = false;
//
// tableLayoutPanel
//
this.tableLayoutPanel.ColumnCount = 2;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.00412F));
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.99588F));
this.tableLayoutPanel.Controls.Add(this.labelAppVersion, 1, 3);
this.tableLayoutPanel.Controls.Add(logoPictureBox, 0, 0);
this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
this.tableLayoutPanel.Controls.Add(this.labelServerVersion, 1, 2);
this.tableLayoutPanel.Controls.Add(this.labelURL, 1, 4);
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel.Location = new System.Drawing.Point(14, 14);
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.RowCount = 6;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.tableLayoutPanel.Size = new System.Drawing.Size(545, 266);
this.tableLayoutPanel.TabIndex = 0;
//
// labelProductName
//
this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelProductName.Location = new System.Drawing.Point(243, 0);
this.labelProductName.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
this.labelProductName.MaximumSize = new System.Drawing.Size(0, 52);
this.labelProductName.Name = "labelProductName";
this.tableLayoutPanel.SetRowSpan(this.labelProductName, 2);
this.labelProductName.Size = new System.Drawing.Size(298, 52);
this.labelProductName.TabIndex = 19;
this.labelProductName.Text = "Product Name";
this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.okButton.Location = new System.Drawing.Point(429, 227);
this.okButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(112, 34);
this.okButton.TabIndex = 24;
this.okButton.Text = "&OK";
//
// labelServerVersion
//
this.labelServerVersion.AutoSize = true;
this.labelServerVersion.Location = new System.Drawing.Point(243, 62);
this.labelServerVersion.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
this.labelServerVersion.Name = "labelServerVersion";
this.labelServerVersion.Size = new System.Drawing.Size(113, 20);
this.labelServerVersion.TabIndex = 25;
this.labelServerVersion.TabStop = true;
this.labelServerVersion.Text = "Server Version";
//
// labelURL
//
this.labelURL.AutoSize = true;
this.labelURL.Location = new System.Drawing.Point(243, 124);
this.labelURL.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
this.labelURL.Name = "labelURL";
this.labelURL.Size = new System.Drawing.Size(42, 20);
this.labelURL.TabIndex = 26;
this.labelURL.TabStop = true;
this.labelURL.Text = "URL";
//
// labelAppVersion
//
this.labelAppVersion.AutoSize = true;
this.labelAppVersion.Location = new System.Drawing.Point(243, 93);
this.labelAppVersion.Margin = new System.Windows.Forms.Padding(9, 0, 4, 0);
this.labelAppVersion.Name = "labelAppVersion";
this.labelAppVersion.Size = new System.Drawing.Size(96, 20);
this.labelAppVersion.TabIndex = 27;
this.labelAppVersion.TabStop = true;
this.labelAppVersion.Text = "App Version";
//
// AboutBox
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(573, 294);
this.Controls.Add(this.tableLayoutPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutBox";
this.Padding = new System.Windows.Forms.Padding(14);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AboutBox1";
((System.ComponentModel.ISupportInitialize)(logoPictureBox)).EndInit();
this.tableLayoutPanel.ResumeLayout(false);
this.tableLayoutPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.Label labelProductName;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.LinkLabel labelServerVersion;
private System.Windows.Forms.LinkLabel labelURL;
private System.Windows.Forms.LinkLabel labelAppVersion;
}
}