OSDN Git Service

スクロールバーの表示時に戦況の横幅が広すぎるのを直す
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / NotificationConfigDialog.Designer.cs
1 namespace KancolleSniffer\r
2 {\r
3     partial class NotificationConfigDialog\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.listBoxNotifications = new System.Windows.Forms.ListBox();\r
32             this.checkBoxFlashWindow = new System.Windows.Forms.CheckBox();\r
33             this.checkBoxShowBaloonTip = new System.Windows.Forms.CheckBox();\r
34             this.checkBoxPlaySound = new System.Windows.Forms.CheckBox();\r
35             this.buttonClose = new System.Windows.Forms.Button();\r
36             this.checkBoxPush = new System.Windows.Forms.CheckBox();\r
37             this.checkBoxRepeat = new System.Windows.Forms.CheckBox();\r
38             this.textBoxRepeat = new System.Windows.Forms.TextBox();\r
39             this.labelRepeat = new System.Windows.Forms.Label();\r
40             this.checkBoxCont = new System.Windows.Forms.CheckBox();\r
41             this.textBoxPreliminary = new System.Windows.Forms.TextBox();\r
42             this.labelPreliminary = new System.Windows.Forms.Label();\r
43             this.SuspendLayout();\r
44             // \r
45             // listBoxNotifications\r
46             // \r
47             this.listBoxNotifications.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \r
48             | System.Windows.Forms.AnchorStyles.Right)));\r
49             this.listBoxNotifications.FormattingEnabled = true;\r
50             this.listBoxNotifications.ItemHeight = 12;\r
51             this.listBoxNotifications.Location = new System.Drawing.Point(12, 12);\r
52             this.listBoxNotifications.Name = "listBoxNotifications";\r
53             this.listBoxNotifications.Size = new System.Drawing.Size(264, 88);\r
54             this.listBoxNotifications.TabIndex = 0;\r
55             this.listBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.listBoxNotifications_SelectedIndexChanged);\r
56             // \r
57             // checkBoxFlashWindow\r
58             // \r
59             this.checkBoxFlashWindow.AutoSize = true;\r
60             this.checkBoxFlashWindow.Location = new System.Drawing.Point(12, 106);\r
61             this.checkBoxFlashWindow.Name = "checkBoxFlashWindow";\r
62             this.checkBoxFlashWindow.Size = new System.Drawing.Size(67, 16);\r
63             this.checkBoxFlashWindow.TabIndex = 1;\r
64             this.checkBoxFlashWindow.Text = "ウィンドウ";\r
65             this.checkBoxFlashWindow.UseVisualStyleBackColor = true;\r
66             this.checkBoxFlashWindow.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
67             // \r
68             // checkBoxShowBaloonTip\r
69             // \r
70             this.checkBoxShowBaloonTip.AutoSize = true;\r
71             this.checkBoxShowBaloonTip.Location = new System.Drawing.Point(81, 106);\r
72             this.checkBoxShowBaloonTip.Name = "checkBoxShowBaloonTip";\r
73             this.checkBoxShowBaloonTip.Size = new System.Drawing.Size(72, 16);\r
74             this.checkBoxShowBaloonTip.TabIndex = 2;\r
75             this.checkBoxShowBaloonTip.Text = "通知領域";\r
76             this.checkBoxShowBaloonTip.UseVisualStyleBackColor = true;\r
77             this.checkBoxShowBaloonTip.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
78             // \r
79             // checkBoxPlaySound\r
80             // \r
81             this.checkBoxPlaySound.AutoSize = true;\r
82             this.checkBoxPlaySound.Location = new System.Drawing.Point(155, 106);\r
83             this.checkBoxPlaySound.Name = "checkBoxPlaySound";\r
84             this.checkBoxPlaySound.Size = new System.Drawing.Size(61, 16);\r
85             this.checkBoxPlaySound.TabIndex = 3;\r
86             this.checkBoxPlaySound.Text = "サウンド";\r
87             this.checkBoxPlaySound.UseVisualStyleBackColor = true;\r
88             this.checkBoxPlaySound.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
89             // \r
90             // buttonClose\r
91             // \r
92             this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
93             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
94             this.buttonClose.Location = new System.Drawing.Point(201, 161);\r
95             this.buttonClose.Name = "buttonClose";\r
96             this.buttonClose.Size = new System.Drawing.Size(75, 23);\r
97             this.buttonClose.TabIndex = 6;\r
98             this.buttonClose.Text = "閉じる";\r
99             this.buttonClose.UseVisualStyleBackColor = true;\r
100             // \r
101             // checkBoxPush\r
102             // \r
103             this.checkBoxPush.AutoSize = true;\r
104             this.checkBoxPush.Location = new System.Drawing.Point(218, 106);\r
105             this.checkBoxPush.Name = "checkBoxPush";\r
106             this.checkBoxPush.Size = new System.Drawing.Size(58, 16);\r
107             this.checkBoxPush.TabIndex = 7;\r
108             this.checkBoxPush.Text = "プッシュ";\r
109             this.checkBoxPush.UseVisualStyleBackColor = true;\r
110             this.checkBoxPush.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
111             // \r
112             // checkBoxRepeat\r
113             // \r
114             this.checkBoxRepeat.AutoSize = true;\r
115             this.checkBoxRepeat.Location = new System.Drawing.Point(117, 133);\r
116             this.checkBoxRepeat.Name = "checkBoxRepeat";\r
117             this.checkBoxRepeat.Size = new System.Drawing.Size(58, 16);\r
118             this.checkBoxRepeat.TabIndex = 8;\r
119             this.checkBoxRepeat.Text = "リピート";\r
120             this.checkBoxRepeat.UseVisualStyleBackColor = true;\r
121             this.checkBoxRepeat.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
122             // \r
123             // textBoxRepeat\r
124             // \r
125             this.textBoxRepeat.Location = new System.Drawing.Point(172, 131);\r
126             this.textBoxRepeat.Name = "textBoxRepeat";\r
127             this.textBoxRepeat.Size = new System.Drawing.Size(26, 19);\r
128             this.textBoxRepeat.TabIndex = 9;\r
129             this.textBoxRepeat.TextChanged += new System.EventHandler(this.textBoxRepeat_TextChanged);\r
130             // \r
131             // labelRepeat\r
132             // \r
133             this.labelRepeat.AutoSize = true;\r
134             this.labelRepeat.Location = new System.Drawing.Point(199, 134);\r
135             this.labelRepeat.Name = "labelRepeat";\r
136             this.labelRepeat.Size = new System.Drawing.Size(29, 12);\r
137             this.labelRepeat.TabIndex = 10;\r
138             this.labelRepeat.Text = "秒毎";\r
139             // \r
140             // checkBoxCont\r
141             // \r
142             this.checkBoxCont.AutoSize = true;\r
143             this.checkBoxCont.Location = new System.Drawing.Point(228, 133);\r
144             this.checkBoxCont.Name = "checkBoxCont";\r
145             this.checkBoxCont.Size = new System.Drawing.Size(48, 16);\r
146             this.checkBoxCont.TabIndex = 11;\r
147             this.checkBoxCont.Text = "継続";\r
148             this.checkBoxCont.UseVisualStyleBackColor = true;\r
149             this.checkBoxCont.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
150             // \r
151             // textBoxPreliminary\r
152             // \r
153             this.textBoxPreliminary.Location = new System.Drawing.Point(21, 131);\r
154             this.textBoxPreliminary.Name = "textBoxPreliminary";\r
155             this.textBoxPreliminary.Size = new System.Drawing.Size(26, 19);\r
156             this.textBoxPreliminary.TabIndex = 12;\r
157             this.textBoxPreliminary.TextChanged += new System.EventHandler(this.textBoxpreliminary_TextChanged);\r
158             // \r
159             // labelPreliminary\r
160             // \r
161             this.labelPreliminary.AutoSize = true;\r
162             this.labelPreliminary.Location = new System.Drawing.Point(49, 134);\r
163             this.labelPreliminary.Name = "labelPreliminary";\r
164             this.labelPreliminary.Size = new System.Drawing.Size(62, 12);\r
165             this.labelPreliminary.TabIndex = 13;\r
166             this.labelPreliminary.Text = "秒前に予告";\r
167             // \r
168             // NotificationConfigDialog\r
169             // \r
170             this.AcceptButton = this.buttonClose;\r
171             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
172             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
173             this.CancelButton = this.buttonClose;\r
174             this.ClientSize = new System.Drawing.Size(288, 195);\r
175             this.Controls.Add(this.labelPreliminary);\r
176             this.Controls.Add(this.textBoxPreliminary);\r
177             this.Controls.Add(this.checkBoxCont);\r
178             this.Controls.Add(this.labelRepeat);\r
179             this.Controls.Add(this.textBoxRepeat);\r
180             this.Controls.Add(this.checkBoxRepeat);\r
181             this.Controls.Add(this.checkBoxPush);\r
182             this.Controls.Add(this.buttonClose);\r
183             this.Controls.Add(this.checkBoxPlaySound);\r
184             this.Controls.Add(this.checkBoxShowBaloonTip);\r
185             this.Controls.Add(this.checkBoxFlashWindow);\r
186             this.Controls.Add(this.listBoxNotifications);\r
187             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
188             this.MaximizeBox = false;\r
189             this.MinimizeBox = false;\r
190             this.Name = "NotificationConfigDialog";\r
191             this.ShowIcon = false;\r
192             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
193             this.Text = "通知方法の詳細設定";\r
194             this.Load += new System.EventHandler(this.NotificationConfigDialog_Load);\r
195             this.ResumeLayout(false);\r
196             this.PerformLayout();\r
197 \r
198         }\r
199 \r
200         #endregion\r
201 \r
202         private System.Windows.Forms.ListBox listBoxNotifications;\r
203         private System.Windows.Forms.CheckBox checkBoxFlashWindow;\r
204         private System.Windows.Forms.CheckBox checkBoxShowBaloonTip;\r
205         private System.Windows.Forms.CheckBox checkBoxPlaySound;\r
206         private System.Windows.Forms.Button buttonClose;\r
207         private System.Windows.Forms.CheckBox checkBoxPush;\r
208         private System.Windows.Forms.CheckBox checkBoxRepeat;\r
209         private System.Windows.Forms.TextBox textBoxRepeat;\r
210         private System.Windows.Forms.Label labelRepeat;\r
211         private System.Windows.Forms.CheckBox checkBoxCont;\r
212         private System.Windows.Forms.TextBox textBoxPreliminary;\r
213         private System.Windows.Forms.Label labelPreliminary;\r
214     }\r
215 }