Horizon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Horizon.Snapshots
3 {
4 partial class SnapshotPreviewForm
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(SnapshotPreviewForm));
20 this.pictureBox1 = new System.Windows.Forms.PictureBox();
21 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
22 this.richTextBox1 = new Horizon.Utilities.Controls.ReadOnlyRichTextBox();
23 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
24 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
25 this.splitContainer1.Panel1.SuspendLayout();
26 this.splitContainer1.Panel2.SuspendLayout();
27 this.splitContainer1.SuspendLayout();
28 this.SuspendLayout();
29 //
30 // pictureBox1
31 //
32 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
33 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
34 this.pictureBox1.Location = new System.Drawing.Point(0, 0);
35 this.pictureBox1.Name = "pictureBox1";
36 this.pictureBox1.Size = new System.Drawing.Size(348, 250);
37 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
38 this.pictureBox1.TabIndex = 0;
39 this.pictureBox1.TabStop = false;
40 //
41 // splitContainer1
42 //
43 this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
44 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
45 this.splitContainer1.Location = new System.Drawing.Point(0, 0);
46 this.splitContainer1.Name = "splitContainer1";
47 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
48 //
49 // splitContainer1.Panel1
50 //
51 this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Black;
52 this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
53 //
54 // splitContainer1.Panel2
55 //
56 this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
57 this.splitContainer1.Panel2MinSize = 0;
58 this.splitContainer1.Size = new System.Drawing.Size(350, 349);
59 this.splitContainer1.SplitterDistance = 252;
60 this.splitContainer1.SplitterWidth = 8;
61 this.splitContainer1.TabIndex = 2;
62 this.splitContainer1.Paint += new System.Windows.Forms.PaintEventHandler(this.SplitContainer1_Paint);
63 //
64 // richTextBox1
65 //
66 this.richTextBox1.BackColor = System.Drawing.Color.White;
67 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
68 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
69 this.richTextBox1.Location = new System.Drawing.Point(0, 0);
70 this.richTextBox1.Name = "richTextBox1";
71 this.richTextBox1.ReadOnly = true;
72 this.richTextBox1.Size = new System.Drawing.Size(348, 87);
73 this.richTextBox1.TabIndex = 1;
74 this.richTextBox1.Text = "";
75 //
76 // SnapshotPreviewForm
77 //
78 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
79 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
80 this.ClientSize = new System.Drawing.Size(350, 349);
81 this.Controls.Add(this.splitContainer1);
82 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
83 this.MinimizeBox = false;
84 this.Name = "SnapshotPreviewForm";
85 this.Text = "Horizon: Screenshot";
86 this.Load += new System.EventHandler(this.SnapshotPreviewForm_Load);
87 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
88 this.splitContainer1.Panel1.ResumeLayout(false);
89 this.splitContainer1.Panel2.ResumeLayout(false);
90 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
91 this.splitContainer1.ResumeLayout(false);
92 this.ResumeLayout(false);
93  
94 }
95  
96 #endregion
97  
98 private System.Windows.Forms.PictureBox pictureBox1;
99 private Horizon.Utilities.Controls.ReadOnlyRichTextBox richTextBox1;
100 private System.Windows.Forms.SplitContainer splitContainer1;
101 }
102 }