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 HexViewForm
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(HexViewForm));
20 this.hexBox1 = new Be.Windows.Forms.HexBox();
21 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
22 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
23 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
27 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
28 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
29 this.tableLayoutPanel1.SuspendLayout();
30 this.menuStrip1.SuspendLayout();
31 this.statusStrip1.SuspendLayout();
32 this.SuspendLayout();
33 //
34 // hexBox1
35 //
36 this.hexBox1.ColumnInfoVisible = true;
37 this.hexBox1.Dock = System.Windows.Forms.DockStyle.Fill;
38 this.hexBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
39 this.hexBox1.LineInfoVisible = true;
40 this.hexBox1.Location = new System.Drawing.Point(3, 27);
41 this.hexBox1.Name = "hexBox1";
42 this.hexBox1.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
43 this.hexBox1.Size = new System.Drawing.Size(794, 396);
44 this.hexBox1.StringViewVisible = true;
45 this.hexBox1.TabIndex = 1;
46 this.hexBox1.VScrollBarVisible = true;
47 //
48 // tableLayoutPanel1
49 //
50 this.tableLayoutPanel1.ColumnCount = 1;
51 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
52 this.tableLayoutPanel1.Controls.Add(this.menuStrip1, 0, 0);
53 this.tableLayoutPanel1.Controls.Add(this.hexBox1, 0, 1);
54 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
57 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
58 this.tableLayoutPanel1.RowCount = 3;
59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
61 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
62 this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 450);
63 this.tableLayoutPanel1.TabIndex = 2;
64 //
65 // menuStrip1
66 //
67 this.menuStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
68 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
69 this.fileToolStripMenuItem});
70 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
71 this.menuStrip1.Name = "menuStrip1";
72 this.menuStrip1.Size = new System.Drawing.Size(800, 24);
73 this.menuStrip1.TabIndex = 0;
74 this.menuStrip1.Text = "menuStrip1";
75 //
76 // fileToolStripMenuItem
77 //
78 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
79 this.reloadToolStripMenuItem,
80 this.saveToolStripMenuItem});
81 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
82 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
83 this.fileToolStripMenuItem.Text = "File";
84 //
85 // reloadToolStripMenuItem
86 //
87 this.reloadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("reloadToolStripMenuItem.Image")));
88 this.reloadToolStripMenuItem.Name = "reloadToolStripMenuItem";
89 this.reloadToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
90 this.reloadToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
91 this.reloadToolStripMenuItem.Text = "Reload";
92 this.reloadToolStripMenuItem.Click += new System.EventHandler(this.ReloadToolStripMenuItem_Click);
93 //
94 // saveToolStripMenuItem
95 //
96 this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
97 this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
98 this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
99 this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
100 this.saveToolStripMenuItem.Text = "Save";
101 this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
102 //
103 // statusStrip1
104 //
105 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
106 this.toolStripProgressBar1,
107 this.toolStripStatusLabel1});
108 this.statusStrip1.Location = new System.Drawing.Point(0, 428);
109 this.statusStrip1.Name = "statusStrip1";
110 this.statusStrip1.Size = new System.Drawing.Size(800, 22);
111 this.statusStrip1.TabIndex = 2;
112 this.statusStrip1.Text = "statusStrip1";
113 //
114 // toolStripProgressBar1
115 //
116 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
117 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
118 //
119 // toolStripStatusLabel1
120 //
121 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
122 this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
123 //
124 // HexViewForm
125 //
126 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
127 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
128 this.ClientSize = new System.Drawing.Size(800, 450);
129 this.Controls.Add(this.tableLayoutPanel1);
130 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
131 this.MainMenuStrip = this.menuStrip1;
132 this.Name = "HexViewForm";
133 this.Text = "Horizon: Snapshot Hex View";
134 this.tableLayoutPanel1.ResumeLayout(false);
135 this.tableLayoutPanel1.PerformLayout();
136 this.menuStrip1.ResumeLayout(false);
137 this.menuStrip1.PerformLayout();
138 this.statusStrip1.ResumeLayout(false);
139 this.statusStrip1.PerformLayout();
140 this.ResumeLayout(false);
141  
142 }
143  
144 #endregion
145  
146 private Be.Windows.Forms.HexBox hexBox1;
147 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
148 private System.Windows.Forms.MenuStrip menuStrip1;
149 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
150 private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
151 private System.Windows.Forms.ToolStripMenuItem reloadToolStripMenuItem;
152 private System.Windows.Forms.StatusStrip statusStrip1;
153 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
154 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
155 }
156 }