HamBook – Blame information for rev 59

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace HamBook
2 {
3 partial class ViewLogsForm
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(ViewLogsForm));
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.Size = new System.Drawing.Size(800, 450);
30 this.textBox1.TabIndex = 0;
31 //
32 // ViewLogsForm
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
39 this.Name = "ViewLogsForm";
40 this.Text = "HamBook: View Logs";
59 office 41 this.Load += new System.EventHandler(this.ViewLogsForm_Load);
1 office 42 this.ResumeLayout(false);
43 this.PerformLayout();
44  
45 }
46  
47 #endregion
48  
49 private System.Windows.Forms.TextBox textBox1;
50 }
51 }