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.buttonCopyToClipboard = new System.Windows.Forms.Button();\r
53             this.SuspendLayout();\r
54             // \r
55             // textBoxDetails\r
56             // \r
57             this.textBoxDetails.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
58             | System.Windows.Forms.AnchorStyles.Left) \r
59             | System.Windows.Forms.AnchorStyles.Right)));\r
60             this.textBoxDetails.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
61             this.textBoxDetails.Location = new System.Drawing.Point(9, 73);\r
62             this.textBoxDetails.Multiline = true;\r
63             this.textBoxDetails.Name = "textBoxDetails";\r
64             this.textBoxDetails.ReadOnly = true;\r
65             this.textBoxDetails.ScrollBars = System.Windows.Forms.ScrollBars.Both;\r
66             this.textBoxDetails.Size = new System.Drawing.Size(315, 144);\r
67             this.textBoxDetails.TabIndex = 5;\r
68             this.textBoxDetails.WordWrap = false;\r
69             // \r
70             // buttonContinue\r
71             // \r
72             this.buttonContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
73             this.buttonContinue.DialogResult = System.Windows.Forms.DialogResult.Ignore;\r
74             this.buttonContinue.Location = new System.Drawing.Point(160, 230);\r
75             this.buttonContinue.Name = "buttonContinue";\r
76             this.buttonContinue.Size = new System.Drawing.Size(75, 23);\r
77             this.buttonContinue.TabIndex = 3;\r
78             this.buttonContinue.Text = "継続";\r
79             this.buttonContinue.UseVisualStyleBackColor = true;\r
80             // \r
81             // buttonExit\r
82             // \r
83             this.buttonExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
84             this.buttonExit.DialogResult = System.Windows.Forms.DialogResult.Abort;\r
85             this.buttonExit.Location = new System.Drawing.Point(241, 230);\r
86             this.buttonExit.Name = "buttonExit";\r
87             this.buttonExit.Size = new System.Drawing.Size(75, 23);\r
88             this.buttonExit.TabIndex = 4;\r
89             this.buttonExit.Text = "終了";\r
90             this.buttonExit.UseVisualStyleBackColor = true;\r
91             // \r
92             // labelSystemIcon\r
93             // \r
94             this.labelSystemIcon.Location = new System.Drawing.Point(14, 12);\r
95             this.labelSystemIcon.Name = "labelSystemIcon";\r
96             this.labelSystemIcon.Size = new System.Drawing.Size(32, 32);\r
97             this.labelSystemIcon.TabIndex = 0;\r
98             // \r
99             // labelMessage\r
100             // \r
101             this.labelMessage.Location = new System.Drawing.Point(57, 12);\r
102             this.labelMessage.Name = "labelMessage";\r
103             this.labelMessage.Size = new System.Drawing.Size(255, 32);\r
104             this.labelMessage.TabIndex = 1;\r
105             this.labelMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
106             // \r
107             // label1\r
108             // \r
109             this.label1.AutoSize = true;\r
110             this.label1.Location = new System.Drawing.Point(12, 57);\r
111             this.label1.Name = "label1";\r
112             this.label1.Size = new System.Drawing.Size(66, 12);\r
113             this.label1.TabIndex = 2;\r
114             this.label1.Text = "エラーの詳細";\r
115             // \r
116             // checkBoxDisable\r
117             // \r
118             this.checkBoxDisable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
119             this.checkBoxDisable.AutoSize = true;\r
120             this.checkBoxDisable.Location = new System.Drawing.Point(9, 234);\r
121             this.checkBoxDisable.Name = "checkBoxDisable";\r
122             this.checkBoxDisable.Size = new System.Drawing.Size(133, 16);\r
123             this.checkBoxDisable.TabIndex = 6;\r
124             this.checkBoxDisable.Text = "一時的に表示を止める";\r
125             this.checkBoxDisable.UseVisualStyleBackColor = true;\r
126             // \r
127             // buttonCopyToClipboard\r
128             // \r
129             this.buttonCopyToClipboard.AutoSize = true;\r
130             this.buttonCopyToClipboard.Location = new System.Drawing.Point(228, 77);\r
131             this.buttonCopyToClipboard.Name = "buttonCopyToClipboard";\r
132             this.buttonCopyToClipboard.Size = new System.Drawing.Size(75, 23);\r
133             this.buttonCopyToClipboard.TabIndex = 7;\r
134             this.buttonCopyToClipboard.Text = "すべてコピー";\r
135             this.buttonCopyToClipboard.UseVisualStyleBackColor = true;\r
136             this.buttonCopyToClipboard.Click += new System.EventHandler(this.buttonCopyToClipboard_Click);\r
137             // \r
138             // ErrorDialog\r
139             // \r
140             this.AcceptButton = this.buttonContinue;\r
141             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
142             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
143             this.ClientSize = new System.Drawing.Size(334, 265);\r
144             this.Controls.Add(this.buttonCopyToClipboard);\r
145             this.Controls.Add(this.checkBoxDisable);\r
146             this.Controls.Add(this.label1);\r
147             this.Controls.Add(this.labelMessage);\r
148             this.Controls.Add(this.labelSystemIcon);\r
149             this.Controls.Add(this.buttonExit);\r
150             this.Controls.Add(this.buttonContinue);\r
151             this.Controls.Add(this.textBoxDetails);\r
152             this.MaximizeBox = false;\r
153             this.MinimizeBox = false;\r
154             this.Name = "ErrorDialog";\r
155             this.ShowIcon = false;\r
156             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
157             this.Text = "エラー";\r
158             this.ResumeLayout(false);\r
159             this.PerformLayout();\r
160 \r
161         }\r
162 \r
163         #endregion\r
164 \r
165         private System.Windows.Forms.TextBox textBoxDetails;\r
166         private System.Windows.Forms.Button buttonContinue;\r
167         private System.Windows.Forms.Button buttonExit;\r
168         private System.Windows.Forms.Label labelSystemIcon;\r
169         private System.Windows.Forms.Label labelMessage;\r
170         private System.Windows.Forms.Label label1;\r
171         private System.Windows.Forms.CheckBox checkBoxDisable;\r
172         private System.Windows.Forms.Button buttonCopyToClipboard;\r
173     }\r
174 }