main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 partial class LogFileView
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.ux_log_file = new System.Windows.Forms.TextBox();
32 this.SuspendLayout();
33 //
34 // ux_log_file
35 //
36 this.ux_log_file.BackColor = System.Drawing.Color.Black;
37 this.ux_log_file.CausesValidation = false;
38 this.ux_log_file.Dock = System.Windows.Forms.DockStyle.Fill;
39 this.ux_log_file.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
40 this.ux_log_file.ForeColor = System.Drawing.Color.White;
41 this.ux_log_file.HideSelection = false;
42 this.ux_log_file.Location = new System.Drawing.Point(0, 0);
43 this.ux_log_file.Margin = new System.Windows.Forms.Padding(4);
44 this.ux_log_file.Multiline = true;
45 this.ux_log_file.Name = "ux_log_file";
46 this.ux_log_file.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
47 this.ux_log_file.Size = new System.Drawing.Size(389, 327);
48 this.ux_log_file.TabIndex = 0;
49 //
50 // LogFileView
51 //
52 this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
53 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
54 this.ClientSize = new System.Drawing.Size(389, 327);
55 this.Controls.Add(this.ux_log_file);
56 this.Margin = new System.Windows.Forms.Padding(4);
57 this.Name = "LogFileView";
58 this.TabText = "LogFileView";
59 this.Text = "LogFileView";
60 this.ResumeLayout(false);
61 this.PerformLayout();
62
63 }
64
65 #endregion
66
67 public System.Windows.Forms.TextBox ux_log_file;
68 }
69}