ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.Logging/LogWriter.Designer.cs
Revision: 814
Committed: Tue Apr 15 15:58:50 2014 UTC (9 years, 5 months ago) by william
File size: 7896 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.chkAutoScroll = new System.Windows.Forms.CheckBox();
38 // this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
39 // this.pnl_top.SuspendLayout();
40 // this.pnl_top_flow.SuspendLayout();
41 // this.SuspendLayout();
42 // //
43 // // txtLog
44 // //
45 // this.txtLog.BackColor = System.Drawing.SystemColors.ControlDark;
46 // this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
47 // this.txtLog.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
48 // this.txtLog.Location = new System.Drawing.Point(0, 30);
49 // this.txtLog.Margin = new System.Windows.Forms.Padding(0);
50 // this.txtLog.Name = "txtLog";
51 // this.txtLog.ReadOnly = true;
52 // this.txtLog.Size = new System.Drawing.Size(469, 240);
53 // this.txtLog.TabIndex = 0;
54 // this.txtLog.Text = "";
55 // this.txtLog.TextChanged += new System.EventHandler(this.txtLog_TextChanged);
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(469, 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.Controls.Add(this.chkAutoScroll);
74 // this.pnl_top_flow.Dock = System.Windows.Forms.DockStyle.Fill;
75 // this.pnl_top_flow.Location = new System.Drawing.Point(0, 0);
76 // this.pnl_top_flow.Margin = new System.Windows.Forms.Padding(0);
77 // this.pnl_top_flow.Name = "pnl_top_flow";
78 // this.pnl_top_flow.Size = new System.Drawing.Size(465, 26);
79 // this.pnl_top_flow.TabIndex = 0;
80 // //
81 // // btnClearLog
82 // //
83 // this.btnClearLog.AutoSize = true;
84 // this.btnClearLog.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
85 // this.btnClearLog.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
86 // this.btnClearLog.Location = new System.Drawing.Point(0, 0);
87 // this.btnClearLog.Margin = new System.Windows.Forms.Padding(0);
88 // this.btnClearLog.Name = "btnClearLog";
89 // this.btnClearLog.Size = new System.Drawing.Size(90, 26);
90 // this.btnClearLog.TabIndex = 0;
91 // this.btnClearLog.Text = "Clear Log";
92 // this.btnClearLog.UseVisualStyleBackColor = true;
93 // this.btnClearLog.Click += new System.EventHandler(this.btnClearLog_Click);
94 // //
95 // // btnCopyLogToClipboard
96 // //
97 // this.btnCopyLogToClipboard.AutoSize = true;
98 // this.btnCopyLogToClipboard.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
99 // this.btnCopyLogToClipboard.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
100 // this.btnCopyLogToClipboard.Location = new System.Drawing.Point(90, 0);
101 // this.btnCopyLogToClipboard.Margin = new System.Windows.Forms.Padding(0);
102 // this.btnCopyLogToClipboard.Name = "btnCopyLogToClipboard";
103 // this.btnCopyLogToClipboard.Size = new System.Drawing.Size(186, 26);
104 // this.btnCopyLogToClipboard.TabIndex = 1;
105 // this.btnCopyLogToClipboard.Text = "Copy Log to Clipboard";
106 // this.btnCopyLogToClipboard.UseVisualStyleBackColor = true;
107 // this.btnCopyLogToClipboard.Click += new System.EventHandler(this.btnCopyLogToClipboard_Click);
108 // //
109 // // chkAutoScroll
110 // //
111 // this.chkAutoScroll.AutoSize = true;
112 // this.chkAutoScroll.Location = new System.Drawing.Point(279, 3);
113 // this.chkAutoScroll.Name = "chkAutoScroll";
114 // this.chkAutoScroll.Size = new System.Drawing.Size(163, 20);
115 // this.chkAutoScroll.TabIndex = 2;
116 // this.chkAutoScroll.Text = "Auto Scroll Ouput";
117 // this.chkAutoScroll.UseVisualStyleBackColor = true;
118 // this.chkAutoScroll.CheckedChanged += new System.EventHandler(this.chkAutoScroll_CheckedChanged);
119 // //
120 // // LogWriter
121 // //
122 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
123 // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
124 // this.Controls.Add(this.txtLog);
125 // this.Controls.Add(this.pnl_top);
126 // this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127 // this.Margin = new System.Windows.Forms.Padding(0);
128 // this.Name = "LogWriter";
129 // this.Size = new System.Drawing.Size(469, 270);
130 // this.Load += new System.EventHandler(this.LogWriter_Load);
131 // this.pnl_top.ResumeLayout(false);
132 // this.pnl_top_flow.ResumeLayout(false);
133 // this.pnl_top_flow.PerformLayout();
134 // this.ResumeLayout(false);
135
136 // }
137
138 // #endregion
139
140 // private System.Windows.Forms.RichTextBox txtLog;
141 // private System.Windows.Forms.Panel pnl_top;
142 // private System.Windows.Forms.FlowLayoutPanel pnl_top_flow;
143 // private System.Windows.Forms.Button btnClearLog;
144 // private System.Windows.Forms.Button btnCopyLogToClipboard;
145 // private System.Windows.Forms.ToolTip toolTip1;
146 // private System.Windows.Forms.CheckBox chkAutoScroll;
147 //}
148 }