Zzz – Blame information for rev 2

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