📄 form1.h
字号:
this->label1->BackColor = System::Drawing::Color::Transparent;
this->label1->Font = (new System::Drawing::Font(S"Verdana", 15.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
(System::Byte)0));
this->label1->Location = System::Drawing::Point(7, 283);
this->label1->Name = S"label1";
this->label1->Size = System::Drawing::Size(213, 32);
this->label1->TabIndex = 12;
this->label1->Text = S"Start Frequency";
//
// label2
//
this->label2->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->label2->BackColor = System::Drawing::Color::Transparent;
this->label2->Font = (new System::Drawing::Font(S"Verdana", 15.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
(System::Byte)0));
this->label2->Location = System::Drawing::Point(8, 331);
this->label2->Name = S"label2";
this->label2->Size = System::Drawing::Size(205, 32);
this->label2->TabIndex = 13;
this->label2->Text = S"Stop Frequency";
//
// label3
//
this->label3->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->label3->BackColor = System::Drawing::Color::Transparent;
this->label3->Font = (new System::Drawing::Font(S"Verdana", 15.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
(System::Byte)0));
this->label3->Location = System::Drawing::Point(440, 283);
this->label3->Name = S"label3";
this->label3->Size = System::Drawing::Size(184, 24);
this->label3->TabIndex = 14;
this->label3->Text = S"Tx Level, dB.";
//
// label4
//
this->label4->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->label4->BackColor = System::Drawing::Color::Transparent;
this->label4->Font = (new System::Drawing::Font(S"Verdana", 15.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
(System::Byte)0));
this->label4->Location = System::Drawing::Point(440, 331);
this->label4->Name = S"label4";
this->label4->Size = System::Drawing::Size(192, 24);
this->label4->TabIndex = 15;
this->label4->Text = S"Ref. Level, dB.";
//
// label5
//
this->label5->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->label5->BackColor = System::Drawing::Color::Transparent;
this->label5->Location = System::Drawing::Point(840, 326);
this->label5->Name = S"label5";
this->label5->Size = System::Drawing::Size(73, 35);
this->label5->TabIndex = 18;
this->label5->Text = S"Apply Fixture Calibration";
this->label5->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
this->toolTip1->SetToolTip(this->label5, S"Must have Cal File Loaded or must Run Cal file in order to enable.");
//
// SweepSpd
//
this->SweepSpd->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->SweepSpd->BackColor = System::Drawing::Color::WhiteSmoke;
this->SweepSpd->Location = System::Drawing::Point(784, 328);
this->SweepSpd->Name = S"SweepSpd";
this->SweepSpd->Size = System::Drawing::Size(48, 23);
this->SweepSpd->TabIndex = 21;
this->SweepSpd->Text = S"Fast";
this->toolTip1->SetToolTip(this->SweepSpd, S"Toggle Sweep Speed");
this->SweepSpd->UseVisualStyleBackColor = false;
this->SweepSpd->Click += new System::EventHandler(this, &Form1::SweepSpd_Click);
//
// SingleSweep
//
this->SingleSweep->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->SingleSweep->BackColor = System::Drawing::Color::WhiteSmoke;
this->SingleSweep->Location = System::Drawing::Point(784, 284);
this->SingleSweep->Name = S"SingleSweep";
this->SingleSweep->RightToLeft = System::Windows::Forms::RightToLeft::No;
this->SingleSweep->Size = System::Drawing::Size(64, 24);
this->SingleSweep->TabIndex = 19;
this->SingleSweep->Text = S"SglSwp";
this->toolTip1->SetToolTip(this->SingleSweep, S"Trigger a Single Sweep");
this->SingleSweep->UseVisualStyleBackColor = false;
this->SingleSweep->Click += new System::EventHandler(this, &Form1::SingleSweep_Click);
//
// RecurrentSweep
//
this->RecurrentSweep->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->RecurrentSweep->BackColor = System::Drawing::Color::WhiteSmoke;
this->RecurrentSweep->Location = System::Drawing::Point(864, 284);
this->RecurrentSweep->Name = S"RecurrentSweep";
this->RecurrentSweep->Size = System::Drawing::Size(64, 24);
this->RecurrentSweep->TabIndex = 20;
this->RecurrentSweep->Text = S"Free Run";
this->toolTip1->SetToolTip(this->RecurrentSweep, S"Toggle on or off the free-running sweep");
this->RecurrentSweep->UseVisualStyleBackColor = false;
this->RecurrentSweep->Click += new System::EventHandler(this, &Form1::RecurrentSweep_Click);
//
// SweepProgressBar
//
this->SweepProgressBar->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->SweepProgressBar->Location = System::Drawing::Point(16, 364);
this->SweepProgressBar->Name = S"SweepProgressBar";
this->SweepProgressBar->Size = System::Drawing::Size(912, 10);
this->SweepProgressBar->TabIndex = 26;
this->toolTip1->SetToolTip(this->SweepProgressBar, S"Sweep Progress");
//
// FrequencyDigitIncrease
//
this->FrequencyDigitIncrease->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->FrequencyDigitIncrease->BackColor = System::Drawing::Color::WhiteSmoke;
this->FrequencyDigitIncrease->Location = System::Drawing::Point(264, 316);
this->FrequencyDigitIncrease->Name = S"FrequencyDigitIncrease";
this->FrequencyDigitIncrease->Size = System::Drawing::Size(24, 15);
this->FrequencyDigitIncrease->TabIndex = 24;
this->FrequencyDigitIncrease->Text = S"<";
this->toolTip1->SetToolTip(this->FrequencyDigitIncrease, S"Move digit selector left");
this->FrequencyDigitIncrease->UseVisualStyleBackColor = false;
this->FrequencyDigitIncrease->Click += new System::EventHandler(this, &Form1::FrequencyDigitIncrease_Click);
//
// FrequencyDigitDecrease
//
this->FrequencyDigitDecrease->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->FrequencyDigitDecrease->BackColor = System::Drawing::Color::WhiteSmoke;
this->FrequencyDigitDecrease->Location = System::Drawing::Point(312, 316);
this->FrequencyDigitDecrease->Name = S"FrequencyDigitDecrease";
this->FrequencyDigitDecrease->Size = System::Drawing::Size(24, 15);
this->FrequencyDigitDecrease->TabIndex = 25;
this->FrequencyDigitDecrease->Text = S">";
this->toolTip1->SetToolTip(this->FrequencyDigitDecrease, S"Move digit selector right");
this->FrequencyDigitDecrease->UseVisualStyleBackColor = false;
this->FrequencyDigitDecrease->Click += new System::EventHandler(this, &Form1::FrequencyDigitDecrease_Click);
//
// calCheckBox
//
this->calCheckBox->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->calCheckBox->BackColor = System::Drawing::Color::Transparent;
this->calCheckBox->CheckAlign = System::Drawing::ContentAlignment::MiddleRight;
this->calCheckBox->Enabled = false;
this->calCheckBox->Location = System::Drawing::Point(912, 328);
this->calCheckBox->Name = S"calCheckBox";
this->calCheckBox->Size = System::Drawing::Size(16, 24);
this->calCheckBox->TabIndex = 17;
this->calCheckBox->UseVisualStyleBackColor = false;
this->calCheckBox->CheckedChanged += new System::EventHandler(this, &Form1::calCheckBox_CheckedChanged);
//
// StartFrequencyDigitIndicator
//
this->StartFrequencyDigitIndicator->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->StartFrequencyDigitIndicator->BackColor = System::Drawing::Color::Black;
this->StartFrequencyDigitIndicator->Font = (new System::Drawing::Font(S"Courier New", 18, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
(System::Byte)0));
this->StartFrequencyDigitIndicator->ForeColor = System::Drawing::Color::Aquamarine;
this->StartFrequencyDigitIndicator->Location = System::Drawing::Point(208, 308);
this->StartFrequencyDigitIndicator->Name = S"StartFrequencyDigitIndicator";
this->StartFrequencyDigitIndicator->Size = System::Drawing::Size(176, 7);
this->StartFrequencyDigitIndicator->TabIndex = 22;
this->StartFrequencyDigitIndicator->Text = S"-";
this->StartFrequencyDigitIndicator->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
//
// StopFrequencyDigitIndicator
//
this->StopFrequencyDigitIndicator->Anchor = (System::Windows::Forms::AnchorStyles)(System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left);
this->StopFrequencyDigitIndicator->BackColor = System::Drawing::Color::Black;
this->StopFrequencyDigitIndicator->Font = (new System::Drawing::Font(S"Courier New", 18, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
(System::Byte)0));
this->StopFrequencyDigitIndicator->ForeColor = System::Drawing::Color::Aquamarine;
this->StopFrequencyDigitIndicator->Location = System::Drawing::Point(208, 356);
this->StopFrequencyDigitIndicator->Name = S"StopFrequencyDigitIndicator";
this->StopFrequencyDigitIndicator->Size = System::Drawing::Size(176, 7);
this->StopFrequencyDigitIndicator->TabIndex = 23;
this->StopFrequencyDigitIndicator->Text = S"-";
this->StopFrequencyDigitIndicator->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
//
// menuStrip1
//
System::Windows::Forms::ToolStripItem* __mcTemp__1[] = new System::Windows::Forms::ToolStripItem*[10];
__mcTemp__1[0] = this->fileMenu;
__mcTemp__1[1] = this->viewMenu;
__mcTemp__1[2] = this->calibrateMenu;
__mcTemp__1[3] = this->traceMenu;
__mcTemp__1[4] = this->VertScaleItem;
__mcTemp__1[5] = this->markerMenu;
__mcTemp__1[6] = this->menuItem5;
__mcTemp__1[7] = this->StorageMenu;
__mcTemp__1[8] = this->IntegrationMenuItem;
__mcTemp__1[9] = this->HelpItem;
this->menuStrip1->Items->AddRange(__mcTemp__1);
this->menuStrip1->Location = System::Drawing::Point(0, 0);
this->menuStrip1->Name = S"menuStrip1";
this->menuStrip1->Size = System::Drawing::Size(935, 24);
this->menuStrip1->TabIndex = 27;
this->menuStrip1->Text = S"menuStrip1";
//
// fileMenu
//
System::Windows::Forms::ToolStripItem* __mcTemp__2[] = new System::Windows::Forms::ToolStripItem*[14];
__mcTemp__2[0] = this->printItem;
__mcTemp__2[1] = this->printSetupItem;
__mcTemp__2[2] = this->printPreviewItem;
__mcTemp__2[3] = this->menuItem14;
__mcTemp__2[4] = this->SetTitleMenuItem;
__mcTemp__2[5] = this->menuItem7;
__mcTemp__2[6] = this->storeForward;
__mcTemp__2[7] = this->storeReverse;
__mcTemp__2[8] = this->menuItem8;
__mcTemp__2[9] = this->menuItem11;
__mcTemp__2[10] = this->SaveConfigurationMenu;
__mcTemp__2[11] = this->LoadConfigurationMenu;
__mcTemp__2[12] = this->menuItem19;
__mcTemp__2[13] = this->exitItem;
this->fileMenu->DropDownItems->AddRange(__mcTemp__2);
this->fileMenu->Name = S"fileMenu";
this->fileMenu->Size = System::Drawing::Size(35, 20);
this->fileMenu->Text = S"&File";
//
// printItem
//
this->printItem->Image = (__try_cast<System::Drawing::Image* >(resources->GetObject(S"printItem.Image")));
this->printItem->Name = S"printItem";
this->printItem->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Control | System::Windows::Forms::Keys::P);
this->printItem->Size = System::Drawing::Size(306, 22);
this->printItem->Text = S"&Print";
this->printItem->Click += new System::EventHandler(this, &Form1::printItem_Click);
//
// printSetupItem
//
this->printSetupItem->Name = S"printSetupItem";
this->printSetupItem->Size = System::Drawing::Size(306, 22);
this->printSetupItem->Text = S"Print &Setup";
this->printSetupItem->Click += new System::EventHandler(this, &Form1::printSetupItem_Click);
//
// printPreviewItem
//
this->printPreviewItem->Image = (__try_cast<System::Drawing::Image* >(resources->GetObject(S"printPreviewItem.Image")));
this->printPreviewItem->Name = S"printPreviewItem";
this->printPreviewItem->Size = System::Drawing::Size(306, 22);
this->printPreviewItem->Text = S"Print Pre&view";
this->printPreviewItem->Click += new System::EventHandler(this, &Form1::printPreviewItem_Click);
//
// menuItem14
//
this->menuItem14->Name = S"menuItem14";
this->menuItem14->Size = System::Drawing::Size(303, 6);
//
// SetTitleMenuItem
//
this->SetTitleMenuItem->Name = S"SetTitleMenuItem";
this->SetTitleMenuItem->Size = System::Drawing::Size(306, 22);
this->SetTitleMenuItem->Text = S"&Title...";
this->SetTitleMenuItem->Click += new System::EventHandler(this, &Form1::SetTitleMenuItem_Click);
//
// menuItem7
//
this->menuItem7->Name = S"menuItem7";
this->menuItem7->Size = System::Drawing::Size(303, 6);
//
// storeForward
//
this->storeForward->Name = S"storeForward";
this->storeForward->Size = System::Drawing::Size(306, 22);
this->storeForward->Text = S"Store &Forward Parameters";
this->storeForward->Click += new System::EventHandler(this, &Form1::storeForward_Click);
//
// storeReverse
//
this->storeReverse->Name = S"storeReverse";
this->storeReverse->Size = System::Drawing::Size(306, 22);
this->storeReverse->Text = S"Store &Reverse Parameters";
this->storeReverse->Click += new System::EventHandler(this, &Form1::storeReverse_Click);
//
// menuItem8
//
System::Windows::Forms::ToolStripItem* __mcTemp__3[] = new System::Windows::Forms::ToolStripItem*[3];
__mcTemp__3[0] = this->ExportRectFmt;
__mcTemp__3[1] = this->ExportPolarFmt;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -