📄 form1.h
字号:
__mcTemp__3[2] = this->ExportCSVRectFormat;
this->menuItem8->DropDownItems->AddRange(__mcTemp__3);
this->menuItem8->Name = S"menuItem8";
this->menuItem8->Size = System::Drawing::Size(306, 22);
this->menuItem8->Text = S"E&xport S-parameter File";
//
// ExportRectFmt
//
this->ExportRectFmt->Name = S"ExportRectFmt";
this->ExportRectFmt->Size = System::Drawing::Size(202, 22);
this->ExportRectFmt->Text = S"S2P &Rectangular Format";
this->ExportRectFmt->Click += new System::EventHandler(this, &Form1::ExportRectFmt_Click);
//
// ExportPolarFmt
//
this->ExportPolarFmt->Name = S"ExportPolarFmt";
this->ExportPolarFmt->Size = System::Drawing::Size(202, 22);
this->ExportPolarFmt->Text = S"S2P &Polar Format";
this->ExportPolarFmt->Click += new System::EventHandler(this, &Form1::ExportPolarFmt_Click);
//
// ExportCSVRectFormat
//
this->ExportCSVRectFormat->Name = S"ExportCSVRectFormat";
this->ExportCSVRectFormat->Size = System::Drawing::Size(202, 22);
this->ExportCSVRectFormat->Text = S"&CSV Rectangular Format";
this->ExportCSVRectFormat->Click += new System::EventHandler(this, &Form1::ExportCSVRectFormat_Click);
//
// menuItem11
//
this->menuItem11->Name = S"menuItem11";
this->menuItem11->Size = System::Drawing::Size(303, 6);
//
// SaveConfigurationMenu
//
this->SaveConfigurationMenu->Image = (__try_cast<System::Drawing::Image* >(resources->GetObject(S"SaveConfigurationMenu.Image")));
this->SaveConfigurationMenu->Name = S"SaveConfigurationMenu";
this->SaveConfigurationMenu->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Control | System::Windows::Forms::Keys::S);
this->SaveConfigurationMenu->Size = System::Drawing::Size(306, 22);
this->SaveConfigurationMenu->Text = S"Save &Configuration + Measurement...";
this->SaveConfigurationMenu->Click += new System::EventHandler(this, &Form1::SaveConfigurationMenu_Click);
//
// LoadConfigurationMenu
//
this->LoadConfigurationMenu->Image = (__try_cast<System::Drawing::Image* >(resources->GetObject(S"LoadConfigurationMenu.Image")));
this->LoadConfigurationMenu->Name = S"LoadConfigurationMenu";
this->LoadConfigurationMenu->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Control | System::Windows::Forms::Keys::L);
this->LoadConfigurationMenu->Size = System::Drawing::Size(306, 22);
this->LoadConfigurationMenu->Text = S"&Load Configuration + Measurement...";
this->LoadConfigurationMenu->Click += new System::EventHandler(this, &Form1::LoadConfigurationMenu_Click);
//
// menuItem19
//
this->menuItem19->Name = S"menuItem19";
this->menuItem19->Size = System::Drawing::Size(303, 6);
//
// exitItem
//
this->exitItem->Name = S"exitItem";
this->exitItem->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Alt | System::Windows::Forms::Keys::X);
this->exitItem->Size = System::Drawing::Size(306, 22);
this->exitItem->Text = S"&Exit";
this->exitItem->Click += new System::EventHandler(this, &Form1::exitItem_Click);
//
// viewMenu
//
System::Windows::Forms::ToolStripItem* __mcTemp__4[] = new System::Windows::Forms::ToolStripItem*[3];
__mcTemp__4[0] = this->rectItem;
__mcTemp__4[1] = this->polarItem;
__mcTemp__4[2] = this->TDRItem;
this->viewMenu->DropDownItems->AddRange(__mcTemp__4);
this->viewMenu->Name = S"viewMenu";
this->viewMenu->Size = System::Drawing::Size(41, 20);
this->viewMenu->Text = S"&View";
//
// rectItem
//
this->rectItem->Checked = true;
this->rectItem->CheckState = System::Windows::Forms::CheckState::Checked;
this->rectItem->Name = S"rectItem";
this->rectItem->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Alt | System::Windows::Forms::Keys::R);
this->rectItem->Size = System::Drawing::Size(230, 22);
this->rectItem->Text = S"&Rectangular";
this->rectItem->Click += new System::EventHandler(this, &Form1::rectItem_Click);
//
// polarItem
//
this->polarItem->Name = S"polarItem";
this->polarItem->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Alt | System::Windows::Forms::Keys::P);
this->polarItem->Size = System::Drawing::Size(230, 22);
this->polarItem->Text = S"&Polar";
this->polarItem->Click += new System::EventHandler(this, &Form1::polarItem_Click);
//
// TDRItem
//
this->TDRItem->Name = S"TDRItem";
this->TDRItem->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Alt | System::Windows::Forms::Keys::T);
this->TDRItem->Size = System::Drawing::Size(230, 22);
this->TDRItem->Text = S"&Time Domain Reflection";
this->TDRItem->Click += new System::EventHandler(this, &Form1::TDRItem_Click);
//
// calibrateMenu
//
System::Windows::Forms::ToolStripItem* __mcTemp__5[] = new System::Windows::Forms::ToolStripItem*[3];
__mcTemp__5[0] = this->instrumentCalItem;
__mcTemp__5[1] = this->runItem;
__mcTemp__5[2] = this->loadItem;
this->calibrateMenu->DropDownItems->AddRange(__mcTemp__5);
this->calibrateMenu->Name = S"calibrateMenu";
this->calibrateMenu->Size = System::Drawing::Size(70, 20);
this->calibrateMenu->Text = S"&Calibration";
//
// instrumentCalItem
//
this->instrumentCalItem->Name = S"instrumentCalItem";
this->instrumentCalItem->Size = System::Drawing::Size(230, 22);
this->instrumentCalItem->Text = S"&Detector Calibration";
this->instrumentCalItem->Click += new System::EventHandler(this, &Form1::instrumentCalItem_Click);
//
// runItem
//
this->runItem->Name = S"runItem";
this->runItem->ShortcutKeys = (System::Windows::Forms::Keys)(System::Windows::Forms::Keys::Control | System::Windows::Forms::Keys::C);
this->runItem->Size = System::Drawing::Size(230, 22);
this->runItem->Text = S"&Fixture Calibration";
this->runItem->Click += new System::EventHandler(this, &Form1::runItem_Click);
//
// loadItem
//
this->loadItem->Name = S"loadItem";
this->loadItem->Size = System::Drawing::Size(230, 22);
this->loadItem->Text = S"&Load Fixture Calibration File...";
this->loadItem->Click += new System::EventHandler(this, &Form1::loadItem_Click);
//
// traceMenu
//
System::Windows::Forms::ToolStripItem* __mcTemp__6[] = new System::Windows::Forms::ToolStripItem*[18];
__mcTemp__6[0] = this->s11magItem;
__mcTemp__6[1] = this->s11phsItem;
__mcTemp__6[2] = this->s21magItem;
__mcTemp__6[3] = this->s21phsItem;
__mcTemp__6[4] = this->s21groupdelayItem;
__mcTemp__6[5] = this->VSWRdisplay;
__mcTemp__6[6] = this->menuItem6;
__mcTemp__6[7] = this->calSthru;
__mcTemp__6[8] = this->menuItem1;
__mcTemp__6[9] = this->EtTrace;
__mcTemp__6[10] = this->EsTrace;
__mcTemp__6[11] = this->EdTrace;
__mcTemp__6[12] = this->menuItem2;
__mcTemp__6[13] = this->calSshort;
__mcTemp__6[14] = this->calSopen;
__mcTemp__6[15] = this->calSterm;
__mcTemp__6[16] = this->toolStripSeparator1;
__mcTemp__6[17] = this->pickTraceColorToolStripMenuItem;
this->traceMenu->DropDownItems->AddRange(__mcTemp__6);
this->traceMenu->Name = S"traceMenu";
this->traceMenu->Size = System::Drawing::Size(46, 20);
this->traceMenu->Text = S"&Trace";
//
// s11magItem
//
this->s11magItem->Checked = true;
this->s11magItem->CheckState = System::Windows::Forms::CheckState::Checked;
this->s11magItem->Name = S"s11magItem";
this->s11magItem->ShortcutKeys = System::Windows::Forms::Keys::F2;
this->s11magItem->Size = System::Drawing::Size(300, 22);
this->s11magItem->Text = S"S11 Magnitude (rectangular)";
this->s11magItem->Click += new System::EventHandler(this, &Form1::s11magItem_Click);
//
// s11phsItem
//
this->s11phsItem->Name = S"s11phsItem";
this->s11phsItem->ShortcutKeys = System::Windows::Forms::Keys::F3;
this->s11phsItem->Size = System::Drawing::Size(300, 22);
this->s11phsItem->Text = S"S11 Phase (rectangular)";
this->s11phsItem->Click += new System::EventHandler(this, &Form1::s11phsItem_Click);
//
// s21magItem
//
this->s21magItem->Checked = true;
this->s21magItem->CheckState = System::Windows::Forms::CheckState::Checked;
this->s21magItem->Name = S"s21magItem";
this->s21magItem->ShortcutKeys = System::Windows::Forms::Keys::F4;
this->s21magItem->Size = System::Drawing::Size(300, 22);
this->s21magItem->Text = S"S21 Magnitude (rectangular)";
this->s21magItem->Click += new System::EventHandler(this, &Form1::s21magItem_Click);
//
// s21phsItem
//
this->s21phsItem->Name = S"s21phsItem";
this->s21phsItem->ShortcutKeys = System::Windows::Forms::Keys::F5;
this->s21phsItem->Size = System::Drawing::Size(300, 22);
this->s21phsItem->Text = S"S21 Phase (rectangular)";
this->s21phsItem->Click += new System::EventHandler(this, &Form1::s21phsItem_Click);
//
// s21groupdelayItem
//
this->s21groupdelayItem->Name = S"s21groupdelayItem";
this->s21groupdelayItem->ShortcutKeys = System::Windows::Forms::Keys::F6;
this->s21groupdelayItem->Size = System::Drawing::Size(300, 22);
this->s21groupdelayItem->Text = S"S21 Group Delay (rectangular)";
this->s21groupdelayItem->Click += new System::EventHandler(this, &Form1::s21groupdelayItem_Click);
//
// VSWRdisplay
//
this->VSWRdisplay->Name = S"VSWRdisplay";
this->VSWRdisplay->ShortcutKeys = System::Windows::Forms::Keys::F7;
this->VSWRdisplay->Size = System::Drawing::Size(300, 22);
this->VSWRdisplay->Text = S"S11 Magnitude as SWR (rectangular)";
this->VSWRdisplay->Click += new System::EventHandler(this, &Form1::VSWRdisplay_Click);
//
// menuItem6
//
this->menuItem6->Name = S"menuItem6";
this->menuItem6->Size = System::Drawing::Size(297, 6);
//
// calSthru
//
this->calSthru->Name = S"calSthru";
this->calSthru->Size = System::Drawing::Size(300, 22);
this->calSthru->Text = S"Raw Calibration Data - S21thru (rectangular)";
this->calSthru->Click += new System::EventHandler(this, &Form1::calSthru_Click);
//
// menuItem1
//
this->menuItem1->Name = S"menuItem1";
this->menuItem1->Size = System::Drawing::Size(297, 6);
//
// EtTrace
//
this->EtTrace->Name = S"EtTrace";
this->EtTrace->Size = System::Drawing::Size(300, 22);
this->EtTrace->Text = S"Et - Tracking Error Compensation";
this->EtTrace->Click += new System::EventHandler(this, &Form1::EtTrace_Click);
//
// EsTrace
//
this->EsTrace->Name = S"EsTrace";
this->EsTrace->Size = System::Drawing::Size(300, 22);
this->EsTrace->Text = S"Es - Source Mismatch Error Compensation";
this->EsTrace->Click += new System::EventHandler(this, &Form1::EsTrace_Click);
//
// EdTrace
//
this->EdTrace->Name = S"EdTrace";
this->EdTrace->Size = System::Drawing::Size(300, 22);
this->EdTrace->Text = S"Ed - Directivity Error Compensation";
this->EdTrace->Click += new System::EventHandler(this, &Form1::EdTrace_Click);
//
// menuItem2
//
this->menuItem2->Name = S"menuItem2";
this->menuItem2->Size = System::Drawing::Size(297, 6);
//
// calSshort
//
this->calSshort->Name = S"calSshort";
this->calSshort->Size = System::Drawing::Size(300, 22);
this->calSshort->Text = S"Raw Calibration Data - S11short";
this->calSshort->Click += new System::EventHandler(this, &Form1::calSshort_Click);
//
// calSopen
//
this->calSopen->Name = S"calSopen";
this->calSopen->Size = System::Drawing::Size(300, 22);
this->calSopen->Text = S"Raw Calibration Data - S11open";
this->calSopen->Click += new System::EventHandler(this, &Form1::calSopen_Click);
//
// calSterm
//
this->calSterm->Name = S"calSterm";
this->calSterm->Size = System::Drawing::Size(300, 22);
this->calSterm->Text = S"Raw Calibration Data - S11term";
this->calSterm->Click += new System::EventHandler(this, &Form1::calSterm_Click);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -