Horizon – Diff between revs 1 and 8

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