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.SuspendLayout();\r
37             // \r
38             // listBoxNotifications\r
39             // \r
40             this.listBoxNotifications.FormattingEnabled = true;\r
41             this.listBoxNotifications.ItemHeight = 12;\r
42             this.listBoxNotifications.Location = new System.Drawing.Point(12, 12);\r
43             this.listBoxNotifications.Name = "listBoxNotifications";\r
44             this.listBoxNotifications.Size = new System.Drawing.Size(204, 88);\r
45             this.listBoxNotifications.TabIndex = 0;\r
46             this.listBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.listBoxNotifications_SelectedIndexChanged);\r
47             // \r
48             // checkBoxFlashWindow\r
49             // \r
50             this.checkBoxFlashWindow.AutoSize = true;\r
51             this.checkBoxFlashWindow.Location = new System.Drawing.Point(12, 106);\r
52             this.checkBoxFlashWindow.Name = "checkBoxFlashWindow";\r
53             this.checkBoxFlashWindow.Size = new System.Drawing.Size(67, 16);\r
54             this.checkBoxFlashWindow.TabIndex = 1;\r
55             this.checkBoxFlashWindow.Text = "ウィンドウ";\r
56             this.checkBoxFlashWindow.UseVisualStyleBackColor = true;\r
57             this.checkBoxFlashWindow.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
58             // \r
59             // checkBoxShowBaloonTip\r
60             // \r
61             this.checkBoxShowBaloonTip.AutoSize = true;\r
62             this.checkBoxShowBaloonTip.Location = new System.Drawing.Point(81, 106);\r
63             this.checkBoxShowBaloonTip.Name = "checkBoxShowBaloonTip";\r
64             this.checkBoxShowBaloonTip.Size = new System.Drawing.Size(72, 16);\r
65             this.checkBoxShowBaloonTip.TabIndex = 2;\r
66             this.checkBoxShowBaloonTip.Text = "通知領域";\r
67             this.checkBoxShowBaloonTip.UseVisualStyleBackColor = true;\r
68             this.checkBoxShowBaloonTip.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
69             // \r
70             // checkBoxPlaySound\r
71             // \r
72             this.checkBoxPlaySound.AutoSize = true;\r
73             this.checkBoxPlaySound.Location = new System.Drawing.Point(155, 106);\r
74             this.checkBoxPlaySound.Name = "checkBoxPlaySound";\r
75             this.checkBoxPlaySound.Size = new System.Drawing.Size(61, 16);\r
76             this.checkBoxPlaySound.TabIndex = 3;\r
77             this.checkBoxPlaySound.Text = "サウンド";\r
78             this.checkBoxPlaySound.UseVisualStyleBackColor = true;\r
79             this.checkBoxPlaySound.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
80             // \r
81             // buttonClose\r
82             // \r
83             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
84             this.buttonClose.Location = new System.Drawing.Point(141, 134);\r
85             this.buttonClose.Name = "buttonClose";\r
86             this.buttonClose.Size = new System.Drawing.Size(75, 23);\r
87             this.buttonClose.TabIndex = 6;\r
88             this.buttonClose.Text = "閉じる";\r
89             this.buttonClose.UseVisualStyleBackColor = true;\r
90             // \r
91             // NotificationConfigDialog\r
92             // \r
93             this.AcceptButton = this.buttonClose;\r
94             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
95             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
96             this.CancelButton = this.buttonClose;\r
97             this.ClientSize = new System.Drawing.Size(228, 166);\r
98             this.Controls.Add(this.buttonClose);\r
99             this.Controls.Add(this.checkBoxPlaySound);\r
100             this.Controls.Add(this.checkBoxShowBaloonTip);\r
101             this.Controls.Add(this.checkBoxFlashWindow);\r
102             this.Controls.Add(this.listBoxNotifications);\r
103             this.MaximizeBox = false;\r
104             this.MinimizeBox = false;\r
105             this.Name = "NotificationConfigDialog";\r
106             this.ShowIcon = false;\r
107             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
108             this.Text = "イベントごとの通知方法の設定";\r
109             this.Load += new System.EventHandler(this.NotificationConfigDialog_Load);\r
110             this.ResumeLayout(false);\r
111             this.PerformLayout();\r
112 \r
113         }\r
114 \r
115         #endregion\r
116 \r
117         private System.Windows.Forms.ListBox listBoxNotifications;\r
118         private System.Windows.Forms.CheckBox checkBoxFlashWindow;\r
119         private System.Windows.Forms.CheckBox checkBoxShowBaloonTip;\r
120         private System.Windows.Forms.CheckBox checkBoxPlaySound;\r
121         private System.Windows.Forms.Button buttonClose;\r
122     }\r
123 }