OSDN Git Service

faaf35ac4cae91ee833584432a8408abf3f35e58
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / Forms / VerticalMainForm.Designer.cs
1 // Copyright (C) 2013, 2014, 2015 Kazuhiro Fujieda <fujieda@users.osdn.me>\r
2 // \r
3 // Licensed under the Apache License, Version 2.0 (the "License");\r
4 // you may not use this file except in compliance with the License.\r
5 // You may obtain a copy of the License at\r
6 //\r
7 //    http://www.apache.org/licenses/LICENSE-2.0\r
8 //\r
9 // Unless required by applicable law or agreed to in writing, software\r
10 // distributed under the License is distributed on an "AS IS" BASIS,\r
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 // See the License for the specific language governing permissions and\r
13 // limitations under the License.\r
14 \r
15 using KancolleSniffer.View;\r
16 using KancolleSniffer.View.MainWindow;\r
17 \r
18 namespace KancolleSniffer.Forms\r
19 {\r
20     partial class VerticalMainForm\r
21     {\r
22         /// <summary>\r
23         /// 必要なデザイナー変数です。\r
24         /// </summary>\r
25         private System.ComponentModel.IContainer components = null;\r
26 \r
27         /// <summary>\r
28         /// 使用中のリソースをすべてクリーンアップします。\r
29         /// </summary>\r
30         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
31         protected override void Dispose(bool disposing)\r
32         {\r
33             if (disposing && (components != null))\r
34             {\r
35                 components.Dispose();\r
36             }\r
37             base.Dispose(disposing);\r
38         }\r
39 \r
40         #region Windows フォーム デザイナーで生成されたコード\r
41 \r
42         /// <summary>\r
43         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を\r
44         /// コード エディターで変更しないでください。\r
45         /// </summary>\r
46         private void InitializeComponent()\r
47         {\r
48             this.components = new System.ComponentModel.Container();\r
49             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VerticalMainForm));\r
50             this.labelAkashiRepairTimer = new System.Windows.Forms.Label();\r
51             this.labelNDockCaption = new System.Windows.Forms.Label();\r
52             this.labelConstruct = new System.Windows.Forms.Label();\r
53             this.labelQuest = new System.Windows.Forms.Label();\r
54             this.labelMissionCaption = new System.Windows.Forms.Label();\r
55             this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);\r
56             this.labelMaterialCaption = new System.Windows.Forms.Label();\r
57             this.labelRepairListCaption = new System.Windows.Forms.Label();\r
58             this.labelAkashiRepair = new System.Windows.Forms.Label();\r
59             this.dropDownButtonRepairList = new KancolleSniffer.View.DropDownButton();\r
60             this.labelQuestCount = new System.Windows.Forms.Label();\r
61             this.kdockPanel = new KancolleSniffer.View.MainWindow.KDockPanel();\r
62             this.panelRepairList = new KancolleSniffer.View.MainWindow.RepairListPanel();\r
63             this.ndockPanel = new KancolleSniffer.View.MainWindow.NDockPanel();\r
64             this.missionPanel = new KancolleSniffer.View.MainWindow.MissionPanel();\r
65             this.questPanel = new KancolleSniffer.View.MainWindow.QuestPanel();\r
66             this.hqPanel = new KancolleSniffer.View.MainWindow.HqPanel();\r
67             this.materialHistoryPanel = new KancolleSniffer.View.MainWindow.MaterialHistoryPanel();\r
68             this.dropDownButtonMaterialHistory = new KancolleSniffer.View.DropDownButton();\r
69             this.fleetPanel = new KancolleSniffer.View.MainWindow.FleetPanel();\r
70             this.SuspendLayout();\r
71             // \r
72             // labelAkashiRepairTimer\r
73             // \r
74             this.labelAkashiRepairTimer.Location = new System.Drawing.Point(179, 275);\r
75             this.labelAkashiRepairTimer.Name = "labelAkashiRepairTimer";\r
76             this.labelAkashiRepairTimer.Size = new System.Drawing.Size(32, 12);\r
77             this.labelAkashiRepairTimer.TabIndex = 43;\r
78             // \r
79             // labelNDockCaption\r
80             // \r
81             this.labelNDockCaption.AutoSize = true;\r
82             this.labelNDockCaption.Cursor = System.Windows.Forms.Cursors.Hand;\r
83             this.labelNDockCaption.Location = new System.Drawing.Point(8, 194);\r
84             this.labelNDockCaption.Name = "labelNDockCaption";\r
85             this.labelNDockCaption.Size = new System.Drawing.Size(29, 12);\r
86             this.labelNDockCaption.TabIndex = 3;\r
87             this.labelNDockCaption.Text = "入渠";\r
88             // \r
89             // labelConstruct\r
90             // \r
91             this.labelConstruct.AutoSize = true;\r
92             this.labelConstruct.Location = new System.Drawing.Point(151, 194);\r
93             this.labelConstruct.Name = "labelConstruct";\r
94             this.labelConstruct.Size = new System.Drawing.Size(29, 12);\r
95             this.labelConstruct.TabIndex = 6;\r
96             this.labelConstruct.Text = "建造";\r
97             // \r
98             // labelQuest\r
99             // \r
100             this.labelQuest.AutoSize = true;\r
101             this.labelQuest.Location = new System.Drawing.Point(8, 341);\r
102             this.labelQuest.Name = "labelQuest";\r
103             this.labelQuest.Size = new System.Drawing.Size(29, 12);\r
104             this.labelQuest.TabIndex = 8;\r
105             this.labelQuest.Text = "任務";\r
106             // \r
107             // labelMissionCaption\r
108             // \r
109             this.labelMissionCaption.AutoSize = true;\r
110             this.labelMissionCaption.Cursor = System.Windows.Forms.Cursors.Hand;\r
111             this.labelMissionCaption.Location = new System.Drawing.Point(8, 275);\r
112             this.labelMissionCaption.Name = "labelMissionCaption";\r
113             this.labelMissionCaption.Size = new System.Drawing.Size(29, 12);\r
114             this.labelMissionCaption.TabIndex = 10;\r
115             this.labelMissionCaption.Text = "遠征";\r
116             // \r
117             // notifyIconMain\r
118             // \r
119             this.notifyIconMain.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIconMain.Icon")));\r
120             this.notifyIconMain.Text = "KancolleSniffer";\r
121             this.notifyIconMain.Visible = true;\r
122             // \r
123             // labelMaterialCaption\r
124             // \r
125             this.labelMaterialCaption.AutoSize = true;\r
126             this.labelMaterialCaption.Location = new System.Drawing.Point(183, 341);\r
127             this.labelMaterialCaption.Name = "labelMaterialCaption";\r
128             this.labelMaterialCaption.Size = new System.Drawing.Size(29, 12);\r
129             this.labelMaterialCaption.TabIndex = 43;\r
130             this.labelMaterialCaption.Text = "資材";\r
131             // \r
132             // labelRepairListCaption\r
133             // \r
134             this.labelRepairListCaption.AutoSize = true;\r
135             this.labelRepairListCaption.Location = new System.Drawing.Point(81, 194);\r
136             this.labelRepairListCaption.Name = "labelRepairListCaption";\r
137             this.labelRepairListCaption.Size = new System.Drawing.Size(41, 12);\r
138             this.labelRepairListCaption.TabIndex = 46;\r
139             this.labelRepairListCaption.Text = "要修復";\r
140             // \r
141             // labelAkashiRepair\r
142             // \r
143             this.labelAkashiRepair.AutoSize = true;\r
144             this.labelAkashiRepair.Location = new System.Drawing.Point(151, 275);\r
145             this.labelAkashiRepair.Name = "labelAkashiRepair";\r
146             this.labelAkashiRepair.Size = new System.Drawing.Size(29, 12);\r
147             this.labelAkashiRepair.TabIndex = 54;\r
148             this.labelAkashiRepair.Text = "修理";\r
149             // \r
150             // dropDownButtonRepairList\r
151             // \r
152             this.dropDownButtonRepairList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
153             this.dropDownButtonRepairList.Location = new System.Drawing.Point(121, 192);\r
154             this.dropDownButtonRepairList.Name = "dropDownButtonRepairList";\r
155             this.dropDownButtonRepairList.Size = new System.Drawing.Size(14, 14);\r
156             this.dropDownButtonRepairList.TabIndex = 45;\r
157             // \r
158             // labelQuestCount\r
159             // \r
160             this.labelQuestCount.AutoSize = true;\r
161             this.labelQuestCount.Location = new System.Drawing.Point(35, 341);\r
162             this.labelQuestCount.Name = "labelQuestCount";\r
163             this.labelQuestCount.Size = new System.Drawing.Size(11, 12);\r
164             this.labelQuestCount.TabIndex = 57;\r
165             this.labelQuestCount.Text = "0";\r
166             // \r
167             // kdockPanel\r
168             // \r
169             this.kdockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
170             this.kdockPanel.Location = new System.Drawing.Point(149, 208);\r
171             this.kdockPanel.Name = "kdockPanel";\r
172             this.kdockPanel.Size = new System.Drawing.Size(77, 64);\r
173             this.kdockPanel.TabIndex = 60;\r
174             // \r
175             // panelRepairList\r
176             // \r
177             this.panelRepairList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
178             this.panelRepairList.Location = new System.Drawing.Point(6, 206);\r
179             this.panelRepairList.Name = "panelRepairList";\r
180             this.panelRepairList.Size = new System.Drawing.Size(129, 21);\r
181             this.panelRepairList.TabIndex = 4;\r
182             this.panelRepairList.Visible = false;\r
183             // \r
184             // ndockPanel\r
185             // \r
186             this.ndockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
187             this.ndockPanel.Cursor = System.Windows.Forms.Cursors.Hand;\r
188             this.ndockPanel.Location = new System.Drawing.Point(6, 208);\r
189             this.ndockPanel.Name = "ndockPanel";\r
190             this.ndockPanel.Size = new System.Drawing.Size(140, 64);\r
191             this.ndockPanel.TabIndex = 59;\r
192             // \r
193             // missionPanel\r
194             // \r
195             this.missionPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
196             this.missionPanel.Cursor = System.Windows.Forms.Cursors.Hand;\r
197             this.missionPanel.Location = new System.Drawing.Point(6, 289);\r
198             this.missionPanel.Name = "missionPanel";\r
199             this.missionPanel.Size = new System.Drawing.Size(220, 49);\r
200             this.missionPanel.TabIndex = 58;\r
201             // \r
202             // questPanel\r
203             // \r
204             this.questPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
205             this.questPanel.Location = new System.Drawing.Point(6, 355);\r
206             this.questPanel.MinLines = 4;\r
207             this.questPanel.Name = "questPanel";\r
208             this.questPanel.Size = new System.Drawing.Size(220, 94);\r
209             this.questPanel.TabIndex = 56;\r
210             // \r
211             // hqPanel\r
212             // \r
213             this.hqPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
214             this.hqPanel.Location = new System.Drawing.Point(6, 6);\r
215             this.hqPanel.Name = "hqPanel";\r
216             this.hqPanel.Size = new System.Drawing.Size(220, 33);\r
217             this.hqPanel.TabIndex = 61;\r
218             // \r
219             // materialHistoryPanel\r
220             // \r
221             this.materialHistoryPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
222             this.materialHistoryPanel.Location = new System.Drawing.Point(38, 353);\r
223             this.materialHistoryPanel.Name = "materialHistoryPanel";\r
224             this.materialHistoryPanel.Size = new System.Drawing.Size(188, 52);\r
225             this.materialHistoryPanel.TabIndex = 65;\r
226             this.materialHistoryPanel.Visible = false;\r
227             // \r
228             // dropDownButtonMaterialHistory\r
229             // \r
230             this.dropDownButtonMaterialHistory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
231             this.dropDownButtonMaterialHistory.Location = new System.Drawing.Point(211, 339);\r
232             this.dropDownButtonMaterialHistory.Name = "dropDownButtonMaterialHistory";\r
233             this.dropDownButtonMaterialHistory.Size = new System.Drawing.Size(14, 14);\r
234             this.dropDownButtonMaterialHistory.TabIndex = 80;\r
235             this.dropDownButtonMaterialHistory.Text = "dropDownButton1";\r
236             // \r
237             // mainFleetPanel\r
238             // \r
239             this.fleetPanel.Context = null;\r
240             this.fleetPanel.Location = new System.Drawing.Point(6, 42);\r
241             this.fleetPanel.Name = "fleetPanel";\r
242             this.fleetPanel.Size = new System.Drawing.Size(220, 149);\r
243             this.fleetPanel.TabIndex = 82;\r
244             // \r
245             // VerticalMainForm\r
246             // \r
247             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
248             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
249             this.ClientSize = new System.Drawing.Size(232, 455);\r
250             this.Controls.Add(this.fleetPanel);\r
251             this.Controls.Add(this.dropDownButtonMaterialHistory);\r
252             this.Controls.Add(this.materialHistoryPanel);\r
253             this.Controls.Add(this.hqPanel);\r
254             this.Controls.Add(this.kdockPanel);\r
255             this.Controls.Add(this.panelRepairList);\r
256             this.Controls.Add(this.ndockPanel);\r
257             this.Controls.Add(this.missionPanel);\r
258             this.Controls.Add(this.labelQuestCount);\r
259             this.Controls.Add(this.questPanel);\r
260             this.Controls.Add(this.labelAkashiRepair);\r
261             this.Controls.Add(this.labelAkashiRepairTimer);\r
262             this.Controls.Add(this.dropDownButtonRepairList);\r
263             this.Controls.Add(this.labelRepairListCaption);\r
264             this.Controls.Add(this.labelMaterialCaption);\r
265             this.Controls.Add(this.labelMissionCaption);\r
266             this.Controls.Add(this.labelQuest);\r
267             this.Controls.Add(this.labelConstruct);\r
268             this.Controls.Add(this.labelNDockCaption);\r
269             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
270             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
271             this.MaximizeBox = false;\r
272             this.Name = "VerticalMainForm";\r
273             this.Text = "KancolleSniffer";\r
274             this.ResumeLayout(false);\r
275             this.PerformLayout();\r
276 \r
277         }\r
278 \r
279         #endregion\r
280         private System.Windows.Forms.Label labelNDockCaption;\r
281         private System.Windows.Forms.Label labelConstruct;\r
282         private System.Windows.Forms.Label labelQuest;\r
283         private System.Windows.Forms.Label labelMissionCaption;\r
284         private System.Windows.Forms.NotifyIcon notifyIconMain;\r
285         private System.Windows.Forms.Label labelMaterialCaption;\r
286         private DropDownButton dropDownButtonRepairList;\r
287         private System.Windows.Forms.Label labelRepairListCaption;\r
288         private System.Windows.Forms.Label labelAkashiRepairTimer;\r
289         private System.Windows.Forms.Label labelAkashiRepair;\r
290         private RepairListPanel panelRepairList;\r
291         private QuestPanel questPanel;\r
292         private System.Windows.Forms.Label labelQuestCount;\r
293         private MissionPanel missionPanel;\r
294         private NDockPanel ndockPanel;\r
295         private KDockPanel kdockPanel;\r
296         private HqPanel hqPanel;\r
297         private MaterialHistoryPanel materialHistoryPanel;\r
298         private DropDownButton dropDownButtonMaterialHistory;\r
299         private FleetPanel fleetPanel;\r
300     }\r
301 }\r
302 \r