34 |
this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel(); |
this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel(); |
35 |
this.btnClearLog = new System.Windows.Forms.Button(); |
this.btnClearLog = new System.Windows.Forms.Button(); |
36 |
this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); |
this.btnCopyLogToClipboard = new System.Windows.Forms.Button(); |
37 |
|
this.chkAutoScroll = new System.Windows.Forms.CheckBox(); |
38 |
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
39 |
this.pnl_top.SuspendLayout(); |
this.pnl_top.SuspendLayout(); |
40 |
this.pnl_top_flow.SuspendLayout(); |
this.pnl_top_flow.SuspendLayout(); |
49 |
this.txtLog.Margin = new System.Windows.Forms.Padding(0); |
this.txtLog.Margin = new System.Windows.Forms.Padding(0); |
50 |
this.txtLog.Name = "txtLog"; |
this.txtLog.Name = "txtLog"; |
51 |
this.txtLog.ReadOnly = true; |
this.txtLog.ReadOnly = true; |
52 |
this.txtLog.Size = new System.Drawing.Size(280, 240); |
this.txtLog.Size = new System.Drawing.Size(469, 240); |
53 |
this.txtLog.TabIndex = 0; |
this.txtLog.TabIndex = 0; |
54 |
this.txtLog.Text = ""; |
this.txtLog.Text = ""; |
55 |
// |
// |
61 |
this.pnl_top.Location = new System.Drawing.Point(0, 0); |
this.pnl_top.Location = new System.Drawing.Point(0, 0); |
62 |
this.pnl_top.Margin = new System.Windows.Forms.Padding(0); |
this.pnl_top.Margin = new System.Windows.Forms.Padding(0); |
63 |
this.pnl_top.Name = "pnl_top"; |
this.pnl_top.Name = "pnl_top"; |
64 |
this.pnl_top.Size = new System.Drawing.Size(280, 30); |
this.pnl_top.Size = new System.Drawing.Size(469, 30); |
65 |
this.pnl_top.TabIndex = 1; |
this.pnl_top.TabIndex = 1; |
66 |
// |
// |
67 |
// pnl_top_flow |
// pnl_top_flow |
69 |
this.pnl_top_flow.AutoScroll = true; |
this.pnl_top_flow.AutoScroll = true; |
70 |
this.pnl_top_flow.Controls.Add(this.btnClearLog); |
this.pnl_top_flow.Controls.Add(this.btnClearLog); |
71 |
this.pnl_top_flow.Controls.Add(this.btnCopyLogToClipboard); |
this.pnl_top_flow.Controls.Add(this.btnCopyLogToClipboard); |
72 |
|
this.pnl_top_flow.Controls.Add(this.chkAutoScroll); |
73 |
this.pnl_top_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
this.pnl_top_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
74 |
this.pnl_top_flow.Location = new System.Drawing.Point(0, 0); |
this.pnl_top_flow.Location = new System.Drawing.Point(0, 0); |
75 |
this.pnl_top_flow.Margin = new System.Windows.Forms.Padding(0); |
this.pnl_top_flow.Margin = new System.Windows.Forms.Padding(0); |
76 |
this.pnl_top_flow.Name = "pnl_top_flow"; |
this.pnl_top_flow.Name = "pnl_top_flow"; |
77 |
this.pnl_top_flow.Size = new System.Drawing.Size(276, 26); |
this.pnl_top_flow.Size = new System.Drawing.Size(465, 26); |
78 |
this.pnl_top_flow.TabIndex = 0; |
this.pnl_top_flow.TabIndex = 0; |
79 |
// |
// |
80 |
// btnClearLog |
// btnClearLog |
105 |
this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; |
this.btnCopyLogToClipboard.UseVisualStyleBackColor = true; |
106 |
this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); |
this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click); |
107 |
// |
// |
108 |
|
// chkAutoScroll |
109 |
|
// |
110 |
|
this.chkAutoScroll.AutoSize = true; |
111 |
|
this.chkAutoScroll.Location = new System.Drawing.Point(279, 3); |
112 |
|
this.chkAutoScroll.Name = "chkAutoScroll"; |
113 |
|
this.chkAutoScroll.Size = new System.Drawing.Size(163, 20); |
114 |
|
this.chkAutoScroll.TabIndex = 2; |
115 |
|
this.chkAutoScroll.Text = "Auto Scroll Ouput"; |
116 |
|
this.chkAutoScroll.UseVisualStyleBackColor = true; |
117 |
|
this.chkAutoScroll.CheckedChanged += new System.EventHandler(this.chkAutoScroll_CheckedChanged); |
118 |
|
// |
119 |
// LogWriter |
// LogWriter |
120 |
// |
// |
121 |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
125 |
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
126 |
this.Margin = new System.Windows.Forms.Padding(0); |
this.Margin = new System.Windows.Forms.Padding(0); |
127 |
this.Name = "LogWriter"; |
this.Name = "LogWriter"; |
128 |
this.Size = new System.Drawing.Size(280, 270); |
this.Size = new System.Drawing.Size(469, 270); |
129 |
|
this.Load += new System.EventHandler(this.LogWriter_Load); |
130 |
this.pnl_top.ResumeLayout(false); |
this.pnl_top.ResumeLayout(false); |
131 |
this.pnl_top_flow.ResumeLayout(false); |
this.pnl_top_flow.ResumeLayout(false); |
132 |
this.pnl_top_flow.PerformLayout(); |
this.pnl_top_flow.PerformLayout(); |
142 |
private System.Windows.Forms.Button btnClearLog; |
private System.Windows.Forms.Button btnClearLog; |
143 |
private System.Windows.Forms.Button btnCopyLogToClipboard; |
private System.Windows.Forms.Button btnCopyLogToClipboard; |
144 |
private System.Windows.Forms.ToolTip toolTip1; |
private System.Windows.Forms.ToolTip toolTip1; |
145 |
|
private System.Windows.Forms.CheckBox chkAutoScroll; |
146 |
} |
} |
147 |
} |
} |