Horizon – Blame information for rev 8

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Horizon.Snapshots
3 {
4 partial class SnapshotNoteForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SnapshotNoteForm));
20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
21 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
22 this.button1 = new System.Windows.Forms.Button();
23 this.button2 = new System.Windows.Forms.Button();
24 this.richTextBox1 = new System.Windows.Forms.RichTextBox();
25 this.tableLayoutPanel1.SuspendLayout();
26 this.tableLayoutPanel2.SuspendLayout();
27 this.SuspendLayout();
28 //
29 // tableLayoutPanel1
30 //
31 this.tableLayoutPanel1.ColumnCount = 1;
32 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
33 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
34 this.tableLayoutPanel1.Controls.Add(this.richTextBox1, 0, 0);
35 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
36 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
37 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
38 this.tableLayoutPanel1.RowCount = 2;
39 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
40 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
41 this.tableLayoutPanel1.Size = new System.Drawing.Size(568, 376);
42 this.tableLayoutPanel1.TabIndex = 0;
43 //
44 // tableLayoutPanel2
45 //
46 this.tableLayoutPanel2.ColumnCount = 3;
47 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
48 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
49 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
50 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 0);
51 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
52 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
53 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 337);
54 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
55 this.tableLayoutPanel2.RowCount = 1;
56 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
57 this.tableLayoutPanel2.Size = new System.Drawing.Size(562, 36);
58 this.tableLayoutPanel2.TabIndex = 0;
59 //
60 // button1
61 //
62 this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
63 this.button1.Location = new System.Drawing.Point(3, 3);
64 this.button1.Name = "button1";
65 this.button1.Size = new System.Drawing.Size(181, 30);
66 this.button1.TabIndex = 0;
67 this.button1.Text = "Save";
68 this.button1.UseVisualStyleBackColor = true;
69 this.button1.Click += new System.EventHandler(this.Button1_Click);
70 //
71 // button2
72 //
73 this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
74 this.button2.Location = new System.Drawing.Point(377, 3);
75 this.button2.Name = "button2";
76 this.button2.Size = new System.Drawing.Size(182, 30);
77 this.button2.TabIndex = 1;
78 this.button2.Text = "Cancel";
79 this.button2.UseVisualStyleBackColor = true;
80 this.button2.Click += new System.EventHandler(this.Button2_Click);
81 //
82 // richTextBox1
83 //
84 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
85 this.richTextBox1.Location = new System.Drawing.Point(3, 3);
86 this.richTextBox1.Name = "richTextBox1";
87 this.richTextBox1.Size = new System.Drawing.Size(562, 328);
88 this.richTextBox1.TabIndex = 1;
89 this.richTextBox1.Text = "";
90 //
91 // SnapshotNoteForm
92 //
93 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
94 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
95 this.ClientSize = new System.Drawing.Size(568, 376);
96 this.Controls.Add(this.tableLayoutPanel1);
97 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
98 this.Name = "SnapshotNoteForm";
99 this.Text = "Horizon: Edit Snapshot Note";
8 office 100 this.Load += new System.EventHandler(this.SnapshotNoteForm_Load);
1 office 101 this.tableLayoutPanel1.ResumeLayout(false);
102 this.tableLayoutPanel2.ResumeLayout(false);
103 this.ResumeLayout(false);
104  
105 }
106  
107 #endregion
108  
109 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
110 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
111 private System.Windows.Forms.Button button1;
112 private System.Windows.Forms.Button button2;
113 private System.Windows.Forms.RichTextBox richTextBox1;
114 }
115 }