OSDN Git Service

明石タイマーの実装を正確にする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ErrorDialog.Designer.cs
1 // Copyright (C) 2015 Kazuhiro Fujieda <fujieda@users.osdn.me>\r
2 //\r
3 // This program is part of KancolleSniffer.\r
4 //\r
5 // KancolleSniffer is free software: you can redistribute it and/or modify\r
6 // it under the terms of the GNU General Public License as published by\r
7 // the Free Software Foundation, either version 3 of the License, or\r
8 // (at your option) any later version.\r
9 //\r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 //\r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, see <http://www.gnu.org/licenses/>.\r
17 \r
18 namespace KancolleSniffer\r
19 {\r
20     partial class ErrorDialog\r
21     {\r
22         /// <summary>\r
23         /// Required designer variable.\r
24         /// </summary>\r
25         private System.ComponentModel.IContainer components = null;\r
26 \r
27         /// <summary>\r
28         /// Clean up any resources being used.\r
29         /// </summary>\r
30         /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code\r
41 \r
42         /// <summary>\r
43         /// Required method for Designer support - do not modify\r
44         /// the contents of this method with the code editor.\r
45         /// </summary>\r
46         private void InitializeComponent()\r
47         {\r
48             this.textBoxDetails = new System.Windows.Forms.TextBox();\r
49             this.buttonContinue = new System.Windows.Forms.Button();\r
50             this.buttonExit = new System.Windows.Forms.Button();\r
51             this.labelSystemIcon = new System.Windows.Forms.Label();\r
52             this.labelMessage = new System.Windows.Forms.Label();\r
53             this.label1 = new System.Windows.Forms.Label();\r
54             this.SuspendLayout();\r
55             // \r
56             // textBoxDetails\r
57             // \r
58             this.textBoxDetails.Location = new System.Drawing.Point(14, 72);\r
59             this.textBoxDetails.Multiline = true;\r
60             this.textBoxDetails.Name = "textBoxDetails";\r
61             this.textBoxDetails.ReadOnly = true;\r
62             this.textBoxDetails.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;\r
63             this.textBoxDetails.Size = new System.Drawing.Size(348, 162);\r
64             this.textBoxDetails.TabIndex = 5;\r
65             // \r
66             // buttonContinue\r
67             // \r
68             this.buttonContinue.DialogResult = System.Windows.Forms.DialogResult.Ignore;\r
69             this.buttonContinue.Location = new System.Drawing.Point(206, 248);\r
70             this.buttonContinue.Name = "buttonContinue";\r
71             this.buttonContinue.Size = new System.Drawing.Size(75, 23);\r
72             this.buttonContinue.TabIndex = 4;\r
73             this.buttonContinue.Text = "継続";\r
74             this.buttonContinue.UseVisualStyleBackColor = true;\r
75             // \r
76             // buttonExit\r
77             // \r
78             this.buttonExit.DialogResult = System.Windows.Forms.DialogResult.Abort;\r
79             this.buttonExit.Location = new System.Drawing.Point(287, 248);\r
80             this.buttonExit.Name = "buttonExit";\r
81             this.buttonExit.Size = new System.Drawing.Size(75, 23);\r
82             this.buttonExit.TabIndex = 3;\r
83             this.buttonExit.Text = "終了";\r
84             this.buttonExit.UseVisualStyleBackColor = true;\r
85             // \r
86             // labelSystemIcon\r
87             // \r
88             this.labelSystemIcon.Location = new System.Drawing.Point(14, 12);\r
89             this.labelSystemIcon.Name = "labelSystemIcon";\r
90             this.labelSystemIcon.Size = new System.Drawing.Size(32, 32);\r
91             this.labelSystemIcon.TabIndex = 0;\r
92             // \r
93             // labelMessage\r
94             // \r
95             this.labelMessage.Location = new System.Drawing.Point(62, 12);\r
96             this.labelMessage.Name = "labelMessage";\r
97             this.labelMessage.Size = new System.Drawing.Size(300, 32);\r
98             this.labelMessage.TabIndex = 1;\r
99             this.labelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
100             // \r
101             // label1\r
102             // \r
103             this.label1.AutoSize = true;\r
104             this.label1.Location = new System.Drawing.Point(12, 57);\r
105             this.label1.Name = "label1";\r
106             this.label1.Size = new System.Drawing.Size(66, 12);\r
107             this.label1.TabIndex = 2;\r
108             this.label1.Text = "エラーの詳細";\r
109             // \r
110             // ErrorDialog\r
111             // \r
112             this.AcceptButton = this.buttonExit;\r
113             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
114             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
115             this.CancelButton = this.buttonContinue;\r
116             this.ClientSize = new System.Drawing.Size(374, 283);\r
117             this.Controls.Add(this.label1);\r
118             this.Controls.Add(this.labelMessage);\r
119             this.Controls.Add(this.labelSystemIcon);\r
120             this.Controls.Add(this.buttonExit);\r
121             this.Controls.Add(this.buttonContinue);\r
122             this.Controls.Add(this.textBoxDetails);\r
123             this.MaximizeBox = false;\r
124             this.MinimizeBox = false;\r
125             this.Name = "ErrorDialog";\r
126             this.ShowIcon = false;\r
127             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
128             this.Text = "エラー";\r
129             this.ResumeLayout(false);\r
130             this.PerformLayout();\r
131 \r
132         }\r
133 \r
134         #endregion\r
135 \r
136         private System.Windows.Forms.TextBox textBoxDetails;\r
137         private System.Windows.Forms.Button buttonContinue;\r
138         private System.Windows.Forms.Button buttonExit;\r
139         private System.Windows.Forms.Label labelSystemIcon;\r
140         private System.Windows.Forms.Label labelMessage;\r
141         private System.Windows.Forms.Label label1;\r
142     }\r
143 }