OSDN Git Service

エラーダイアログを一時的に非表示にできるようにする
[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.checkBoxDisable = new System.Windows.Forms.CheckBox();\r
52             this.SuspendLayout();\r
53             // \r
54             // textBoxDetails\r
55             // \r
56             this.textBoxDetails.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
57             this.textBoxDetails.Location = new System.Drawing.Point(9, 73);\r
58             this.textBoxDetails.Multiline = true;\r
59             this.textBoxDetails.Name = "textBoxDetails";\r
60             this.textBoxDetails.ReadOnly = true;\r
61             this.textBoxDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both;\r
62             this.textBoxDetails.Size = new System.Drawing.Size(305, 144);\r
63             this.textBoxDetails.TabIndex = 5;\r
64             this.textBoxDetails.WordWrap = false;\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(156, 230);\r
70             this.buttonContinue.Name = "buttonContinue";\r
71             this.buttonContinue.Size = new System.Drawing.Size(75, 23);\r
72             this.buttonContinue.TabIndex = 3;\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(237, 230);\r
80             this.buttonExit.Name = "buttonExit";\r
81             this.buttonExit.Size = new System.Drawing.Size(75, 23);\r
82             this.buttonExit.TabIndex = 4;\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(57, 12);\r
96             this.labelMessage.Name = "labelMessage";\r
97             this.labelMessage.Size = new System.Drawing.Size(255, 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             // checkBoxDisable\r
111             // \r
112             this.checkBoxDisable.AutoSize = true;\r
113             this.checkBoxDisable.Location = new System.Drawing.Point(9, 234);\r
114             this.checkBoxDisable.Name = "checkBoxDisable";\r
115             this.checkBoxDisable.Size = new System.Drawing.Size(133, 16);\r
116             this.checkBoxDisable.TabIndex = 6;\r
117             this.checkBoxDisable.Text = "一時的に表示を止める";\r
118             this.checkBoxDisable.UseVisualStyleBackColor = true;\r
119             // \r
120             // ErrorDialog\r
121             // \r
122             this.AcceptButton = this.buttonContinue;\r
123             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
124             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
125             this.ClientSize = new System.Drawing.Size(334, 265);\r
126             this.Controls.Add(this.checkBoxDisable);\r
127             this.Controls.Add(this.label1);\r
128             this.Controls.Add(this.labelMessage);\r
129             this.Controls.Add(this.labelSystemIcon);\r
130             this.Controls.Add(this.buttonExit);\r
131             this.Controls.Add(this.buttonContinue);\r
132             this.Controls.Add(this.textBoxDetails);\r
133             this.MaximizeBox = false;\r
134             this.MinimizeBox = false;\r
135             this.Name = "ErrorDialog";\r
136             this.ShowIcon = false;\r
137             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
138             this.Text = "エラー";\r
139             this.ResumeLayout(false);\r
140             this.PerformLayout();\r
141 \r
142         }\r
143 \r
144         #endregion\r
145 \r
146         private System.Windows.Forms.TextBox textBoxDetails;\r
147         private System.Windows.Forms.Button buttonContinue;\r
148         private System.Windows.Forms.Button buttonExit;\r
149         private System.Windows.Forms.Label labelSystemIcon;\r
150         private System.Windows.Forms.Label labelMessage;\r
151         private System.Windows.Forms.Label label1;\r
152         private System.Windows.Forms.CheckBox checkBoxDisable;\r
153     }\r
154 }