📄 qiscopeeditor.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QiScopeEditor.pas' rev: 6.00
#ifndef QiScopeEditorHPP
#define QiScopeEditorHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiSpinSelector.hpp> // Pascal unit
#include <QiEditorBasicComponents.hpp> // Pascal unit
#include <QiCLXComponent.hpp> // Pascal unit
#include <QiComponent.hpp> // Pascal unit
#include <QMenus.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <QExtCtrls.hpp> // Pascal unit
#include <QComCtrls.hpp> // Pascal unit
#include <QControls.hpp> // Pascal unit
#include <QStdCtrls.hpp> // Pascal unit
#include <QPrinters.hpp> // Pascal unit
#include <QiTypes.hpp> // Pascal unit
#include <Types.hpp> // Pascal unit
#include <QTypes.hpp> // Pascal unit
#include <QClipbrd.hpp> // Pascal unit
#include <QDialogs.hpp> // Pascal unit
#include <QForms.hpp> // Pascal unit
#include <QGraphics.hpp> // Pascal unit
#include <Qt.hpp> // Pascal unit
#include <TypInfo.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Qiscopeeditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiScopeEditorForm;
class PASCALIMPLEMENTATION TiScopeEditorForm : public Qieditorbasiccomponents::TiCustomEditorForm
{
typedef Qieditorbasiccomponents::TiCustomEditorForm inherited;
__published:
Qieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
Qcomctrls::TTabSheet* ControlTabSheet;
Qcomctrls::TTabSheet* ChannelsTabSheet;
Qieditorbasiccomponents::TiComponentEditorListBox* iChannelListBox;
Qstdctrls::TButton* iChannelAddButton;
Qstdctrls::TButton* ChannelRemoveButton;
Qieditorbasiccomponents::TiComponentEditorPageControl* ControlPageControl;
Qcomctrls::TTabSheet* ControlGeneralTabSheet;
Qcomctrls::TTabSheet* ControlPrintTabSheet;
Qstdctrls::TGroupBox* PrinterMarginGroupBox;
Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginLeftEdit;
Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginTopEdit;
Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginBottomEdit;
Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginRightEdit;
Qieditorbasiccomponents::TiComponentEditorRadioGroup* PrintOrientationRadioGroup;
Qieditorbasiccomponents::TiComponentEditorCheckBox* PrintShowDialogCheckBox;
Qstdctrls::TLabel* Label76;
Qieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
Qieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
Qieditorbasiccomponents::TiComponentEditorCheckBox* AutoFrameRateCheckBox;
Qstdctrls::TLabel* Label175;
Qieditorbasiccomponents::TiComponentEditorEdit* PrintDocumentNameEdit;
Qieditorbasiccomponents::TiComponentEditorPageControl* ChannelPageControl;
Qcomctrls::TTabSheet* ChannelGeneralTabSheet;
Qstdctrls::TLabel* Label4;
Qstdctrls::TLabel* Label6;
Qieditorbasiccomponents::TiComponentEditorColorPicker* ChannelColorPicker;
Qieditorbasiccomponents::TiComponentEditorEdit* ChannelTitleEdit;
Qcomctrls::TTabSheet* TimeBaseTabSheet;
Qcomctrls::TTabSheet* TriggerTabSheet;
Qstdctrls::TGroupBox* ChannelTraceGroupBox;
Qstdctrls::TLabel* Label5;
Qieditorbasiccomponents::TiUpDown* ChannelTraceLineWidthUpDown;
Qieditorbasiccomponents::TiComponentEditorEdit* ChannelTraceLineWidthEdit;
Qieditorbasiccomponents::TiComponentEditorCheckBox* ChannelTraceVisibleCheckBox;
Qstdctrls::TLabel* Label2;
Qieditorbasiccomponents::TiComponentEditorEdit* SamplesPerSecondEdit;
Qstdctrls::TLabel* Label208;
Qispinselector::TiSpinSelector* ChannelVoltsPerDivSpinSelector;
Qstdctrls::TLabel* Label7;
Qispinselector::TiSpinSelector* ChannelPositionSpinSelector;
Qstdctrls::TLabel* Label3;
Qispinselector::TiSpinSelector* ChannelCouplingSpinSelector;
Qstdctrls::TLabel* Label8;
Qispinselector::TiSpinSelector* TimeBaseSecPerDivSpinSelector;
Qstdctrls::TLabel* Label9;
Qispinselector::TiSpinSelector* TimeBasePositionSpinSelector;
Qstdctrls::TLabel* Label10;
Qispinselector::TiSpinSelector* TimeBasePreCaptureSpinSelector;
Qstdctrls::TLabel* Label11;
Qispinselector::TiSpinSelector* TimeBasePostCaptureSpinSelector;
Qstdctrls::TLabel* Label12;
Qispinselector::TiSpinSelector* TriggerLevelSpinSelector;
Qstdctrls::TLabel* Label13;
Qispinselector::TiSpinSelector* TriggerSourceSpinSelector;
Qieditorbasiccomponents::TiComponentEditorCheckBox* TriggerPositiveSlopeCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* TriggerAutoCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* ChannelRefLineShowCheckBox;
Qieditorbasiccomponents::TiComponentEditorGroupBox* ChannelScalerGroupBox;
Qstdctrls::TLabel* Label14;
Qieditorbasiccomponents::TiComponentEditorEdit* ChannelScalerMultiplierEdit;
Qstdctrls::TLabel* Label15;
Qieditorbasiccomponents::TiComponentEditorEdit* ChannelScalerOffsetEdit;
Qcomctrls::TTabSheet* DisplayTabSheet;
Qstdctrls::TLabel* Label1;
Qieditorbasiccomponents::TiComponentEditorColorPicker* DisplayGridColorPicker;
Qieditorbasiccomponents::TiComponentEditorCheckBox* DisplayTextShowCheckBox;
Qieditorbasiccomponents::TiComponentEditorCheckBox* DisplayHorzScrollShowCheckBox;
void __fastcall iChannelListBoxClick(System::TObject* Sender);
void __fastcall ChannelChange(System::TObject* Sender);
void __fastcall iChannelAddButtonClick(System::TObject* Sender);
void __fastcall ChannelRemoveButtonClick(System::TObject* Sender);
void __fastcall iChannelListBoxGetData(const int Index, bool &DrawColorBox, Qgraphics::TColor &AColor, AnsiString &AText);
void __fastcall GeneralChanged(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
private:
Classes::TNotifyEvent FOnGeneralChange;
bool FIsClosing;
Qcontrols::TWidgetControl* FScope;
void __fastcall DisableAllEditControlsStartingWith(AnsiString Value);
void __fastcall EnableAllEditControlsStartingWith(AnsiString Value);
public:
__property Classes::TNotifyEvent OnGeneralChange = {read=FOnGeneralChange, write=FOnGeneralChange};
void __fastcall UpdateChannelEdit(void);
void __fastcall UpdateAll(void);
__property bool IsClosing = {read=FIsClosing, nodefault};
__property Qcontrols::TWidgetControl* Scope = {read=FScope, write=FScope};
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TiScopeEditorForm(Classes::TComponent* AOwner) : Qieditorbasiccomponents::TiCustomEditorForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiScopeEditorForm(Classes::TComponent* AOwner, int Dummy) : Qieditorbasiccomponents::TiCustomEditorForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TiScopeEditorForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWidgetControl.CreateParented */ inline __fastcall TiScopeEditorForm(Qt::QWidgetH* ParentWidget) : Qieditorbasiccomponents::TiCustomEditorForm(ParentWidget) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Qiscopeeditor */
using namespace Qiscopeeditor;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QiScopeEditor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -