ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/FloatingLogWindow.Designer.cs
Revision: 144
Committed: Fri May 11 12:11:40 2012 UTC (11 years, 6 months ago) by william
File size: 2486 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater
2 {
3 partial class FloatingLogWindow
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 Windows Form 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.logwriter = new RomCheater.Logging.LogWriter();
32 this.SuspendLayout();
33 //
34 // logwriter
35 //
36 this.logwriter.AutoScroll = true;
37 this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill;
38 this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
39 this.logwriter.Location = new System.Drawing.Point(0, 0);
40 this.logwriter.Margin = new System.Windows.Forms.Padding(0);
41 this.logwriter.Name = "logwriter";
42 this.logwriter.RedirectConsoleOutput = true;
43 this.logwriter.Size = new System.Drawing.Size(509, 379);
44 this.logwriter.TabIndex = 3;
45 //
46 // FloatingLogWindow
47 //
48 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
49 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50 this.ClientSize = new System.Drawing.Size(509, 379);
51 this.Controls.Add(this.logwriter);
52 this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53 this.Name = "FloatingLogWindow";
54 this.Text = "Log Output Window";
55 this.ResumeLayout(false);
56
57 }
58
59 #endregion
60
61 private Logging.LogWriter logwriter;
62 }
63 }