private void InitializeComponent() { this.components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(frmInterferenceReport)); this.zedGraphControl1 = new ZedGraph.ZedGraphControl(); this.RedNumericUpDown = new NumericUpDown(); this.label2 = new Label(); this.BlueNumericUpDown = new NumericUpDown(); this.label3 = new Label(); this.GreenNumericUpDown = new NumericUpDown(); this.label5 = new Label(); this.toolStrip1 = new ToolStrip(); this.cwConfigLabel = new ToolStripLabel(); this.cwConfigComboBox = new ToolStripComboBox(); this.cwDetectionStart = new ToolStripButton(); this.cwPlotClearBtn = new ToolStripButton(); this.cwHelpBtn = new ToolStripButton(); this.detectionOnCheckBox = new CommonClass.BinarycheckBox(); this.RedNumericUpDown.BeginInit(); this.BlueNumericUpDown.BeginInit(); this.GreenNumericUpDown.BeginInit(); this.toolStrip1.SuspendLayout(); base.SuspendLayout(); this.zedGraphControl1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.zedGraphControl1.AutoSize = true; this.zedGraphControl1.Location = new Point(15, 0x51); this.zedGraphControl1.Name = "zedGraphControl1"; this.zedGraphControl1.ScrollGrace = 0.0; this.zedGraphControl1.ScrollMaxX = 0.0; this.zedGraphControl1.ScrollMaxY = 0.0; this.zedGraphControl1.ScrollMaxY2 = 0.0; this.zedGraphControl1.ScrollMinX = 0.0; this.zedGraphControl1.ScrollMinY = 0.0; this.zedGraphControl1.ScrollMinY2 = 0.0; this.zedGraphControl1.Size = new Size(0x22c, 0x1a5); this.zedGraphControl1.TabIndex = 12; this.RedNumericUpDown.Location = new Point(0x3d, 50); int[] bits = new int[4]; bits[0] = 0x2710; this.RedNumericUpDown.Maximum = new decimal(bits); this.RedNumericUpDown.Name = "RedNumericUpDown"; this.RedNumericUpDown.Size = new Size(0x39, 20); this.RedNumericUpDown.TabIndex = 13; int[] numArray2 = new int[4]; numArray2[0] = 50; this.RedNumericUpDown.Value = new decimal(numArray2); this.RedNumericUpDown.ValueChanged += new EventHandler(this.RedNumericUpDown_ValueChanged); this.label2.AutoSize = true; this.label2.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label2.ForeColor = Color.Green; this.label2.Location = new Point(0xeb, 0x36); this.label2.Name = "label2"; this.label2.Size = new Size(0x2d, 13); this.label2.TabIndex = 14; this.label2.Text = "Green:"; this.BlueNumericUpDown.Location = new Point(0xa9, 50); int[] numArray3 = new int[4]; numArray3[0] = 0x2710; this.BlueNumericUpDown.Maximum = new decimal(numArray3); this.BlueNumericUpDown.Name = "BlueNumericUpDown"; this.BlueNumericUpDown.Size = new Size(0x39, 20); this.BlueNumericUpDown.TabIndex = 15; int[] numArray4 = new int[4]; numArray4[0] = 40; this.BlueNumericUpDown.Value = new decimal(numArray4); this.BlueNumericUpDown.ValueChanged += new EventHandler(this.BlueNumericUpDown_ValueChanged); this.label3.AutoSize = true; this.label3.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label3.ForeColor = Color.Blue; this.label3.Location = new Point(0x80, 0x36); this.label3.Name = "label3"; this.label3.Size = new Size(0x24, 13); this.label3.TabIndex = 0x10; this.label3.Text = "Blue:"; this.GreenNumericUpDown.Location = new Point(0x11e, 50); int[] numArray5 = new int[4]; numArray5[0] = 0x2710; this.GreenNumericUpDown.Maximum = new decimal(numArray5); this.GreenNumericUpDown.Name = "GreenNumericUpDown"; this.GreenNumericUpDown.Size = new Size(0x39, 20); this.GreenNumericUpDown.TabIndex = 0x11; int[] numArray6 = new int[4]; numArray6[0] = 30; this.GreenNumericUpDown.Value = new decimal(numArray6); this.GreenNumericUpDown.ValueChanged += new EventHandler(this.GreenNumericUpDown_ValueChanged); this.label5.AutoSize = true; this.label5.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label5.ForeColor = Color.Red; this.label5.Location = new Point(12, 0x36); this.label5.Name = "label5"; this.label5.Size = new Size(0x22, 13); this.label5.TabIndex = 0x10; this.label5.Text = "Red:"; this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.cwConfigLabel, this.cwConfigComboBox, this.cwDetectionStart, this.cwPlotClearBtn, this.cwHelpBtn }); this.toolStrip1.Location = new Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new Size(0x247, 0x19); this.toolStrip1.TabIndex = 20; this.toolStrip1.Text = "toolStrip1"; this.cwConfigLabel.Font = new Font("Tahoma", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.cwConfigLabel.Name = "cwConfigLabel"; this.cwConfigLabel.Size = new Size(110, 0x16); this.cwConfigLabel.Text = "CW Configuration: "; this.cwConfigComboBox.Items.AddRange(new object[] { "0: Enable scan, enable filtering", "2: Enable scan, use 2MHz", "3: Enable scan, disable filtering", "4: Disable scan, disable filtering" }); this.cwConfigComboBox.Name = "cwConfigComboBox"; this.cwConfigComboBox.Size = new Size(250, 0x19); this.cwDetectionStart.DisplayStyle = ToolStripItemDisplayStyle.Image; this.cwDetectionStart.Image = Resources.graphhsCW; this.cwDetectionStart.ImageTransparentColor = Color.Magenta; this.cwDetectionStart.Name = "cwDetectionStart"; this.cwDetectionStart.Size = new Size(0x17, 0x16); this.cwDetectionStart.Text = "Set"; this.cwDetectionStart.Click += new EventHandler(this.cwDetectionStart_Click); this.cwPlotClearBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.cwPlotClearBtn.Image = Resources.clearTableHS; this.cwPlotClearBtn.ImageTransparentColor = Color.Magenta; this.cwPlotClearBtn.Name = "cwPlotClearBtn"; this.cwPlotClearBtn.Size = new Size(0x17, 0x16); this.cwPlotClearBtn.Text = "Clear"; this.cwPlotClearBtn.Click += new EventHandler(this.cwPlotClearBtn_Click); this.cwHelpBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.cwHelpBtn.Image = Resources.Help; this.cwHelpBtn.ImageTransparentColor = Color.Magenta; this.cwHelpBtn.Name = "cwHelpBtn"; this.cwHelpBtn.Size = new Size(0x17, 0x16); this.cwHelpBtn.Text = "Help"; this.cwHelpBtn.Click += new EventHandler(this.cwHelpBtn_Click); this.detectionOnCheckBox.AutoSize = true; this.detectionOnCheckBox.CheckAlign = ContentAlignment.MiddleRight; this.detectionOnCheckBox.FlatStyle = FlatStyle.Flat; this.detectionOnCheckBox.Location = new Point(12, 0x1b); this.detectionOnCheckBox.Name = "detectionOnCheckBox"; this.detectionOnCheckBox.Size = new Size(0x66, 0x11); this.detectionOnCheckBox.TabIndex = 0x25; this.detectionOnCheckBox.Text = "Detection Active"; this.detectionOnCheckBox.UseVisualStyleBackColor = true; base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; base.ClientSize = new Size(0x247, 0x202); base.Controls.Add(this.detectionOnCheckBox); base.Controls.Add(this.toolStrip1); base.Controls.Add(this.GreenNumericUpDown); base.Controls.Add(this.label5); base.Controls.Add(this.label3); base.Controls.Add(this.BlueNumericUpDown); base.Controls.Add(this.label2); base.Controls.Add(this.RedNumericUpDown); base.Controls.Add(this.zedGraphControl1); base.Icon = (Icon) resources.GetObject("$this.Icon"); base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "frmInterferenceReport"; base.ShowInTaskbar = false; base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; base.StartPosition = FormStartPosition.Manual; this.Text = "CW Interference Detection"; base.Load += new EventHandler(this.frmInterferenceReport_Load); base.FormClosing += new FormClosingEventHandler(this.frmInterferenceReport_FormClosing); base.LocationChanged += new EventHandler(this.frmInterferenceReport_LocationChanged); this.RedNumericUpDown.EndInit(); this.BlueNumericUpDown.EndInit(); this.GreenNumericUpDown.EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.components = new Container(); ComponentResourceManager manager = new ComponentResourceManager(typeof(frmCommSiRFawareV2)); this.toolStrip1 = new ToolStrip(); this.sirfawareToolStripConfigBtn = new ToolStripButton(); this.sirfawareToolStripPlotBtn = new ToolStripButton(); this.sirfawareToolStripPlotTitleTxtBox = new ToolStripTextBox(); this.sirfawareToolStripAddPlotBtn = new ToolStripButton(); this.sirfawareToolStripDataSetBtn = new ToolStripComboBox(); this.sirfawareToolStripPlotColorBtn = new ToolStripButton(); this.sirfawareToolStripColorTxtBox = new ToolStripTextBox(); this.sirfawareToolStripHelpBtn = new ToolStripButton(); this.sirfawareStartBtn = new Button(); this.sirfawareGetPositionBtn = new Button(); this.sirfawareExitBtn = new Button(); this.sirfawareCurrentTimeLabel = new Label(); this.sirfawareLastUpdateTimeLabel = new Label(); this.sirfawareUpdateTypeLabel = new Label(); this.sirfawareCollectedEphLabel = new Label(); this.sirfawareStatusTxtBox1 = new RichTextBox(); this.sirfawareTTFFLabel = new Label(); this.OneSecondTimer = new System.Windows.Forms.Timer(this.components); this.sirfawareSuccessfulALMCollectCheckBox = new CommonClass.BinarycheckBox(); this.sirfawareIsNavCheckBox = new CommonClass.BinarycheckBox(); this.checkBox32 = new CommonClass.BinarycheckBox(); this.checkBox31 = new CommonClass.BinarycheckBox(); this.checkBox30 = new CommonClass.BinarycheckBox(); this.checkBox29 = new CommonClass.BinarycheckBox(); this.checkBox28 = new CommonClass.BinarycheckBox(); this.checkBox27 = new CommonClass.BinarycheckBox(); this.checkBox26 = new CommonClass.BinarycheckBox(); this.checkBox25 = new CommonClass.BinarycheckBox(); this.checkBox24 = new CommonClass.BinarycheckBox(); this.checkBox23 = new CommonClass.BinarycheckBox(); this.checkBox22 = new CommonClass.BinarycheckBox(); this.checkBox21 = new CommonClass.BinarycheckBox(); this.checkBox20 = new CommonClass.BinarycheckBox(); this.checkBox19 = new CommonClass.BinarycheckBox(); this.checkBox18 = new CommonClass.BinarycheckBox(); this.checkBox17 = new CommonClass.BinarycheckBox(); this.checkBox16 = new CommonClass.BinarycheckBox(); this.checkBox15 = new CommonClass.BinarycheckBox(); this.checkBox14 = new CommonClass.BinarycheckBox(); this.checkBox13 = new CommonClass.BinarycheckBox(); this.checkBox12 = new CommonClass.BinarycheckBox(); this.checkBox11 = new CommonClass.BinarycheckBox(); this.checkBox10 = new CommonClass.BinarycheckBox(); this.checkBox9 = new CommonClass.BinarycheckBox(); this.checkBox8 = new CommonClass.BinarycheckBox(); this.checkBox7 = new CommonClass.BinarycheckBox(); this.checkBox6 = new CommonClass.BinarycheckBox(); this.checkBox5 = new CommonClass.BinarycheckBox(); this.checkBox4 = new CommonClass.BinarycheckBox(); this.checkBox3 = new CommonClass.BinarycheckBox(); this.checkBox2 = new CommonClass.BinarycheckBox(); this.checkBox1 = new CommonClass.BinarycheckBox(); this.ephCollectionStatusDesc = new ToolTip(this.components); this.splitContainer1 = new SplitContainer(); this.sirfawareStatusTxtBox2 = new RichTextBox(); this.sirfawareCumulativeTimeInFullPowerLabel = new Label(); this.CurveColorDialog = new ColorDialog(); this.sirfawareSVIDsLabel = new Label(); this.sirfawareTotalTimeInMPMLabel = new Label(); this.toolStrip1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); base.SuspendLayout(); this.toolStrip1.Items.AddRange(new ToolStripItem[] { this.sirfawareToolStripConfigBtn, this.sirfawareToolStripPlotBtn, this.sirfawareToolStripPlotTitleTxtBox, this.sirfawareToolStripAddPlotBtn, this.sirfawareToolStripDataSetBtn, this.sirfawareToolStripPlotColorBtn, this.sirfawareToolStripColorTxtBox, this.sirfawareToolStripHelpBtn }); this.toolStrip1.Location = new Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new Size(0x2be, 0x19); this.toolStrip1.TabIndex = 0; this.toolStrip1.Text = "toolStrip1"; this.sirfawareToolStripConfigBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.sirfawareToolStripConfigBtn.Image = Resources.Config; this.sirfawareToolStripConfigBtn.ImageTransparentColor = Color.Magenta; this.sirfawareToolStripConfigBtn.Name = "sirfawareToolStripConfigBtn"; this.sirfawareToolStripConfigBtn.Size = new Size(0x17, 0x16); this.sirfawareToolStripConfigBtn.Text = "Configuration"; this.sirfawareToolStripConfigBtn.Click += new EventHandler(this.sirfawareToolStripConfigBtn_Click); this.sirfawareToolStripPlotBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.sirfawareToolStripPlotBtn.Image = Resources.ttff; this.sirfawareToolStripPlotBtn.ImageTransparentColor = Color.Magenta; this.sirfawareToolStripPlotBtn.Name = "sirfawareToolStripPlotBtn"; this.sirfawareToolStripPlotBtn.Size = new Size(0x17, 0x16); this.sirfawareToolStripPlotBtn.Text = "Plot"; this.sirfawareToolStripPlotBtn.Click += new EventHandler(this.sirfawareToolStripPlotBtn_Click); this.sirfawareToolStripPlotTitleTxtBox.Name = "sirfawareToolStripPlotTitleTxtBox"; this.sirfawareToolStripPlotTitleTxtBox.Size = new Size(150, 0x19); this.sirfawareToolStripPlotTitleTxtBox.Text = "Plot Title"; this.sirfawareToolStripAddPlotBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.sirfawareToolStripAddPlotBtn.Image = Resources.addCurve; this.sirfawareToolStripAddPlotBtn.ImageTransparentColor = Color.Magenta; this.sirfawareToolStripAddPlotBtn.Name = "sirfawareToolStripAddPlotBtn"; this.sirfawareToolStripAddPlotBtn.Size = new Size(0x17, 0x16); this.sirfawareToolStripAddPlotBtn.Text = "Add Plot"; this.sirfawareToolStripAddPlotBtn.Click += new EventHandler(this.sirfawareToolStripAddPlotBtn_Click); this.sirfawareToolStripDataSetBtn.Name = "sirfawareToolStripDataSetBtn"; this.sirfawareToolStripDataSetBtn.Size = new Size(210, 0x19); this.sirfawareToolStripDataSetBtn.Text = "Data Set"; this.sirfawareToolStripDataSetBtn.ToolTipText = "Data Set"; this.sirfawareToolStripPlotColorBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.sirfawareToolStripPlotColorBtn.Image = Resources.ColorHS; this.sirfawareToolStripPlotColorBtn.ImageTransparentColor = Color.Magenta; this.sirfawareToolStripPlotColorBtn.Name = "sirfawareToolStripPlotColorBtn"; this.sirfawareToolStripPlotColorBtn.Size = new Size(0x17, 0x16); this.sirfawareToolStripPlotColorBtn.Text = "Plot Color"; this.sirfawareToolStripPlotColorBtn.Click += new EventHandler(this.sirfawareToolStripPlotColorBtn_Click); this.sirfawareToolStripColorTxtBox.Name = "sirfawareToolStripColorTxtBox"; this.sirfawareToolStripColorTxtBox.Size = new Size(100, 0x19); this.sirfawareToolStripColorTxtBox.Text = "Plot Color"; this.sirfawareToolStripHelpBtn.DisplayStyle = ToolStripItemDisplayStyle.Image; this.sirfawareToolStripHelpBtn.Image = Resources.Help; this.sirfawareToolStripHelpBtn.ImageTransparentColor = Color.Magenta; this.sirfawareToolStripHelpBtn.Name = "sirfawareToolStripHelpBtn"; this.sirfawareToolStripHelpBtn.Size = new Size(0x17, 0x16); this.sirfawareToolStripHelpBtn.Text = "Help"; this.sirfawareToolStripHelpBtn.Click += new EventHandler(this.sirfawareToolStripHelpBtn_Click); this.sirfawareStartBtn.Anchor = AnchorStyles.Bottom; this.sirfawareStartBtn.Location = new Point(0xda, 0x16e); this.sirfawareStartBtn.Name = "sirfawareStartBtn"; this.sirfawareStartBtn.Size = new Size(0x4b, 0x17); this.sirfawareStartBtn.TabIndex = 1; this.sirfawareStartBtn.Text = "Start"; this.sirfawareStartBtn.UseVisualStyleBackColor = true; this.sirfawareStartBtn.Click += new EventHandler(this.sirfawareStartBtnt_Click); this.sirfawareGetPositionBtn.Anchor = AnchorStyles.Bottom; this.sirfawareGetPositionBtn.Location = new Point(0x13a, 0x16e); this.sirfawareGetPositionBtn.Name = "sirfawareGetPositionBtn"; this.sirfawareGetPositionBtn.Size = new Size(0x4b, 0x17); this.sirfawareGetPositionBtn.TabIndex = 1; this.sirfawareGetPositionBtn.Text = "Get Position"; this.sirfawareGetPositionBtn.UseVisualStyleBackColor = true; this.sirfawareGetPositionBtn.Click += new EventHandler(this.sirfawareGetPositionBtn_Click); this.sirfawareExitBtn.Anchor = AnchorStyles.Bottom; this.sirfawareExitBtn.Location = new Point(410, 0x16d); this.sirfawareExitBtn.Name = "sirfawareExitBtn"; this.sirfawareExitBtn.Size = new Size(0x4b, 0x17); this.sirfawareExitBtn.TabIndex = 1; this.sirfawareExitBtn.Text = "Exit"; this.sirfawareExitBtn.UseVisualStyleBackColor = true; this.sirfawareExitBtn.Click += new EventHandler(this.sirfawareExitBtn_Click); this.sirfawareCurrentTimeLabel.AutoSize = true; this.sirfawareCurrentTimeLabel.Location = new Point(0x8a, 0x2b); this.sirfawareCurrentTimeLabel.Name = "sirfawareCurrentTimeLabel"; this.sirfawareCurrentTimeLabel.Size = new Size(70, 13); this.sirfawareCurrentTimeLabel.TabIndex = 0x1f; this.sirfawareCurrentTimeLabel.Text = "Current Time:"; this.sirfawareLastUpdateTimeLabel.AutoSize = true; this.sirfawareLastUpdateTimeLabel.Location = new Point(0x147, 0x2b); this.sirfawareLastUpdateTimeLabel.Name = "sirfawareLastUpdateTimeLabel"; this.sirfawareLastUpdateTimeLabel.Size = new Size(0x44, 13); this.sirfawareLastUpdateTimeLabel.TabIndex = 0x1f; this.sirfawareLastUpdateTimeLabel.Text = "Last Update:"; this.sirfawareUpdateTypeLabel.AutoSize = true; this.sirfawareUpdateTypeLabel.Location = new Point(0x1e5, 0x2b); this.sirfawareUpdateTypeLabel.Name = "sirfawareUpdateTypeLabel"; this.sirfawareUpdateTypeLabel.Size = new Size(0x5f, 13); this.sirfawareUpdateTypeLabel.TabIndex = 0x1f; this.sirfawareUpdateTypeLabel.Text = "Last Update Type:"; this.sirfawareCollectedEphLabel.AutoSize = true; this.sirfawareCollectedEphLabel.Location = new Point(0x11, 80); this.sirfawareCollectedEphLabel.Name = "sirfawareCollectedEphLabel"; this.sirfawareCollectedEphLabel.Size = new Size(0x72, 13); this.sirfawareCollectedEphLabel.TabIndex = 0x20; this.sirfawareCollectedEphLabel.Text = "EPH Collection Status:"; this.sirfawareCollectedEphLabel.MouseHover += new EventHandler(this.sirfawareCollectedEphLabel_MouseHover); this.sirfawareStatusTxtBox1.BorderStyle = BorderStyle.None; this.sirfawareStatusTxtBox1.Dock = DockStyle.Fill; this.sirfawareStatusTxtBox1.Location = new Point(0, 0); this.sirfawareStatusTxtBox1.Name = "sirfawareStatusTxtBox1"; this.sirfawareStatusTxtBox1.ReadOnly = true; this.sirfawareStatusTxtBox1.Size = new Size(0x156, 0xc7); this.sirfawareStatusTxtBox1.TabIndex = 0x21; this.sirfawareStatusTxtBox1.Text = ""; this.sirfawareTTFFLabel.AutoSize = true; this.sirfawareTTFFLabel.Location = new Point(0x11, 0x2b); this.sirfawareTTFFLabel.Name = "sirfawareTTFFLabel"; this.sirfawareTTFFLabel.Size = new Size(0x2f, 13); this.sirfawareTTFFLabel.TabIndex = 0x22; this.sirfawareTTFFLabel.Text = "TTFF(s):"; this.OneSecondTimer.Interval = 0x3e8; this.OneSecondTimer.Tick += new EventHandler(this.OneSecondTimer_Tick); this.sirfawareSuccessfulALMCollectCheckBox.AutoSize = true; this.sirfawareSuccessfulALMCollectCheckBox.CheckAlign = ContentAlignment.MiddleRight; this.sirfawareSuccessfulALMCollectCheckBox.FlatAppearance.BorderColor = Color.Green; this.sirfawareSuccessfulALMCollectCheckBox.FlatAppearance.CheckedBackColor = Color.FromArgb(0, 0xc0, 0); this.sirfawareSuccessfulALMCollectCheckBox.FlatStyle = FlatStyle.Flat; this.sirfawareSuccessfulALMCollectCheckBox.Location = new Point(0x89, 0x67); this.sirfawareSuccessfulALMCollectCheckBox.Name = "sirfawareSuccessfulALMCollectCheckBox"; this.sirfawareSuccessfulALMCollectCheckBox.Size = new Size(0x9b, 0x11); this.sirfawareSuccessfulALMCollectCheckBox.TabIndex = 0x24; this.sirfawareSuccessfulALMCollectCheckBox.Text = "Successful ALM Collection?"; this.sirfawareSuccessfulALMCollectCheckBox.UseVisualStyleBackColor = true; this.sirfawareIsNavCheckBox.AutoSize = true; this.sirfawareIsNavCheckBox.CheckAlign = ContentAlignment.MiddleRight; this.sirfawareIsNavCheckBox.FlatStyle = FlatStyle.Flat; this.sirfawareIsNavCheckBox.Location = new Point(0x11, 0x67); this.sirfawareIsNavCheckBox.Name = "sirfawareIsNavCheckBox"; this.sirfawareIsNavCheckBox.Size = new Size(0x68, 0x11); this.sirfawareIsNavCheckBox.TabIndex = 0x24; this.sirfawareIsNavCheckBox.Text = "Successful Nav?"; this.sirfawareIsNavCheckBox.UseVisualStyleBackColor = true; this.checkBox32.AutoSize = true; this.checkBox32.CheckAlign = ContentAlignment.BottomCenter; this.checkBox32.FlatStyle = FlatStyle.Flat; this.checkBox32.Location = new Point(0x299, 0x3e); this.checkBox32.Name = "checkBox32"; this.checkBox32.Size = new Size(0x17, 0x1c); this.checkBox32.TabIndex = 0x23; this.checkBox32.Text = "32"; this.checkBox32.UseVisualStyleBackColor = true; this.checkBox31.AutoSize = true; this.checkBox31.CheckAlign = ContentAlignment.BottomCenter; this.checkBox31.FlatStyle = FlatStyle.Flat; this.checkBox31.Location = new Point(0x288, 0x3e); this.checkBox31.Name = "checkBox31"; this.checkBox31.Size = new Size(0x17, 0x1c); this.checkBox31.TabIndex = 0x23; this.checkBox31.Text = "31"; this.checkBox31.UseVisualStyleBackColor = true; this.checkBox30.AutoSize = true; this.checkBox30.CheckAlign = ContentAlignment.BottomCenter; this.checkBox30.FlatStyle = FlatStyle.Flat; this.checkBox30.Location = new Point(0x277, 0x3e); this.checkBox30.Name = "checkBox30"; this.checkBox30.Size = new Size(0x17, 0x1c); this.checkBox30.TabIndex = 0x23; this.checkBox30.Text = "30"; this.checkBox30.UseVisualStyleBackColor = true; this.checkBox29.AutoSize = true; this.checkBox29.CheckAlign = ContentAlignment.BottomCenter; this.checkBox29.FlatStyle = FlatStyle.Flat; this.checkBox29.Location = new Point(0x266, 0x3e); this.checkBox29.Name = "checkBox29"; this.checkBox29.Size = new Size(0x17, 0x1c); this.checkBox29.TabIndex = 0x23; this.checkBox29.Text = "29"; this.checkBox29.UseVisualStyleBackColor = true; this.checkBox28.AutoSize = true; this.checkBox28.CheckAlign = ContentAlignment.BottomCenter; this.checkBox28.FlatStyle = FlatStyle.Flat; this.checkBox28.Location = new Point(0x255, 0x3e); this.checkBox28.Name = "checkBox28"; this.checkBox28.Size = new Size(0x17, 0x1c); this.checkBox28.TabIndex = 0x23; this.checkBox28.Text = "28"; this.checkBox28.UseVisualStyleBackColor = true; this.checkBox27.AutoSize = true; this.checkBox27.CheckAlign = ContentAlignment.BottomCenter; this.checkBox27.FlatStyle = FlatStyle.Flat; this.checkBox27.Location = new Point(580, 0x3e); this.checkBox27.Name = "checkBox27"; this.checkBox27.Size = new Size(0x17, 0x1c); this.checkBox27.TabIndex = 0x23; this.checkBox27.Text = "27"; this.checkBox27.UseVisualStyleBackColor = true; this.checkBox26.AutoSize = true; this.checkBox26.CheckAlign = ContentAlignment.BottomCenter; this.checkBox26.FlatStyle = FlatStyle.Flat; this.checkBox26.Location = new Point(0x233, 0x3e); this.checkBox26.Name = "checkBox26"; this.checkBox26.Size = new Size(0x17, 0x1c); this.checkBox26.TabIndex = 0x23; this.checkBox26.Text = "26"; this.checkBox26.UseVisualStyleBackColor = true; this.checkBox25.AutoSize = true; this.checkBox25.CheckAlign = ContentAlignment.BottomCenter; this.checkBox25.FlatStyle = FlatStyle.Flat; this.checkBox25.Location = new Point(0x222, 0x3e); this.checkBox25.Name = "checkBox25"; this.checkBox25.Size = new Size(0x17, 0x1c); this.checkBox25.TabIndex = 0x23; this.checkBox25.Text = "25"; this.checkBox25.UseVisualStyleBackColor = true; this.checkBox24.AutoSize = true; this.checkBox24.CheckAlign = ContentAlignment.BottomCenter; this.checkBox24.FlatStyle = FlatStyle.Flat; this.checkBox24.Location = new Point(0x211, 0x3e); this.checkBox24.Name = "checkBox24"; this.checkBox24.Size = new Size(0x17, 0x1c); this.checkBox24.TabIndex = 0x23; this.checkBox24.Text = "24"; this.checkBox24.UseVisualStyleBackColor = true; this.checkBox23.AutoSize = true; this.checkBox23.CheckAlign = ContentAlignment.BottomCenter; this.checkBox23.FlatStyle = FlatStyle.Flat; this.checkBox23.Location = new Point(0x200, 0x3e); this.checkBox23.Name = "checkBox23"; this.checkBox23.Size = new Size(0x17, 0x1c); this.checkBox23.TabIndex = 0x23; this.checkBox23.Text = "23"; this.checkBox23.UseVisualStyleBackColor = true; this.checkBox22.AutoSize = true; this.checkBox22.CheckAlign = ContentAlignment.BottomCenter; this.checkBox22.FlatStyle = FlatStyle.Flat; this.checkBox22.Location = new Point(0x1ef, 0x3e); this.checkBox22.Name = "checkBox22"; this.checkBox22.Size = new Size(0x17, 0x1c); this.checkBox22.TabIndex = 0x23; this.checkBox22.Text = "22"; this.checkBox22.UseVisualStyleBackColor = true; this.checkBox21.AutoSize = true; this.checkBox21.CheckAlign = ContentAlignment.BottomCenter; this.checkBox21.FlatStyle = FlatStyle.Flat; this.checkBox21.Location = new Point(0x1de, 0x3e); this.checkBox21.Name = "checkBox21"; this.checkBox21.Size = new Size(0x17, 0x1c); this.checkBox21.TabIndex = 0x23; this.checkBox21.Text = "21"; this.checkBox21.UseVisualStyleBackColor = true; this.checkBox20.AutoSize = true; this.checkBox20.CheckAlign = ContentAlignment.BottomCenter; this.checkBox20.FlatStyle = FlatStyle.Flat; this.checkBox20.Location = new Point(0x1cd, 0x3e); this.checkBox20.Name = "checkBox20"; this.checkBox20.Size = new Size(0x17, 0x1c); this.checkBox20.TabIndex = 0x23; this.checkBox20.Text = "20"; this.checkBox20.UseVisualStyleBackColor = true; this.checkBox19.AutoSize = true; this.checkBox19.CheckAlign = ContentAlignment.BottomCenter; this.checkBox19.FlatStyle = FlatStyle.Flat; this.checkBox19.Location = new Point(0x1bc, 0x3e); this.checkBox19.Name = "checkBox19"; this.checkBox19.Size = new Size(0x17, 0x1c); this.checkBox19.TabIndex = 0x23; this.checkBox19.Text = "19"; this.checkBox19.UseVisualStyleBackColor = true; this.checkBox18.AutoSize = true; this.checkBox18.CheckAlign = ContentAlignment.BottomCenter; this.checkBox18.FlatStyle = FlatStyle.Flat; this.checkBox18.Location = new Point(0x1ab, 0x3e); this.checkBox18.Name = "checkBox18"; this.checkBox18.Size = new Size(0x17, 0x1c); this.checkBox18.TabIndex = 0x23; this.checkBox18.Text = "18"; this.checkBox18.UseVisualStyleBackColor = true; this.checkBox17.AutoSize = true; this.checkBox17.CheckAlign = ContentAlignment.BottomCenter; this.checkBox17.FlatStyle = FlatStyle.Flat; this.checkBox17.Location = new Point(410, 0x3e); this.checkBox17.Name = "checkBox17"; this.checkBox17.Size = new Size(0x17, 0x1c); this.checkBox17.TabIndex = 0x23; this.checkBox17.Text = "17"; this.checkBox17.UseVisualStyleBackColor = true; this.checkBox16.AutoSize = true; this.checkBox16.CheckAlign = ContentAlignment.BottomCenter; this.checkBox16.FlatStyle = FlatStyle.Flat; this.checkBox16.Location = new Point(0x189, 0x3e); this.checkBox16.Name = "checkBox16"; this.checkBox16.Size = new Size(0x17, 0x1c); this.checkBox16.TabIndex = 0x23; this.checkBox16.Text = "16"; this.checkBox16.UseVisualStyleBackColor = true; this.checkBox15.AutoSize = true; this.checkBox15.CheckAlign = ContentAlignment.BottomCenter; this.checkBox15.FlatStyle = FlatStyle.Flat; this.checkBox15.Location = new Point(0x178, 0x3e); this.checkBox15.Name = "checkBox15"; this.checkBox15.Size = new Size(0x17, 0x1c); this.checkBox15.TabIndex = 0x23; this.checkBox15.Text = "15"; this.checkBox15.UseVisualStyleBackColor = true; this.checkBox14.AutoSize = true; this.checkBox14.CheckAlign = ContentAlignment.BottomCenter; this.checkBox14.FlatStyle = FlatStyle.Flat; this.checkBox14.Location = new Point(0x167, 0x3e); this.checkBox14.Name = "checkBox14"; this.checkBox14.Size = new Size(0x17, 0x1c); this.checkBox14.TabIndex = 0x23; this.checkBox14.Text = "14"; this.checkBox14.UseVisualStyleBackColor = true; this.checkBox13.AutoSize = true; this.checkBox13.CheckAlign = ContentAlignment.BottomCenter; this.checkBox13.FlatStyle = FlatStyle.Flat; this.checkBox13.Location = new Point(0x156, 0x3e); this.checkBox13.Name = "checkBox13"; this.checkBox13.Size = new Size(0x17, 0x1c); this.checkBox13.TabIndex = 0x23; this.checkBox13.Text = "13"; this.checkBox13.UseVisualStyleBackColor = true; this.checkBox12.AutoSize = true; this.checkBox12.CheckAlign = ContentAlignment.BottomCenter; this.checkBox12.FlatStyle = FlatStyle.Flat; this.checkBox12.Location = new Point(0x145, 0x3e); this.checkBox12.Name = "checkBox12"; this.checkBox12.Size = new Size(0x17, 0x1c); this.checkBox12.TabIndex = 0x23; this.checkBox12.Text = "12"; this.checkBox12.UseVisualStyleBackColor = true; this.checkBox11.AutoSize = true; this.checkBox11.CheckAlign = ContentAlignment.BottomCenter; this.checkBox11.FlatStyle = FlatStyle.Flat; this.checkBox11.Location = new Point(0x134, 0x3e); this.checkBox11.Name = "checkBox11"; this.checkBox11.Size = new Size(0x17, 0x1c); this.checkBox11.TabIndex = 0x23; this.checkBox11.Text = "11"; this.checkBox11.UseVisualStyleBackColor = true; this.checkBox10.AutoSize = true; this.checkBox10.CheckAlign = ContentAlignment.BottomCenter; this.checkBox10.FlatStyle = FlatStyle.Flat; this.checkBox10.Location = new Point(0x123, 0x3e); this.checkBox10.Name = "checkBox10"; this.checkBox10.Size = new Size(0x17, 0x1c); this.checkBox10.TabIndex = 0x23; this.checkBox10.Text = "10"; this.checkBox10.UseVisualStyleBackColor = true; this.checkBox9.AutoSize = true; this.checkBox9.CheckAlign = ContentAlignment.BottomCenter; this.checkBox9.FlatStyle = FlatStyle.Flat; this.checkBox9.Location = new Point(0x112, 0x3e); this.checkBox9.Name = "checkBox9"; this.checkBox9.Size = new Size(0x17, 0x1c); this.checkBox9.TabIndex = 0x23; this.checkBox9.Text = "09"; this.checkBox9.UseVisualStyleBackColor = true; this.checkBox8.AutoSize = true; this.checkBox8.CheckAlign = ContentAlignment.BottomCenter; this.checkBox8.FlatStyle = FlatStyle.Flat; this.checkBox8.Location = new Point(0x101, 0x3e); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new Size(0x17, 0x1c); this.checkBox8.TabIndex = 0x23; this.checkBox8.Text = "08"; this.checkBox8.UseVisualStyleBackColor = true; this.checkBox7.AutoSize = true; this.checkBox7.CheckAlign = ContentAlignment.BottomCenter; this.checkBox7.FlatStyle = FlatStyle.Flat; this.checkBox7.Location = new Point(240, 0x3e); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new Size(0x17, 0x1c); this.checkBox7.TabIndex = 0x23; this.checkBox7.Text = "07"; this.checkBox7.UseVisualStyleBackColor = true; this.checkBox6.AutoSize = true; this.checkBox6.CheckAlign = ContentAlignment.BottomCenter; this.checkBox6.FlatStyle = FlatStyle.Flat; this.checkBox6.Location = new Point(0xdf, 0x3e); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new Size(0x17, 0x1c); this.checkBox6.TabIndex = 0x23; this.checkBox6.Text = "06"; this.checkBox6.UseVisualStyleBackColor = true; this.checkBox5.AutoSize = true; this.checkBox5.CheckAlign = ContentAlignment.BottomCenter; this.checkBox5.FlatStyle = FlatStyle.Flat; this.checkBox5.Location = new Point(0xce, 0x3e); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new Size(0x17, 0x1c); this.checkBox5.TabIndex = 0x23; this.checkBox5.Text = "05"; this.checkBox5.UseVisualStyleBackColor = true; this.checkBox4.AutoSize = true; this.checkBox4.CheckAlign = ContentAlignment.BottomCenter; this.checkBox4.FlatStyle = FlatStyle.Flat; this.checkBox4.Location = new Point(0xbd, 0x3e); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new Size(0x17, 0x1c); this.checkBox4.TabIndex = 0x23; this.checkBox4.Text = "04"; this.checkBox4.UseVisualStyleBackColor = true; this.checkBox3.AutoSize = true; this.checkBox3.CheckAlign = ContentAlignment.BottomCenter; this.checkBox3.FlatStyle = FlatStyle.Flat; this.checkBox3.Location = new Point(0xac, 0x3e); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new Size(0x17, 0x1c); this.checkBox3.TabIndex = 0x23; this.checkBox3.Text = "03"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox2.AutoSize = true; this.checkBox2.CheckAlign = ContentAlignment.BottomCenter; this.checkBox2.FlatStyle = FlatStyle.Flat; this.checkBox2.Location = new Point(0x9b, 0x3e); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new Size(0x17, 0x1c); this.checkBox2.TabIndex = 0x23; this.checkBox2.Text = "02"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox1.AutoSize = true; this.checkBox1.CheckAlign = ContentAlignment.BottomCenter; this.checkBox1.FlatStyle = FlatStyle.Flat; this.checkBox1.Location = new Point(0x8a, 0x3e); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new Size(0x17, 0x1c); this.checkBox1.TabIndex = 0x23; this.checkBox1.Text = "01"; this.checkBox1.UseVisualStyleBackColor = true; this.splitContainer1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.splitContainer1.BorderStyle = BorderStyle.FixedSingle; this.splitContainer1.Location = new Point(20, 150); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Panel1.Controls.Add(this.sirfawareStatusTxtBox1); this.splitContainer1.Panel2.Controls.Add(this.sirfawareStatusTxtBox2); this.splitContainer1.Size = new Size(670, 0xc9); this.splitContainer1.SplitterDistance = 0x158; this.splitContainer1.TabIndex = 0x25; this.sirfawareStatusTxtBox2.BorderStyle = BorderStyle.None; this.sirfawareStatusTxtBox2.Dock = DockStyle.Fill; this.sirfawareStatusTxtBox2.Location = new Point(0, 0); this.sirfawareStatusTxtBox2.Name = "sirfawareStatusTxtBox2"; this.sirfawareStatusTxtBox2.ReadOnly = true; this.sirfawareStatusTxtBox2.Size = new Size(320, 0xc7); this.sirfawareStatusTxtBox2.TabIndex = 0x22; this.sirfawareStatusTxtBox2.Text = ""; this.sirfawareCumulativeTimeInFullPowerLabel.AutoSize = true; this.sirfawareCumulativeTimeInFullPowerLabel.Location = new Point(0x11, 0x7e); this.sirfawareCumulativeTimeInFullPowerLabel.Name = "sirfawareCumulativeTimeInFullPowerLabel"; this.sirfawareCumulativeTimeInFullPowerLabel.Size = new Size(0x97, 13); this.sirfawareCumulativeTimeInFullPowerLabel.TabIndex = 0x26; this.sirfawareCumulativeTimeInFullPowerLabel.Text = "CumulateTime in Full Power(s):"; this.sirfawareSVIDsLabel.AutoSize = true; this.sirfawareSVIDsLabel.Location = new Point(0x11, 0x3e); this.sirfawareSVIDsLabel.Name = "sirfawareSVIDsLabel"; this.sirfawareSVIDsLabel.Size = new Size(0x26, 13); this.sirfawareSVIDsLabel.TabIndex = 0x27; this.sirfawareSVIDsLabel.Text = "SV ID:"; this.sirfawareTotalTimeInMPMLabel.AutoSize = true; this.sirfawareTotalTimeInMPMLabel.Location = new Point(0x16e, 0x7e); this.sirfawareTotalTimeInMPMLabel.Name = "sirfawareTotalTimeInMPMLabel"; this.sirfawareTotalTimeInMPMLabel.Size = new Size(0x89, 13); this.sirfawareTotalTimeInMPMLabel.TabIndex = 40; this.sirfawareTotalTimeInMPMLabel.Text = "Total Time in SiRFaware(s):"; base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; base.ClientSize = new Size(0x2be, 0x194); base.Controls.Add(this.sirfawareTotalTimeInMPMLabel); base.Controls.Add(this.sirfawareSVIDsLabel); base.Controls.Add(this.sirfawareCumulativeTimeInFullPowerLabel); base.Controls.Add(this.splitContainer1); base.Controls.Add(this.sirfawareSuccessfulALMCollectCheckBox); base.Controls.Add(this.sirfawareIsNavCheckBox); base.Controls.Add(this.checkBox32); base.Controls.Add(this.checkBox31); base.Controls.Add(this.checkBox30); base.Controls.Add(this.checkBox29); base.Controls.Add(this.checkBox28); base.Controls.Add(this.checkBox27); base.Controls.Add(this.checkBox26); base.Controls.Add(this.checkBox25); base.Controls.Add(this.checkBox24); base.Controls.Add(this.checkBox23); base.Controls.Add(this.checkBox22); base.Controls.Add(this.checkBox21); base.Controls.Add(this.checkBox20); base.Controls.Add(this.checkBox19); base.Controls.Add(this.checkBox18); base.Controls.Add(this.checkBox17); base.Controls.Add(this.checkBox16); base.Controls.Add(this.checkBox15); base.Controls.Add(this.checkBox14); base.Controls.Add(this.checkBox13); base.Controls.Add(this.checkBox12); base.Controls.Add(this.checkBox11); base.Controls.Add(this.checkBox10); base.Controls.Add(this.checkBox9); base.Controls.Add(this.checkBox8); base.Controls.Add(this.checkBox7); base.Controls.Add(this.checkBox6); base.Controls.Add(this.checkBox5); base.Controls.Add(this.checkBox4); base.Controls.Add(this.checkBox3); base.Controls.Add(this.checkBox2); base.Controls.Add(this.checkBox1); base.Controls.Add(this.sirfawareTTFFLabel); base.Controls.Add(this.sirfawareCollectedEphLabel); base.Controls.Add(this.sirfawareUpdateTypeLabel); base.Controls.Add(this.sirfawareLastUpdateTimeLabel); base.Controls.Add(this.sirfawareCurrentTimeLabel); base.Controls.Add(this.sirfawareExitBtn); base.Controls.Add(this.sirfawareGetPositionBtn); base.Controls.Add(this.sirfawareStartBtn); base.Controls.Add(this.toolStrip1); base.Icon = (Icon) manager.GetObject("$this.Icon"); base.Name = "frmCommSiRFawareV2"; base.ShowInTaskbar = false; base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "SiRFaware"; base.Load += new EventHandler(this.frmCommSiRFawareV2_Load); base.DoubleClick += new EventHandler(this.frmCommSiRFawareV2_DoubleClick); base.LocationChanged += new EventHandler(this.frmCommSiRFawareV2_LocationChanged); base.ResizeEnd += new EventHandler(this.frmCommSiRFawareV2_ResizeEnd); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); base.ResumeLayout(false); base.PerformLayout(); }