Winify – Diff between revs 43 and 67

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