OSDN Git Service

9c3920161f5021a9e5176f11d49fe2a7af5095a7
[applistation/AppliStation.git] / AppliStation / PackageInfoForm.Designer.cs
1 namespace AppliStation\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.flowLayoutPanel1.SuspendLayout();\r
49                         this.tableLayoutPanel.SuspendLayout();\r
50                         this.SuspendLayout();\r
51                         // \r
52                         // flowLayoutPanel1\r
53                         // \r
54                         this.tableLayoutPanel.SetColumnSpan(this.flowLayoutPanel1, 2);\r
55                         this.flowLayoutPanel1.Controls.Add(this.iconLabel);\r
56                         this.flowLayoutPanel1.Controls.Add(this.nameLabel);\r
57                         this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
58                         this.flowLayoutPanel1.Location = new System.Drawing.Point(11, 11);\r
59                         this.flowLayoutPanel1.Name = "flowLayoutPanel1";\r
60                         this.flowLayoutPanel1.Size = new System.Drawing.Size(370, 32);\r
61                         this.flowLayoutPanel1.TabIndex = 0;\r
62                         // \r
63                         // iconLabel\r
64                         // \r
65                         this.iconLabel.Location = new System.Drawing.Point(3, 0);\r
66                         this.iconLabel.Name = "iconLabel";\r
67                         this.iconLabel.Size = new System.Drawing.Size(1, 1);\r
68                         this.iconLabel.TabIndex = 0;\r
69                         // \r
70                         // nameLabel\r
71                         // \r
72                         this.nameLabel.AutoSize = true;\r
73                         this.nameLabel.Location = new System.Drawing.Point(10, 0);\r
74                         this.nameLabel.Name = "nameLabel";\r
75                         this.nameLabel.Size = new System.Drawing.Size(0, 12);\r
76                         this.nameLabel.TabIndex = 1;\r
77                         // \r
78                         // licenseLinkLabel\r
79                         // \r
80                         this.licenseLinkLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
81                         this.licenseLinkLabel.AutoSize = true;\r
82                         this.licenseLinkLabel.Enabled = false;\r
83                         this.licenseLinkLabel.Location = new System.Drawing.Point(130, 120);\r
84                         this.licenseLinkLabel.Name = "licenseLinkLabel";\r
85                         this.licenseLinkLabel.Size = new System.Drawing.Size(0, 12);\r
86                         this.licenseLinkLabel.TabIndex = 9;\r
87                         this.licenseLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLinkClicked);\r
88                         // \r
89                         // licenseLabel\r
90                         // \r
91                         this.licenseLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
92                         this.licenseLabel.AutoSize = true;\r
93                         this.licenseLabel.Location = new System.Drawing.Point(11, 120);\r
94                         this.licenseLabel.Name = "licenseLabel";\r
95                         this.licenseLabel.Size = new System.Drawing.Size(56, 12);\r
96                         this.licenseLabel.TabIndex = 8;\r
97                         this.licenseLabel.Text = "ライセンス:";\r
98                         // \r
99                         // tagsLabel\r
100                         // \r
101                         this.tagsLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
102                         this.tagsLabel.AutoSize = true;\r
103                         this.tagsLabel.Location = new System.Drawing.Point(11, 105);\r
104                         this.tagsLabel.Name = "tagsLabel";\r
105                         this.tagsLabel.Size = new System.Drawing.Size(28, 12);\r
106                         this.tagsLabel.TabIndex = 6;\r
107                         this.tagsLabel.Text = "タグ:";\r
108                         // \r
109                         // urlLabel\r
110                         // \r
111                         this.urlLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
112                         this.urlLabel.AutoSize = true;\r
113                         this.urlLabel.Location = new System.Drawing.Point(11, 90);\r
114                         this.urlLabel.Name = "urlLabel";\r
115                         this.urlLabel.Size = new System.Drawing.Size(84, 12);\r
116                         this.urlLabel.TabIndex = 4;\r
117                         this.urlLabel.Text = "公式サイトURL:";\r
118                         // \r
119                         // urlLinkLabel\r
120                         // \r
121                         this.urlLinkLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
122                         this.urlLinkLabel.AutoSize = true;\r
123                         this.urlLinkLabel.Location = new System.Drawing.Point(130, 90);\r
124                         this.urlLinkLabel.Name = "urlLinkLabel";\r
125                         this.urlLinkLabel.Size = new System.Drawing.Size(39, 12);\r
126                         this.urlLinkLabel.TabIndex = 5;\r
127                         this.urlLinkLabel.TabStop = true;\r
128                         this.urlLinkLabel.Text = "http://";\r
129                         this.urlLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLinkClicked);\r
130                         // \r
131                         // tagsTextBox\r
132                         // \r
133                         this.tagsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
134                                                                         | System.Windows.Forms.AnchorStyles.Left) \r
135                                                                         | System.Windows.Forms.AnchorStyles.Right)));\r
136                         this.tagsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
137                         this.tagsTextBox.Location = new System.Drawing.Point(130, 105);\r
138                         this.tagsTextBox.Name = "tagsTextBox";\r
139                         this.tagsTextBox.ReadOnly = true;\r
140                         this.tagsTextBox.Size = new System.Drawing.Size(251, 12);\r
141                         this.tagsTextBox.TabIndex = 7;\r
142                         // \r
143                         // typeLabel\r
144                         // \r
145                         this.typeLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
146                         this.typeLabel.AutoSize = true;\r
147                         this.typeLabel.Location = new System.Drawing.Point(11, 132);\r
148                         this.typeLabel.Name = "typeLabel";\r
149                         this.typeLabel.Size = new System.Drawing.Size(88, 12);\r
150                         this.typeLabel.TabIndex = 10;\r
151                         this.typeLabel.Text = "インストーラ形式:";\r
152                         // \r
153                         // typeValueLabel\r
154                         // \r
155                         this.typeValueLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
156                         this.typeValueLabel.AutoSize = true;\r
157                         this.typeValueLabel.Location = new System.Drawing.Point(130, 132);\r
158                         this.typeValueLabel.Name = "typeValueLabel";\r
159                         this.typeValueLabel.Size = new System.Drawing.Size(0, 12);\r
160                         this.typeValueLabel.TabIndex = 11;\r
161                         // \r
162                         // summaryTextBox\r
163                         // \r
164                         this.summaryTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
165                         this.tableLayoutPanel.SetColumnSpan(this.summaryTextBox, 2);\r
166                         this.summaryTextBox.Dock = System.Windows.Forms.DockStyle.Fill;\r
167                         this.summaryTextBox.Location = new System.Drawing.Point(11, 49);\r
168                         this.summaryTextBox.Multiline = true;\r
169                         this.summaryTextBox.Name = "summaryTextBox";\r
170                         this.summaryTextBox.ReadOnly = true;\r
171                         this.summaryTextBox.Size = new System.Drawing.Size(370, 26);\r
172                         this.summaryTextBox.TabIndex = 1;\r
173                         // \r
174                         // tabControl1\r
175                         // \r
176                         this.tableLayoutPanel.SetColumnSpan(this.tabControl1, 2);\r
177                         this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;\r
178                         this.tabControl1.Location = new System.Drawing.Point(11, 147);\r
179                         this.tabControl1.Name = "tabControl1";\r
180                         this.tabControl1.SelectedIndex = 0;\r
181                         this.tabControl1.Size = new System.Drawing.Size(370, 165);\r
182                         this.tabControl1.TabIndex = 12;\r
183                         // \r
184                         // closeButton\r
185                         // \r
186                         this.closeButton.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
187                         this.closeButton.AutoSize = true;\r
188                         this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
189                         this.closeButton.Location = new System.Drawing.Point(304, 320);\r
190                         this.closeButton.Margin = new System.Windows.Forms.Padding(5);\r
191                         this.closeButton.Name = "closeButton";\r
192                         this.closeButton.Size = new System.Drawing.Size(75, 23);\r
193                         this.closeButton.TabIndex = 13;\r
194                         this.closeButton.Text = "閉じる";\r
195                         // \r
196                         // tableLayoutPanel\r
197                         // \r
198                         this.tableLayoutPanel.ColumnCount = 2;\r
199                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
200                         this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
201                         this.tableLayoutPanel.Controls.Add(this.stateLabel, 0, 2);\r
202                         this.tableLayoutPanel.Controls.Add(this.typeValueLabel, 1, 6);\r
203                         this.tableLayoutPanel.Controls.Add(this.tabControl1, 0, 7);\r
204                         this.tableLayoutPanel.Controls.Add(this.licenseLinkLabel, 1, 5);\r
205                         this.tableLayoutPanel.Controls.Add(this.flowLayoutPanel1, 0, 0);\r
206                         this.tableLayoutPanel.Controls.Add(this.summaryTextBox, 0, 1);\r
207                         this.tableLayoutPanel.Controls.Add(this.tagsTextBox, 1, 4);\r
208                         this.tableLayoutPanel.Controls.Add(this.closeButton, 1, 8);\r
209                         this.tableLayoutPanel.Controls.Add(this.typeLabel, 0, 6);\r
210                         this.tableLayoutPanel.Controls.Add(this.licenseLabel, 0, 5);\r
211                         this.tableLayoutPanel.Controls.Add(this.tagsLabel, 0, 4);\r
212                         this.tableLayoutPanel.Controls.Add(this.urlLabel, 0, 3);\r
213                         this.tableLayoutPanel.Controls.Add(this.urlLinkLabel, 1, 3);\r
214                         this.tableLayoutPanel.Controls.Add(this.statusLinkLabel, 1, 2);\r
215                         this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
216                         this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);\r
217                         this.tableLayoutPanel.Name = "tableLayoutPanel";\r
218                         this.tableLayoutPanel.Padding = new System.Windows.Forms.Padding(8);\r
219                         this.tableLayoutPanel.RowCount = 9;\r
220                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
221                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
222                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
223                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
224                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
225                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
226                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
227                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
228                         this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
229                         this.tableLayoutPanel.Size = new System.Drawing.Size(392, 356);\r
230                         this.tableLayoutPanel.TabIndex = 0;\r
231                         // \r
232                         // stateLabel\r
233                         // \r
234                         this.stateLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
235                         this.stateLabel.AutoSize = true;\r
236                         this.stateLabel.Location = new System.Drawing.Point(11, 78);\r
237                         this.stateLabel.Name = "stateLabel";\r
238                         this.stateLabel.Size = new System.Drawing.Size(113, 12);\r
239                         this.stateLabel.TabIndex = 2;\r
240                         this.stateLabel.Text = "インストール先フォルダ:";\r
241                         // \r
242                         // statusLinkLabel\r
243                         // \r
244                         this.statusLinkLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
245                         this.statusLinkLabel.AutoSize = true;\r
246                         this.statusLinkLabel.Enabled = false;\r
247                         this.statusLinkLabel.Location = new System.Drawing.Point(130, 78);\r
248                         this.statusLinkLabel.Name = "statusLinkLabel";\r
249                         this.statusLinkLabel.Size = new System.Drawing.Size(127, 12);\r
250                         this.statusLinkLabel.TabIndex = 3;\r
251                         this.statusLinkLabel.TabStop = true;\r
252                         this.statusLinkLabel.Text = "インストールされていません";\r
253                         this.statusLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLinkClicked);\r
254                         // \r
255                         // PackageInfoForm\r
256                         // \r
257                         this.AcceptButton = this.closeButton;\r
258                         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
259                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
260                         this.CancelButton = this.closeButton;\r
261                         this.ClientSize = new System.Drawing.Size(392, 356);\r
262                         this.Controls.Add(this.tableLayoutPanel);\r
263                         this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;\r
264                         this.Name = "PackageInfoForm";\r
265                         this.ShowIcon = false;\r
266                         this.ShowInTaskbar = false;\r
267                         this.flowLayoutPanel1.ResumeLayout(false);\r
268                         this.flowLayoutPanel1.PerformLayout();\r
269                         this.tableLayoutPanel.ResumeLayout(false);\r
270                         this.tableLayoutPanel.PerformLayout();\r
271                         this.ResumeLayout(false);\r
272                 }\r
273                 private System.Windows.Forms.LinkLabel statusLinkLabel;\r
274                 private System.Windows.Forms.Label stateLabel;\r
275                 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;\r
276                 private System.Windows.Forms.Button closeButton;\r
277                 private System.Windows.Forms.TabControl tabControl1;\r
278                 private System.Windows.Forms.TextBox summaryTextBox;\r
279                 private System.Windows.Forms.Label typeValueLabel;\r
280                 private System.Windows.Forms.Label typeLabel;\r
281                 private System.Windows.Forms.Label licenseLabel;\r
282                 private System.Windows.Forms.LinkLabel licenseLinkLabel;\r
283                 private System.Windows.Forms.TextBox tagsTextBox;\r
284                 private System.Windows.Forms.Label tagsLabel;\r
285                 private System.Windows.Forms.LinkLabel urlLinkLabel;\r
286                 private System.Windows.Forms.Label urlLabel;\r
287                 private System.Windows.Forms.Label nameLabel;\r
288                 private System.Windows.Forms.Label iconLabel;\r
289                 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;\r
290         }\r
291 }\r