OSDN Git Service

修復時間が1分以内の入渠で艦娘が即座に回復するのを反映する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ErrorDialog.Designer.cs
1 // Copyright (C) 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 namespace KancolleSniffer\r
16 {\r
17     partial class ErrorDialog\r
18     {\r
19         /// <summary>\r
20         /// Required designer variable.\r
21         /// </summary>\r
22         private System.ComponentModel.IContainer components = null;\r
23 \r
24         /// <summary>\r
25         /// Clean up any resources being used.\r
26         /// </summary>\r
27         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
28         protected override void Dispose(bool disposing)\r
29         {\r
30             if (disposing && (components != null))\r
31             {\r
32                 components.Dispose();\r
33             }\r
34             base.Dispose(disposing);\r
35         }\r
36 \r
37         #region Windows Form Designer generated code\r
38 \r
39         /// <summary>\r
40         /// Required method for Designer support - do not modify\r
41         /// the contents of this method with the code editor.\r
42         /// </summary>\r
43         private void InitializeComponent()\r
44         {\r
45             this.textBoxDetails = new System.Windows.Forms.TextBox();\r
46             this.buttonContinue = new System.Windows.Forms.Button();\r
47             this.buttonExit = new System.Windows.Forms.Button();\r
48             this.labelSystemIcon = new System.Windows.Forms.Label();\r
49             this.labelMessage = new System.Windows.Forms.Label();\r
50             this.label1 = new System.Windows.Forms.Label();\r
51             this.SuspendLayout();\r
52             // \r
53             // textBoxDetails\r
54             // \r
55             this.textBoxDetails.Location = new System.Drawing.Point(14, 73);\r
56             this.textBoxDetails.Multiline = true;\r
57             this.textBoxDetails.Name = "textBoxDetails";\r
58             this.textBoxDetails.ReadOnly = true;\r
59             this.textBoxDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both;\r
60             this.textBoxDetails.Size = new System.Drawing.Size(298, 121);\r
61             this.textBoxDetails.TabIndex = 5;\r
62             this.textBoxDetails.WordWrap = false;\r
63             // \r
64             // buttonContinue\r
65             // \r
66             this.buttonContinue.DialogResult = System.Windows.Forms.DialogResult.Ignore;\r
67             this.buttonContinue.Location = new System.Drawing.Point(156, 207);\r
68             this.buttonContinue.Name = "buttonContinue";\r
69             this.buttonContinue.Size = new System.Drawing.Size(75, 23);\r
70             this.buttonContinue.TabIndex = 3;\r
71             this.buttonContinue.Text = "継続";\r
72             this.buttonContinue.UseVisualStyleBackColor = true;\r
73             // \r
74             // buttonExit\r
75             // \r
76             this.buttonExit.DialogResult = System.Windows.Forms.DialogResult.Abort;\r
77             this.buttonExit.Location = new System.Drawing.Point(237, 207);\r
78             this.buttonExit.Name = "buttonExit";\r
79             this.buttonExit.Size = new System.Drawing.Size(75, 23);\r
80             this.buttonExit.TabIndex = 4;\r
81             this.buttonExit.Text = "終了";\r
82             this.buttonExit.UseVisualStyleBackColor = true;\r
83             // \r
84             // labelSystemIcon\r
85             // \r
86             this.labelSystemIcon.Location = new System.Drawing.Point(14, 12);\r
87             this.labelSystemIcon.Name = "labelSystemIcon";\r
88             this.labelSystemIcon.Size = new System.Drawing.Size(32, 32);\r
89             this.labelSystemIcon.TabIndex = 0;\r
90             // \r
91             // labelMessage\r
92             // \r
93             this.labelMessage.Location = new System.Drawing.Point(57, 12);\r
94             this.labelMessage.Name = "labelMessage";\r
95             this.labelMessage.Size = new System.Drawing.Size(255, 32);\r
96             this.labelMessage.TabIndex = 1;\r
97             this.labelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
98             // \r
99             // label1\r
100             // \r
101             this.label1.AutoSize = true;\r
102             this.label1.Location = new System.Drawing.Point(12, 57);\r
103             this.label1.Name = "label1";\r
104             this.label1.Size = new System.Drawing.Size(66, 12);\r
105             this.label1.TabIndex = 2;\r
106             this.label1.Text = "エラーの詳細";\r
107             // \r
108             // ErrorDialog\r
109             // \r
110             this.AcceptButton = this.buttonContinue;\r
111             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
112             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
113             this.ClientSize = new System.Drawing.Size(324, 242);\r
114             this.Controls.Add(this.label1);\r
115             this.Controls.Add(this.labelMessage);\r
116             this.Controls.Add(this.labelSystemIcon);\r
117             this.Controls.Add(this.buttonExit);\r
118             this.Controls.Add(this.buttonContinue);\r
119             this.Controls.Add(this.textBoxDetails);\r
120             this.MaximizeBox = false;\r
121             this.MinimizeBox = false;\r
122             this.Name = "ErrorDialog";\r
123             this.ShowIcon = false;\r
124             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
125             this.Text = "エラー";\r
126             this.ResumeLayout(false);\r
127             this.PerformLayout();\r
128 \r
129         }\r
130 \r
131         #endregion\r
132 \r
133         private System.Windows.Forms.TextBox textBoxDetails;\r
134         private System.Windows.Forms.Button buttonContinue;\r
135         private System.Windows.Forms.Button buttonExit;\r
136         private System.Windows.Forms.Label labelSystemIcon;\r
137         private System.Windows.Forms.Label labelMessage;\r
138         private System.Windows.Forms.Label label1;\r
139     }\r
140 }