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

« back to all changes in this revision

Viewing changes to 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:
29
29
        private void InitializeComponent()
30
30
        {
31
31
            this.components = new System.ComponentModel.Container();
32
 
            this.btnOpenFile = new System.Windows.Forms.Button();
33
32
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
34
 
            this.tbFileName = new System.Windows.Forms.TextBox();
35
33
            this.treeView1 = new System.Windows.Forms.TreeView();
36
34
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
37
35
            this.importDataStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
42
40
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
43
41
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
44
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();
45
48
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46
 
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
47
 
            this.updateCurrentFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48
 
            this.tmCommitEnabled = new System.Windows.Forms.ToolStripMenuItem();
49
49
            this.openDataFileDialog = new System.Windows.Forms.OpenFileDialog();
50
 
            this.newStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 
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();
51
56
            this.contextMenuStrip1.SuspendLayout();
52
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();
53
65
            this.SuspendLayout();
54
66
            // 
55
 
            // btnOpenFile
56
 
            // 
57
 
            this.btnOpenFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
58
 
            this.btnOpenFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
59
 
            this.btnOpenFile.Location = new System.Drawing.Point(495, 38);
60
 
            this.btnOpenFile.Name = "btnOpenFile";
61
 
            this.btnOpenFile.Size = new System.Drawing.Size(75, 23);
62
 
            this.btnOpenFile.TabIndex = 0;
63
 
            this.btnOpenFile.Text = "Open file...";
64
 
            this.btnOpenFile.UseVisualStyleBackColor = true;
65
 
            this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
66
 
            // 
67
67
            // openFileDialog1
68
68
            // 
69
69
            this.openFileDialog1.Filter = "Office files (*.xls *.doc *.ppt)|*.xls;*.doc;*.ppt|Thumbs db files (Thumbs.db)|*." +
70
70
                "db|MSI Setup files (*.msi)|*.msi|All files (*.*)|*.*";
71
71
            this.openFileDialog1.Title = "Open OLE Structured Storae file";
72
72
            // 
73
 
            // tbFileName
74
 
            // 
75
 
            this.tbFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
76
 
                        | System.Windows.Forms.AnchorStyles.Right)));
77
 
            this.tbFileName.Enabled = false;
78
 
            this.tbFileName.Location = new System.Drawing.Point(12, 40);
79
 
            this.tbFileName.Name = "tbFileName";
80
 
            this.tbFileName.Size = new System.Drawing.Size(477, 20);
81
 
            this.tbFileName.TabIndex = 2;
82
 
            // 
83
73
            // treeView1
84
74
            // 
85
 
            this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
86
 
                        | System.Windows.Forms.AnchorStyles.Left)
87
 
                        | System.Windows.Forms.AnchorStyles.Right)));
88
75
            this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
89
 
            this.treeView1.Location = new System.Drawing.Point(12, 67);
 
76
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
 
77
            this.treeView1.HideSelection = false;
 
78
            this.treeView1.Location = new System.Drawing.Point(0, 0);
90
79
            this.treeView1.Name = "treeView1";
91
 
            this.treeView1.Size = new System.Drawing.Size(558, 274);
 
80
            this.treeView1.Size = new System.Drawing.Size(241, 240);
92
81
            this.treeView1.TabIndex = 4;
 
82
            this.treeView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseUp);
93
83
            // 
94
84
            // contextMenuStrip1
95
85
            // 
141
131
            // saveFileDialog1
142
132
            // 
143
133
            this.saveFileDialog1.DefaultExt = "*.bin";
144
 
            this.saveFileDialog1.Filter = "Exported data files (*.bin) | *.bin|All files (*.*)|*.*";
 
134
            this.saveFileDialog1.Filter = "Exported data files (*.bin)|*.bin|All files (*.*)|*.*";
145
135
            // 
146
136
            // menuStrip1
147
137
            // 
149
139
            this.fileToolStripMenuItem});
150
140
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
151
141
            this.menuStrip1.Name = "menuStrip1";
152
 
            this.menuStrip1.Size = new System.Drawing.Size(582, 24);
 
142
            this.menuStrip1.Size = new System.Drawing.Size(729, 24);
153
143
            this.menuStrip1.TabIndex = 5;
154
144
            this.menuStrip1.Text = "menuStrip1";
155
145
            // 
156
146
            // fileToolStripMenuItem
157
147
            // 
158
148
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
149
            this.openFileMenuItem,
159
150
            this.newStripMenuItem1,
160
 
            this.tmCommitEnabled,
 
151
            this.closeStripMenuItem1,
 
152
            this.toolStripSeparator2,
161
153
            this.updateCurrentFileToolStripMenuItem,
162
 
            this.toolStripSeparator1,
163
154
            this.saveAsToolStripMenuItem});
164
155
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
165
156
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
166
157
            this.fileToolStripMenuItem.Text = "File";
167
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
            // 
168
195
            // saveAsToolStripMenuItem
169
196
            // 
170
197
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
171
 
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
 
198
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
172
199
            this.saveAsToolStripMenuItem.Text = "Save As...";
173
200
            this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
174
201
            // 
175
 
            // toolStripSeparator1
176
 
            // 
177
 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
178
 
            this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6);
179
 
            // 
180
 
            // updateCurrentFileToolStripMenuItem
181
 
            // 
182
 
            this.updateCurrentFileToolStripMenuItem.Enabled = false;
183
 
            this.updateCurrentFileToolStripMenuItem.Name = "updateCurrentFileToolStripMenuItem";
184
 
            this.updateCurrentFileToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
185
 
            this.updateCurrentFileToolStripMenuItem.Text = "Update current file";
186
 
            this.updateCurrentFileToolStripMenuItem.Click += new System.EventHandler(this.updateCurrentFileToolStripMenuItem_Click);
187
 
            // 
188
 
            // tmCommitEnabled
189
 
            // 
190
 
            this.tmCommitEnabled.CheckOnClick = true;
191
 
            this.tmCommitEnabled.Name = "tmCommitEnabled";
192
 
            this.tmCommitEnabled.Size = new System.Drawing.Size(190, 22);
193
 
            this.tmCommitEnabled.Text = "Update mode enabled";
194
 
            this.tmCommitEnabled.Click += new System.EventHandler(this.tmCommitEnabled_Click);
195
 
            // 
196
 
            // newStripMenuItem1
197
 
            // 
198
 
            this.newStripMenuItem1.Name = "newStripMenuItem1";
199
 
            this.newStripMenuItem1.Size = new System.Drawing.Size(190, 22);
200
 
            this.newStripMenuItem1.Text = "New Compound File";
201
 
            this.newStripMenuItem1.Click += new System.EventHandler(this.newStripMenuItem1_Click);
 
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.InfoForeColor = 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;
202
277
            // 
203
278
            // MainForm
204
279
            // 
205
280
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
206
281
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
207
 
            this.ClientSize = new System.Drawing.Size(582, 382);
 
282
            this.ClientSize = new System.Drawing.Size(729, 531);
 
283
            this.Controls.Add(this.splitContainer2);
 
284
            this.Controls.Add(this.statusStrip1);
208
285
            this.Controls.Add(this.menuStrip1);
209
 
            this.Controls.Add(this.treeView1);
210
 
            this.Controls.Add(this.tbFileName);
211
 
            this.Controls.Add(this.btnOpenFile);
212
286
            this.MainMenuStrip = this.menuStrip1;
213
287
            this.Name = "MainForm";
214
288
            this.Text = "Structured Storage eXplorer";
216
290
            this.contextMenuStrip1.ResumeLayout(false);
217
291
            this.menuStrip1.ResumeLayout(false);
218
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);
219
301
            this.ResumeLayout(false);
220
302
            this.PerformLayout();
221
303
 
223
305
 
224
306
        #endregion
225
307
 
226
 
        private System.Windows.Forms.Button btnOpenFile;
227
308
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
228
 
        private System.Windows.Forms.TextBox tbFileName;
229
309
        private System.Windows.Forms.TreeView treeView1;
230
310
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
231
311
        private System.Windows.Forms.ToolStripMenuItem exportDataToolStripMenuItem;
234
314
        private System.Windows.Forms.MenuStrip menuStrip1;
235
315
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
236
316
        private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
237
 
        private System.Windows.Forms.ToolStripMenuItem tmCommitEnabled;
238
 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
239
317
        private System.Windows.Forms.ToolStripMenuItem updateCurrentFileToolStripMenuItem;
240
318
        private System.Windows.Forms.ToolStripMenuItem addStreamToolStripMenuItem;
241
319
        private System.Windows.Forms.ToolStripMenuItem importDataStripMenuItem1;
242
320
        private System.Windows.Forms.OpenFileDialog openDataFileDialog;
243
321
        private System.Windows.Forms.ToolStripMenuItem addStorageStripMenuItem1;
244
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;
245
332
    }
246
333
}
247
334