OSDN Git Service

na-get-lib,新ダウンロードサブタスクの進捗パーセンテージを小数第二位までの表示に変更。
[applistation/AppliStation.git] / AppliStation / AppliStation.PackageInfo / PackageInfoForm.Designer.cs
1 namespace AppliStation.PackageInfo\r
2 {\r
3         partial class PackageInfoForm\r
4         {\r
5                 /// <summary>\r
6                 /// Designer variable used to keep track of non-visual components.\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9                 \r
10                 /// <summary>\r
11                 /// Disposes resources used by the form.\r
12                 /// </summary>\r
13                 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14                 protected override void Dispose(bool disposing)\r
15                 {\r
16                         if (disposing) {\r
17                                 if (components != null) {\r
18                                         components.Dispose();\r
19                                 }\r
20                         }\r
21                         base.Dispose(disposing);\r
22                 }\r
23                 \r
24                 /// <summary>\r
25                 /// This method is required for Windows Forms designer support.\r
26                 /// Do not change the method contents inside the source code editor. The Forms designer might\r
27                 /// not be able to load this method if it was changed manually.\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
32                         this.iconLabel = new System.Windows.Forms.Label();\r
33                         this.nameLabel = new System.Windows.Forms.Label();\r
34                         this.licenseLinkLabel = new System.Windows.Forms.LinkLabel();\r
35                         this.licenseLabel = new System.Windows.Forms.Label();\r
36                         this.tagsLabel = new System.Windows.Forms.Label();\r
37                         this.urlLabel = new System.Windows.Forms.Label();\r
38                         this.urlLinkLabel = new System.Windows.Forms.LinkLabel();\r
39                         this.tagsTextBox = new System.Windows.Forms.TextBox();\r
40                         this.typeLabel = new System.Windows.Forms.Label();\r
41                         this.typeValueLabel = new System.Windows.Forms.Label();\r
42                         this.summaryTextBox = new System.Windows.Forms.TextBox();\r
43                         this.tabControl1 = new System.Windows.Forms.TabControl();\r
44                         this.closeButton = new System.Windows.Forms.Button();\r
45                         this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();\r
46                         this.stateLabel = new System.Windows.Forms.Label();\r
47                         this.statusLinkLabel = new System.Windows.Forms.LinkLabel();\r
48                         this.packageListNameLabel = new System.Windows.Forms.Label();\r
49                         this.packageListNameValueLabel = new System.Windows.Forms.Label();\r
50                         this.flowLayoutPanel1.SuspendLayout();\r
51                         this.tableLayoutPanel.SuspendLayout();\r
52                         this.SuspendLayout();\r
53                         // \r
54                         // flowLayoutPanel1\r
55                         // \r
56                         this.tableLayoutPanel.SetColumnSpan(this.flowLayoutPanel1, 2);\r
57                         this.flowLayoutPanel1.Controls.Add(this.iconLabel);\r
58                         this.flowLayoutPanel1.Controls.Add(this.nameLabel);\r
59                         this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
60                         this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 11);\r
61                         this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
62                         this.flowLayoutPanel1.Size = new System.Drawing.Size(370, 32);\r
63                         this.flowLayoutPanel1.TabIndex = 0;\r
64                         // \r
65                         // iconLabel\r
66                         // \r
67                         this.iconLabel.Location = new System.Drawing.Point(3, 0);\r
68                         this.iconLabel.Name = "iconLabel";\r
69                         this.iconLabel.Size = new System.Drawing.Size(1, 1);\r
70                         this.iconLabel.TabIndex = 0;\r
71                         // \r
72                         // nameLabel\r
73                         // \r
74                         this.nameLabel.AutoSize = true;\r
75                         this.nameLabel.Location = new System.Drawing.Point(10, 0);\r
76                         this.nameLabel.Name = "nameLabel";\r
77                         this.nameLabel.Size = new System.Drawing.Size(0, 12);\r
78                         this.nameLabel.TabIndex = 1;\r
79                         this.nameLabel.UseMnemonic = false;\r
80                         // \r
81                         // licenseLinkLabel\r
82                         // \r
83                         this.licenseLinkLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
84                         this.licenseLinkLabel.AutoSize = true;\r
85                         this.licenseLinkLabel.Enabled = false;\r
86                         this.licenseLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
87                         this.licenseLinkLabel.Location = new System.Drawing.Point(140, 120);\r
88                         this.licenseLinkLabel.Name = "licenseLinkLabel";\r
89                         this.licenseLinkLabel.Size = new System.Drawing.Size(0, 12);\r
90                         this.licenseLinkLabel.TabIndex = 9;\r
91                         this.licenseLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
92                         this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLinkClicked);\r
93                         // \r
94                         // licenseLabel\r
95                         // \r
96                         this.licenseLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
97                         this.licenseLabel.AutoSize = true;\r
98                         this.licenseLabel.Location = new System.Drawing.Point(11, 120);\r
99                         this.licenseLabel.Name = "licenseLabel";\r
100                         this.licenseLabel.Size = new System.Drawing.Size(56, 12);\r
101                         this.licenseLabel.TabIndex = 8;\r
102                         this.licenseLabel.Text = "ライセンス:";\r
103                         // \r
104                         // tagsLabel\r
105                         // \r
106                         this.tagsLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
107                         this.tagsLabel.AutoSize = true;\r
108                         this.tagsLabel.Location = new System.Drawing.Point(11, 105);\r
109                         this.tagsLabel.Name = "tagsLabel";\r
110                         this.tagsLabel.Size = new System.Drawing.Size(28, 12);\r
111                         this.tagsLabel.TabIndex = 6;\r
112                         this.tagsLabel.Text = "タグ:";\r
113                         // \r
114                         // urlLabel\r
115                         // \r
116                         this.urlLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
117                         this.urlLabel.AutoSize = true;\r
118                         this.urlLabel.Location = new System.Drawing.Point(11, 90);\r
119                         this.urlLabel.Name = "urlLabel";\r
120                         this.urlLabel.Size = new System.Drawing.Size(84, 12);\r
121                         this.urlLabel.TabIndex = 4;\r
122                         this.urlLabel.Text = "公式サイトURL:";\r
123                         // \r
124                         // urlLinkLabel\r
125                         // \r
126                         this.urlLinkLabel.AutoEllipsis = true;\r
127                         this.urlLinkLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
128                         this.urlLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
129                         this.urlLinkLabel.Location = new System.Drawing.Point(140, 90);\r
130                         this.urlLinkLabel.Name = "urlLinkLabel";\r
131                         this.urlLinkLabel.Size = new System.Drawing.Size(241, 12);\r
132                         this.urlLinkLabel.TabIndex = 5;\r
133                         this.urlLinkLabel.TabStop = true;\r
134                         this.urlLinkLabel.Text = "http://";\r
135                         this.urlLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
136                         this.urlLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLinkClicked);\r
137                         // \r
138                         // tagsTextBox\r
139                         // \r
140                         this.tagsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
141                         this.tagsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
142                         this.tagsTextBox.Location = new System.Drawing.Point(140, 105);\r
143                         this.tagsTextBox.Name = "tagsTextBox";\r
144                         this.tagsTextBox.ReadOnly = true;\r
145                         this.tagsTextBox.Size = new System.Drawing.Size(241, 12);\r
146                         this.tagsTextBox.TabIndex = 7;\r
147                         // \r
148                         // typeLabel\r
149                         // \r
150                         this.typeLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
151                         this.typeLabel.AutoSize = true;\r
152                         this.typeLabel.Location = new System.Drawing.Point(11, 132);\r
153                         this.typeLabel.Name = "typeLabel";\r
154                         this.typeLabel.Size = new System.Drawing.Size(98, 12);\r
155                         this.typeLabel.TabIndex = 10;\r
156                         this.typeLabel.Text = "インストーラー形式:";\r
157                         // \r
158                         // typeValueLabel\r
159                         // \r
160                         this.typeValueLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
161                         this.typeValueLabel.AutoSize = true;\r
162                         this.typeValueLabel.Location = new System.Drawing.Point(140, 132);\r
163                         this.typeValueLabel.Name = "typeValueLabel";\r
164                         this.typeValueLabel.Size = new System.Drawing.Size(0, 12);\r
165                         this.typeValueLabel.TabIndex = 11;\r
166                         // \r
167                         // summaryTextBox\r
168                         // \r
169                         this.summaryTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
170                         this.tableLayoutPanel.SetColumnSpan(this.summaryTextBox, 2);\r
171                         this.summaryTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
172                         this.summaryTextBox.Location = new System.Drawing.Point(11, 49);\r
173                         this.summaryTextBox.Multiline = true;\r
174                         this.summaryTextBox.Name = "summaryTextBox";\r
175                         this.summaryTextBox.ReadOnly = true;\r
176                         this.summaryTextBox.Size = new System.Drawing.Size(370, 26);\r
177                         this.summaryTextBox.TabIndex = 1;\r
178                         // \r
179                         // tabControl1\r
180                         // \r
181                         this.tableLayoutPanel.SetColumnSpan(this.tabControl1, 2);\r
182                         this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;\r
183                         this.tabControl1.Location = new System.Drawing.Point(11, 159);\r
184                         this.tabControl1.Name = "tabControl1";\r
185                         this.tabControl1.SelectedIndex = 0;\r
186                         this.tabControl1.Size = new System.Drawing.Size(370, 153);\r
187                         this.tabControl1.TabIndex = 12;\r
188                         // \r
189                         // closeButton\r
190                         // \r
191                         this.closeButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
192                         this.closeButton.AutoSize = true;\r
193                         this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
194                         this.closeButton.Location = new System.Drawing.Point(304, 320);\r
195                         this.closeButton.Margin = new System.Windows.Forms.Padding(5);\r
196                         this.closeButton.Name = "closeButton";\r
197                         this.closeButton.Size = new System.Drawing.Size(75, 23);\r
198                         this.closeButton.TabIndex = 13;\r
199                         this.closeButton.Text = "閉じる";\r
200                         this.closeButton.Click += new System.EventHandler(this.CloseButtonClick);\r
201                         // \r
202                         // tableLayoutPanel\r
203                         // \r
204                         this.tableLayoutPanel.ColumnCount = 2;\r
205                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
206                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
207                         this.tableLayoutPanel.Controls.Add(this.stateLabel, 0, 2);\r
208                         this.tableLayoutPanel.Controls.Add(this.typeValueLabel, 1, 6);\r
209                         this.tableLayoutPanel.Controls.Add(this.tabControl1, 0, 8);\r
210                         this.tableLayoutPanel.Controls.Add(this.licenseLinkLabel, 1, 5);\r
211                         this.tableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 0, 0);\r
212                         this.tableLayoutPanel.Controls.Add(this.summaryTextBox, 0, 1);\r
213                         this.tableLayoutPanel.Controls.Add(this.tagsTextBox, 1, 4);\r
214                         this.tableLayoutPanel.Controls.Add(this.closeButton, 1, 9);\r
215                         this.tableLayoutPanel.Controls.Add(this.typeLabel, 0, 6);\r
216                         this.tableLayoutPanel.Controls.Add(this.licenseLabel, 0, 5);\r
217                         this.tableLayoutPanel.Controls.Add(this.tagsLabel, 0, 4);\r
218                         this.tableLayoutPanel.Controls.Add(this.urlLabel, 0, 3);\r
219                         this.tableLayoutPanel.Controls.Add(this.urlLinkLabel, 1, 3);\r
220                         this.tableLayoutPanel.Controls.Add(this.statusLinkLabel, 1, 2);\r
221                         this.tableLayoutPanel.Controls.Add(this.packageListNameLabel, 0, 7);\r
222                         this.tableLayoutPanel.Controls.Add(this.packageListNameValueLabel, 1, 7);\r
223                         this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
224                         this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
225                         this.tableLayoutPanel.Name = "tableLayoutPanel";\r
226                         this.tableLayoutPanel.Padding = new System.Windows.Forms.Padding(8);\r
227                         this.tableLayoutPanel.RowCount = 10;\r
228                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
229                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
230                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
231                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
232                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
233                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
234                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
235                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
236                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
237                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
238                         this.tableLayoutPanel.Size = new System.Drawing.Size(392, 356);\r
239                         this.tableLayoutPanel.TabIndex = 0;\r
240                         // \r
241                         // stateLabel\r
242                         // \r
243                         this.stateLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
244                         this.stateLabel.AutoSize = true;\r
245                         this.stateLabel.Location = new System.Drawing.Point(11, 78);\r
246                         this.stateLabel.Name = "stateLabel";\r
247                         this.stateLabel.Size = new System.Drawing.Size(123, 12);\r
248                         this.stateLabel.TabIndex = 2;\r
249                         this.stateLabel.Text = "インストール先フォルダー:";\r
250                         // \r
251                         // statusLinkLabel\r
252                         // \r
253                         this.statusLinkLabel.AutoEllipsis = true;\r
254                         this.statusLinkLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
255                         this.statusLinkLabel.Enabled = false;\r
256                         this.statusLinkLabel.LinkColor = System.Drawing.SystemColors.HotTrack;\r
257                         this.statusLinkLabel.Location = new System.Drawing.Point(140, 78);\r
258                         this.statusLinkLabel.Name = "statusLinkLabel";\r
259                         this.statusLinkLabel.Size = new System.Drawing.Size(241, 12);\r
260                         this.statusLinkLabel.TabIndex = 3;\r
261                         this.statusLinkLabel.TabStop = true;\r
262                         this.statusLinkLabel.Text = "インストールされていません";\r
263                         this.statusLinkLabel.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;\r
264                         this.statusLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLinkClicked);\r
265                         // \r
266                         // packageListNameLabel\r
267                         // \r
268                         this.packageListNameLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
269                         this.packageListNameLabel.AutoSize = true;\r
270                         this.packageListNameLabel.Location = new System.Drawing.Point(11, 144);\r
271                         this.packageListNameLabel.Name = "packageListNameLabel";\r
272                         this.packageListNameLabel.Size = new System.Drawing.Size(93, 12);\r
273                         this.packageListNameLabel.TabIndex = 14;\r
274                         this.packageListNameLabel.Text = "パッケージリスト名:";\r
275                         // \r
276                         // packageListNameValueLabel\r
277                         // \r
278                         this.packageListNameValueLabel.AutoEllipsis = true;\r
279                         this.packageListNameValueLabel.Dock = System.Windows.Forms.DockStyle.Fill;\r
280                         this.packageListNameValueLabel.Location = new System.Drawing.Point(140, 144);\r
281                         this.packageListNameValueLabel.Name = "packageListNameValueLabel";\r
282                         this.packageListNameValueLabel.Size = new System.Drawing.Size(241, 12);\r
283                         this.packageListNameValueLabel.TabIndex = 14;\r
284                         this.packageListNameValueLabel.Text = "(不明)";\r
285                         // \r
286                         // PackageInfoForm\r
287                         // \r
288                         this.AcceptButton = this.closeButton;\r
289                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
290                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
291                         this.CancelButton = this.closeButton;\r
292                         this.ClientSize = new System.Drawing.Size(392, 356);\r
293                         this.Controls.Add(this.tableLayoutPanel);\r
294                         this.MaximizeBox = false;\r
295                         this.MinimizeBox = false;\r
296                         this.Name = "PackageInfoForm";\r
297                         this.ShowIcon = false;\r
298                         this.ShowInTaskbar = false;\r
299                         this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PackageInfoFormFormClosed);\r
300                         this.flowLayoutPanel1.ResumeLayout(false);\r
301                         this.flowLayoutPanel1.PerformLayout();\r
302                         this.tableLayoutPanel.ResumeLayout(false);\r
303                         this.tableLayoutPanel.PerformLayout();\r
304                         this.ResumeLayout(false);\r
305                 }\r
306                 private System.Windows.Forms.Label packageListNameValueLabel;\r
307                 private System.Windows.Forms.Label packageListNameLabel;\r
308                 private System.Windows.Forms.LinkLabel statusLinkLabel;\r
309                 private System.Windows.Forms.Label stateLabel;\r
310                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
311                 private System.Windows.Forms.Button closeButton;\r
312                 private System.Windows.Forms.TabControl tabControl1;\r
313                 private System.Windows.Forms.TextBox summaryTextBox;\r
314                 private System.Windows.Forms.Label typeValueLabel;\r
315                 private System.Windows.Forms.Label typeLabel;\r
316                 private System.Windows.Forms.Label licenseLabel;\r
317                 private System.Windows.Forms.LinkLabel licenseLinkLabel;\r
318                 private System.Windows.Forms.TextBox tagsTextBox;\r
319                 private System.Windows.Forms.Label tagsLabel;\r
320                 private System.Windows.Forms.LinkLabel urlLinkLabel;\r
321                 private System.Windows.Forms.Label urlLabel;\r
322                 private System.Windows.Forms.Label nameLabel;\r
323                 private System.Windows.Forms.Label iconLabel;\r
324                 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
325         }\r
326 }\r