00001 namespace NicoLiveAlert
00002 {
00003 partial class Form1
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows フォーム デザイナで生成されたコード
00024
00029 private void InitializeComponent()
00030 {
00031 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
00032 this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
00033 this.tabControl1 = new System.Windows.Forms.TabControl();
00034 this.tabPage1 = new System.Windows.Forms.TabPage();
00035 this.listView1 = new System.Windows.Forms.ListView();
00036 this.コミュニティID = new System.Windows.Forms.ColumnHeader();
00037 this.tabPage2 = new System.Windows.Forms.TabPage();
00038 this.listView2 = new System.Windows.Forms.ListView();
00039 this.alertColumn = new System.Windows.Forms.ColumnHeader();
00040 this.communityColumn = new System.Windows.Forms.ColumnHeader();
00041 this.userColumn = new System.Windows.Forms.ColumnHeader();
00042 this.liveColumn = new System.Windows.Forms.ColumnHeader();
00043 this.aboutColumn = new System.Windows.Forms.ColumnHeader();
00044 this.startTimeColumn = new System.Windows.Forms.ColumnHeader();
00045 this.tabPage3 = new System.Windows.Forms.TabPage();
00046 this.listView3 = new System.Windows.Forms.ListView();
00047 this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
00048 this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
00049 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
00050 this.autoScroll = new System.Windows.Forms.ToolStripButton();
00051 this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
00052 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
00053 this.ファイルFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00054 this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00055 this.接続ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00056 this.切断DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00057 this.終了XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00058 this.編集EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00059 this.test2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00060 this.ツールTToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00061 this.toolStripContainer1.ContentPanel.SuspendLayout();
00062 this.toolStripContainer1.RightToolStripPanel.SuspendLayout();
00063 this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
00064 this.toolStripContainer1.SuspendLayout();
00065 this.tabControl1.SuspendLayout();
00066 this.tabPage1.SuspendLayout();
00067 this.tabPage2.SuspendLayout();
00068 this.tabPage3.SuspendLayout();
00069 this.toolStrip1.SuspendLayout();
00070 this.menuStrip1.SuspendLayout();
00071 this.SuspendLayout();
00072
00073
00074
00075
00076
00077
00078 this.toolStripContainer1.ContentPanel.BackColor = System.Drawing.SystemColors.Control;
00079 this.toolStripContainer1.ContentPanel.Controls.Add(this.tabControl1);
00080 this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(579, 416);
00081 this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
00082 this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
00083 this.toolStripContainer1.Name = "toolStripContainer1";
00084
00085
00086
00087 this.toolStripContainer1.RightToolStripPanel.Controls.Add(this.toolStrip1);
00088 this.toolStripContainer1.Size = new System.Drawing.Size(704, 442);
00089 this.toolStripContainer1.TabIndex = 0;
00090 this.toolStripContainer1.Text = "toolStripContainer1";
00091
00092
00093
00094 this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
00095
00096
00097
00098 this.tabControl1.Controls.Add(this.tabPage1);
00099 this.tabControl1.Controls.Add(this.tabPage2);
00100 this.tabControl1.Controls.Add(this.tabPage3);
00101 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
00102 this.tabControl1.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
00103 this.tabControl1.Location = new System.Drawing.Point(0, 0);
00104 this.tabControl1.Name = "tabControl1";
00105 this.tabControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
00106 this.tabControl1.SelectedIndex = 0;
00107 this.tabControl1.Size = new System.Drawing.Size(579, 416);
00108 this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
00109 this.tabControl1.TabIndex = 0;
00110
00111
00112
00113 this.tabPage1.Controls.Add(this.listView1);
00114 this.tabPage1.Location = new System.Drawing.Point(4, 27);
00115 this.tabPage1.Name = "tabPage1";
00116 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
00117 this.tabPage1.Size = new System.Drawing.Size(571, 385);
00118 this.tabPage1.TabIndex = 0;
00119 this.tabPage1.Text = "チェックリスト";
00120 this.tabPage1.UseVisualStyleBackColor = true;
00121
00122
00123
00124 this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
00125 this.コミュニティID});
00126 this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
00127 this.listView1.GridLines = true;
00128 this.listView1.Location = new System.Drawing.Point(3, 3);
00129 this.listView1.Name = "listView1";
00130 this.listView1.Size = new System.Drawing.Size(565, 379);
00131 this.listView1.TabIndex = 0;
00132 this.listView1.UseCompatibleStateImageBehavior = false;
00133 this.listView1.View = System.Windows.Forms.View.Details;
00134
00135
00136
00137 this.コミュニティID.Text = "コミュニティID";
00138 this.コミュニティID.Width = 151;
00139
00140
00141
00142 this.tabPage2.Controls.Add(this.listView2);
00143 this.tabPage2.Location = new System.Drawing.Point(4, 27);
00144 this.tabPage2.Name = "tabPage2";
00145 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
00146 this.tabPage2.Size = new System.Drawing.Size(571, 385);
00147 this.tabPage2.TabIndex = 1;
00148 this.tabPage2.Text = "放送中";
00149 this.tabPage2.UseVisualStyleBackColor = true;
00150
00151
00152
00153 this.listView2.AllowColumnReorder = true;
00154 this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
00155 this.alertColumn,
00156 this.communityColumn,
00157 this.userColumn,
00158 this.liveColumn,
00159 this.aboutColumn,
00160 this.startTimeColumn});
00161 this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
00162 this.listView2.FullRowSelect = true;
00163 this.listView2.GridLines = true;
00164 this.listView2.HideSelection = false;
00165 this.listView2.Location = new System.Drawing.Point(3, 3);
00166 this.listView2.MultiSelect = false;
00167 this.listView2.Name = "listView2";
00168 this.listView2.Size = new System.Drawing.Size(565, 379);
00169 this.listView2.Sorting = System.Windows.Forms.SortOrder.Ascending;
00170 this.listView2.TabIndex = 0;
00171 this.listView2.UseCompatibleStateImageBehavior = false;
00172 this.listView2.View = System.Windows.Forms.View.Details;
00173 this.listView2.DoubleClick += new System.EventHandler(this.listView2_DoubleClick);
00174
00175
00176
00177 this.alertColumn.Text = "アラート";
00178
00179
00180
00181 this.communityColumn.Text = "コミュニティ";
00182 this.communityColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
00183 this.communityColumn.Width = 90;
00184
00185
00186
00187 this.userColumn.Text = "放送者";
00188 this.userColumn.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
00189 this.userColumn.Width = 54;
00190
00191
00192
00193 this.liveColumn.Text = "番組";
00194 this.liveColumn.Width = 85;
00195
00196
00197
00198 this.aboutColumn.Text = "説明";
00199 this.aboutColumn.Width = 86;
00200
00201
00202
00203 this.startTimeColumn.Text = "開始時間";
00204
00205
00206
00207 this.tabPage3.Controls.Add(this.listView3);
00208 this.tabPage3.Location = new System.Drawing.Point(4, 27);
00209 this.tabPage3.Name = "tabPage3";
00210 this.tabPage3.Size = new System.Drawing.Size(571, 385);
00211 this.tabPage3.TabIndex = 2;
00212 this.tabPage3.Text = "ログ";
00213 this.tabPage3.UseVisualStyleBackColor = true;
00214
00215
00216
00217 this.listView3.Alignment = System.Windows.Forms.ListViewAlignment.Default;
00218 this.listView3.AllowColumnReorder = true;
00219 this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
00220 this.columnHeader4,
00221 this.columnHeader5});
00222 this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
00223 this.listView3.GridLines = true;
00224 this.listView3.HideSelection = false;
00225 this.listView3.Location = new System.Drawing.Point(0, 0);
00226 this.listView3.MultiSelect = false;
00227 this.listView3.Name = "listView3";
00228 this.listView3.Size = new System.Drawing.Size(571, 385);
00229 this.listView3.TabIndex = 0;
00230 this.listView3.UseCompatibleStateImageBehavior = false;
00231 this.listView3.View = System.Windows.Forms.View.Details;
00232
00233
00234
00235 this.columnHeader4.Text = "Time";
00236 this.columnHeader4.Width = 140;
00237
00238
00239
00240 this.columnHeader5.Text = "Log";
00241 this.columnHeader5.Width = 544;
00242
00243
00244
00245 this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
00246 this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
00247 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00248 this.autoScroll,
00249 this.toolStripButton2});
00250 this.toolStrip1.Location = new System.Drawing.Point(0, 3);
00251 this.toolStrip1.Name = "toolStrip1";
00252 this.toolStrip1.Size = new System.Drawing.Size(125, 52);
00253 this.toolStrip1.TabIndex = 0;
00254
00255
00256
00257 this.autoScroll.Checked = true;
00258 this.autoScroll.CheckOnClick = true;
00259 this.autoScroll.CheckState = System.Windows.Forms.CheckState.Checked;
00260 this.autoScroll.Image = ((System.Drawing.Image)(resources.GetObject("autoScroll.Image")));
00261 this.autoScroll.ImageTransparentColor = System.Drawing.Color.Magenta;
00262 this.autoScroll.Name = "autoScroll";
00263 this.autoScroll.Size = new System.Drawing.Size(123, 22);
00264 this.autoScroll.Text = "オートスクロール";
00265
00266
00267
00268 this.toolStripButton2.CheckOnClick = true;
00269 this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
00270 this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
00271 this.toolStripButton2.Name = "toolStripButton2";
00272 this.toolStripButton2.Size = new System.Drawing.Size(123, 22);
00273 this.toolStripButton2.Text = "toolStripButton2";
00274
00275
00276
00277 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
00278 this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
00279 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00280 this.ファイルFToolStripMenuItem,
00281 this.編集EToolStripMenuItem,
00282 this.ツールTToolStripMenuItem});
00283 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
00284 this.menuStrip1.Name = "menuStrip1";
00285 this.menuStrip1.Size = new System.Drawing.Size(704, 26);
00286 this.menuStrip1.TabIndex = 0;
00287 this.menuStrip1.Text = "menuStrip1";
00288
00289
00290
00291 this.ファイルFToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00292 this.testToolStripMenuItem,
00293 this.終了XToolStripMenuItem});
00294 this.ファイルFToolStripMenuItem.Name = "ファイルFToolStripMenuItem";
00295 this.ファイルFToolStripMenuItem.Size = new System.Drawing.Size(85, 22);
00296 this.ファイルFToolStripMenuItem.Text = "ファイル(&F)";
00297
00298
00299
00300 this.testToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00301 this.接続ToolStripMenuItem,
00302 this.切断DToolStripMenuItem});
00303 this.testToolStripMenuItem.Name = "testToolStripMenuItem";
00304 this.testToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
00305 this.testToolStripMenuItem.Text = "コメントサーバー(&C)";
00306
00307
00308
00309 this.接続ToolStripMenuItem.Name = "接続ToolStripMenuItem";
00310 this.接続ToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
00311 this.接続ToolStripMenuItem.Text = "接続(&C)";
00312 this.接続ToolStripMenuItem.Click += new System.EventHandler(this.ConnectToolStripMenuItem_Click);
00313
00314
00315
00316 this.切断DToolStripMenuItem.Name = "切断DToolStripMenuItem";
00317 this.切断DToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
00318 this.切断DToolStripMenuItem.Text = "切断(&D)";
00319 this.切断DToolStripMenuItem.Click += new System.EventHandler(this.DisconnectToolStripMenuItem_Click);
00320
00321
00322
00323 this.終了XToolStripMenuItem.Name = "終了XToolStripMenuItem";
00324 this.終了XToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
00325 this.終了XToolStripMenuItem.Text = "終了(&X)";
00326 this.終了XToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
00327
00328
00329
00330 this.編集EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00331 this.test2ToolStripMenuItem});
00332 this.編集EToolStripMenuItem.Name = "編集EToolStripMenuItem";
00333 this.編集EToolStripMenuItem.Size = new System.Drawing.Size(61, 22);
00334 this.編集EToolStripMenuItem.Text = "編集(&E)";
00335
00336
00337
00338 this.test2ToolStripMenuItem.Name = "test2ToolStripMenuItem";
00339 this.test2ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
00340 this.test2ToolStripMenuItem.Text = "test2";
00341
00342
00343
00344 this.ツールTToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
00345 this.ツールTToolStripMenuItem.Checked = true;
00346 this.ツールTToolStripMenuItem.CheckOnClick = true;
00347 this.ツールTToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
00348 this.ツールTToolStripMenuItem.Name = "ツールTToolStripMenuItem";
00349 this.ツールTToolStripMenuItem.Size = new System.Drawing.Size(74, 22);
00350 this.ツールTToolStripMenuItem.Text = "ツール(&T)";
00351 this.ツールTToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
00352 this.ツールTToolStripMenuItem.CheckedChanged += new System.EventHandler(this.ToolsToolStripMenuItem_CheckedChanged);
00353 this.ツールTToolStripMenuItem.Click += new System.EventHandler(this.ToolsToolStripMenuItem_Click);
00354
00355
00356
00357 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
00358 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00359 this.ClientSize = new System.Drawing.Size(704, 442);
00360 this.Controls.Add(this.toolStripContainer1);
00361 this.DoubleBuffered = true;
00362 this.KeyPreview = true;
00363 this.MainMenuStrip = this.menuStrip1;
00364 this.Name = "Form1";
00365 this.Text = "NicoLiveAlert v0";
00366 this.Load += new System.EventHandler(this.Form1_Load);
00367 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
00368 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
00369 this.Resize += new System.EventHandler(this.Form1_Resize);
00370 this.toolStripContainer1.ContentPanel.ResumeLayout(false);
00371 this.toolStripContainer1.RightToolStripPanel.ResumeLayout(false);
00372 this.toolStripContainer1.RightToolStripPanel.PerformLayout();
00373 this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
00374 this.toolStripContainer1.TopToolStripPanel.PerformLayout();
00375 this.toolStripContainer1.ResumeLayout(false);
00376 this.toolStripContainer1.PerformLayout();
00377 this.tabControl1.ResumeLayout(false);
00378 this.tabPage1.ResumeLayout(false);
00379 this.tabPage2.ResumeLayout(false);
00380 this.tabPage3.ResumeLayout(false);
00381 this.toolStrip1.ResumeLayout(false);
00382 this.toolStrip1.PerformLayout();
00383 this.menuStrip1.ResumeLayout(false);
00384 this.menuStrip1.PerformLayout();
00385 this.ResumeLayout(false);
00386
00387 }
00388
00389 #endregion
00390
00391 private System.Windows.Forms.ToolStripContainer toolStripContainer1;
00392 private System.Windows.Forms.MenuStrip menuStrip1;
00393 private System.Windows.Forms.ToolStripMenuItem ファイルFToolStripMenuItem;
00394 private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
00395 private System.Windows.Forms.ToolStripMenuItem 編集EToolStripMenuItem;
00396 private System.Windows.Forms.ToolStripMenuItem test2ToolStripMenuItem;
00397 private System.Windows.Forms.TabControl tabControl1;
00398 private System.Windows.Forms.TabPage tabPage1;
00399 private System.Windows.Forms.TabPage tabPage2;
00400 private System.Windows.Forms.ListView listView1;
00401 private System.Windows.Forms.ColumnHeader コミュニティID;
00402 private System.Windows.Forms.ListView listView2;
00403 private System.Windows.Forms.ColumnHeader alertColumn;
00404 private System.Windows.Forms.ColumnHeader communityColumn;
00405 private System.Windows.Forms.ColumnHeader userColumn;
00406 private System.Windows.Forms.TabPage tabPage3;
00407 private System.Windows.Forms.ListView listView3;
00408 private System.Windows.Forms.ColumnHeader columnHeader4;
00409 private System.Windows.Forms.ColumnHeader columnHeader5;
00410 private System.Windows.Forms.ToolStripMenuItem 終了XToolStripMenuItem;
00411 private System.Windows.Forms.ToolStripMenuItem 接続ToolStripMenuItem;
00412 private System.Windows.Forms.ToolStripMenuItem 切断DToolStripMenuItem;
00413 private System.Windows.Forms.ToolStrip toolStrip1;
00414 private System.Windows.Forms.ToolStripButton autoScroll;
00415 private System.Windows.Forms.ToolStripButton toolStripButton2;
00416 private System.Windows.Forms.ToolStripMenuItem ツールTToolStripMenuItem;
00417 private System.Windows.Forms.ColumnHeader aboutColumn;
00418 private System.Windows.Forms.ColumnHeader liveColumn;
00419 private System.Windows.Forms.ColumnHeader startTimeColumn;
00420
00421 }
00422 }
00423