/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel1 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     this.textView1 = new Reko.UserInterfaces.WindowsForms.Controls.TextView();
     this.SuspendLayout();
     //
     // textView1
     //
     this.textView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.textView1.Font     = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textView1.Location = new System.Drawing.Point(0, 0);
     this.textView1.Model    = emptyEditorModel1;
     this.textView1.Name     = "textView1";
     this.textView1.Services = null;
     this.textView1.Size     = new System.Drawing.Size(374, 335);
     this.textView1.TabIndex = 0;
     this.textView1.Text     = "textView1";
     //
     // ImageSegmentView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.textView1);
     this.Name = "ImageSegmentView";
     this.Size = new System.Drawing.Size(374, 335);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager             resources         = new System.ComponentModel.ComponentResourceManager(typeof(CombinedCodeView));
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel1 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel2 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     this.toolStrip            = new System.Windows.Forms.ToolStrip();
     this.btnBack              = new System.Windows.Forms.ToolStripButton();
     this.btnForward           = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1      = new System.Windows.Forms.ToolStripLabel();
     this.txtAddress           = new System.Windows.Forms.ToolStripTextBox();
     this.btnGo                = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.mixedCodeDataControl = new Reko.UserInterfaces.WindowsForms.Controls.MixedCodeDataControl();
     this.codeTextView         = new Reko.UserInterfaces.WindowsForms.Controls.TextView();
     this.previewTimer         = new System.Windows.Forms.Timer(this.components);
     this.toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip
     //
     this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnBack,
         this.btnForward,
         this.toolStripLabel1,
         this.txtAddress,
         this.btnGo
     });
     this.toolStrip.Location = new System.Drawing.Point(0, 0);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(583, 25);
     this.toolStrip.TabIndex = 1;
     this.toolStrip.Text     = "toolStrip1";
     //
     // btnBack
     //
     this.btnBack.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnBack.Image                 = Resources.Back;
     this.btnBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBack.Name        = "btnBack";
     this.btnBack.Size        = new System.Drawing.Size(23, 22);
     this.btnBack.Text        = "toolStripButton1";
     this.btnBack.ToolTipText = "Back";
     //
     // btnForward
     //
     this.btnForward.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnForward.Image                 = Resources.Forward;
     this.btnForward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnForward.Name        = "btnForward";
     this.btnForward.Size        = new System.Drawing.Size(23, 22);
     this.btnForward.Text        = "toolStripButton2";
     this.btnForward.ToolTipText = "Forward";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(49, 22);
     this.toolStripLabel1.Text = "Address";
     //
     // txtAddress
     //
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(100, 25);
     //
     // btnGo
     //
     this.btnGo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnGo.Image                 = ((System.Drawing.Image)(resources.GetObject("btnGo.Image")));
     this.btnGo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnGo.Name = "btnGo";
     this.btnGo.Size = new System.Drawing.Size(26, 22);
     this.btnGo.Text = "Go";
     //
     // splitContainer1
     //
     this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name        = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.mixedCodeDataControl);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.codeTextView);
     this.splitContainer1.Size             = new System.Drawing.Size(583, 357);
     this.splitContainer1.SplitterDistance = 194;
     this.splitContainer1.TabIndex         = 2;
     //
     // mixedCodeDataControl
     //
     this.mixedCodeDataControl.BackColor  = System.Drawing.SystemColors.Window;
     this.mixedCodeDataControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.mixedCodeDataControl.Location   = new System.Drawing.Point(0, 0);
     this.mixedCodeDataControl.Model      = emptyEditorModel1;
     this.mixedCodeDataControl.Name       = "mixedCodeDataControl";
     this.mixedCodeDataControl.Program    = null;
     this.mixedCodeDataControl.Services   = null;
     this.mixedCodeDataControl.Size       = new System.Drawing.Size(192, 355);
     this.mixedCodeDataControl.StyleClass = null;
     this.mixedCodeDataControl.TabIndex   = 0;
     this.mixedCodeDataControl.Text       = "mixedCodeDataControl1";
     this.mixedCodeDataControl.TopAddress = null;
     //
     // codeTextView
     //
     this.codeTextView.BackColor  = System.Drawing.SystemColors.Window;
     this.codeTextView.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.codeTextView.Location   = new System.Drawing.Point(0, 0);
     this.codeTextView.Model      = emptyEditorModel2;
     this.codeTextView.Name       = "codeTextView";
     this.codeTextView.Services   = null;
     this.codeTextView.Size       = new System.Drawing.Size(383, 355);
     this.codeTextView.StyleClass = null;
     this.codeTextView.TabIndex   = 0;
     this.codeTextView.Text       = "codeTextView";
     //
     // previewTimer
     //
     this.previewTimer.Interval = 500;
     //
     // CombinedCodeView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip);
     this.Name = "CombinedCodeView";
     this.Size = new System.Drawing.Size(583, 382);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager             resources         = new System.ComponentModel.ComponentResourceManager(typeof(SegmentEditorDialog));
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel3 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     this.txtFileOffset   = new System.Windows.Forms.TextBox();
     this.memView         = new Reko.UserInterfaces.WindowsForms.Controls.MemoryControl();
     this.txtLength       = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.lblFileData     = new System.Windows.Forms.Label();
     this.ddlArch         = new System.Windows.Forms.ComboBox();
     this.label4          = new System.Windows.Forms.Label();
     this.txtLoadAddress  = new System.Windows.Forms.TextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.dasmView        = new Reko.UserInterfaces.WindowsForms.Controls.DisassemblyControl();
     this.lblDisassembly  = new System.Windows.Forms.Label();
     this.txtSegmentName  = new System.Windows.Forms.TextBox();
     this.label7          = new System.Windows.Forms.Label();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.btnOK           = new System.Windows.Forms.Button();
     this.btnCancel       = new System.Windows.Forms.Button();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.chkExecute      = new System.Windows.Forms.CheckBox();
     this.chkWrite        = new System.Windows.Forms.CheckBox();
     this.chkRead         = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtFileOffset
     //
     this.txtFileOffset.Location = new System.Drawing.Point(161, 22);
     this.txtFileOffset.Name     = "txtFileOffset";
     this.txtFileOffset.Size     = new System.Drawing.Size(136, 20);
     this.txtFileOffset.TabIndex = 2;
     //
     // memView
     //
     this.memView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.memView.Architecture    = null;
     this.memView.BytesPerRow     = ((uint)(16u));
     this.memView.Encoding        = ((System.Text.Encoding)(resources.GetObject("memView.Encoding")));
     this.memView.ImageMap        = null;
     this.memView.Location        = new System.Drawing.Point(0, 14);
     this.memView.Name            = "memView";
     this.memView.SegmentMap      = null;
     this.memView.SelectedAddress = null;
     this.memView.Services        = null;
     this.memView.Size            = new System.Drawing.Size(433, 200);
     this.memView.TabIndex        = 7;
     this.memView.TopAddress      = null;
     this.memView.WordSize        = ((uint)(1u));
     //
     // txtLength
     //
     this.txtLength.Location = new System.Drawing.Point(303, 22);
     this.txtLength.Name     = "txtLength";
     this.txtLength.Size     = new System.Drawing.Size(139, 20);
     this.txtLength.TabIndex = 3;
     this.txtLength.Text     = "8";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(158, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(52, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "File &offset";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(300, 6);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "&Length";
     //
     // lblFileData
     //
     this.lblFileData.AutoSize = true;
     this.lblFileData.Location = new System.Drawing.Point(3, 0);
     this.lblFileData.Name     = "lblFileData";
     this.lblFileData.Size     = new System.Drawing.Size(146, 13);
     this.lblFileData.TabIndex = 6;
     this.lblFileData.Text     = "Preview data att offset 00420";
     //
     // ddlArch
     //
     this.ddlArch.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlArch.FormattingEnabled = true;
     this.ddlArch.Location          = new System.Drawing.Point(161, 66);
     this.ddlArch.Name     = "ddlArch";
     this.ddlArch.Size     = new System.Drawing.Size(136, 21);
     this.ddlArch.TabIndex = 5;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(158, 50);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(113, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "&Processor architecture";
     //
     // txtLoadAddress
     //
     this.txtLoadAddress.Location = new System.Drawing.Point(13, 66);
     this.txtLoadAddress.Name     = "txtLoadAddress";
     this.txtLoadAddress.Size     = new System.Drawing.Size(138, 20);
     this.txtLoadAddress.TabIndex = 4;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 50);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(74, 13);
     this.label5.TabIndex = 10;
     this.label5.Text     = "Load &address:";
     //
     // dasmView
     //
     this.dasmView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.dasmView.Location       = new System.Drawing.Point(3, 14);
     this.dasmView.Model          = emptyEditorModel3;
     this.dasmView.Name           = "dasmView";
     this.dasmView.Program        = null;
     this.dasmView.SelectedObject = null;
     this.dasmView.Services       = null;
     this.dasmView.ShowPcRelative = false;
     this.dasmView.Size           = new System.Drawing.Size(413, 200);
     this.dasmView.StartAddress   = null;
     this.dasmView.StyleClass     = null;
     this.dasmView.TabIndex       = 8;
     this.dasmView.TopAddress     = null;
     //
     // lblDisassembly
     //
     this.lblDisassembly.AutoSize = true;
     this.lblDisassembly.Location = new System.Drawing.Point(3, 0);
     this.lblDisassembly.Name     = "lblDisassembly";
     this.lblDisassembly.Size     = new System.Drawing.Size(145, 13);
     this.lblDisassembly.TabIndex = 12;
     this.lblDisassembly.Text     = "Disassembly (X86 real mode):";
     //
     // txtSegmentName
     //
     this.txtSegmentName.Location = new System.Drawing.Point(12, 22);
     this.txtSegmentName.Name     = "txtSegmentName";
     this.txtSegmentName.Size     = new System.Drawing.Size(139, 20);
     this.txtSegmentName.TabIndex = 1;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(9, 6);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(78, 13);
     this.label7.TabIndex = 14;
     this.label7.Text     = "Segment &name";
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(12, 192);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.memView);
     this.splitContainer1.Panel1.Controls.Add(this.lblFileData);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dasmView);
     this.splitContainer1.Panel2.Controls.Add(this.lblDisassembly);
     this.splitContainer1.Size             = new System.Drawing.Size(856, 214);
     this.splitContainer1.SplitterDistance = 436;
     this.splitContainer1.TabIndex         = 15;
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(712, 412);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 9;
     this.btnOK.Text     = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(793, 412);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 10;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.chkExecute);
     this.groupBox1.Controls.Add(this.chkWrite);
     this.groupBox1.Controls.Add(this.chkRead);
     this.groupBox1.Location = new System.Drawing.Point(12, 93);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(285, 93);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Access mode";
     //
     // chkExecute
     //
     this.chkExecute.AutoSize = true;
     this.chkExecute.Location = new System.Drawing.Point(6, 66);
     this.chkExecute.Name     = "chkExecute";
     this.chkExecute.Size     = new System.Drawing.Size(65, 17);
     this.chkExecute.TabIndex = 2;
     this.chkExecute.Text     = "E&xecute";
     this.chkExecute.UseVisualStyleBackColor = true;
     //
     // chkWrite
     //
     this.chkWrite.AutoSize = true;
     this.chkWrite.Location = new System.Drawing.Point(6, 43);
     this.chkWrite.Name     = "chkWrite";
     this.chkWrite.Size     = new System.Drawing.Size(51, 17);
     this.chkWrite.TabIndex = 1;
     this.chkWrite.Text     = "&Write";
     this.chkWrite.UseVisualStyleBackColor = true;
     //
     // chkRead
     //
     this.chkRead.AutoSize = true;
     this.chkRead.Location = new System.Drawing.Point(6, 19);
     this.chkRead.Name     = "chkRead";
     this.chkRead.Size     = new System.Drawing.Size(52, 17);
     this.chkRead.TabIndex = 0;
     this.chkRead.Text     = "&Read";
     this.chkRead.UseVisualStyleBackColor = true;
     //
     // SegmentEditorDialog
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(880, 447);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtSegmentName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtLoadAddress);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ddlArch);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtLength);
     this.Controls.Add(this.txtFileOffset);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SegmentEditorDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Specify segment properties";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager             resources         = new System.ComponentModel.ComponentResourceManager(typeof(LowLevelView));
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel2 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     this.toolStrip           = new System.Windows.Forms.ToolStrip();
     this.btnBack             = new System.Windows.Forms.ToolStripButton();
     this.btnForward          = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.txtAddress          = new System.Windows.Forms.ToolStripTextBox();
     this.btnGo             = new System.Windows.Forms.ToolStripButton();
     this.lowLeveImages     = new System.Windows.Forms.ImageList(this.components);
     this.splitContainer2   = new System.Windows.Forms.SplitContainer();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.memCtrl           = new Reko.UserInterfaces.WindowsForms.Controls.MemoryControl();
     this.lblMemoryView     = new System.Windows.Forms.Label();
     this.dasmCtrl          = new Reko.UserInterfaces.WindowsForms.Controls.DisassemblyControl();
     this.lblDisassembly    = new System.Windows.Forms.Label();
     this.visualizerControl = new Reko.UserInterfaces.WindowsForms.Controls.VisualizerControl();
     this.label1            = new System.Windows.Forms.Label();
     this.imageMapControl1  = new Reko.UserInterfaces.WindowsForms.Controls.ImageMapView();
     this.ddlVisualizer     = new System.Windows.Forms.ComboBox();
     this.toolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip
     //
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnBack,
         this.btnForward,
         this.toolStripLabel1,
         this.toolStripSeparator1,
         this.txtAddress,
         this.btnGo
     });
     this.toolStrip.Location = new System.Drawing.Point(0, 23);
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Size     = new System.Drawing.Size(858, 25);
     this.toolStrip.TabIndex = 3;
     this.toolStrip.Text     = "toolStrip1";
     //
     // btnBack
     //
     this.btnBack.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnBack.Image                 = global::Reko.UserInterfaces.WindowsForms.Resources.Back;
     this.btnBack.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnBack.Name = "btnBack";
     this.btnBack.Size = new System.Drawing.Size(23, 22);
     this.btnBack.Text = "Back";
     //
     // btnForward
     //
     this.btnForward.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnForward.Image                 = global::Reko.UserInterfaces.WindowsForms.Resources.Forward;
     this.btnForward.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnForward.Name = "btnForward";
     this.btnForward.Size = new System.Drawing.Size(23, 22);
     this.btnForward.Text = "Forward";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(49, 22);
     this.toolStripLabel1.Text = "Address";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // txtAddress
     //
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(100, 25);
     //
     // btnGo
     //
     this.btnGo.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnGo.Image                 = ((System.Drawing.Image)(resources.GetObject("btnGo.Image")));
     this.btnGo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnGo.Name = "btnGo";
     this.btnGo.Size = new System.Drawing.Size(26, 22);
     this.btnGo.Text = "Go";
     //
     // lowLeveImages
     //
     this.lowLeveImages.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.lowLeveImages.ImageSize        = new System.Drawing.Size(16, 16);
     this.lowLeveImages.TransparentColor = System.Drawing.Color.Transparent;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 48);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.ddlVisualizer);
     this.splitContainer2.Panel2.Controls.Add(this.visualizerControl);
     this.splitContainer2.Panel2.Controls.Add(this.label1);
     this.splitContainer2.Size             = new System.Drawing.Size(858, 433);
     this.splitContainer2.SplitterDistance = 692;
     this.splitContainer2.TabIndex         = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.memCtrl);
     this.splitContainer1.Panel1.Controls.Add(this.lblMemoryView);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dasmCtrl);
     this.splitContainer1.Panel2.Controls.Add(this.lblDisassembly);
     this.splitContainer1.Size             = new System.Drawing.Size(692, 433);
     this.splitContainer1.SplitterDistance = 255;
     this.splitContainer1.TabIndex         = 1;
     //
     // memCtrl
     //
     this.memCtrl.Architecture = null;
     this.memCtrl.BytesPerRow  = ((uint)(16u));
     this.memCtrl.Dock         = System.Windows.Forms.DockStyle.Fill;
     //this.memCtrl.Encoding = ((System.Text.Encoding)(resources.GetObject("memCtrl.Encoding")));
     this.memCtrl.ImageMap        = null;
     this.memCtrl.Location        = new System.Drawing.Point(0, 18);
     this.memCtrl.Name            = "memCtrl";
     this.memCtrl.SegmentMap      = null;
     this.memCtrl.SelectedAddress = null;
     this.memCtrl.Services        = null;
     this.memCtrl.Size            = new System.Drawing.Size(692, 237);
     this.memCtrl.TabIndex        = 0;
     this.memCtrl.Text            = "memoryControl1";
     this.memCtrl.TopAddress      = null;
     this.memCtrl.WordSize        = ((uint)(1u));
     //
     // lblMemoryView
     //
     this.lblMemoryView.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.lblMemoryView.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblMemoryView.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMemoryView.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lblMemoryView.Location  = new System.Drawing.Point(0, 0);
     this.lblMemoryView.Name      = "lblMemoryView";
     this.lblMemoryView.Size      = new System.Drawing.Size(692, 18);
     this.lblMemoryView.TabIndex  = 1;
     this.lblMemoryView.Text      = "Memory View";
     this.lblMemoryView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dasmCtrl
     //
     this.dasmCtrl.BackColor      = System.Drawing.SystemColors.Window;
     this.dasmCtrl.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.dasmCtrl.Location       = new System.Drawing.Point(0, 18);
     this.dasmCtrl.Model          = emptyEditorModel2;
     this.dasmCtrl.Name           = "dasmCtrl";
     this.dasmCtrl.Program        = null;
     this.dasmCtrl.SelectedObject = null;
     this.dasmCtrl.Services       = null;
     this.dasmCtrl.ShowPcRelative = false;
     this.dasmCtrl.Size           = new System.Drawing.Size(692, 156);
     this.dasmCtrl.StartAddress   = null;
     this.dasmCtrl.StyleClass     = null;
     this.dasmCtrl.TabIndex       = 0;
     this.dasmCtrl.Text           = "disassemblyControl1";
     this.dasmCtrl.TopAddress     = null;
     //
     // lblDisassembly
     //
     this.lblDisassembly.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.lblDisassembly.Dock      = System.Windows.Forms.DockStyle.Top;
     this.lblDisassembly.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDisassembly.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.lblDisassembly.Location  = new System.Drawing.Point(0, 0);
     this.lblDisassembly.Margin    = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.lblDisassembly.Name      = "lblDisassembly";
     this.lblDisassembly.Size      = new System.Drawing.Size(692, 18);
     this.lblDisassembly.TabIndex  = 1;
     this.lblDisassembly.Text      = "Disassembly";
     this.lblDisassembly.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // visualizerControl
     //
     this.visualizerControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.visualizerControl.LineLength = 64;
     this.visualizerControl.Location   = new System.Drawing.Point(0, 18);
     this.visualizerControl.Name       = "visualizerControl";
     this.visualizerControl.Program    = null;
     this.visualizerControl.Services   = null;
     this.visualizerControl.Size       = new System.Drawing.Size(162, 390);
     this.visualizerControl.TabIndex   = 0;
     this.visualizerControl.Visualizer = null;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(162, 18);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Byte Map";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // imageMapControl1
     //
     this.imageMapControl1.BackColor       = System.Drawing.SystemColors.Control;
     this.imageMapControl1.Dock            = System.Windows.Forms.DockStyle.Top;
     this.imageMapControl1.Granularity     = ((long)(1));
     this.imageMapControl1.ImageMap        = null;
     this.imageMapControl1.Location        = new System.Drawing.Point(0, 0);
     this.imageMapControl1.Name            = "imageMapControl1";
     this.imageMapControl1.Offset          = ((long)(0));
     this.imageMapControl1.SegmentMap      = null;
     this.imageMapControl1.SelectedAddress = null;
     this.imageMapControl1.Size            = new System.Drawing.Size(858, 23);
     this.imageMapControl1.TabIndex        = 4;
     this.imageMapControl1.Text            = "imageMapControl1";
     //
     // ddlVisualizer
     //
     this.ddlVisualizer.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ddlVisualizer.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlVisualizer.FormattingEnabled = true;
     this.ddlVisualizer.Location          = new System.Drawing.Point(0, 409);
     this.ddlVisualizer.Name     = "ddlVisualizer";
     this.ddlVisualizer.Size     = new System.Drawing.Size(121, 21);
     this.ddlVisualizer.TabIndex = 3;
     //
     // LowLevelView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer2);
     this.Controls.Add(this.toolStrip);
     this.Controls.Add(this.imageMapControl1);
     this.Name = "LowLevelView";
     this.Size = new System.Drawing.Size(858, 481);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel1 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel emptyEditorModel2 = new Reko.UserInterfaces.WindowsForms.Controls.EmptyEditorModel();
     System.ComponentModel.ComponentResourceManager             resources         = new System.ComponentModel.ComponentResourceManager(typeof(UserPreferencesDialog));
     this.btnOK             = new System.Windows.Forms.Button();
     this.btnCancel         = new System.Windows.Forms.Button();
     this.tabControl1       = new System.Windows.Forms.TabControl();
     this.tabWindows        = new System.Windows.Forms.TabPage();
     this.btnReset          = new System.Windows.Forms.Button();
     this.listView          = new System.Windows.Forms.ListView();
     this.columnHeader1     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.dasmCtl           = new Reko.UserInterfaces.WindowsForms.Controls.DisassemblyControl();
     this.codeCtl           = new Reko.UserInterfaces.WindowsForms.Controls.TextView();
     this.memCtl            = new Reko.UserInterfaces.WindowsForms.Controls.MemoryControl();
     this.treeView1         = new System.Windows.Forms.TreeView();
     this.btnWindowBgColor  = new System.Windows.Forms.Button();
     this.btnWindowFgColor  = new System.Windows.Forms.Button();
     this.btnWindowFont     = new System.Windows.Forms.Button();
     this.treeBrowser       = new System.Windows.Forms.TreeView();
     this.imlBrowser        = new System.Windows.Forms.ImageList(this.components);
     this.tabColors         = new System.Windows.Forms.TabPage();
     this.label1            = new System.Windows.Forms.Label();
     this.btnElementBgColor = new System.Windows.Forms.Button();
     this.label2            = new System.Windows.Forms.Label();
     this.btnElementFgColor = new System.Windows.Forms.Button();
     this.lbxUiElements     = new System.Windows.Forms.ListBox();
     this.colorPicker       = new System.Windows.Forms.ColorDialog();
     this.fontPicker        = new System.Windows.Forms.FontDialog();
     this.tabControl1.SuspendLayout();
     this.tabWindows.SuspendLayout();
     this.tabColors.SuspendLayout();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location                = new System.Drawing.Point(426, 273);
     this.btnOK.Name                    = "btnOK";
     this.btnOK.Size                    = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex                = 0;
     this.btnOK.Text                    = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(507, 273);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 1;
     this.btnCancel.Text                    = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabWindows);
     this.tabControl1.Controls.Add(this.tabColors);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(595, 267);
     this.tabControl1.TabIndex      = 2;
     //
     // tabWindows
     //
     this.tabWindows.Controls.Add(this.btnReset);
     this.tabWindows.Controls.Add(this.listView);
     this.tabWindows.Controls.Add(this.dasmCtl);
     this.tabWindows.Controls.Add(this.codeCtl);
     this.tabWindows.Controls.Add(this.memCtl);
     this.tabWindows.Controls.Add(this.treeView1);
     this.tabWindows.Controls.Add(this.btnWindowBgColor);
     this.tabWindows.Controls.Add(this.btnWindowFgColor);
     this.tabWindows.Controls.Add(this.btnWindowFont);
     this.tabWindows.Controls.Add(this.treeBrowser);
     this.tabWindows.Location = new System.Drawing.Point(4, 22);
     this.tabWindows.Name     = "tabWindows";
     this.tabWindows.Padding  = new System.Windows.Forms.Padding(3);
     this.tabWindows.Size     = new System.Drawing.Size(587, 241);
     this.tabWindows.TabIndex = 0;
     this.tabWindows.Text     = "Windows";
     this.tabWindows.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.btnReset.Location = new System.Drawing.Point(474, 7);
     this.btnReset.Name     = "button1";
     this.btnReset.Size     = new System.Drawing.Size(92, 23);
     this.btnReset.TabIndex = 11;
     this.btnReset.Text     = "&Reset";
     this.btnReset.UseVisualStyleBackColor = true;
     //
     // listView
     //
     this.listView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.listView.Location = new System.Drawing.Point(180, 37);
     this.listView.Name     = "listView";
     this.listView.Size     = new System.Drawing.Size(404, 185);
     this.listView.TabIndex = 10;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Program";
     this.columnHeader1.Width = 86;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Address";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Description";
     this.columnHeader3.Width = 101;
     //
     // dasmCtl
     //
     this.dasmCtl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dasmCtl.Location       = new System.Drawing.Point(180, 37);
     this.dasmCtl.Model          = emptyEditorModel1;
     this.dasmCtl.Name           = "dasmCtl";
     this.dasmCtl.SelectedObject = null;
     this.dasmCtl.Services       = null;
     this.dasmCtl.Size           = new System.Drawing.Size(404, 185);
     this.dasmCtl.StartAddress   = null;
     this.dasmCtl.StyleClass     = null;
     this.dasmCtl.TabIndex       = 8;
     this.dasmCtl.TopAddress     = null;
     //
     // codeCtl
     //
     this.codeCtl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.codeCtl.Location   = new System.Drawing.Point(180, 37);
     this.codeCtl.Model      = emptyEditorModel2;
     this.codeCtl.Name       = "codeCtl";
     this.codeCtl.Services   = null;
     this.codeCtl.Size       = new System.Drawing.Size(404, 185);
     this.codeCtl.StyleClass = null;
     this.codeCtl.TabIndex   = 7;
     this.codeCtl.Text       = "textView1";
     //
     // memCtl
     //
     this.memCtl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.memCtl.Architecture    = null;
     this.memCtl.BytesPerRow     = ((uint)(16u));
     this.memCtl.ImageMap        = null;
     this.memCtl.Location        = new System.Drawing.Point(180, 37);
     this.memCtl.Name            = "memCtl";
     this.memCtl.SelectedAddress = null;
     this.memCtl.Services        = null;
     this.memCtl.Size            = new System.Drawing.Size(404, 185);
     this.memCtl.TabIndex        = 6;
     this.memCtl.Text            = "memoryControl1";
     this.memCtl.TopAddress      = null;
     this.memCtl.WordSize        = ((uint)(1u));
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.treeView1.HideSelection = false;
     this.treeView1.Location      = new System.Drawing.Point(7, 7);
     this.treeView1.Name          = "treeView1";
     this.treeView1.ShowPlusMinus = false;
     this.treeView1.Size          = new System.Drawing.Size(164, 215);
     this.treeView1.TabIndex      = 5;
     //
     // btnWindowBgColor
     //
     this.btnWindowBgColor.Location = new System.Drawing.Point(376, 7);
     this.btnWindowBgColor.Name     = "btnWindowBgColor";
     this.btnWindowBgColor.Size     = new System.Drawing.Size(92, 23);
     this.btnWindowBgColor.TabIndex = 3;
     this.btnWindowBgColor.Text     = "&Background...";
     this.btnWindowBgColor.UseVisualStyleBackColor = true;
     //
     // btnWindowFgColor
     //
     this.btnWindowFgColor.Location = new System.Drawing.Point(278, 7);
     this.btnWindowFgColor.Name     = "btnWindowFgColor";
     this.btnWindowFgColor.Size     = new System.Drawing.Size(92, 23);
     this.btnWindowFgColor.TabIndex = 2;
     this.btnWindowFgColor.Text     = "&Foreground...";
     this.btnWindowFgColor.UseVisualStyleBackColor = true;
     //
     // btnWindowFont
     //
     this.btnWindowFont.Location = new System.Drawing.Point(180, 7);
     this.btnWindowFont.Name     = "btnWindowFont";
     this.btnWindowFont.Size     = new System.Drawing.Size(92, 23);
     this.btnWindowFont.TabIndex = 1;
     this.btnWindowFont.Text     = "Fo&nt...";
     this.btnWindowFont.UseVisualStyleBackColor = true;
     //
     // treeBrowser
     //
     this.treeBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.treeBrowser.ImageIndex         = 0;
     this.treeBrowser.ImageList          = this.imlBrowser;
     this.treeBrowser.Location           = new System.Drawing.Point(180, 37);
     this.treeBrowser.Name               = "treeBrowser";
     this.treeBrowser.SelectedImageIndex = 0;
     this.treeBrowser.Size               = new System.Drawing.Size(404, 185);
     this.treeBrowser.TabIndex           = 9;
     //
     // imlBrowser
     //
     this.imlBrowser.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imlBrowser.ImageStream")));
     this.imlBrowser.TransparentColor = System.Drawing.Color.Transparent;
     this.imlBrowser.Images.SetKeyName(0, "Binary.ico");
     this.imlBrowser.Images.SetKeyName(1, "RxSection.ico");
     this.imlBrowser.Images.SetKeyName(2, "Code.ico");
     this.imlBrowser.Images.SetKeyName(3, "EntryProcedure.ico");
     this.imlBrowser.Images.SetKeyName(4, "Usercode.ico");
     //
     // tabColors
     //
     this.tabColors.Controls.Add(this.label1);
     this.tabColors.Controls.Add(this.btnElementBgColor);
     this.tabColors.Controls.Add(this.label2);
     this.tabColors.Controls.Add(this.btnElementFgColor);
     this.tabColors.Controls.Add(this.lbxUiElements);
     this.tabColors.Location = new System.Drawing.Point(4, 22);
     this.tabColors.Name     = "tabColors";
     this.tabColors.Padding  = new System.Windows.Forms.Padding(3);
     this.tabColors.Size     = new System.Drawing.Size(587, 241);
     this.tabColors.TabIndex = 1;
     this.tabColors.Text     = "Image Bar";
     this.tabColors.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(180, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(368, 47);
     this.label1.TabIndex = 5;
     this.label1.Text     = "label1";
     //
     // btnElementBgColor
     //
     this.btnElementBgColor.Location = new System.Drawing.Point(265, 6);
     this.btnElementBgColor.Name     = "btnElementBgColor";
     this.btnElementBgColor.Size     = new System.Drawing.Size(85, 23);
     this.btnElementBgColor.TabIndex = 4;
     this.btnElementBgColor.Text     = "&Background...";
     this.btnElementBgColor.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(177, 95);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(401, 131);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "lblImageBarPreview";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnElementFgColor
     //
     this.btnElementFgColor.Location = new System.Drawing.Point(177, 6);
     this.btnElementFgColor.Name     = "btnElementFgColor";
     this.btnElementFgColor.Size     = new System.Drawing.Size(82, 23);
     this.btnElementFgColor.TabIndex = 2;
     this.btnElementFgColor.Text     = "&Foreground...";
     this.btnElementFgColor.UseVisualStyleBackColor = true;
     //
     // lbxUiElements
     //
     this.lbxUiElements.FormattingEnabled = true;
     this.lbxUiElements.IntegralHeight    = false;
     this.lbxUiElements.Items.AddRange(new object[] {
         "Code",
         "Heuristic code",
         "Data",
         "Address",
         "Unknown"
     });
     this.lbxUiElements.Location = new System.Drawing.Point(7, 7);
     this.lbxUiElements.Name     = "lbxUiElements";
     this.lbxUiElements.Size     = new System.Drawing.Size(164, 172);
     this.lbxUiElements.TabIndex = 1;
     //
     // UserPreferencesDialog
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(594, 308);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "UserPreferencesDialog";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "User Preferences";
     this.tabControl1.ResumeLayout(false);
     this.tabWindows.ResumeLayout(false);
     this.tabColors.ResumeLayout(false);
     this.ResumeLayout(false);
 }