Horizon – Blame information for rev 8
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | namespace Horizon |
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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewForm)); |
||
19 | this.textBox1 = new System.Windows.Forms.TextBox(); |
||
20 | this.SuspendLayout(); |
||
21 | // |
||
22 | // textBox1 |
||
23 | // |
||
24 | this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
25 | this.textBox1.Location = new System.Drawing.Point(0, 0); |
||
26 | this.textBox1.Multiline = true; |
||
27 | this.textBox1.Name = "textBox1"; |
||
28 | this.textBox1.ReadOnly = true; |
||
29 | this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
||
30 | this.textBox1.Size = new System.Drawing.Size(800, 450); |
||
31 | this.textBox1.TabIndex = 0; |
||
32 | // |
||
33 | // LogViewForm |
||
34 | // |
||
35 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
36 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
37 | this.ClientSize = new System.Drawing.Size(800, 450); |
||
38 | this.Controls.Add(this.textBox1); |
||
39 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
||
40 | this.Name = "LogViewForm"; |
||
41 | this.Text = "Horizon: Log View"; |
||
8 | office | 42 | this.Load += new System.EventHandler(this.LogViewForm_Load); |
1 | office | 43 | this.ResumeLayout(false); |
44 | this.PerformLayout(); |
||
45 | |||
46 | } |
||
47 | |||
48 | #endregion |
||
49 | |||
50 | private System.Windows.Forms.TextBox textBox1; |
||
51 | } |
||
52 | } |