~ubuntu-branches/ubuntu/wily/openmcdf/wily

« back to all changes in this revision

Viewing changes to .pc/hexbox150.patch/src/TESTOpenMCDF/MainForm.Designer.cs

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-04-08 11:02:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130408110215-aleqo4zhjc3qgxnb
Tags: 1.5.4-1
* New upstream: 1.5.4
  - Use Hexbox for hexadecimal viewing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace StructuredStorageExplorer
 
2
{
 
3
    partial class MainForm
 
4
    {
 
5
        /// <summary>
 
6
        /// Required designer variable.
 
7
        /// </summary>
 
8
        private System.ComponentModel.IContainer components = null;
 
9
 
 
10
        /// <summary>
 
11
        /// Clean up any resources being used.
 
12
        /// </summary>
 
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 
14
        protected override void Dispose(bool disposing)
 
15
        {
 
16
            if (disposing && (components != null))
 
17
            {
 
18
                components.Dispose();
 
19
            }
 
20
            base.Dispose(disposing);
 
21
        }
 
22
 
 
23
        #region Windows Form Designer generated code
 
24
 
 
25
        /// <summary>
 
26
        /// Required method for Designer support - do not modify
 
27
        /// the contents of this method with the code editor.
 
28
        /// </summary>
 
29
        private void InitializeComponent()
 
30
        {
 
31
            this.components = new System.ComponentModel.Container();
 
32
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
 
33
            this.treeView1 = new System.Windows.Forms.TreeView();
 
34
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
 
35
            this.importDataStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 
36
            this.exportDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
37
            this.addStorageStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 
38
            this.addStreamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
39
            this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
40
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
 
41
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
 
42
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
43
            this.openFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
44
            this.newStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 
45
            this.closeStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 
46
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
 
47
            this.updateCurrentFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
48
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
49
            this.openDataFileDialog = new System.Windows.Forms.OpenFileDialog();
 
50
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
 
51
            this.fileNameLabel = new System.Windows.Forms.ToolStripStatusLabel();
 
52
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
 
53
            this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
 
54
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
 
55
            this.hexEditor = new Be.Windows.Forms.HexBox();
 
56
            this.contextMenuStrip1.SuspendLayout();
 
57
            this.menuStrip1.SuspendLayout();
 
58
            this.statusStrip1.SuspendLayout();
 
59
            this.splitContainer1.Panel1.SuspendLayout();
 
60
            this.splitContainer1.Panel2.SuspendLayout();
 
61
            this.splitContainer1.SuspendLayout();
 
62
            this.splitContainer2.Panel1.SuspendLayout();
 
63
            this.splitContainer2.Panel2.SuspendLayout();
 
64
            this.splitContainer2.SuspendLayout();
 
65
            this.SuspendLayout();
 
66
            // 
 
67
            // openFileDialog1
 
68
            // 
 
69
            this.openFileDialog1.Filter = "Office files (*.xls *.doc *.ppt)|*.xls;*.doc;*.ppt|Thumbs db files (Thumbs.db)|*." +
 
70
                "db|MSI Setup files (*.msi)|*.msi|All files (*.*)|*.*";
 
71
            this.openFileDialog1.Title = "Open OLE Structured Storae file";
 
72
            // 
 
73
            // treeView1
 
74
            // 
 
75
            this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
 
76
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
 
77
            this.treeView1.HideSelection = false;
 
78
            this.treeView1.Location = new System.Drawing.Point(0, 0);
 
79
            this.treeView1.Name = "treeView1";
 
80
            this.treeView1.Size = new System.Drawing.Size(241, 240);
 
81
            this.treeView1.TabIndex = 4;
 
82
            this.treeView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseUp);
 
83
            // 
 
84
            // contextMenuStrip1
 
85
            // 
 
86
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
87
            this.importDataStripMenuItem1,
 
88
            this.exportDataToolStripMenuItem,
 
89
            this.addStorageStripMenuItem1,
 
90
            this.addStreamToolStripMenuItem,
 
91
            this.removeToolStripMenuItem});
 
92
            this.contextMenuStrip1.Name = "contextMenuStrip1";
 
93
            this.contextMenuStrip1.Size = new System.Drawing.Size(157, 114);
 
94
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
 
95
            // 
 
96
            // importDataStripMenuItem1
 
97
            // 
 
98
            this.importDataStripMenuItem1.Name = "importDataStripMenuItem1";
 
99
            this.importDataStripMenuItem1.Size = new System.Drawing.Size(156, 22);
 
100
            this.importDataStripMenuItem1.Text = "Import data...";
 
101
            this.importDataStripMenuItem1.Click += new System.EventHandler(this.importDataStripMenuItem1_Click);
 
102
            // 
 
103
            // exportDataToolStripMenuItem
 
104
            // 
 
105
            this.exportDataToolStripMenuItem.Name = "exportDataToolStripMenuItem";
 
106
            this.exportDataToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
 
107
            this.exportDataToolStripMenuItem.Text = "Export data...";
 
108
            this.exportDataToolStripMenuItem.Click += new System.EventHandler(this.exportDataToolStripMenuItem_Click);
 
109
            // 
 
110
            // addStorageStripMenuItem1
 
111
            // 
 
112
            this.addStorageStripMenuItem1.Name = "addStorageStripMenuItem1";
 
113
            this.addStorageStripMenuItem1.Size = new System.Drawing.Size(156, 22);
 
114
            this.addStorageStripMenuItem1.Text = "Add storage...";
 
115
            this.addStorageStripMenuItem1.Click += new System.EventHandler(this.addStorageStripMenuItem1_Click);
 
116
            // 
 
117
            // addStreamToolStripMenuItem
 
118
            // 
 
119
            this.addStreamToolStripMenuItem.Name = "addStreamToolStripMenuItem";
 
120
            this.addStreamToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
 
121
            this.addStreamToolStripMenuItem.Text = "Add stream...";
 
122
            this.addStreamToolStripMenuItem.Click += new System.EventHandler(this.addStreamToolStripMenuItem_Click);
 
123
            // 
 
124
            // removeToolStripMenuItem
 
125
            // 
 
126
            this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
 
127
            this.removeToolStripMenuItem.Size = new System.Drawing.Size(156, 22);
 
128
            this.removeToolStripMenuItem.Text = "Remove";
 
129
            this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
 
130
            // 
 
131
            // saveFileDialog1
 
132
            // 
 
133
            this.saveFileDialog1.DefaultExt = "*.bin";
 
134
            this.saveFileDialog1.Filter = "Exported data files (*.bin)|*.bin|All files (*.*)|*.*";
 
135
            // 
 
136
            // menuStrip1
 
137
            // 
 
138
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
139
            this.fileToolStripMenuItem});
 
140
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
 
141
            this.menuStrip1.Name = "menuStrip1";
 
142
            this.menuStrip1.Size = new System.Drawing.Size(729, 24);
 
143
            this.menuStrip1.TabIndex = 5;
 
144
            this.menuStrip1.Text = "menuStrip1";
 
145
            // 
 
146
            // fileToolStripMenuItem
 
147
            // 
 
148
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
149
            this.openFileMenuItem,
 
150
            this.newStripMenuItem1,
 
151
            this.closeStripMenuItem1,
 
152
            this.toolStripSeparator2,
 
153
            this.updateCurrentFileToolStripMenuItem,
 
154
            this.saveAsToolStripMenuItem});
 
155
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
 
156
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
 
157
            this.fileToolStripMenuItem.Text = "File";
 
158
            // 
 
159
            // openFileMenuItem
 
160
            // 
 
161
            this.openFileMenuItem.Image = global::StructuredStorageExplorer.Properties.Resources.folder;
 
162
            this.openFileMenuItem.Name = "openFileMenuItem";
 
163
            this.openFileMenuItem.Size = new System.Drawing.Size(179, 22);
 
164
            this.openFileMenuItem.Text = "Open...";
 
165
            this.openFileMenuItem.Click += new System.EventHandler(this.openFileMenuItem_Click);
 
166
            // 
 
167
            // newStripMenuItem1
 
168
            // 
 
169
            this.newStripMenuItem1.Image = global::StructuredStorageExplorer.Properties.Resources.page_white;
 
170
            this.newStripMenuItem1.Name = "newStripMenuItem1";
 
171
            this.newStripMenuItem1.Size = new System.Drawing.Size(179, 22);
 
172
            this.newStripMenuItem1.Text = "New Compound File";
 
173
            this.newStripMenuItem1.Click += new System.EventHandler(this.newStripMenuItem1_Click);
 
174
            // 
 
175
            // closeStripMenuItem1
 
176
            // 
 
177
            this.closeStripMenuItem1.Name = "closeStripMenuItem1";
 
178
            this.closeStripMenuItem1.Size = new System.Drawing.Size(179, 22);
 
179
            this.closeStripMenuItem1.Text = "Close file";
 
180
            this.closeStripMenuItem1.Click += new System.EventHandler(this.closeStripMenuItem1_Click);
 
181
            // 
 
182
            // toolStripSeparator2
 
183
            // 
 
184
            this.toolStripSeparator2.Name = "toolStripSeparator2";
 
185
            this.toolStripSeparator2.Size = new System.Drawing.Size(176, 6);
 
186
            // 
 
187
            // updateCurrentFileToolStripMenuItem
 
188
            // 
 
189
            this.updateCurrentFileToolStripMenuItem.Image = global::StructuredStorageExplorer.Properties.Resources.disk;
 
190
            this.updateCurrentFileToolStripMenuItem.Name = "updateCurrentFileToolStripMenuItem";
 
191
            this.updateCurrentFileToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
 
192
            this.updateCurrentFileToolStripMenuItem.Text = "Save";
 
193
            this.updateCurrentFileToolStripMenuItem.Click += new System.EventHandler(this.updateCurrentFileToolStripMenuItem_Click);
 
194
            // 
 
195
            // saveAsToolStripMenuItem
 
196
            // 
 
197
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
 
198
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
 
199
            this.saveAsToolStripMenuItem.Text = "Save As...";
 
200
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
 
201
            // 
 
202
            // statusStrip1
 
203
            // 
 
204
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
205
            this.fileNameLabel});
 
206
            this.statusStrip1.Location = new System.Drawing.Point(0, 509);
 
207
            this.statusStrip1.Name = "statusStrip1";
 
208
            this.statusStrip1.Size = new System.Drawing.Size(729, 22);
 
209
            this.statusStrip1.TabIndex = 6;
 
210
            this.statusStrip1.Text = "statusStrip1";
 
211
            // 
 
212
            // fileNameLabel
 
213
            // 
 
214
            this.fileNameLabel.Name = "fileNameLabel";
 
215
            this.fileNameLabel.Size = new System.Drawing.Size(0, 17);
 
216
            // 
 
217
            // splitContainer1
 
218
            // 
 
219
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 
220
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
 
221
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
 
222
            this.splitContainer1.Name = "splitContainer1";
 
223
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
 
224
            // 
 
225
            // splitContainer1.Panel1
 
226
            // 
 
227
            this.splitContainer1.Panel1.Controls.Add(this.treeView1);
 
228
            // 
 
229
            // splitContainer1.Panel2
 
230
            // 
 
231
            this.splitContainer1.Panel2.Controls.Add(this.propertyGrid1);
 
232
            this.splitContainer1.Size = new System.Drawing.Size(243, 485);
 
233
            this.splitContainer1.SplitterDistance = 242;
 
234
            this.splitContainer1.TabIndex = 5;
 
235
            // 
 
236
            // propertyGrid1
 
237
            // 
 
238
            this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
 
239
            this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
 
240
            this.propertyGrid1.Name = "propertyGrid1";
 
241
            this.propertyGrid1.Size = new System.Drawing.Size(241, 237);
 
242
            this.propertyGrid1.TabIndex = 0;
 
243
            this.propertyGrid1.ToolbarVisible = false;
 
244
            // 
 
245
            // splitContainer2
 
246
            // 
 
247
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
 
248
            this.splitContainer2.Location = new System.Drawing.Point(0, 24);
 
249
            this.splitContainer2.Name = "splitContainer2";
 
250
            // 
 
251
            // splitContainer2.Panel1
 
252
            // 
 
253
            this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
 
254
            // 
 
255
            // splitContainer2.Panel2
 
256
            // 
 
257
            this.splitContainer2.Panel2.Controls.Add(this.hexEditor);
 
258
            this.splitContainer2.Size = new System.Drawing.Size(729, 485);
 
259
            this.splitContainer2.SplitterDistance = 243;
 
260
            this.splitContainer2.TabIndex = 7;
 
261
            // 
 
262
            // hexEditor
 
263
            // 
 
264
            this.hexEditor.BackColor = System.Drawing.Color.WhiteSmoke;
 
265
            this.hexEditor.Dock = System.Windows.Forms.DockStyle.Fill;
 
266
            this.hexEditor.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 
267
            this.hexEditor.LineInfoForeColor = System.Drawing.Color.Empty;
 
268
            this.hexEditor.LineInfoVisible = true;
 
269
            this.hexEditor.Location = new System.Drawing.Point(0, 0);
 
270
            this.hexEditor.Name = "hexEditor";
 
271
            this.hexEditor.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
 
272
            this.hexEditor.Size = new System.Drawing.Size(482, 485);
 
273
            this.hexEditor.StringViewVisible = true;
 
274
            this.hexEditor.TabIndex = 0;
 
275
            this.hexEditor.UseFixedBytesPerLine = true;
 
276
            this.hexEditor.VScrollBarVisible = true;
 
277
            // 
 
278
            // MainForm
 
279
            // 
 
280
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
281
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
282
            this.ClientSize = new System.Drawing.Size(729, 531);
 
283
            this.Controls.Add(this.splitContainer2);
 
284
            this.Controls.Add(this.statusStrip1);
 
285
            this.Controls.Add(this.menuStrip1);
 
286
            this.MainMenuStrip = this.menuStrip1;
 
287
            this.Name = "MainForm";
 
288
            this.Text = "Structured Storage eXplorer";
 
289
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
 
290
            this.contextMenuStrip1.ResumeLayout(false);
 
291
            this.menuStrip1.ResumeLayout(false);
 
292
            this.menuStrip1.PerformLayout();
 
293
            this.statusStrip1.ResumeLayout(false);
 
294
            this.statusStrip1.PerformLayout();
 
295
            this.splitContainer1.Panel1.ResumeLayout(false);
 
296
            this.splitContainer1.Panel2.ResumeLayout(false);
 
297
            this.splitContainer1.ResumeLayout(false);
 
298
            this.splitContainer2.Panel1.ResumeLayout(false);
 
299
            this.splitContainer2.Panel2.ResumeLayout(false);
 
300
            this.splitContainer2.ResumeLayout(false);
 
301
            this.ResumeLayout(false);
 
302
            this.PerformLayout();
 
303
 
 
304
        }
 
305
 
 
306
        #endregion
 
307
 
 
308
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
 
309
        private System.Windows.Forms.TreeView treeView1;
 
310
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
 
311
        private System.Windows.Forms.ToolStripMenuItem exportDataToolStripMenuItem;
 
312
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
 
313
        private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
 
314
        private System.Windows.Forms.MenuStrip menuStrip1;
 
315
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
 
316
        private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
 
317
        private System.Windows.Forms.ToolStripMenuItem updateCurrentFileToolStripMenuItem;
 
318
        private System.Windows.Forms.ToolStripMenuItem addStreamToolStripMenuItem;
 
319
        private System.Windows.Forms.ToolStripMenuItem importDataStripMenuItem1;
 
320
        private System.Windows.Forms.OpenFileDialog openDataFileDialog;
 
321
        private System.Windows.Forms.ToolStripMenuItem addStorageStripMenuItem1;
 
322
        private System.Windows.Forms.ToolStripMenuItem newStripMenuItem1;
 
323
        private System.Windows.Forms.ToolStripMenuItem openFileMenuItem;
 
324
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
 
325
        private System.Windows.Forms.StatusStrip statusStrip1;
 
326
        private System.Windows.Forms.ToolStripStatusLabel fileNameLabel;
 
327
        private System.Windows.Forms.SplitContainer splitContainer1;
 
328
        private System.Windows.Forms.PropertyGrid propertyGrid1;
 
329
        private System.Windows.Forms.SplitContainer splitContainer2;
 
330
        private Be.Windows.Forms.HexBox hexEditor;
 
331
        private System.Windows.Forms.ToolStripMenuItem closeStripMenuItem1;
 
332
    }
 
333
}
 
334