示例#1
0
 public frmCommMessageFilter()
 {
     this.InitializeComponent();
     this._displayWindow = this.rtbDisplay;
     this._count = 0;
     this.frmCommMessageFilterOccurrence.Text = this._count.ToString();
     _numberOpen++;
     this._persistedWindowName = "Message Filter Window " + _numberOpen.ToString();
     base.MdiParent = clsGlobal.g_objfrmMDIMain;
 }
示例#2
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(frmCommMessageFilter));
     this.MessageFilterGroupBox = new GroupBox();
     this.rtbDisplay = new CommonClass.MyRichTextBox();
     this.Column1 = new DataGridViewTextBoxColumn();
     this.frmMessageFilterMsgIdTxtBox = new TextBox();
     this.frmMessageFilterMsgIdLabel = new Label();
     this.frmMessageFilterMatchChkBox = new CheckBox();
     this.frmMessageFilterRegExpressionTxtBox = new TextBox();
     this.frmCommMessageFilterOccurrence = new Label();
     this.menuStrip1 = new MenuStrip();
     this.actionToolStripMenuItem = new ToolStripMenuItem();
     this.startToolStripMenuItem = new ToolStripMenuItem();
     this.pauseToolStripMenuItem = new ToolStripMenuItem();
     this.stopToolStripMenuItem = new ToolStripMenuItem();
     this.exitToolStripMenuItem = new ToolStripMenuItem();
     this.viewModeToolStripMenuItem = new ToolStripMenuItem();
     this.viewModeToolStripMenuItem1 = new ToolStripMenuItem();
     this.hexToolStripMenuItem = new ToolStripMenuItem();
     this.aSCIIToolStripMenuItem = new ToolStripMenuItem();
     this.sSBToolStripMenuItem = new ToolStripMenuItem();
     this.gP2ToolStripMenuItem = new ToolStripMenuItem();
     this.cSVToolStripMenuItem = new ToolStripMenuItem();
     this.statusStrip1 = new StatusStrip();
     this.frmMessageFilterStatusLabel = new ToolStripStatusLabel();
     this.toolTip1 = new ToolTip(this.components);
     this.toolTip2 = new ToolTip(this.components);
     this.MessageFilterGroupBox.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     base.SuspendLayout();
     this.MessageFilterGroupBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.MessageFilterGroupBox.Controls.Add(this.rtbDisplay);
     this.MessageFilterGroupBox.Location = new Point(0x16, 0x8e);
     this.MessageFilterGroupBox.Name = "MessageFilterGroupBox";
     this.MessageFilterGroupBox.Size = new Size(0x2e6, 0x160);
     this.MessageFilterGroupBox.TabIndex = 6;
     this.MessageFilterGroupBox.TabStop = false;
     this.MessageFilterGroupBox.Text = "Message Filter";
     this.rtbDisplay.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.rtbDisplay.BackColor = SystemColors.ControlLightLight;
     this.rtbDisplay.Location = new Point(6, 0x13);
     this.rtbDisplay.Name = "rtbDisplay";
     this.rtbDisplay.ReadOnly = true;
     this.rtbDisplay.Size = new Size(730, 320);
     this.rtbDisplay.TabIndex = 5;
     this.rtbDisplay.Text = "";
     this.rtbDisplay.DoubleClick += new EventHandler(this.rtbDisplay_DoubleClick);
     this.Column1.HeaderText = "Column1";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 0x1388;
     this.frmMessageFilterMsgIdTxtBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmMessageFilterMsgIdTxtBox.Location = new Point(0x1c, 0x31);
     this.frmMessageFilterMsgIdTxtBox.Name = "frmMessageFilterMsgIdTxtBox";
     this.frmMessageFilterMsgIdTxtBox.Size = new Size(730, 20);
     this.frmMessageFilterMsgIdTxtBox.TabIndex = 1;
     this.frmMessageFilterMsgIdTxtBox.PreviewKeyDown += new PreviewKeyDownEventHandler(this.frmMessageFilterMsgIdTxtBox_PreviewKeyDown);
     this.frmMessageFilterMsgIdTxtBox.MouseEnter += new EventHandler(this.frmMessageFilterMsgIdTxtBox_MouseEnter);
     this.frmMessageFilterMsgIdLabel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmMessageFilterMsgIdLabel.AutoSize = true;
     this.frmMessageFilterMsgIdLabel.Location = new Point(0x19, 0x20);
     this.frmMessageFilterMsgIdLabel.Name = "frmMessageFilterMsgIdLabel";
     this.frmMessageFilterMsgIdLabel.Size = new Size(0x194, 13);
     this.frmMessageFilterMsgIdLabel.TabIndex = 0;
     this.frmMessageFilterMsgIdLabel.Text = "Message(s) to filter (CHAN ID, MSG ID, SUB ID % CHAN ID, MSG ID, SUB ID % ... )";
     this.frmMessageFilterMatchChkBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmMessageFilterMatchChkBox.AutoSize = true;
     this.frmMessageFilterMatchChkBox.Location = new Point(0x1c, 80);
     this.frmMessageFilterMatchChkBox.Name = "frmMessageFilterMatchChkBox";
     this.frmMessageFilterMatchChkBox.Size = new Size(0x9c, 0x11);
     this.frmMessageFilterMatchChkBox.TabIndex = 2;
     this.frmMessageFilterMatchChkBox.Text = "Match Regular Expression?";
     this.frmMessageFilterMatchChkBox.UseVisualStyleBackColor = true;
     this.frmMessageFilterMatchChkBox.CheckedChanged += new EventHandler(this.frmMessageFilterMatchChkBox_CheckedChanged);
     this.frmMessageFilterRegExpressionTxtBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmMessageFilterRegExpressionTxtBox.Location = new Point(0x1c, 0x67);
     this.frmMessageFilterRegExpressionTxtBox.Name = "frmMessageFilterRegExpressionTxtBox";
     this.frmMessageFilterRegExpressionTxtBox.Size = new Size(730, 20);
     this.frmMessageFilterRegExpressionTxtBox.TabIndex = 4;
     this.frmMessageFilterRegExpressionTxtBox.PreviewKeyDown += new PreviewKeyDownEventHandler(this.frmMessageFilterRegExpressionTxtBox_PreviewKeyDown);
     this.frmMessageFilterRegExpressionTxtBox.MouseEnter += new EventHandler(this.frmMessageFilterRegExpressionTxtBox_MouseEnter);
     this.frmCommMessageFilterOccurrence.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmCommMessageFilterOccurrence.AutoSize = true;
     this.frmCommMessageFilterOccurrence.Location = new Point(0xb8, 0x52);
     this.frmCommMessageFilterOccurrence.Name = "frmCommMessageFilterOccurrence";
     this.frmCommMessageFilterOccurrence.Size = new Size(0x2b, 13);
     this.frmCommMessageFilterOccurrence.TabIndex = 3;
     this.frmCommMessageFilterOccurrence.Text = "Match: ";
     this.menuStrip1.AllowMerge = false;
     this.menuStrip1.Items.AddRange(new ToolStripItem[] { this.actionToolStripMenuItem, this.viewModeToolStripMenuItem });
     this.menuStrip1.Location = new Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new Size(0x313, 0x18);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text = "menuStrip1";
     this.actionToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.startToolStripMenuItem, this.pauseToolStripMenuItem, this.stopToolStripMenuItem, this.exitToolStripMenuItem });
     this.actionToolStripMenuItem.Name = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Size = new Size(0x79, 20);
     this.actionToolStripMenuItem.Text = "Message Filter &Action";
     this.startToolStripMenuItem.Name = "startToolStripMenuItem";
     this.startToolStripMenuItem.Size = new Size(0x72, 0x16);
     this.startToolStripMenuItem.Text = "&Start";
     this.startToolStripMenuItem.Click += new EventHandler(this.startToolStripMenuItem_Click);
     this.pauseToolStripMenuItem.Name = "pauseToolStripMenuItem";
     this.pauseToolStripMenuItem.Size = new Size(0x72, 0x16);
     this.pauseToolStripMenuItem.Text = "&Pause";
     this.pauseToolStripMenuItem.Click += new EventHandler(this.pauseToolStripMenuItem_Click);
     this.stopToolStripMenuItem.Name = "stopToolStripMenuItem";
     this.stopToolStripMenuItem.Size = new Size(0x72, 0x16);
     this.stopToolStripMenuItem.Text = "Sto&p";
     this.stopToolStripMenuItem.Click += new EventHandler(this.stopToolStripMenuItem_Click);
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new Size(0x72, 0x16);
     this.exitToolStripMenuItem.Text = "E&xit";
     this.exitToolStripMenuItem.Click += new EventHandler(this.exitToolStripMenuItem_Click);
     this.viewModeToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.viewModeToolStripMenuItem1 });
     this.viewModeToolStripMenuItem.Name = "viewModeToolStripMenuItem";
     this.viewModeToolStripMenuItem.Size = new Size(0x71, 20);
     this.viewModeToolStripMenuItem.Text = "Message Filter &View";
     this.viewModeToolStripMenuItem.Click += new EventHandler(this.viewModeToolStripMenuItem_Click);
     this.viewModeToolStripMenuItem1.DropDownItems.AddRange(new ToolStripItem[] { this.hexToolStripMenuItem, this.aSCIIToolStripMenuItem, this.sSBToolStripMenuItem, this.gP2ToolStripMenuItem, this.cSVToolStripMenuItem });
     this.viewModeToolStripMenuItem1.Name = "viewModeToolStripMenuItem1";
     this.viewModeToolStripMenuItem1.Size = new Size(0x98, 0x16);
     this.viewModeToolStripMenuItem1.Text = "View &Mode";
     this.viewModeToolStripMenuItem1.DropDownOpened += new EventHandler(this.viewModeToolStripMenuItem1_DropDownOpened);
     this.hexToolStripMenuItem.Name = "hexToolStripMenuItem";
     this.hexToolStripMenuItem.Size = new Size(0x98, 0x16);
     this.hexToolStripMenuItem.Text = "&Hex";
     this.hexToolStripMenuItem.Click += new EventHandler(this.hexToolStripMenuItem_Click);
     this.aSCIIToolStripMenuItem.Name = "aSCIIToolStripMenuItem";
     this.aSCIIToolStripMenuItem.Size = new Size(0x98, 0x16);
     this.aSCIIToolStripMenuItem.Text = "&ASCII";
     this.aSCIIToolStripMenuItem.Click += new EventHandler(this.aSCIIToolStripMenuItem_Click);
     this.sSBToolStripMenuItem.Name = "sSBToolStripMenuItem";
     this.sSBToolStripMenuItem.Size = new Size(0x98, 0x16);
     this.sSBToolStripMenuItem.Text = "&SSB";
     this.sSBToolStripMenuItem.Click += new EventHandler(this.sSBToolStripMenuItem_Click);
     this.gP2ToolStripMenuItem.Name = "gP2ToolStripMenuItem";
     this.gP2ToolStripMenuItem.Size = new Size(0x98, 0x16);
     this.gP2ToolStripMenuItem.Text = "GP&2";
     this.gP2ToolStripMenuItem.Click += new EventHandler(this.gP2ToolStripMenuItem_Click);
     this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem";
     this.cSVToolStripMenuItem.Size = new Size(0x98, 0x16);
     this.cSVToolStripMenuItem.Text = "&GPS";
     this.cSVToolStripMenuItem.Click += new EventHandler(this.cSVToolStripMenuItem_Click);
     this.statusStrip1.Items.AddRange(new ToolStripItem[] { this.frmMessageFilterStatusLabel });
     this.statusStrip1.Location = new Point(0, 0x1f8);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new Size(0x313, 0x16);
     this.statusStrip1.TabIndex = 6;
     this.statusStrip1.Text = "statusStrip1";
     this.frmMessageFilterStatusLabel.Name = "frmMessageFilterStatusLabel";
     this.frmMessageFilterStatusLabel.Size = new Size(110, 0x11);
     this.frmMessageFilterStatusLabel.Text = "Message Filter Status";
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     base.ClientSize = new Size(0x313, 0x20e);
     base.Controls.Add(this.statusStrip1);
     base.Controls.Add(this.frmCommMessageFilterOccurrence);
     base.Controls.Add(this.frmMessageFilterRegExpressionTxtBox);
     base.Controls.Add(this.frmMessageFilterMatchChkBox);
     base.Controls.Add(this.frmMessageFilterMsgIdLabel);
     base.Controls.Add(this.frmMessageFilterMsgIdTxtBox);
     base.Controls.Add(this.MessageFilterGroupBox);
     base.Controls.Add(this.menuStrip1);
     base.Icon = (Icon) manager.GetObject("$this.Icon");
     base.MainMenuStrip = this.menuStrip1;
     this.MinimumSize = new Size(300, 200);
     base.Name = "frmCommMessageFilter";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "Message(s) Filter";
     base.Load += new EventHandler(this.frmCommMessageFilter_Load);
     base.LocationChanged += new EventHandler(this.frmCommMessageFilter_LocationChanged);
     base.ResizeEnd += new EventHandler(this.frmCommMessageFilter_ResizeEnd);
     this.MessageFilterGroupBox.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
示例#3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(frmFileReplay));
     this.toolStrip1 = new ToolStrip();
     this.frmFileReplayToolPlay = new ToolStripButton();
     this.frmFileReplayToolBackward = new ToolStripButton();
     this.frmFileReplayToolPause = new ToolStripButton();
     this.frmFileReplayToolForward = new ToolStripButton();
     this.frmFileReplayToolStop = new ToolStripButton();
     this.frmCommOpenToolLog = new ToolStripDropDownButton();
     this.startLogToolStripMenuItem = new ToolStripMenuItem();
     this.stopLogToolStripMenuItem = new ToolStripMenuItem();
     this.frmFileReplayToolSignalView = new ToolStripDropDownButton();
     this.signalViewToolStripMenuItem = new ToolStripMenuItem();
     this.satelliteMapToolStripMenuItem = new ToolStripMenuItem();
     this.locationViewToolStripMenuItem = new ToolStripMenuItem();
     this.interferenceReportToolStripMenuItem = new ToolStripMenuItem();
     this.tTFFToolStripMenuItem = new ToolStripMenuItem();
     this.frmFileReplayToolFilter = new ToolStripDropDownButton();
     this.GroupBox1 = new GroupBox();
     this.rtbDisplay = new CommonClass.MyRichTextBox();
     this.Column1 = new DataGridViewTextBoxColumn();
     this.markerText = new TextBox();
     this.chkboxSLC = new CheckBox();
     this.frmFileReplayProtocolsLabel = new Label();
     this.cboProtocols = new ComboBox();
     this.menuStrip1 = new MenuStrip();
     this.frmFileReplayFileToolStripMenuItem = new ToolStripMenuItem();
     this.frmFileReplayOpenToolStripMenuItem = new ToolStripMenuItem();
     this.frmFileReplaySaveToolStripMenuItem = new ToolStripMenuItem();
     this.frmFileReplayCloseToolStripMenuItem = new ToolStripMenuItem();
     this.replayFileViewToolStripMenuItem = new ToolStripMenuItem();
     this.viewModeToolStripMenuItem = new ToolStripMenuItem();
     this.hexToolStripMenuItem = new ToolStripMenuItem();
     this.aSCIIToolStripMenuItem = new ToolStripMenuItem();
     this.sSBToolStripMenuItem = new ToolStripMenuItem();
     this.gP2ToolStripMenuItem = new ToolStripMenuItem();
     this.cSVToolStripMenuItem = new ToolStripMenuItem();
     this.messagesToolStripMenuItem = new ToolStripMenuItem();
     this.viewAllToolStripMenuItem = new ToolStripMenuItem();
     this.frmFileReplayOccurrence = new Label();
     this.frmFileReplayRegExpressionTxtBox = new TextBox();
     this.frmFileReplayMatchChkBox = new CheckBox();
     this.frmFileReplayTrackBar = new TrackBar();
     this.frmFileReplayMarkerLabel = new Label();
     this.label1 = new Label();
     this.logFileNameTextBox = new TextBox();
     this.logStatusLabel = new Label();
     this.btn_logFileBroswer = new Button();
     this.frmFileplaybackDelayTextBox = new TextBox();
     this.frmFileplaybackDelayLabel = new Label();
     this._displayDataBG = new BackgroundWorker();
     this.setRefLocationBtn = new Button();
     this.toolTip1 = new ToolTip(this.components);
     this.toolTip2 = new ToolTip(this.components);
     this.toolTip3 = new ToolTip(this.components);
     this.toolTip4 = new ToolTip(this.components);
     this.toolStrip1.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.frmFileReplayTrackBar.BeginInit();
     base.SuspendLayout();
     this.toolStrip1.BackColor = SystemColors.MenuBar;
     this.toolStrip1.ImageScalingSize = new Size(0x12, 0x12);
     this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.frmFileReplayToolPlay, this.frmFileReplayToolBackward, this.frmFileReplayToolPause, this.frmFileReplayToolForward, this.frmFileReplayToolStop, this.frmCommOpenToolLog, this.frmFileReplayToolSignalView, this.frmFileReplayToolFilter });
     this.toolStrip1.Location = new Point(0, 0x18);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new Size(0x2dc, 0x19);
     this.toolStrip1.Stretch = true;
     this.toolStrip1.TabIndex = 0x12;
     this.toolStrip1.Text = "User Action";
     this.frmFileReplayToolPlay.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolPlay.Image = (Image) resources.GetObject("frmFileReplayToolPlay.Image");
     this.frmFileReplayToolPlay.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolPlay.Name = "frmFileReplayToolPlay";
     this.frmFileReplayToolPlay.Size = new Size(0x17, 0x16);
     this.frmFileReplayToolPlay.Text = "Play";
     this.frmFileReplayToolPlay.Click += new EventHandler(this.frmFileReplayToolPlay_Click);
     this.frmFileReplayToolBackward.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolBackward.Image = (Image) resources.GetObject("frmFileReplayToolBackward.Image");
     this.frmFileReplayToolBackward.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolBackward.Name = "frmFileReplayToolBackward";
     this.frmFileReplayToolBackward.Size = new Size(0x17, 0x16);
     this.frmFileReplayToolBackward.Text = "Backward";
     this.frmFileReplayToolBackward.Click += new EventHandler(this.frmFileReplayToolBackward_Click);
     this.frmFileReplayToolPause.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolPause.Image = (Image) resources.GetObject("frmFileReplayToolPause.Image");
     this.frmFileReplayToolPause.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolPause.Name = "frmFileReplayToolPause";
     this.frmFileReplayToolPause.Size = new Size(0x17, 0x16);
     this.frmFileReplayToolPause.Text = "Pause";
     this.frmFileReplayToolPause.Click += new EventHandler(this.frmFileReplayToolPause_Click);
     this.frmFileReplayToolForward.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolForward.Image = (Image) resources.GetObject("frmFileReplayToolForward.Image");
     this.frmFileReplayToolForward.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolForward.Name = "frmFileReplayToolForward";
     this.frmFileReplayToolForward.Size = new Size(0x17, 0x16);
     this.frmFileReplayToolForward.Text = "Forward";
     this.frmFileReplayToolForward.Click += new EventHandler(this.frmFileReplayToolForward_Click);
     this.frmFileReplayToolStop.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolStop.Image = (Image) resources.GetObject("frmFileReplayToolStop.Image");
     this.frmFileReplayToolStop.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolStop.Name = "frmFileReplayToolStop";
     this.frmFileReplayToolStop.Size = new Size(0x17, 0x16);
     this.frmFileReplayToolStop.Text = "Stop";
     this.frmFileReplayToolStop.Click += new EventHandler(this.frmFileReplayToolStop_Click);
     this.frmCommOpenToolLog.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmCommOpenToolLog.DropDownItems.AddRange(new ToolStripItem[] { this.startLogToolStripMenuItem, this.stopLogToolStripMenuItem });
     this.frmCommOpenToolLog.Image = (Image) resources.GetObject("frmCommOpenToolLog.Image");
     this.frmCommOpenToolLog.ImageTransparentColor = Color.Magenta;
     this.frmCommOpenToolLog.Name = "frmCommOpenToolLog";
     this.frmCommOpenToolLog.Size = new Size(0x1f, 0x16);
     this.frmCommOpenToolLog.Text = "Logging";
     this.startLogToolStripMenuItem.Name = "startLogToolStripMenuItem";
     this.startLogToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.startLogToolStripMenuItem.Text = "Start Log";
     this.startLogToolStripMenuItem.Click += new EventHandler(this.startLogToolStripMenuItem_Click);
     this.stopLogToolStripMenuItem.Name = "stopLogToolStripMenuItem";
     this.stopLogToolStripMenuItem.Size = new Size(0x81, 0x16);
     this.stopLogToolStripMenuItem.Text = "Stop Log";
     this.stopLogToolStripMenuItem.Click += new EventHandler(this.stopLogToolStripMenuItem_Click);
     this.frmFileReplayToolSignalView.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolSignalView.DropDownItems.AddRange(new ToolStripItem[] { this.signalViewToolStripMenuItem, this.satelliteMapToolStripMenuItem, this.locationViewToolStripMenuItem, this.interferenceReportToolStripMenuItem, this.tTFFToolStripMenuItem });
     this.frmFileReplayToolSignalView.Image = (Image) resources.GetObject("frmFileReplayToolSignalView.Image");
     this.frmFileReplayToolSignalView.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolSignalView.Name = "frmFileReplayToolSignalView";
     this.frmFileReplayToolSignalView.Size = new Size(0x1f, 0x16);
     this.frmFileReplayToolSignalView.Text = "View";
     this.signalViewToolStripMenuItem.Name = "signalViewToolStripMenuItem";
     this.signalViewToolStripMenuItem.Size = new Size(0xc7, 0x16);
     this.signalViewToolStripMenuItem.Text = "Satellite Signal Strength";
     this.signalViewToolStripMenuItem.Click += new EventHandler(this.signalStrengthToolStripMenuItem_Click);
     this.satelliteMapToolStripMenuItem.Name = "satelliteMapToolStripMenuItem";
     this.satelliteMapToolStripMenuItem.Size = new Size(0xc7, 0x16);
     this.satelliteMapToolStripMenuItem.Text = "Satellite Map";
     this.satelliteMapToolStripMenuItem.Click += new EventHandler(this.satelliteMapToolStripMenuItem_Click);
     this.locationViewToolStripMenuItem.Name = "locationViewToolStripMenuItem";
     this.locationViewToolStripMenuItem.Size = new Size(0xc7, 0x16);
     this.locationViewToolStripMenuItem.Text = "Map";
     this.locationViewToolStripMenuItem.Click += new EventHandler(this.locationViewToolStripMenuItem_Click);
     this.interferenceReportToolStripMenuItem.Name = "interferenceReportToolStripMenuItem";
     this.interferenceReportToolStripMenuItem.Size = new Size(0xc7, 0x16);
     this.interferenceReportToolStripMenuItem.Text = "Interference Report";
     this.interferenceReportToolStripMenuItem.Click += new EventHandler(this.interferenceReportToolStripMenuItem_Click);
     this.tTFFToolStripMenuItem.Name = "tTFFToolStripMenuItem";
     this.tTFFToolStripMenuItem.Size = new Size(0xc7, 0x16);
     this.tTFFToolStripMenuItem.Text = "TTFF";
     this.tTFFToolStripMenuItem.Click += new EventHandler(this.tTFFToolStripMenuItem_Click);
     this.frmFileReplayToolFilter.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.frmFileReplayToolFilter.Image = (Image) resources.GetObject("frmFileReplayToolFilter.Image");
     this.frmFileReplayToolFilter.ImageTransparentColor = Color.Magenta;
     this.frmFileReplayToolFilter.Name = "frmFileReplayToolFilter";
     this.frmFileReplayToolFilter.Size = new Size(0x1f, 0x16);
     this.frmFileReplayToolFilter.Text = "Message Filter";
     this.frmFileReplayToolFilter.Click += new EventHandler(this.frmFileReplayToolFilter_Click);
     this.GroupBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.GroupBox1.Controls.Add(this.rtbDisplay);
     this.GroupBox1.Location = new Point(14, 0xe9);
     this.GroupBox1.Name = "GroupBox1";
     this.GroupBox1.Size = new Size(0x2b3, 0x171);
     this.GroupBox1.TabIndex = 0x13;
     this.GroupBox1.TabStop = false;
     this.GroupBox1.Text = "Replay File Data";
     this.rtbDisplay.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.rtbDisplay.BackColor = SystemColors.ControlLightLight;
     this.rtbDisplay.Location = new Point(12, 0x1b);
     this.rtbDisplay.Name = "rtbDisplay";
     this.rtbDisplay.ReadOnly = true;
     this.rtbDisplay.Size = new Size(0x296, 0x145);
     this.rtbDisplay.TabIndex = 9;
     this.rtbDisplay.Text = "";
     this.Column1.HeaderText = "Column1";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 0x1388;
     this.markerText.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.markerText.Location = new Point(0x58, 160);
     this.markerText.Name = "markerText";
     this.markerText.Size = new Size(0x269, 20);
     this.markerText.TabIndex = 7;
     this.markerText.PreviewKeyDown += new PreviewKeyDownEventHandler(this.markerText_PreviewKeyDown);
     this.markerText.MouseEnter += new EventHandler(this.markerText_MouseEnter);
     this.chkboxSLC.Location = new Point(14, 0x52);
     this.chkboxSLC.Name = "chkboxSLC";
     this.chkboxSLC.Size = new Size(0x33, 0x18);
     this.chkboxSLC.TabIndex = 0;
     this.chkboxSLC.Text = "SLC";
     this.chkboxSLC.CheckedChanged += new EventHandler(this.chkboxSLC_CheckedChanged);
     this.frmFileReplayProtocolsLabel.AutoSize = true;
     this.frmFileReplayProtocolsLabel.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.frmFileReplayProtocolsLabel.Location = new Point(0x4b, 0x58);
     this.frmFileReplayProtocolsLabel.Name = "frmFileReplayProtocolsLabel";
     this.frmFileReplayProtocolsLabel.Size = new Size(0x33, 13);
     this.frmFileReplayProtocolsLabel.TabIndex = 1;
     this.frmFileReplayProtocolsLabel.Text = "Protocols";
     this.cboProtocols.FormattingEnabled = true;
     this.cboProtocols.Location = new Point(0x86, 0x54);
     this.cboProtocols.Name = "cboProtocols";
     this.cboProtocols.Size = new Size(0x54, 0x15);
     this.cboProtocols.TabIndex = 2;
     this.cboProtocols.SelectedIndexChanged += new EventHandler(this.cboProtocols_SelectedIndexChanged);
     this.menuStrip1.AllowMerge = false;
     this.menuStrip1.BackColor = SystemColors.Menu;
     this.menuStrip1.Items.AddRange(new ToolStripItem[] { this.frmFileReplayFileToolStripMenuItem, this.replayFileViewToolStripMenuItem });
     this.menuStrip1.Location = new Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new Size(0x2dc, 0x18);
     this.menuStrip1.TabIndex = 20;
     this.menuStrip1.Text = "menuStrip1";
     this.frmFileReplayFileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.frmFileReplayOpenToolStripMenuItem, this.frmFileReplaySaveToolStripMenuItem, this.frmFileReplayCloseToolStripMenuItem });
     this.frmFileReplayFileToolStripMenuItem.Name = "frmFileReplayFileToolStripMenuItem";
     this.frmFileReplayFileToolStripMenuItem.Size = new Size(0x47, 20);
     this.frmFileReplayFileToolStripMenuItem.Text = "Replay File";
     this.frmFileReplayOpenToolStripMenuItem.Name = "frmFileReplayOpenToolStripMenuItem";
     this.frmFileReplayOpenToolStripMenuItem.Size = new Size(0x6f, 0x16);
     this.frmFileReplayOpenToolStripMenuItem.Text = "Open";
     this.frmFileReplayOpenToolStripMenuItem.Click += new EventHandler(this.frmFileReplayOpenToolStripMenuItem_Click);
     this.frmFileReplaySaveToolStripMenuItem.Name = "frmFileReplaySaveToolStripMenuItem";
     this.frmFileReplaySaveToolStripMenuItem.Size = new Size(0x6f, 0x16);
     this.frmFileReplaySaveToolStripMenuItem.Text = "Save";
     this.frmFileReplaySaveToolStripMenuItem.Click += new EventHandler(this.frmFileReplaySaveToolStripMenuItem_Click);
     this.frmFileReplayCloseToolStripMenuItem.Name = "frmFileReplayCloseToolStripMenuItem";
     this.frmFileReplayCloseToolStripMenuItem.Size = new Size(0x6f, 0x16);
     this.frmFileReplayCloseToolStripMenuItem.Text = "Close";
     this.frmFileReplayCloseToolStripMenuItem.Click += new EventHandler(this.frmFileReplayCloseToolStripMenuItem_Click);
     this.replayFileViewToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.viewModeToolStripMenuItem, this.messagesToolStripMenuItem });
     this.replayFileViewToolStripMenuItem.Name = "replayFileViewToolStripMenuItem";
     this.replayFileViewToolStripMenuItem.Size = new Size(0x4d, 20);
     this.replayFileViewToolStripMenuItem.Text = "Replay View";
     this.viewModeToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.hexToolStripMenuItem, this.aSCIIToolStripMenuItem, this.sSBToolStripMenuItem, this.gP2ToolStripMenuItem, this.cSVToolStripMenuItem });
     this.viewModeToolStripMenuItem.Name = "viewModeToolStripMenuItem";
     this.viewModeToolStripMenuItem.Size = new Size(0x88, 0x16);
     this.viewModeToolStripMenuItem.Text = "View Mode";
     this.viewModeToolStripMenuItem.Click += new EventHandler(this.viewModeToolStripMenuItem_Click);
     this.hexToolStripMenuItem.Name = "hexToolStripMenuItem";
     this.hexToolStripMenuItem.Size = new Size(0x71, 0x16);
     this.hexToolStripMenuItem.Text = "HEX";
     this.hexToolStripMenuItem.Click += new EventHandler(this.hexToolStripMenuItem_Click);
     this.aSCIIToolStripMenuItem.Name = "aSCIIToolStripMenuItem";
     this.aSCIIToolStripMenuItem.Size = new Size(0x71, 0x16);
     this.aSCIIToolStripMenuItem.Text = "ASCII";
     this.aSCIIToolStripMenuItem.Click += new EventHandler(this.aSCIIToolStripMenuItem_Click);
     this.sSBToolStripMenuItem.Name = "sSBToolStripMenuItem";
     this.sSBToolStripMenuItem.Size = new Size(0x71, 0x16);
     this.sSBToolStripMenuItem.Text = "SSB";
     this.sSBToolStripMenuItem.Click += new EventHandler(this.sSBToolStripMenuItem_Click);
     this.gP2ToolStripMenuItem.Name = "gP2ToolStripMenuItem";
     this.gP2ToolStripMenuItem.Size = new Size(0x71, 0x16);
     this.gP2ToolStripMenuItem.Text = "GP2";
     this.gP2ToolStripMenuItem.Click += new EventHandler(this.gP2ToolStripMenuItem_Click);
     this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem";
     this.cSVToolStripMenuItem.Size = new Size(0x71, 0x16);
     this.cSVToolStripMenuItem.Text = "GPS";
     this.cSVToolStripMenuItem.Click += new EventHandler(this.cSVToolStripMenuItem_Click);
     this.messagesToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.viewAllToolStripMenuItem });
     this.messagesToolStripMenuItem.Name = "messagesToolStripMenuItem";
     this.messagesToolStripMenuItem.Size = new Size(0x88, 0x16);
     this.messagesToolStripMenuItem.Text = "Messages";
     this.viewAllToolStripMenuItem.Name = "viewAllToolStripMenuItem";
     this.viewAllToolStripMenuItem.Size = new Size(0x92, 0x16);
     this.viewAllToolStripMenuItem.Text = "All Messages";
     this.viewAllToolStripMenuItem.Click += new EventHandler(this.viewAllToolStripMenuItem_Click);
     this.frmFileReplayOccurrence.AutoSize = true;
     this.frmFileReplayOccurrence.Location = new Point(0xc0, 0x72);
     this.frmFileReplayOccurrence.Name = "frmFileReplayOccurrence";
     this.frmFileReplayOccurrence.Size = new Size(0x2b, 13);
     this.frmFileReplayOccurrence.TabIndex = 4;
     this.frmFileReplayOccurrence.Text = "Match: ";
     this.frmFileReplayRegExpressionTxtBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmFileReplayRegExpressionTxtBox.Location = new Point(14, 0x87);
     this.frmFileReplayRegExpressionTxtBox.Name = "frmFileReplayRegExpressionTxtBox";
     this.frmFileReplayRegExpressionTxtBox.Size = new Size(0x2b3, 20);
     this.frmFileReplayRegExpressionTxtBox.TabIndex = 5;
     this.frmFileReplayRegExpressionTxtBox.PreviewKeyDown += new PreviewKeyDownEventHandler(this.markerText_PreviewKeyDown);
     this.frmFileReplayRegExpressionTxtBox.MouseEnter += new EventHandler(this.frmFileReplayRegExpressionTxtBox_MouseEnter);
     this.frmFileReplayRegExpressionTxtBox.TextChanged += new EventHandler(this.frmFileReplayRegExpressionTxtBox_TextChanged);
     this.frmFileReplayMatchChkBox.AutoSize = true;
     this.frmFileReplayMatchChkBox.Location = new Point(14, 0x70);
     this.frmFileReplayMatchChkBox.Name = "frmFileReplayMatchChkBox";
     this.frmFileReplayMatchChkBox.Size = new Size(0x9c, 0x11);
     this.frmFileReplayMatchChkBox.TabIndex = 3;
     this.frmFileReplayMatchChkBox.Text = "Match Regular Expression?";
     this.frmFileReplayMatchChkBox.UseVisualStyleBackColor = true;
     this.frmFileReplayMatchChkBox.CheckedChanged += new EventHandler(this.frmFileReplayMatchChkBox_CheckedChanged);
     this.frmFileReplayTrackBar.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmFileReplayTrackBar.Location = new Point(0x69, 0xba);
     this.frmFileReplayTrackBar.Name = "frmFileReplayTrackBar";
     this.frmFileReplayTrackBar.Size = new Size(600, 0x2a);
     this.frmFileReplayTrackBar.TabIndex = 8;
     this.frmFileReplayTrackBar.Scroll += new EventHandler(this.frmFileReplayTrackBar_Scroll);
     this.frmFileReplayTrackBar.MouseHover += new EventHandler(this.frmFileReplayTrackBar_MouseHover);
     this.frmFileReplayMarkerLabel.AutoSize = true;
     this.frmFileReplayMarkerLabel.Location = new Point(14, 0xa4);
     this.frmFileReplayMarkerLabel.Name = "frmFileReplayMarkerLabel";
     this.frmFileReplayMarkerLabel.Size = new Size(0x44, 13);
     this.frmFileReplayMarkerLabel.TabIndex = 6;
     this.frmFileReplayMarkerLabel.Text = "User Marker:";
     this.label1.AutoSize = true;
     this.label1.Location = new Point(13, 60);
     this.label1.Name = "label1";
     this.label1.Size = new Size(0x45, 13);
     this.label1.TabIndex = 0x15;
     this.label1.Text = "Log File Path";
     this.logFileNameTextBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.logFileNameTextBox.Location = new Point(0x58, 0x38);
     this.logFileNameTextBox.Name = "logFileNameTextBox";
     this.logFileNameTextBox.Size = new Size(0x249, 20);
     this.logFileNameTextBox.TabIndex = 0x16;
     this.logStatusLabel.AutoSize = true;
     this.logStatusLabel.Location = new Point(0x1a9, 0x58);
     this.logStatusLabel.Name = "logStatusLabel";
     this.logStatusLabel.Size = new Size(0x3a, 13);
     this.logStatusLabel.TabIndex = 0x17;
     this.logStatusLabel.Text = "Log Status";
     this.btn_logFileBroswer.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.btn_logFileBroswer.Location = new Point(0x2ab, 0x36);
     this.btn_logFileBroswer.Name = "btn_logFileBroswer";
     this.btn_logFileBroswer.Size = new Size(0x16, 0x17);
     this.btn_logFileBroswer.TabIndex = 0x18;
     this.btn_logFileBroswer.Text = "...";
     this.btn_logFileBroswer.UseVisualStyleBackColor = true;
     this.btn_logFileBroswer.Click += new EventHandler(this.btn_logFileBroswer_Click);
     this.frmFileplaybackDelayTextBox.Location = new Point(14, 200);
     this.frmFileplaybackDelayTextBox.Name = "frmFileplaybackDelayTextBox";
     this.frmFileplaybackDelayTextBox.Size = new Size(0x49, 20);
     this.frmFileplaybackDelayTextBox.TabIndex = 0x19;
     this.frmFileplaybackDelayTextBox.PreviewKeyDown += new PreviewKeyDownEventHandler(this.frmFileplaybackDelayTextBox_PreviewKeyDown);
     this.frmFileplaybackDelayTextBox.MouseEnter += new EventHandler(this.frmFileplaybackDelayTextBox_MouseEnter);
     this.frmFileplaybackDelayLabel.AutoSize = true;
     this.frmFileplaybackDelayLabel.Location = new Point(14, 0xb6);
     this.frmFileplaybackDelayLabel.Name = "frmFileplaybackDelayLabel";
     this.frmFileplaybackDelayLabel.Size = new Size(0x38, 13);
     this.frmFileplaybackDelayLabel.TabIndex = 0x1a;
     this.frmFileplaybackDelayLabel.Text = "Delay (ms)";
     this._displayDataBG.WorkerReportsProgress = true;
     this._displayDataBG.WorkerSupportsCancellation = true;
     this.setRefLocationBtn.Location = new Point(0xf5, 0x53);
     this.setRefLocationBtn.Name = "setRefLocationBtn";
     this.setRefLocationBtn.Size = new Size(130, 0x17);
     this.setRefLocationBtn.TabIndex = 0x1b;
     this.setRefLocationBtn.Text = "Set Reference Position";
     this.setRefLocationBtn.UseVisualStyleBackColor = true;
     this.setRefLocationBtn.Click += new EventHandler(this.setRefLocationBtn_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     base.ClientSize = new Size(0x2dc, 0x266);
     base.Controls.Add(this.setRefLocationBtn);
     base.Controls.Add(this.frmFileplaybackDelayLabel);
     base.Controls.Add(this.frmFileplaybackDelayTextBox);
     base.Controls.Add(this.btn_logFileBroswer);
     base.Controls.Add(this.logStatusLabel);
     base.Controls.Add(this.logFileNameTextBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.frmFileReplayProtocolsLabel);
     base.Controls.Add(this.chkboxSLC);
     base.Controls.Add(this.cboProtocols);
     base.Controls.Add(this.frmFileReplayMarkerLabel);
     base.Controls.Add(this.markerText);
     base.Controls.Add(this.frmFileReplayTrackBar);
     base.Controls.Add(this.frmFileReplayOccurrence);
     base.Controls.Add(this.frmFileReplayRegExpressionTxtBox);
     base.Controls.Add(this.frmFileReplayMatchChkBox);
     base.Controls.Add(this.GroupBox1);
     base.Controls.Add(this.toolStrip1);
     base.Controls.Add(this.menuStrip1);
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.MainMenuStrip = this.menuStrip1;
     base.Name = "frmFileReplay";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text = "Replay File";
     base.FormClosing += new FormClosingEventHandler(this.frmFileReplay_FormClosing);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.frmFileReplayTrackBar.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
示例#4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(frmCommOpen));
     this.frmCommDisplayColumn = new DataGridViewTextBoxColumn();
     this.frmCommOpenLogStatusLabel = new Label();
     this.markerText = new TextBox();
     this.label9 = new Label();
     this.logFileName = new TextBox();
     this.toolStrip1 = new ToolStrip();
     this.toolBarConnectBtn = new ToolStripButton();
     this.toolBarPauseBtn = new ToolStripButton();
     this.toolStripSeparator4 = new ToolStripSeparator();
     this.toolBarLogBtn = new ToolStripDropDownButton();
     this.toolBarLogBtnStartLogMenu = new ToolStripMenuItem();
     this.toolBarLogBtnStopLogMenu = new ToolStripMenuItem();
     this.toolBarLogBtnDurationLogMenu = new ToolStripMenuItem();
     this.toolStripSeparator5 = new ToolStripSeparator();
     this.toolBarResetBtn = new ToolStripButton();
     this.toolStripSeparator7 = new ToolStripSeparator();
     this.toolBarSignalViewBtn = new ToolStripButton();
     this.toolBarRadarBtn = new ToolStripButton();
     this.toolBarLocationBtn = new ToolStripButton();
     this.toolBarTTFFBtn = new ToolStripButton();
     this.toolStripButton1 = new ToolStripButton();
     this.toolBarResponseViewBtn = new ToolStripButton();
     this.toolBarErrorViewBtn = new ToolStripButton();
     this.frmCommOpenMenuStrip = new MenuStrip();
     this.rxSettingsMenuItem = new ToolStripMenuItem();
     this.rxViewModeMenuItem = new ToolStripMenuItem();
     this.viewModeMenuItem = new ToolStripMenuItem();
     this.viewModeHexMenu = new ToolStripMenuItem();
     this.viewModeNmeaTextMenu = new ToolStripMenuItem();
     this.viewModeSSBMenu = new ToolStripMenuItem();
     this.viewModeGP2Menu = new ToolStripMenuItem();
     this.viewModeGPSMenu = new ToolStripMenuItem();
     this.messagesMenuItem = new ToolStripMenuItem();
     this.allMessagesMenu = new ToolStripMenuItem();
     this.messagesFilterMenuItem = new ToolStripMenuItem();
     this.messagesFilterDebugMenu = new ToolStripMenuItem();
     this.messagesFilterResponseMenu = new ToolStripMenuItem();
     this.messageFilterGeneralMenu = new ToolStripMenuItem();
     this.toolStripSeparator2 = new ToolStripSeparator();
     this.locationMapMenu = new ToolStripMenuItem();
     this.signalViewMenu = new ToolStripMenuItem();
     this.radarMapMenu = new ToolStripMenuItem();
     this.cwInterfenceDetectionMenu = new ToolStripMenuItem();
     this.lowPowerCommandBufferMenu = new ToolStripMenuItem();
     this.satelliteStatisticsMenuItem = new ToolStripMenuItem();
     this.SiRFAwareMenuItem = new ToolStripMenuItem();
     this.TTFFMenuItem = new ToolStripMenuItem();
     this.responseMenuItem = new ToolStripMenuItem();
     this.errorToolStripMenuItem = new ToolStripMenuItem();
     this.rxCommandsMenuItem = new ToolStripMenuItem();
     this.resetMenu = new ToolStripMenuItem();
     this.pollSWVersionMenu = new ToolStripMenuItem();
     this.pollAlmanacMenu = new ToolStripMenuItem();
     this.pollEphemerisMenu = new ToolStripMenuItem();
     this.pollNavParametersMenu = new ToolStripMenuItem();
     this.toolStripMenuItem_SetAlm = new ToolStripMenuItem();
     this.toolStripMenuItem_SetEph = new ToolStripMenuItem();
     this.setDevelopersDebugMenu = new ToolStripMenuItem();
     this.switchOperationModeMenu = new ToolStripMenuItem();
     this.lowPowerMenu = new ToolStripMenuItem();
     this.setMEMSMenuItem = new ToolStripMenuItem();
     this.setMEMSEnableMenu = new ToolStripMenuItem();
     this.setMEMSDisableMenu = new ToolStripMenuItem();
     this.setABPMenuItem = new ToolStripMenuItem();
     this.setABPEnableMenu = new ToolStripMenuItem();
     this.setABPDisableMenu = new ToolStripMenuItem();
     this.switchProtocolMenu = new ToolStripMenuItem();
     this.toolStripSeparator3 = new ToolStripSeparator();
     this.trackerConfigurationMenu = new ToolStripMenuItem();
     this.TrackerConfigVer2 = new ToolStripMenuItem();
     this.trackerICPeekPokeMenu = new ToolStripMenuItem();
     this.inputCommandMenuItem = new ToolStripMenuItem();
     this.predefinedMessageMenu = new ToolStripMenuItem();
     this.userInputMenu = new ToolStripMenuItem();
     this.rxSessionMenuItem = new ToolStripMenuItem();
     this.openSessionMenu = new ToolStripMenuItem();
     this.closeSessionMenu = new ToolStripMenuItem();
     this.toolStripSeparator1 = new ToolStripSeparator();
     this.autoReplySettingsMenu = new ToolStripMenuItem();
     this.autoReplySummaryMenu = new ToolStripMenuItem();
     this.toolStripSeparator6 = new ToolStripSeparator();
     this.timeFreqApproxPosStatusRequest = new ToolStripMenuItem();
     this.TTBMenuItem = new ToolStripMenuItem();
     this.rxTTBConnectMenu = new ToolStripMenuItem();
     this.rxTTBConfigTimeAiding = new ToolStripMenuItem();
     this.rxTTBViewMenu = new ToolStripMenuItem();
     this.errorLogConfigMenuItem = new ToolStripMenuItem();
     this.frmCommOpenMarkerLabel = new Label();
     this.frmCommOpenDurationLoggingStatusLabel = new Label();
     this._displayDataBG = new BackgroundWorker();
     this._parseDataBG = new BackgroundWorker();
     this._readPortDataBG = new BackgroundWorker();
     this.toolTip1 = new ToolTip(this.components);
     this.statusStrip1 = new StatusStrip();
     this.toolStripStatusLabel1 = new ToolStripStatusLabel();
     this.rtbDisplay = new CommonClass.MyRichTextBox();
     this.label_autoDetect = new Label();
     this.button1 = new Button();
     this.btn_logFileBroswer = new Button();
     this.toolStrip1.SuspendLayout();
     this.frmCommOpenMenuStrip.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     base.SuspendLayout();
     this.frmCommDisplayColumn.HeaderText = "data";
     this.frmCommDisplayColumn.Name = "frmCommDisplayColumn";
     this.frmCommDisplayColumn.ReadOnly = true;
     this.frmCommDisplayColumn.Width = 0x1388;
     this.frmCommOpenLogStatusLabel.AutoSize = true;
     this.frmCommOpenLogStatusLabel.Location = new Point(0x15, 0x65);
     this.frmCommOpenLogStatusLabel.Margin = new Padding(4, 0, 4, 0);
     this.frmCommOpenLogStatusLabel.Name = "frmCommOpenLogStatusLabel";
     this.frmCommOpenLogStatusLabel.Size = new Size(0x1b, 13);
     this.frmCommOpenLogStatusLabel.TabIndex = 2;
     this.frmCommOpenLogStatusLabel.Text = " Idle";
     this.markerText.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.markerText.Location = new Point(0x6c, 0x76);
     this.markerText.Name = "markerText";
     this.markerText.Size = new Size(0x1b9, 20);
     this.markerText.TabIndex = 5;
     this.markerText.PreviewKeyDown += new PreviewKeyDownEventHandler(this.markerText_PreviewKeyDown);
     this.markerText.MouseEnter += new EventHandler(this.markerText_MouseEnter);
     this.label9.AutoSize = true;
     this.label9.BackColor = SystemColors.Control;
     this.label9.Location = new Point(0x15, 0x53);
     this.label9.Name = "label9";
     this.label9.Size = new Size(0x48, 13);
     this.label9.TabIndex = 1;
     this.label9.Text = "Log File Path:";
     this.logFileName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.logFileName.Location = new Point(0x6c, 0x4f);
     this.logFileName.Name = "logFileName";
     this.logFileName.Size = new Size(0x18a, 20);
     this.logFileName.TabIndex = 3;
     this.logFileName.Text = "log.txt";
     this.logFileName.PreviewKeyDown += new PreviewKeyDownEventHandler(this.logFileName_PreviewKeyDown);
     this.toolStrip1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.toolStrip1.AutoSize = false;
     this.toolStrip1.BackColor = SystemColors.Menu;
     this.toolStrip1.Dock = DockStyle.None;
     this.toolStrip1.GripMargin = new Padding(2, 2, 0, 2);
     this.toolStrip1.ImageScalingSize = new Size(0x12, 0x12);
     this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.toolBarConnectBtn, this.toolBarPauseBtn, this.toolStripSeparator4, this.toolBarLogBtn, this.toolStripSeparator5, this.toolBarResetBtn, this.toolStripSeparator7, this.toolBarSignalViewBtn, this.toolBarRadarBtn, this.toolBarLocationBtn, this.toolBarTTFFBtn, this.toolStripButton1, this.toolBarResponseViewBtn, this.toolBarErrorViewBtn });
     this.toolStrip1.LayoutStyle = ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location = new Point(0, 0x1a);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new Size(0x23f, 0x19);
     this.toolStrip1.Stretch = true;
     this.toolStrip1.TabIndex = 0x11;
     this.toolStrip1.Text = "User Action";
     this.toolBarConnectBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarConnectBtn.Image = Resources.disconnect;
     this.toolBarConnectBtn.ImageTransparentColor = Color.Transparent;
     this.toolBarConnectBtn.Name = "toolBarConnectBtn";
     this.toolBarConnectBtn.Size = new Size(0x17, 0x16);
     this.toolBarConnectBtn.Text = "Connect";
     this.toolBarConnectBtn.Click += new EventHandler(this.toolBarConnectBtn_Click);
     this.toolBarPauseBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarPauseBtn.Image = Resources.Pause;
     this.toolBarPauseBtn.ImageTransparentColor = Color.Transparent;
     this.toolBarPauseBtn.Name = "toolBarPauseBtn";
     this.toolBarPauseBtn.Size = new Size(0x17, 0x16);
     this.toolBarPauseBtn.Text = "Pause";
     this.toolBarPauseBtn.Click += new EventHandler(this.toolBarPauseBtn_Click);
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new Size(6, 0x19);
     this.toolBarLogBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarLogBtn.DropDownItems.AddRange(new ToolStripItem[] { this.toolBarLogBtnStartLogMenu, this.toolBarLogBtnStopLogMenu, this.toolBarLogBtnDurationLogMenu });
     this.toolBarLogBtn.Image = Resources.log;
     this.toolBarLogBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarLogBtn.Name = "toolBarLogBtn";
     this.toolBarLogBtn.Size = new Size(0x1f, 0x16);
     this.toolBarLogBtn.Text = "Logging";
     this.toolBarLogBtnStartLogMenu.Name = "toolBarLogBtnStartLogMenu";
     this.toolBarLogBtnStartLogMenu.Size = new Size(0xb8, 0x16);
     this.toolBarLogBtnStartLogMenu.Text = "Start Log";
     this.toolBarLogBtnStartLogMenu.Click += new EventHandler(this.toolBarLogBtnStartLogMenu_Click);
     this.toolBarLogBtnStopLogMenu.Name = "toolBarLogBtnStopLogMenu";
     this.toolBarLogBtnStopLogMenu.Size = new Size(0xb8, 0x16);
     this.toolBarLogBtnStopLogMenu.Text = "Stop Log";
     this.toolBarLogBtnStopLogMenu.Click += new EventHandler(this.toolBarLogBtnStopLogMenu_Click);
     this.toolBarLogBtnDurationLogMenu.Name = "toolBarLogBtnDurationLogMenu";
     this.toolBarLogBtnDurationLogMenu.Size = new Size(0xb8, 0x16);
     this.toolBarLogBtnDurationLogMenu.Text = "Log for a Duration...";
     this.toolBarLogBtnDurationLogMenu.Click += new EventHandler(this.toolBarLogBtnDurationLogMenu_Click);
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new Size(6, 0x19);
     this.toolBarResetBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarResetBtn.Image = (Image) resources.GetObject("toolBarResetBtn.Image");
     this.toolBarResetBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarResetBtn.Name = "toolBarResetBtn";
     this.toolBarResetBtn.Size = new Size(0x17, 0x16);
     this.toolBarResetBtn.Text = "Reset";
     this.toolBarResetBtn.Click += new EventHandler(this.toolBarResetBtn_Click);
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new Size(6, 0x19);
     this.toolBarSignalViewBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarSignalViewBtn.Image = Resources.signal;
     this.toolBarSignalViewBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarSignalViewBtn.Name = "toolBarSignalViewBtn";
     this.toolBarSignalViewBtn.Size = new Size(0x17, 0x16);
     this.toolBarSignalViewBtn.Text = "Signal View";
     this.toolBarSignalViewBtn.Click += new EventHandler(this.toolBarSignalViewBtn_Click);
     this.toolBarRadarBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarRadarBtn.Image = Resources.radar;
     this.toolBarRadarBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarRadarBtn.Name = "toolBarRadarBtn";
     this.toolBarRadarBtn.Size = new Size(0x17, 0x16);
     this.toolBarRadarBtn.Text = "Radar View";
     this.toolBarRadarBtn.Click += new EventHandler(this.toolBarRadarBtn_Click);
     this.toolBarLocationBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarLocationBtn.Image = Resources.map;
     this.toolBarLocationBtn.ImageTransparentColor = Color.Transparent;
     this.toolBarLocationBtn.Name = "toolBarLocationBtn";
     this.toolBarLocationBtn.Size = new Size(0x17, 0x16);
     this.toolBarLocationBtn.Text = "Location View";
     this.toolBarLocationBtn.Click += new EventHandler(this.toolBarLocationBtn_Click);
     this.toolBarTTFFBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarTTFFBtn.Image = Resources.ttff;
     this.toolBarTTFFBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarTTFFBtn.Name = "toolBarTTFFBtn";
     this.toolBarTTFFBtn.Size = new Size(0x17, 0x16);
     this.toolBarTTFFBtn.Text = "TTFF/Nav Accuracy";
     this.toolBarTTFFBtn.Click += new EventHandler(this.toolBarTTFFBtn_Click);
     this.toolStripButton1.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image = Resources.synchronization;
     this.toolStripButton1.ImageTransparentColor = Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new Size(0x17, 0x16);
     this.toolStripButton1.Text = "toolStripButton1";
     this.toolStripButton1.Visible = false;
     this.toolStripButton1.Click += new EventHandler(this.toolStripButton1_Click);
     this.toolBarResponseViewBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarResponseViewBtn.Image = Resources.ResponseViewHS;
     this.toolBarResponseViewBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarResponseViewBtn.Name = "toolBarResponseViewBtn";
     this.toolBarResponseViewBtn.Size = new Size(0x17, 0x16);
     this.toolBarResponseViewBtn.Text = "Response View";
     this.toolBarResponseViewBtn.Click += new EventHandler(this.toolBarResponseViewBtn_Click);
     this.toolBarErrorViewBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.toolBarErrorViewBtn.Image = Resources.ErrorHS;
     this.toolBarErrorViewBtn.ImageTransparentColor = Color.Magenta;
     this.toolBarErrorViewBtn.Name = "toolBarErrorViewBtn";
     this.toolBarErrorViewBtn.Size = new Size(0x17, 0x16);
     this.toolBarErrorViewBtn.Text = "toolStripButton2";
     this.toolBarErrorViewBtn.Click += new EventHandler(this.toolBarErrorViewBtn_Click);
     this.frmCommOpenMenuStrip.AllowMerge = false;
     this.frmCommOpenMenuStrip.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.frmCommOpenMenuStrip.AutoSize = false;
     this.frmCommOpenMenuStrip.BackColor = SystemColors.Menu;
     this.frmCommOpenMenuStrip.Dock = DockStyle.None;
     this.frmCommOpenMenuStrip.GripStyle = ToolStripGripStyle.Visible;
     this.frmCommOpenMenuStrip.Items.AddRange(new ToolStripItem[] { this.rxSettingsMenuItem, this.rxViewModeMenuItem, this.rxCommandsMenuItem, this.rxSessionMenuItem, this.TTBMenuItem, this.errorLogConfigMenuItem });
     this.frmCommOpenMenuStrip.Location = new Point(0, 0);
     this.frmCommOpenMenuStrip.MinimumSize = new Size(0x1ce, 0);
     this.frmCommOpenMenuStrip.Name = "frmCommOpenMenuStrip";
     this.frmCommOpenMenuStrip.Size = new Size(0x23f, 0x18);
     this.frmCommOpenMenuStrip.TabIndex = 0x12;
     this.frmCommOpenMenuStrip.Text = "frmCommOpenMenuStrip";
     this.rxSettingsMenuItem.Name = "rxSettingsMenuItem";
     this.rxSettingsMenuItem.Size = new Size(0x4a, 20);
     this.rxSettingsMenuItem.Text = "&Rx Settings";
     this.rxSettingsMenuItem.Click += new EventHandler(this.rxSettingsMenuItem_Click);
     this.rxViewModeMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.viewModeMenuItem, this.messagesMenuItem, this.toolStripSeparator2, this.locationMapMenu, this.signalViewMenu, this.radarMapMenu, this.cwInterfenceDetectionMenu, this.lowPowerCommandBufferMenu, this.satelliteStatisticsMenuItem, this.SiRFAwareMenuItem, this.TTFFMenuItem, this.responseMenuItem, this.errorToolStripMenuItem });
     this.rxViewModeMenuItem.Name = "rxViewModeMenuItem";
     this.rxViewModeMenuItem.Size = new Size(60, 20);
     this.rxViewModeMenuItem.Text = "Rx &View ";
     this.rxViewModeMenuItem.Click += new EventHandler(this.rxViewModeMenuItem_Click);
     this.viewModeMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.viewModeHexMenu, this.viewModeNmeaTextMenu, this.viewModeSSBMenu, this.viewModeGP2Menu, this.viewModeGPSMenu });
     this.viewModeMenuItem.Name = "viewModeMenuItem";
     this.viewModeMenuItem.Size = new Size(0xe8, 0x16);
     this.viewModeMenuItem.Text = "&View Mode";
     this.viewModeMenuItem.MouseHover += new EventHandler(this.viewModeToolStripMenuItem_Click);
     this.viewModeHexMenu.CheckOnClick = true;
     this.viewModeHexMenu.Name = "viewModeHexMenu";
     this.viewModeHexMenu.Size = new Size(0x8b, 0x16);
     this.viewModeHexMenu.Text = "&Hex";
     this.viewModeHexMenu.Click += new EventHandler(this.viewModeHexMenu_Click);
     this.viewModeNmeaTextMenu.CheckOnClick = true;
     this.viewModeNmeaTextMenu.Name = "viewModeNmeaTextMenu";
     this.viewModeNmeaTextMenu.Size = new Size(0x8b, 0x16);
     this.viewModeNmeaTextMenu.Text = "&NMEA/Text";
     this.viewModeNmeaTextMenu.Click += new EventHandler(this.viewModeNmeaTextMenu_Click);
     this.viewModeSSBMenu.CheckOnClick = true;
     this.viewModeSSBMenu.Name = "viewModeSSBMenu";
     this.viewModeSSBMenu.Size = new Size(0x8b, 0x16);
     this.viewModeSSBMenu.Text = "&SSB";
     this.viewModeSSBMenu.Click += new EventHandler(this.viewModeSSBMenu_Click);
     this.viewModeGP2Menu.CheckOnClick = true;
     this.viewModeGP2Menu.Name = "viewModeGP2Menu";
     this.viewModeGP2Menu.Size = new Size(0x8b, 0x16);
     this.viewModeGP2Menu.Text = "&GP2";
     this.viewModeGP2Menu.Click += new EventHandler(this.viewModeGP2Menu_Click);
     this.viewModeGPSMenu.CheckOnClick = true;
     this.viewModeGPSMenu.Name = "viewModeGPSMenu";
     this.viewModeGPSMenu.Size = new Size(0x8b, 0x16);
     this.viewModeGPSMenu.Text = "G&PS";
     this.viewModeGPSMenu.Click += new EventHandler(this.viewModeGPSMenu_Click);
     this.messagesMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.allMessagesMenu, this.messagesFilterMenuItem });
     this.messagesMenuItem.Name = "messagesMenuItem";
     this.messagesMenuItem.Size = new Size(0xe8, 0x16);
     this.messagesMenuItem.Text = "&Messages";
     this.allMessagesMenu.CheckOnClick = true;
     this.allMessagesMenu.Name = "allMessagesMenu";
     this.allMessagesMenu.Size = new Size(0x92, 0x16);
     this.allMessagesMenu.Text = "&All Messages";
     this.allMessagesMenu.Click += new EventHandler(this.allMessagesMenu_Click);
     this.messagesFilterMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.messagesFilterDebugMenu, this.messagesFilterResponseMenu, this.messageFilterGeneralMenu });
     this.messagesFilterMenuItem.Name = "messagesFilterMenuItem";
     this.messagesFilterMenuItem.Size = new Size(0x92, 0x16);
     this.messagesFilterMenuItem.Text = "Filter";
     this.messagesFilterDebugMenu.Name = "messagesFilterDebugMenu";
     this.messagesFilterDebugMenu.Size = new Size(0x90, 0x16);
     this.messagesFilterDebugMenu.Text = "Debug...";
     this.messagesFilterDebugMenu.Click += new EventHandler(this.messagesFilterDebugMenu_Click);
     this.messagesFilterResponseMenu.Name = "messagesFilterResponseMenu";
     this.messagesFilterResponseMenu.Size = new Size(0x90, 0x16);
     this.messagesFilterResponseMenu.Text = "Response...";
     this.messagesFilterResponseMenu.Click += new EventHandler(this.messagesFilterResponseMenu_Click);
     this.messageFilterGeneralMenu.Name = "messageFilterGeneralMenu";
     this.messageFilterGeneralMenu.Size = new Size(0x90, 0x16);
     this.messageFilterGeneralMenu.Text = "General...";
     this.messageFilterGeneralMenu.Click += new EventHandler(this.messageFilterGeneralMenu_Click);
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new Size(0xe5, 6);
     this.locationMapMenu.Name = "locationMapMenu";
     this.locationMapMenu.Size = new Size(0xe8, 0x16);
     this.locationMapMenu.Text = "&Location...";
     this.locationMapMenu.Click += new EventHandler(this.locationMapMenu_Click);
     this.signalViewMenu.Name = "signalViewMenu";
     this.signalViewMenu.Size = new Size(0xe8, 0x16);
     this.signalViewMenu.Text = "Si&gnal";
     this.signalViewMenu.Click += new EventHandler(this.signalViewMenu_Click);
     this.radarMapMenu.Name = "radarMapMenu";
     this.radarMapMenu.Size = new Size(0xe8, 0x16);
     this.radarMapMenu.Text = "Ra&dar";
     this.radarMapMenu.Click += new EventHandler(this.radarMapMenu_Click);
     this.cwInterfenceDetectionMenu.Name = "cwInterfenceDetectionMenu";
     this.cwInterfenceDetectionMenu.Size = new Size(0xe8, 0x16);
     this.cwInterfenceDetectionMenu.Text = "&CW Interference Detection...";
     this.cwInterfenceDetectionMenu.Click += new EventHandler(this.cwInterfenceDetectionMenu_Click);
     this.lowPowerCommandBufferMenu.Name = "lowPowerCommandBufferMenu";
     this.lowPowerCommandBufferMenu.Size = new Size(0xe8, 0x16);
     this.lowPowerCommandBufferMenu.Text = "Low Power Command &Buffer...";
     this.lowPowerCommandBufferMenu.Click += new EventHandler(this.lowPowerCommandBufferMenu_Click);
     this.satelliteStatisticsMenuItem.Name = "satelliteStatisticsMenuItem";
     this.satelliteStatisticsMenuItem.Size = new Size(0xe8, 0x16);
     this.satelliteStatisticsMenuItem.Text = "Satellite &Statistics...";
     this.satelliteStatisticsMenuItem.Click += new EventHandler(this.satelliteStatisticsMenuItem_Click);
     this.SiRFAwareMenuItem.Name = "SiRFAwareMenuItem";
     this.SiRFAwareMenuItem.Size = new Size(0xe8, 0x16);
     this.SiRFAwareMenuItem.Text = "SiRF&aware...";
     this.SiRFAwareMenuItem.Click += new EventHandler(this.SiRFAwareMenuItem_Click);
     this.TTFFMenuItem.Name = "TTFFMenuItem";
     this.TTFFMenuItem.Size = new Size(0xe8, 0x16);
     this.TTFFMenuItem.Text = "&TTFF...";
     this.TTFFMenuItem.Click += new EventHandler(this.TTFFMenuItem_Click);
     this.responseMenuItem.Name = "responseMenuItem";
     this.responseMenuItem.Size = new Size(0xe8, 0x16);
     this.responseMenuItem.Text = "&Response";
     this.responseMenuItem.Click += new EventHandler(this.responseMenuItem_Click);
     this.errorToolStripMenuItem.Name = "errorToolStripMenuItem";
     this.errorToolStripMenuItem.Size = new Size(0xe8, 0x16);
     this.errorToolStripMenuItem.Text = "&Error";
     this.errorToolStripMenuItem.Click += new EventHandler(this.errorToolStripMenuItem_Click);
     this.rxCommandsMenuItem.DropDownItems.AddRange(new ToolStripItem[] {
         this.resetMenu, this.pollSWVersionMenu, this.pollAlmanacMenu, this.pollEphemerisMenu, this.pollNavParametersMenu, this.toolStripMenuItem_SetAlm, this.toolStripMenuItem_SetEph, this.setDevelopersDebugMenu, this.switchOperationModeMenu, this.lowPowerMenu, this.setMEMSMenuItem, this.setABPMenuItem, this.switchProtocolMenu, this.toolStripSeparator3, this.trackerConfigurationMenu, this.TrackerConfigVer2,
         this.trackerICPeekPokeMenu, this.inputCommandMenuItem
      });
     this.rxCommandsMenuItem.Name = "rxCommandsMenuItem";
     this.rxCommandsMenuItem.Size = new Size(0x57, 20);
     this.rxCommandsMenuItem.Text = "Rx &Commands";
     this.rxCommandsMenuItem.Click += new EventHandler(this.rxCommandsToolStripMenuItem_Click);
     this.resetMenu.Name = "resetMenu";
     this.resetMenu.Size = new Size(0xe5, 0x16);
     this.resetMenu.Text = "&Reset...";
     this.resetMenu.Click += new EventHandler(this.resetMenu_Click);
     this.pollSWVersionMenu.Name = "pollSWVersionMenu";
     this.pollSWVersionMenu.Size = new Size(0xe5, 0x16);
     this.pollSWVersionMenu.Text = "Poll S/W &Version";
     this.pollSWVersionMenu.Click += new EventHandler(this.pollSWVersionMenu_Click);
     this.pollAlmanacMenu.Name = "pollAlmanacMenu";
     this.pollAlmanacMenu.Size = new Size(0xe5, 0x16);
     this.pollAlmanacMenu.Text = "Poll &Almanac...";
     this.pollAlmanacMenu.Click += new EventHandler(this.pollAlmanacMenu_Click);
     this.pollEphemerisMenu.Name = "pollEphemerisMenu";
     this.pollEphemerisMenu.Size = new Size(0xe5, 0x16);
     this.pollEphemerisMenu.Text = "Poll &Ephemeris...";
     this.pollEphemerisMenu.Click += new EventHandler(this.pollEphemerisMenu_Click);
     this.pollNavParametersMenu.Name = "pollNavParametersMenu";
     this.pollNavParametersMenu.Size = new Size(0xe5, 0x16);
     this.pollNavParametersMenu.Text = "Poll Nav Parameters...";
     this.pollNavParametersMenu.Click += new EventHandler(this.pollNavParametersMenu_Click);
     this.toolStripMenuItem_SetAlm.Name = "toolStripMenuItem_SetAlm";
     this.toolStripMenuItem_SetAlm.Size = new Size(0xe5, 0x16);
     this.toolStripMenuItem_SetAlm.Text = "Set Almanac...";
     this.toolStripMenuItem_SetAlm.Click += new EventHandler(this.toolStripMenuItem_SetAlm_Click);
     this.toolStripMenuItem_SetEph.Name = "toolStripMenuItem_SetEph";
     this.toolStripMenuItem_SetEph.Size = new Size(0xe5, 0x16);
     this.toolStripMenuItem_SetEph.Text = "Set Ephemeris...";
     this.toolStripMenuItem_SetEph.Click += new EventHandler(this.toolStripMenuItem_SetEph_Click_1);
     this.setDevelopersDebugMenu.Name = "setDevelopersDebugMenu";
     this.setDevelopersDebugMenu.Size = new Size(0xe5, 0x16);
     this.setDevelopersDebugMenu.Text = "Set &Developers Debug...";
     this.setDevelopersDebugMenu.Click += new EventHandler(this.setDevelopersDebugMenu_Click);
     this.switchOperationModeMenu.Name = "switchOperationModeMenu";
     this.switchOperationModeMenu.Size = new Size(0xe5, 0x16);
     this.switchOperationModeMenu.Text = "Switch &Operation Mode...";
     this.switchOperationModeMenu.Click += new EventHandler(this.switchOperationModeMenu_Click);
     this.lowPowerMenu.Name = "lowPowerMenu";
     this.lowPowerMenu.Size = new Size(0xe5, 0x16);
     this.lowPowerMenu.Text = "Switch &Power Mode...";
     this.lowPowerMenu.Click += new EventHandler(this.lowPowerMenu_Click);
     this.setMEMSMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.setMEMSEnableMenu, this.setMEMSDisableMenu });
     this.setMEMSMenuItem.Name = "setMEMSMenuItem";
     this.setMEMSMenuItem.Size = new Size(0xe5, 0x16);
     this.setMEMSMenuItem.Text = "&MEMS";
     this.setMEMSMenuItem.MouseHover += new EventHandler(this.setMEMSToolStripMenuItem_MouseHover);
     this.setMEMSEnableMenu.Name = "setMEMSEnableMenu";
     this.setMEMSEnableMenu.Size = new Size(0x77, 0x16);
     this.setMEMSEnableMenu.Text = "&Enable";
     this.setMEMSEnableMenu.Click += new EventHandler(this.setMEMSEnableMenu_Click);
     this.setMEMSDisableMenu.Name = "setMEMSDisableMenu";
     this.setMEMSDisableMenu.Size = new Size(0x77, 0x16);
     this.setMEMSDisableMenu.Text = "&Disable";
     this.setMEMSDisableMenu.Click += new EventHandler(this.setMEMSDisableMenu_Click);
     this.setABPMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.setABPEnableMenu, this.setABPDisableMenu });
     this.setABPMenuItem.Name = "setABPMenuItem";
     this.setABPMenuItem.Size = new Size(0xe5, 0x16);
     this.setABPMenuItem.Text = "Set A&BP Mode";
     this.setABPMenuItem.MouseHover += new EventHandler(this.setABPToolStripMenuItem_MouseHover);
     this.setABPEnableMenu.Name = "setABPEnableMenu";
     this.setABPEnableMenu.Size = new Size(0x77, 0x16);
     this.setABPEnableMenu.Text = "&Enable";
     this.setABPEnableMenu.Click += new EventHandler(this.setABPMenuItemEnable_Click);
     this.setABPDisableMenu.Name = "setABPDisableMenu";
     this.setABPDisableMenu.Size = new Size(0x77, 0x16);
     this.setABPDisableMenu.Text = "&Disable";
     this.setABPDisableMenu.Click += new EventHandler(this.setABPDisableMenu_Click);
     this.switchProtocolMenu.BackColor = SystemColors.Control;
     this.switchProtocolMenu.Name = "switchProtocolMenu";
     this.switchProtocolMenu.Size = new Size(0xe5, 0x16);
     this.switchProtocolMenu.Text = "Switch Pro&tocol...";
     this.switchProtocolMenu.Click += new EventHandler(this.switchProtocolMenu_Click);
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new Size(0xe2, 6);
     this.trackerConfigurationMenu.Name = "trackerConfigurationMenu";
     this.trackerConfigurationMenu.Size = new Size(0xe5, 0x16);
     this.trackerConfigurationMenu.Text = "Tracker &Configuration_Ver1...";
     this.trackerConfigurationMenu.Visible = false;
     this.trackerConfigurationMenu.Click += new EventHandler(this.trackerConfigurationMenu_Click);
     this.TrackerConfigVer2.Name = "TrackerConfigVer2";
     this.TrackerConfigVer2.Size = new Size(0xe5, 0x16);
     this.TrackerConfigVer2.Text = "IC Configuration...";
     this.TrackerConfigVer2.Click += new EventHandler(this.TrackerConfigVer2_Click);
     this.trackerICPeekPokeMenu.Name = "trackerICPeekPokeMenu";
     this.trackerICPeekPokeMenu.Size = new Size(0xe5, 0x16);
     this.trackerICPeekPokeMenu.Text = "Tracker IC Pee&k Poke...";
     this.trackerICPeekPokeMenu.Click += new EventHandler(this.trackerICPeekPokeMenu_Click);
     this.inputCommandMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.predefinedMessageMenu, this.userInputMenu });
     this.inputCommandMenuItem.Name = "inputCommandMenuItem";
     this.inputCommandMenuItem.Size = new Size(0xe5, 0x16);
     this.inputCommandMenuItem.Text = "&Advanced Input Command";
     this.predefinedMessageMenu.Name = "predefinedMessageMenu";
     this.predefinedMessageMenu.Size = new Size(0xc7, 0x16);
     this.predefinedMessageMenu.Text = "Predefined Messages...";
     this.predefinedMessageMenu.Click += new EventHandler(this.predefinedMessageMenu_Click);
     this.userInputMenu.Name = "userInputMenu";
     this.userInputMenu.Size = new Size(0xc7, 0x16);
     this.userInputMenu.Text = "User Input...";
     this.userInputMenu.Click += new EventHandler(this.userInputMenu_Click);
     this.rxSessionMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.openSessionMenu, this.closeSessionMenu, this.toolStripSeparator1, this.autoReplySettingsMenu, this.autoReplySummaryMenu, this.toolStripSeparator6, this.timeFreqApproxPosStatusRequest });
     this.rxSessionMenuItem.Name = "rxSessionMenuItem";
     this.rxSessionMenuItem.Size = new Size(0x47, 20);
     this.rxSessionMenuItem.Text = "Rx &Session";
     this.rxSessionMenuItem.Click += new EventHandler(this.rxSessionToolStripMenuItem_Click);
     this.openSessionMenu.Name = "openSessionMenu";
     this.openSessionMenu.Size = new Size(0x108, 0x16);
     this.openSessionMenu.Text = "&Open Session...";
     this.openSessionMenu.Click += new EventHandler(this.openSessionMenu_Click);
     this.closeSessionMenu.Name = "closeSessionMenu";
     this.closeSessionMenu.Size = new Size(0x108, 0x16);
     this.closeSessionMenu.Text = "&Close Session...";
     this.closeSessionMenu.Click += new EventHandler(this.closeSessionMenu_Click);
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new Size(0x105, 6);
     this.autoReplySettingsMenu.Name = "autoReplySettingsMenu";
     this.autoReplySettingsMenu.Size = new Size(0x108, 0x16);
     this.autoReplySettingsMenu.Text = "&Auto Reply Settings...";
     this.autoReplySettingsMenu.Click += new EventHandler(this.autoReplySettingsMenu_Click);
     this.autoReplySummaryMenu.Name = "autoReplySummaryMenu";
     this.autoReplySummaryMenu.Size = new Size(0x108, 0x16);
     this.autoReplySummaryMenu.Text = "Auto Reply &Summary";
     this.autoReplySummaryMenu.Click += new EventHandler(this.autoReplySummaryMenu_Click);
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new Size(0x105, 6);
     this.timeFreqApproxPosStatusRequest.Name = "timeFreqApproxPosStatusRequest";
     this.timeFreqApproxPosStatusRequest.Size = new Size(0x108, 0x16);
     this.timeFreqApproxPosStatusRequest.Text = "&Time Freq ApproxPos Status Request";
     this.TTBMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.rxTTBConnectMenu, this.rxTTBConfigTimeAiding, this.rxTTBViewMenu });
     this.TTBMenuItem.Name = "TTBMenuItem";
     this.TTBMenuItem.Size = new Size(0x35, 20);
     this.TTBMenuItem.Text = "Rx &TTB";
     this.TTBMenuItem.Click += new EventHandler(this.TTBToolStripMenuItem_Click);
     this.rxTTBConnectMenu.Name = "rxTTBConnectMenu";
     this.rxTTBConnectMenu.Size = new Size(0xb9, 0x16);
     this.rxTTBConnectMenu.Text = "&Connect...";
     this.rxTTBConnectMenu.Click += new EventHandler(this.rxTTBConnectMenu_Click);
     this.rxTTBConfigTimeAiding.Name = "rxTTBConfigTimeAiding";
     this.rxTTBConfigTimeAiding.Size = new Size(0xb9, 0x16);
     this.rxTTBConfigTimeAiding.Text = "Config &Time Aiding...";
     this.rxTTBConfigTimeAiding.Click += new EventHandler(this.rxTTBConfigTimeAiding_Click);
     this.rxTTBViewMenu.Name = "rxTTBViewMenu";
     this.rxTTBViewMenu.Size = new Size(0xb9, 0x16);
     this.rxTTBViewMenu.Text = "&View...";
     this.rxTTBViewMenu.Click += new EventHandler(this.rxTTBViewMenu_Click);
     this.errorLogConfigMenuItem.Name = "errorLogConfigMenuItem";
     this.errorLogConfigMenuItem.Size = new Size(0x61, 20);
     this.errorLogConfigMenuItem.Text = "&Error Log Config";
     this.errorLogConfigMenuItem.Click += new EventHandler(this.errorLogConfigMenuItem_Click);
     this.frmCommOpenMarkerLabel.AutoSize = true;
     this.frmCommOpenMarkerLabel.Location = new Point(0x15, 0x7a);
     this.frmCommOpenMarkerLabel.Name = "frmCommOpenMarkerLabel";
     this.frmCommOpenMarkerLabel.Size = new Size(0x4e, 13);
     this.frmCommOpenMarkerLabel.TabIndex = 4;
     this.frmCommOpenMarkerLabel.Text = "Add User Text:";
     this.frmCommOpenDurationLoggingStatusLabel.AutoSize = true;
     this.frmCommOpenDurationLoggingStatusLabel.Location = new Point(0x12e, 0x65);
     this.frmCommOpenDurationLoggingStatusLabel.Name = "frmCommOpenDurationLoggingStatusLabel";
     this.frmCommOpenDurationLoggingStatusLabel.Size = new Size(0, 13);
     this.frmCommOpenDurationLoggingStatusLabel.TabIndex = 0x13;
     this._displayDataBG.WorkerReportsProgress = true;
     this._displayDataBG.WorkerSupportsCancellation = true;
     this._displayDataBG.DoWork += new DoWorkEventHandler(this.updateGui);
     this._parseDataBG.WorkerSupportsCancellation = true;
     this._parseDataBG.DoWork += new DoWorkEventHandler(this.parseDataBGProcess);
     this._readPortDataBG.WorkerSupportsCancellation = true;
     this._readPortDataBG.DoWork += new DoWorkEventHandler(this.readPortDataProcess);
     this.statusStrip1.BackColor = SystemColors.ControlLight;
     this.statusStrip1.Items.AddRange(new ToolStripItem[] { this.toolStripStatusLabel1 });
     this.statusStrip1.Location = new Point(0, 0xee);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new Size(0x23d, 0x16);
     this.statusStrip1.TabIndex = 20;
     this.statusStrip1.Text = "statusStrip1";
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new Size(0x26, 0x11);
     this.toolStripStatusLabel1.Text = "Status";
     this.rtbDisplay.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.rtbDisplay.BackColor = SystemColors.Window;
     this.rtbDisplay.Location = new Point(0x18, 0xa1);
     this.rtbDisplay.Name = "rtbDisplay";
     this.rtbDisplay.ReadOnly = true;
     this.rtbDisplay.Size = new Size(0x20d, 0x3e);
     this.rtbDisplay.TabIndex = 6;
     this.rtbDisplay.Text = "";
     this.rtbDisplay.DoubleClick += new EventHandler(this.rtbDisplay_DoubleClick);
     this.label_autoDetect.Location = new Point(0x69, 0x39);
     this.label_autoDetect.Name = "label_autoDetect";
     this.label_autoDetect.Size = new Size(0x18a, 0x11);
     this.label_autoDetect.TabIndex = 0x15;
     this.label_autoDetect.TextAlign = ContentAlignment.MiddleLeft;
     this.button1.Location = new Point(12, 0x36);
     this.button1.Name = "button1";
     this.button1.Size = new Size(0x4b, 0x17);
     this.button1.TabIndex = 0x16;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new EventHandler(this.button1_Click);
     this.btn_logFileBroswer.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.btn_logFileBroswer.Location = new Point(0x206, 0x4f);
     this.btn_logFileBroswer.Name = "btn_logFileBroswer";
     this.btn_logFileBroswer.Size = new Size(0, 0);
     this.btn_logFileBroswer.TabIndex = 0x17;
     this.btn_logFileBroswer.Text = "...";
     this.btn_logFileBroswer.UseVisualStyleBackColor = true;
     this.btn_logFileBroswer.Click += new EventHandler(this.btn_logFileBroswer_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = SystemColors.Control;
     base.ClientSize = new Size(0x23d, 260);
     base.Controls.Add(this.btn_logFileBroswer);
     base.Controls.Add(this.button1);
     base.Controls.Add(this.label_autoDetect);
     base.Controls.Add(this.rtbDisplay);
     base.Controls.Add(this.statusStrip1);
     base.Controls.Add(this.frmCommOpenDurationLoggingStatusLabel);
     base.Controls.Add(this.frmCommOpenMarkerLabel);
     base.Controls.Add(this.frmCommOpenLogStatusLabel);
     base.Controls.Add(this.markerText);
     base.Controls.Add(this.frmCommOpenMenuStrip);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.logFileName);
     base.Controls.Add(this.toolStrip1);
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.MainMenuStrip = this.frmCommOpenMenuStrip;
     base.Margin = new Padding(4);
     base.Name = "frmCommOpen";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text = "Main";
     base.Load += new EventHandler(this.frmCommOpen_Load);
     base.FormClosed += new FormClosedEventHandler(this.frmCommOpen_FormClosed);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.frmCommOpenMenuStrip.ResumeLayout(false);
     this.frmCommOpenMenuStrip.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
示例#5
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(frmCommErrorView));
     this.rtbDisplay_ErrorView = new CommonClass.MyRichTextBox();
     base.SuspendLayout();
     this.rtbDisplay_ErrorView.BackColor = SystemColors.Window;
     this.rtbDisplay_ErrorView.Dock = DockStyle.Fill;
     this.rtbDisplay_ErrorView.Location = new Point(0, 0);
     this.rtbDisplay_ErrorView.Name = "rtbDisplay_ErrorView";
     this.rtbDisplay_ErrorView.ReadOnly = true;
     this.rtbDisplay_ErrorView.Size = new Size(0x16c, 0x10f);
     this.rtbDisplay_ErrorView.TabIndex = 2;
     this.rtbDisplay_ErrorView.Text = "";
     this.rtbDisplay_ErrorView.DoubleClick += new EventHandler(this.rtbDisplay_ErrorView_DoubleClick);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(0x16c, 0x10f);
     base.Controls.Add(this.rtbDisplay_ErrorView);
     base.Icon = (Icon) manager.GetObject("$this.Icon");
     base.Name = "frmCommErrorView";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "Error View";
     base.Load += new EventHandler(this.frmCommErrorView_Load);
     base.LocationChanged += new EventHandler(this.frmCommErrorView_LocationChanged);
     base.ResizeEnd += new EventHandler(this.frmCommErrorView_ResizeEnd);
     base.ResumeLayout(false);
 }
示例#6
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager resources = new ComponentResourceManager(typeof(frmCommDebugView));
     this.rtbDisplay = new CommonClass.MyRichTextBox();
     this.debugViewToolStrip = new ToolStrip();
     this.debubViewToolStripPauseBtn = new ToolStripButton();
     this.debugViewToolStripFilterBtn = new ToolStripButton();
     this.debugViewRegExpressionTxtBox = new TextBox();
     this.toolTip1 = new ToolTip(this.components);
     this.debugViewToolStrip.SuspendLayout();
     base.SuspendLayout();
     this.rtbDisplay.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.rtbDisplay.BackColor = SystemColors.Window;
     this.rtbDisplay.Location = new Point(0, 0x34);
     this.rtbDisplay.Name = "rtbDisplay";
     this.rtbDisplay.ReadOnly = true;
     this.rtbDisplay.Size = new Size(530, 0xea);
     this.rtbDisplay.TabIndex = 1;
     this.rtbDisplay.Text = "";
     this.rtbDisplay.DoubleClick += new EventHandler(this.rtbDisplay_DoubleClick);
     this.debugViewToolStrip.Items.AddRange(new ToolStripItem[] { this.debubViewToolStripPauseBtn, this.debugViewToolStripFilterBtn });
     this.debugViewToolStrip.Location = new Point(0, 0);
     this.debugViewToolStrip.Name = "debugViewToolStrip";
     this.debugViewToolStrip.Size = new Size(530, 0x19);
     this.debugViewToolStrip.TabIndex = 2;
     this.debugViewToolStrip.Text = "Debug View Toolbar";
     this.debubViewToolStripPauseBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.debubViewToolStripPauseBtn.Image = Resources.Pause;
     this.debubViewToolStripPauseBtn.ImageTransparentColor = Color.Magenta;
     this.debubViewToolStripPauseBtn.Name = "debubViewToolStripPauseBtn";
     this.debubViewToolStripPauseBtn.Size = new Size(0x17, 0x16);
     this.debubViewToolStripPauseBtn.Text = "Pause";
     this.debubViewToolStripPauseBtn.Click += new EventHandler(this.debubViewToolStripPauseBtn_Click);
     this.debugViewToolStripFilterBtn.DisplayStyle = ToolStripItemDisplayStyle.Image;
     this.debugViewToolStripFilterBtn.Image = Resources.Filter2HS;
     this.debugViewToolStripFilterBtn.ImageTransparentColor = Color.Magenta;
     this.debugViewToolStripFilterBtn.Name = "debugViewToolStripFilterBtn";
     this.debugViewToolStripFilterBtn.Size = new Size(0x17, 0x16);
     this.debugViewToolStripFilterBtn.Text = "Filter";
     this.debugViewToolStripFilterBtn.Click += new EventHandler(this.debugViewToolStripFilterBtn_Click);
     this.debugViewRegExpressionTxtBox.AllowDrop = true;
     this.debugViewRegExpressionTxtBox.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.debugViewRegExpressionTxtBox.Location = new Point(0, 0x1d);
     this.debugViewRegExpressionTxtBox.Name = "debugViewRegExpressionTxtBox";
     this.debugViewRegExpressionTxtBox.Size = new Size(530, 20);
     this.debugViewRegExpressionTxtBox.TabIndex = 3;
     this.debugViewRegExpressionTxtBox.Text = "Regular Expression";
     this.debugViewRegExpressionTxtBox.PreviewKeyDown += new PreviewKeyDownEventHandler(this.debugViewRegExpressionTxtBox_PreviewKeyDown);
     this.debugViewRegExpressionTxtBox.MouseEnter += new EventHandler(this.debugViewRegExpressionTxtBox_MouseEnter);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize = new Size(530, 0x120);
     base.Controls.Add(this.debugViewRegExpressionTxtBox);
     base.Controls.Add(this.debugViewToolStrip);
     base.Controls.Add(this.rtbDisplay);
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.Name = "frmCommDebugView";
     base.ShowInTaskbar = false;
     base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     base.StartPosition = FormStartPosition.Manual;
     this.Text = "Debug View";
     base.Load += new EventHandler(this.frmCommDebugView_Load);
     base.LocationChanged += new EventHandler(this.frmCommDebugView_LocationChanged);
     base.ResizeEnd += new EventHandler(this.frmCommDebugView_ResizeEnd);
     this.debugViewToolStrip.ResumeLayout(false);
     this.debugViewToolStrip.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }