OSDN Git Service

questlistがすべての任務を返す仕様変更に対応する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / MainForm.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 \r
17 namespace KancolleSniffer\r
18 {\r
19     partial class MainForm\r
20     {\r
21         /// <summary>\r
22         /// 必要なデザイナー変数です。\r
23         /// </summary>\r
24         private System.ComponentModel.IContainer components = null;\r
25 \r
26         /// <summary>\r
27         /// 使用中のリソースをすべてクリーンアップします。\r
28         /// </summary>\r
29         /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
30         protected override void Dispose(bool disposing)\r
31         {\r
32             if (disposing && (components != null))\r
33             {\r
34                 components.Dispose();\r
35             }\r
36             base.Dispose(disposing);\r
37         }\r
38 \r
39         #region Windows フォーム デザイナーで生成されたコード\r
40 \r
41         /// <summary>\r
42         /// デザイナー サポートに必要なメソッドです。このメソッドの内容を\r
43         /// コード エディターで変更しないでください。\r
44         /// </summary>\r
45         private void InitializeComponent()\r
46         {\r
47             this.components = new System.ComponentModel.Container();\r
48             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));\r
49             this.labelAkashiRepairTimer = new System.Windows.Forms.Label();\r
50             this.labelNDockCaption = new System.Windows.Forms.Label();\r
51             this.labelConstruct = new System.Windows.Forms.Label();\r
52             this.labelQuest = new System.Windows.Forms.Label();\r
53             this.labelMissionCaption = new System.Windows.Forms.Label();\r
54             this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);\r
55             this.labelMaterialCaption = new System.Windows.Forms.Label();\r
56             this.label31 = new System.Windows.Forms.Label();\r
57             this.labelAkashiRepair = new System.Windows.Forms.Label();\r
58             this.dropDownButtonRepairList = new KancolleSniffer.View.DropDownButton();\r
59             this.labelQuestCount = new System.Windows.Forms.Label();\r
60             this.kdockPanel = new KancolleSniffer.View.KDockPanel();\r
61             this.panelRepairList = new KancolleSniffer.View.RepairListForMain();\r
62             this.ndockPanel = new KancolleSniffer.View.NDockPanel();\r
63             this.missionPanel = new KancolleSniffer.View.MissionPanel();\r
64             this.questPanel = new KancolleSniffer.View.QuestPanel();\r
65             this.hqPanel = new KancolleSniffer.View.HqPanel();\r
66             this.materialHistoryPanel = new KancolleSniffer.View.MaterialHistoryPanel();\r
67             this.dropDownButtonMaterialHistory = new KancolleSniffer.View.DropDownButton();\r
68             this.mainFleetPanel = new KancolleSniffer.View.MainFleetPanel();\r
69             this.SuspendLayout();\r
70             // \r
71             // labelAkashiRepairTimer\r
72             // \r
73             this.labelAkashiRepairTimer.Location = new System.Drawing.Point(179, 276);\r
74             this.labelAkashiRepairTimer.Name = "labelAkashiRepairTimer";\r
75             this.labelAkashiRepairTimer.Size = new System.Drawing.Size(32, 12);\r
76             this.labelAkashiRepairTimer.TabIndex = 43;\r
77             // \r
78             // labelNDockCaption\r
79             // \r
80             this.labelNDockCaption.AutoSize = true;\r
81             this.labelNDockCaption.Cursor = System.Windows.Forms.Cursors.Hand;\r
82             this.labelNDockCaption.Location = new System.Drawing.Point(8, 195);\r
83             this.labelNDockCaption.Name = "labelNDockCaption";\r
84             this.labelNDockCaption.Size = new System.Drawing.Size(29, 12);\r
85             this.labelNDockCaption.TabIndex = 3;\r
86             this.labelNDockCaption.Text = "入渠";\r
87             // \r
88             // labelConstruct\r
89             // \r
90             this.labelConstruct.AutoSize = true;\r
91             this.labelConstruct.Location = new System.Drawing.Point(151, 195);\r
92             this.labelConstruct.Name = "labelConstruct";\r
93             this.labelConstruct.Size = new System.Drawing.Size(29, 12);\r
94             this.labelConstruct.TabIndex = 6;\r
95             this.labelConstruct.Text = "建造";\r
96             // \r
97             // labelQuest\r
98             // \r
99             this.labelQuest.AutoSize = true;\r
100             this.labelQuest.Location = new System.Drawing.Point(8, 342);\r
101             this.labelQuest.Name = "labelQuest";\r
102             this.labelQuest.Size = new System.Drawing.Size(29, 12);\r
103             this.labelQuest.TabIndex = 8;\r
104             this.labelQuest.Text = "任務";\r
105             // \r
106             // labelMissionCaption\r
107             // \r
108             this.labelMissionCaption.AutoSize = true;\r
109             this.labelMissionCaption.Cursor = System.Windows.Forms.Cursors.Hand;\r
110             this.labelMissionCaption.Location = new System.Drawing.Point(8, 276);\r
111             this.labelMissionCaption.Name = "labelMissionCaption";\r
112             this.labelMissionCaption.Size = new System.Drawing.Size(29, 12);\r
113             this.labelMissionCaption.TabIndex = 10;\r
114             this.labelMissionCaption.Text = "遠征";\r
115             // \r
116             // notifyIconMain\r
117             // \r
118             this.notifyIconMain.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIconMain.Icon")));\r
119             this.notifyIconMain.Text = "KancolleSniffer";\r
120             this.notifyIconMain.Visible = true;\r
121             this.notifyIconMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconMain_MouseDoubleClick);\r
122             // \r
123             // labelMaterialCaption\r
124             // \r
125             this.labelMaterialCaption.AutoSize = true;\r
126             this.labelMaterialCaption.Location = new System.Drawing.Point(183, 342);\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             // label31\r
133             // \r
134             this.label31.AutoSize = true;\r
135             this.label31.Location = new System.Drawing.Point(81, 195);\r
136             this.label31.Name = "label31";\r
137             this.label31.Size = new System.Drawing.Size(41, 12);\r
138             this.label31.TabIndex = 46;\r
139             this.label31.Text = "要修復";\r
140             this.label31.Click += new System.EventHandler(this.labelRepairListButton_Click);\r
141             // \r
142             // labelAkashiRepair\r
143             // \r
144             this.labelAkashiRepair.AutoSize = true;\r
145             this.labelAkashiRepair.Location = new System.Drawing.Point(151, 276);\r
146             this.labelAkashiRepair.Name = "labelAkashiRepair";\r
147             this.labelAkashiRepair.Size = new System.Drawing.Size(29, 12);\r
148             this.labelAkashiRepair.TabIndex = 54;\r
149             this.labelAkashiRepair.Text = "修理";\r
150             // \r
151             // dropDownButtonRepairList\r
152             // \r
153             this.dropDownButtonRepairList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
154             this.dropDownButtonRepairList.Location = new System.Drawing.Point(121, 193);\r
155             this.dropDownButtonRepairList.Name = "dropDownButtonRepairList";\r
156             this.dropDownButtonRepairList.Size = new System.Drawing.Size(14, 14);\r
157             this.dropDownButtonRepairList.TabIndex = 45;\r
158             this.dropDownButtonRepairList.Click += new System.EventHandler(this.labelRepairListButton_Click);\r
159             // \r
160             // labelQuestCount\r
161             // \r
162             this.labelQuestCount.AutoSize = true;\r
163             this.labelQuestCount.Location = new System.Drawing.Point(35, 342);\r
164             this.labelQuestCount.Name = "labelQuestCount";\r
165             this.labelQuestCount.Size = new System.Drawing.Size(11, 12);\r
166             this.labelQuestCount.TabIndex = 57;\r
167             this.labelQuestCount.Text = "0";\r
168             // \r
169             // kdockPanel\r
170             // \r
171             this.kdockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
172             this.kdockPanel.Location = new System.Drawing.Point(149, 209);\r
173             this.kdockPanel.Name = "kdockPanel";\r
174             this.kdockPanel.Size = new System.Drawing.Size(77, 64);\r
175             this.kdockPanel.TabIndex = 60;\r
176             // \r
177             // panelRepairList\r
178             // \r
179             this.panelRepairList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
180             this.panelRepairList.Location = new System.Drawing.Point(6, 207);\r
181             this.panelRepairList.Name = "panelRepairList";\r
182             this.panelRepairList.Size = new System.Drawing.Size(129, 21);\r
183             this.panelRepairList.TabIndex = 4;\r
184             this.panelRepairList.Visible = false;\r
185             this.panelRepairList.Click += new System.EventHandler(this.panelRepairList_Click);\r
186             // \r
187             // ndockPanel\r
188             // \r
189             this.ndockPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
190             this.ndockPanel.Cursor = System.Windows.Forms.Cursors.Hand;\r
191             this.ndockPanel.Location = new System.Drawing.Point(6, 209);\r
192             this.ndockPanel.Name = "ndockPanel";\r
193             this.ndockPanel.Size = new System.Drawing.Size(140, 64);\r
194             this.ndockPanel.TabIndex = 59;\r
195             // \r
196             // missionPanel\r
197             // \r
198             this.missionPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
199             this.missionPanel.Cursor = System.Windows.Forms.Cursors.Hand;\r
200             this.missionPanel.Location = new System.Drawing.Point(6, 290);\r
201             this.missionPanel.Name = "missionPanel";\r
202             this.missionPanel.Size = new System.Drawing.Size(220, 49);\r
203             this.missionPanel.TabIndex = 58;\r
204             // \r
205             // questPanel\r
206             // \r
207             this.questPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
208             this.questPanel.Location = new System.Drawing.Point(6, 356);\r
209             this.questPanel.Name = "questPanel";\r
210             this.questPanel.Size = new System.Drawing.Size(220, 94);\r
211             this.questPanel.TabIndex = 56;\r
212             // \r
213             // hqPanel\r
214             // \r
215             this.hqPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
216             this.hqPanel.Location = new System.Drawing.Point(6, 6);\r
217             this.hqPanel.Name = "hqPanel";\r
218             this.hqPanel.Size = new System.Drawing.Size(220, 33);\r
219             this.hqPanel.TabIndex = 61;\r
220             // \r
221             // materialHistoryPanel\r
222             // \r
223             this.materialHistoryPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
224             this.materialHistoryPanel.Location = new System.Drawing.Point(38, 354);\r
225             this.materialHistoryPanel.Name = "materialHistoryPanel";\r
226             this.materialHistoryPanel.Size = new System.Drawing.Size(188, 52);\r
227             this.materialHistoryPanel.TabIndex = 65;\r
228             this.materialHistoryPanel.Visible = false;\r
229             // \r
230             // dropDownButtonMaterialHistory\r
231             // \r
232             this.dropDownButtonMaterialHistory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
233             this.dropDownButtonMaterialHistory.Location = new System.Drawing.Point(211, 340);\r
234             this.dropDownButtonMaterialHistory.Name = "dropDownButtonMaterialHistory";\r
235             this.dropDownButtonMaterialHistory.Size = new System.Drawing.Size(14, 14);\r
236             this.dropDownButtonMaterialHistory.TabIndex = 80;\r
237             this.dropDownButtonMaterialHistory.Text = "dropDownButton1";\r
238             // \r
239             // mainFleetPanel\r
240             // \r
241             this.mainFleetPanel.Context = null;\r
242             this.mainFleetPanel.Location = new System.Drawing.Point(6, 42);\r
243             this.mainFleetPanel.Name = "mainFleetPanel";\r
244             this.mainFleetPanel.Size = new System.Drawing.Size(220, 149);\r
245             this.mainFleetPanel.TabIndex = 82;\r
246             // \r
247             // MainForm\r
248             // \r
249             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
250             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
251             this.ClientSize = new System.Drawing.Size(232, 456);\r
252             this.Controls.Add(this.mainFleetPanel);\r
253             this.Controls.Add(this.dropDownButtonMaterialHistory);\r
254             this.Controls.Add(this.materialHistoryPanel);\r
255             this.Controls.Add(this.hqPanel);\r
256             this.Controls.Add(this.kdockPanel);\r
257             this.Controls.Add(this.panelRepairList);\r
258             this.Controls.Add(this.ndockPanel);\r
259             this.Controls.Add(this.missionPanel);\r
260             this.Controls.Add(this.labelQuestCount);\r
261             this.Controls.Add(this.questPanel);\r
262             this.Controls.Add(this.labelAkashiRepair);\r
263             this.Controls.Add(this.labelAkashiRepairTimer);\r
264             this.Controls.Add(this.dropDownButtonRepairList);\r
265             this.Controls.Add(this.label31);\r
266             this.Controls.Add(this.labelMaterialCaption);\r
267             this.Controls.Add(this.labelMissionCaption);\r
268             this.Controls.Add(this.labelQuest);\r
269             this.Controls.Add(this.labelConstruct);\r
270             this.Controls.Add(this.labelNDockCaption);\r
271             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
272             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
273             this.MaximizeBox = false;\r
274             this.Name = "MainForm";\r
275             this.Text = "KancolleSniffer";\r
276             this.ResumeLayout(false);\r
277             this.PerformLayout();\r
278 \r
279         }\r
280 \r
281         #endregion\r
282         private System.Windows.Forms.Label labelNDockCaption;\r
283         private System.Windows.Forms.Label labelConstruct;\r
284         private System.Windows.Forms.Label labelQuest;\r
285         private System.Windows.Forms.Label labelMissionCaption;\r
286         private System.Windows.Forms.NotifyIcon notifyIconMain;\r
287         private System.Windows.Forms.Label labelMaterialCaption;\r
288         private DropDownButton dropDownButtonRepairList;\r
289         private System.Windows.Forms.Label label31;\r
290         private System.Windows.Forms.Label labelAkashiRepairTimer;\r
291         private System.Windows.Forms.Label labelAkashiRepair;\r
292         private RepairListForMain panelRepairList;\r
293         private QuestPanel questPanel;\r
294         private System.Windows.Forms.Label labelQuestCount;\r
295         private MissionPanel missionPanel;\r
296         private NDockPanel ndockPanel;\r
297         private KDockPanel kdockPanel;\r
298         private HqPanel hqPanel;\r
299         private MaterialHistoryPanel materialHistoryPanel;\r
300         private DropDownButton dropDownButtonMaterialHistory;\r
301         private MainFleetPanel mainFleetPanel;\r
302     }\r
303 }\r
304 \r