ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LogWriter.Designer.cs
Revision: 105
Committed: Thu May 10 10:53:07 2012 UTC (11 years, 1 month ago) by william
File size: 7482 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater.Logging
2 {
3 partial class LogWriter
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Component Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 this.txtLog = new System.Windows.Forms.RichTextBox();
33 this.pnl_top = new System.Windows.Forms.Panel();
34 this.pnl_top_flow = new System.Windows.Forms.FlowLayoutPanel();
35 this.btnClearLog = new System.Windows.Forms.Button();
36 this.btnCopyLogToClipboard = new System.Windows.Forms.Button();
37 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
38 this.autoscroll_timer = new System.Windows.Forms.Timer(this.components);
39 this.logupdater = new System.ComponentModel.BackgroundWorker();
40 this.pnl_top.SuspendLayout();
41 this.pnl_top_flow.SuspendLayout();
42 this.SuspendLayout();
43 //
44 // txtLog
45 //
46 this.txtLog.BackColor = System.Drawing.SystemColors.ControlDark;
47 this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
48 this.txtLog.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
49 this.txtLog.Location = new System.Drawing.Point(0, 30);
50 this.txtLog.Margin = new System.Windows.Forms.Padding(0);
51 this.txtLog.Name = "txtLog";
52 this.txtLog.ReadOnly = true;
53 this.txtLog.Size = new System.Drawing.Size(280, 240);
54 this.txtLog.TabIndex = 0;
55 this.txtLog.Text = "";
56 //
57 // pnl_top
58 //
59 this.pnl_top.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
60 this.pnl_top.Controls.Add(this.pnl_top_flow);
61 this.pnl_top.Dock = System.Windows.Forms.DockStyle.Top;
62 this.pnl_top.Location = new System.Drawing.Point(0, 0);
63 this.pnl_top.Margin = new System.Windows.Forms.Padding(0);
64 this.pnl_top.Name = "pnl_top";
65 this.pnl_top.Size = new System.Drawing.Size(280, 30);
66 this.pnl_top.TabIndex = 1;
67 //
68 // pnl_top_flow
69 //
70 this.pnl_top_flow.AutoScroll = true;
71 this.pnl_top_flow.Controls.Add(this.btnClearLog);
72 this.pnl_top_flow.Controls.Add(this.btnCopyLogToClipboard);
73 this.pnl_top_flow.Dock = System.Windows.Forms.DockStyle.Fill;
74 this.pnl_top_flow.Location = new System.Drawing.Point(0, 0);
75 this.pnl_top_flow.Margin = new System.Windows.Forms.Padding(0);
76 this.pnl_top_flow.Name = "pnl_top_flow";
77 this.pnl_top_flow.Size = new System.Drawing.Size(276, 26);
78 this.pnl_top_flow.TabIndex = 0;
79 //
80 // btnClearLog
81 //
82 this.btnClearLog.AutoSize = true;
83 this.btnClearLog.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
84 this.btnClearLog.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85 this.btnClearLog.Location = new System.Drawing.Point(0, 0);
86 this.btnClearLog.Margin = new System.Windows.Forms.Padding(0);
87 this.btnClearLog.Name = "btnClearLog";
88 this.btnClearLog.Size = new System.Drawing.Size(90, 26);
89 this.btnClearLog.TabIndex = 0;
90 this.btnClearLog.Text = "Clear Log";
91 this.btnClearLog.UseVisualStyleBackColor = true;
92 this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
93 //
94 // btnCopyLogToClipboard
95 //
96 this.btnCopyLogToClipboard.AutoSize = true;
97 this.btnCopyLogToClipboard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
98 this.btnCopyLogToClipboard.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99 this.btnCopyLogToClipboard.Location = new System.Drawing.Point(90, 0);
100 this.btnCopyLogToClipboard.Margin = new System.Windows.Forms.Padding(0);
101 this.btnCopyLogToClipboard.Name = "btnCopyLogToClipboard";
102 this.btnCopyLogToClipboard.Size = new System.Drawing.Size(186, 26);
103 this.btnCopyLogToClipboard.TabIndex = 1;
104 this.btnCopyLogToClipboard.Text = "Copy Log to Clipboard";
105 this.btnCopyLogToClipboard.UseVisualStyleBackColor = true;
106 this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click);
107 //
108 // autoscroll_timer
109 //
110 this.autoscroll_timer.Interval = 1000;
111 this.autoscroll_timer.Tick += new System.EventHandler(this.autoscroll_timer_Tick);
112 //
113 // logupdater
114 //
115 this.logupdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.logupdater_DoWork);
116 this.logupdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.logupdater_RunWorkerCompleted);
117 //
118 // LogWriter
119 //
120 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
121 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122 this.Controls.Add(this.txtLog);
123 this.Controls.Add(this.pnl_top);
124 this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
125 this.Margin = new System.Windows.Forms.Padding(0);
126 this.Name = "LogWriter";
127 this.Size = new System.Drawing.Size(280, 270);
128 this.pnl_top.ResumeLayout(false);
129 this.pnl_top_flow.ResumeLayout(false);
130 this.pnl_top_flow.PerformLayout();
131 this.ResumeLayout(false);
132
133 }
134
135 #endregion
136
137 private System.Windows.Forms.RichTextBox txtLog;
138 private System.Windows.Forms.Panel pnl_top;
139 private System.Windows.Forms.FlowLayoutPanel pnl_top_flow;
140 private System.Windows.Forms.Button btnClearLog;
141 private System.Windows.Forms.Button btnCopyLogToClipboard;
142 private System.Windows.Forms.ToolTip toolTip1;
143 private System.Windows.Forms.Timer autoscroll_timer;
144 private System.ComponentModel.BackgroundWorker logupdater;
145 }
146 }