Winify – Diff between revs 67 and 69

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 67 Rev 69
1 using System.ComponentModel; 1 using System.ComponentModel;
2 using System.Windows.Forms; 2 using System.Windows.Forms;
3   3  
4 namespace Winify 4 namespace Winify
5 { 5 {
6 partial class LogViewForm 6 partial class LogViewForm
7 { 7 {
8 /// <summary> 8 /// <summary>
9 /// Required designer variable. 9 /// Required designer variable.
10 /// </summary> 10 /// </summary>
11 private IContainer components = null; 11 private IContainer components = null;
12   12  
13 #region Windows Form Designer generated code 13 #region Windows Form Designer generated code
14   14  
15 /// <summary> 15 /// <summary>
16 /// Required method for Designer support - do not modify 16 /// Required method for Designer support - do not modify
17 /// the contents of this method with the code editor. 17 /// the contents of this method with the code editor.
18 /// </summary> 18 /// </summary>
19 private void InitializeComponent() 19 private void InitializeComponent()
20 { 20 {
21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewForm)); 21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewForm));
22 this.textBox1 = new System.Windows.Forms.TextBox(); 22 this.textBox1 = new System.Windows.Forms.TextBox();
23 this.SuspendLayout(); 23 this.SuspendLayout();
24 // 24 //
25 // textBox1 25 // textBox1
26 // 26 //
27 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; 27 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
28 this.textBox1.Location = new System.Drawing.Point(0, 0); 28 this.textBox1.Location = new System.Drawing.Point(0, 0);
29 this.textBox1.Multiline = true; 29 this.textBox1.Multiline = true;
30 this.textBox1.Name = "textBox1"; 30 this.textBox1.Name = "textBox1";
31 this.textBox1.ReadOnly = true; 31 this.textBox1.ReadOnly = true;
32 this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 32 this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
33 this.textBox1.Size = new System.Drawing.Size(800, 450); 33 this.textBox1.Size = new System.Drawing.Size(800, 450);
34 this.textBox1.TabIndex = 0; 34 this.textBox1.TabIndex = 0;
35 // 35 //
36 // LogViewForm 36 // LogViewForm
37 // 37 //
38 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 38 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
39 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 39 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
40 this.ClientSize = new System.Drawing.Size(800, 450); 40 this.ClientSize = new System.Drawing.Size(800, 450);
41 this.Controls.Add(this.textBox1); 41 this.Controls.Add(this.textBox1);
42 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 42 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
43 this.Name = "LogViewForm"; 43 this.Name = "LogViewForm";
44 this.Text = "Winify: Log View"; 44 this.Text = "Winify: Log View";
-   45 this.Load += new System.EventHandler(this.LogViewForm_Load);
45 this.ResumeLayout(false); 46 this.ResumeLayout(false);
46 this.PerformLayout(); 47 this.PerformLayout();
47   48  
48 } 49 }
49   50  
50 #endregion 51 #endregion
51   52  
52 private TextBox textBox1; 53 private TextBox textBox1;
53 } 54 }
54 } 55 }
55   56  
56
Generated by GNU Enscript 1.6.5.90.
57
Generated by GNU Enscript 1.6.5.90.
57   58  
58   59  
59   60