/// <summary> /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// </summary> private void InitializeComponent() { this.listBox1 = new System.Windows.Forms.ListBox(); this.splitter1 = new System.Windows.Forms.Splitter(); this.panel1 = new System.Windows.Forms.Panel(); this.log1 = new afh.Application.LogBox(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // listBox1 // this.listBox1.Dock = System.Windows.Forms.DockStyle.Left; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(0, 0); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(128, 208); this.listBox1.TabIndex = 0; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // splitter1 // this.splitter1.Location = new System.Drawing.Point(128, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 208); this.splitter1.TabIndex = 1; this.splitter1.TabStop = false; // // panel1 // this.panel1.Controls.Add(this.log1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(131, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(205, 208); this.panel1.TabIndex = 2; // // log1 // this.log1.AcceptsReturn = true; this.log1.AcceptsTab = true; this.log1.BackColor = System.Drawing.Color.Black; this.log1.Dock = System.Windows.Forms.DockStyle.Fill; this.log1.Font = new System.Drawing.Font("MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.log1.ForeColor = System.Drawing.Color.Silver; this.log1.Location = new System.Drawing.Point(0, 0); this.log1.Multiline = true; this.log1.Name = "log1"; this.log1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.log1.Size = new System.Drawing.Size(205, 208); this.log1.TabIndex = 0; this.log1.WordWrap = false; // // LogView // this.Controls.Add(this.panel1); this.Controls.Add(this.splitter1); this.Controls.Add(this.listBox1); this.Name = "LogView"; this.Size = new System.Drawing.Size(336, 208); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); }