OSDN Git Service

バージョン11.11の準備
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfirmDialog.Designer.cs
1 // Copyright (C) 2017 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 ConfirmDialog\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.label1 = new System.Windows.Forms.Label();\r
46             this.buttonYes = new System.Windows.Forms.Button();\r
47             this.buttonNo = new System.Windows.Forms.Button();\r
48             this.SuspendLayout();\r
49             // \r
50             // label1\r
51             // \r
52             this.label1.AutoSize = true;\r
53             this.label1.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
54             this.label1.Location = new System.Drawing.Point(12, 28);\r
55             this.label1.Name = "label1";\r
56             this.label1.Size = new System.Drawing.Size(183, 13);\r
57             this.label1.TabIndex = 0;\r
58             this.label1.Text = "KancolleSnifferを終了しますか?";\r
59             // \r
60             // buttonYes\r
61             // \r
62             this.buttonYes.DialogResult = System.Windows.Forms.DialogResult.Yes;\r
63             this.buttonYes.Location = new System.Drawing.Point(39, 68);\r
64             this.buttonYes.Name = "buttonYes";\r
65             this.buttonYes.Size = new System.Drawing.Size(75, 23);\r
66             this.buttonYes.TabIndex = 1;\r
67             this.buttonYes.Text = "はい";\r
68             this.buttonYes.UseVisualStyleBackColor = true;\r
69             // \r
70             // buttonNo\r
71             // \r
72             this.buttonNo.DialogResult = System.Windows.Forms.DialogResult.No;\r
73             this.buttonNo.Location = new System.Drawing.Point(120, 68);\r
74             this.buttonNo.Name = "buttonNo";\r
75             this.buttonNo.Size = new System.Drawing.Size(75, 23);\r
76             this.buttonNo.TabIndex = 2;\r
77             this.buttonNo.Text = "いいえ";\r
78             this.buttonNo.UseVisualStyleBackColor = true;\r
79             // \r
80             // ConfirmDialog\r
81             // \r
82             this.AcceptButton = this.buttonYes;\r
83             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
84             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
85             this.CancelButton = this.buttonNo;\r
86             this.ClientSize = new System.Drawing.Size(207, 103);\r
87             this.Controls.Add(this.buttonNo);\r
88             this.Controls.Add(this.buttonYes);\r
89             this.Controls.Add(this.label1);\r
90             this.MaximizeBox = false;\r
91             this.MinimizeBox = false;\r
92             this.Name = "ConfirmDialog";\r
93             this.ShowIcon = false;\r
94             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
95             this.Text = "確認";\r
96             this.ResumeLayout(false);\r
97             this.PerformLayout();\r
98 \r
99         }\r
100 \r
101         #endregion\r
102 \r
103         private System.Windows.Forms.Label label1;\r
104         private System.Windows.Forms.Button buttonYes;\r
105         private System.Windows.Forms.Button buttonNo;\r
106     }\r
107 }