⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iscopeeditor.hpp

📁 Iocomp Ultra Pack v3.0.2 Sources.For.Delphi 数据显示编程插件,可用于工业控制
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'iScopeEditor.pas' rev: 6.00

#ifndef iScopeEditorHPP
#define iScopeEditorHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <iCheckBox.hpp>	// Pascal unit
#include <iCustomComponent.hpp>	// Pascal unit
#include <iRadioGroup.hpp>	// Pascal unit
#include <iSpinSelector.hpp>	// Pascal unit
#include <iEditorBasicComponents.hpp>	// Pascal unit
#include <iVCLComponent.hpp>	// Pascal unit
#include <iComponent.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <ComCtrls.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <Printers.hpp>	// Pascal unit
#include <iTypes.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Types.hpp>	// Pascal unit
#include <Clipbrd.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Graphics.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 Iscopeeditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiScopeEditorForm;
class PASCALIMPLEMENTATION TiScopeEditorForm : public Ieditorbasiccomponents::TiCustomEditorForm 
{
	typedef Ieditorbasiccomponents::TiCustomEditorForm inherited;
	
__published:
	Ieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
	Comctrls::TTabSheet* ControlTabSheet;
	Comctrls::TTabSheet* ChannelsTabSheet;
	Ieditorbasiccomponents::TiComponentEditorListBox* iChannelListBox;
	Stdctrls::TButton* iChannelAddButton;
	Stdctrls::TButton* ChannelRemoveButton;
	Ieditorbasiccomponents::TiComponentEditorPageControl* ControlPageControl;
	Comctrls::TTabSheet* ControlGeneralTabSheet;
	Comctrls::TTabSheet* ControlPrintTabSheet;
	Stdctrls::TGroupBox* PrinterMarginGroupBox;
	Ieditorbasiccomponents::TiComponentEditorEdit* PrintMarginLeftEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* PrintMarginTopEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* PrintMarginBottomEdit;
	Ieditorbasiccomponents::TiComponentEditorEdit* PrintMarginRightEdit;
	Ieditorbasiccomponents::TiComponentEditorRadioGroup* PrintOrientationRadioGroup;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* PrintShowDialogCheckBox;
	Stdctrls::TLabel* Label76;
	Ieditorbasiccomponents::TiUpDown* UpdateFrameRateUpDown;
	Ieditorbasiccomponents::TiComponentEditorEdit* UpdateFrameRateEdit;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* AutoFrameRateCheckBox;
	Stdctrls::TLabel* Label175;
	Ieditorbasiccomponents::TiComponentEditorEdit* PrintDocumentNameEdit;
	Ieditorbasiccomponents::TiComponentEditorPageControl* ChannelPageControl;
	Comctrls::TTabSheet* ChannelGeneralTabSheet;
	Stdctrls::TLabel* Label4;
	Stdctrls::TLabel* Label6;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* ChannelColorPicker;
	Ieditorbasiccomponents::TiComponentEditorEdit* ChannelTitleEdit;
	Comctrls::TTabSheet* TimeBaseTabSheet;
	Comctrls::TTabSheet* TriggerTabSheet;
	Stdctrls::TGroupBox* ChannelTraceGroupBox;
	Stdctrls::TLabel* Label5;
	Ieditorbasiccomponents::TiUpDown* ChannelTraceLineWidthUpDown;
	Ieditorbasiccomponents::TiComponentEditorEdit* ChannelTraceLineWidthEdit;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* ChannelTraceVisibleCheckBox;
	Stdctrls::TLabel* Label2;
	Ieditorbasiccomponents::TiComponentEditorEdit* SamplesPerSecondEdit;
	Stdctrls::TLabel* Label208;
	Ispinselector::TiSpinSelector* ChannelVoltsPerDivSpinSelector;
	Stdctrls::TLabel* Label7;
	Ispinselector::TiSpinSelector* ChannelPositionSpinSelector;
	Stdctrls::TLabel* Label3;
	Ispinselector::TiSpinSelector* ChannelCouplingSpinSelector;
	Stdctrls::TLabel* Label8;
	Ispinselector::TiSpinSelector* TimeBaseSecPerDivSpinSelector;
	Stdctrls::TLabel* Label9;
	Ispinselector::TiSpinSelector* TimeBasePositionSpinSelector;
	Stdctrls::TLabel* Label10;
	Ispinselector::TiSpinSelector* TimeBasePreCaptureSpinSelector;
	Stdctrls::TLabel* Label11;
	Ispinselector::TiSpinSelector* TimeBasePostCaptureSpinSelector;
	Stdctrls::TLabel* Label12;
	Ispinselector::TiSpinSelector* TriggerLevelSpinSelector;
	Stdctrls::TLabel* Label13;
	Ispinselector::TiSpinSelector* TriggerSourceSpinSelector;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* TriggerPositiveSlopeCheckBox;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* TriggerAutoCheckBox;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* ChannelRefLineShowCheckBox;
	Ieditorbasiccomponents::TiComponentEditorGroupBox* ChannelScalerGroupBox;
	Stdctrls::TLabel* Label14;
	Ieditorbasiccomponents::TiComponentEditorEdit* ChannelScalerMultiplierEdit;
	Stdctrls::TLabel* Label15;
	Ieditorbasiccomponents::TiComponentEditorEdit* ChannelScalerOffsetEdit;
	Comctrls::TTabSheet* DisplayTabSheet;
	Stdctrls::TLabel* Label1;
	Ieditorbasiccomponents::TiComponentEditorColorPicker* DisplayGridColorPicker;
	Ieditorbasiccomponents::TiComponentEditorCheckBox* DisplayTextShowCheckBox;
	Ieditorbasiccomponents::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, Graphics::TColor &AColor, AnsiString &AText);
	void __fastcall GeneralChanged(System::TObject* Sender);
	void __fastcall FormCreate(System::TObject* Sender);
	
private:
	Classes::TNotifyEvent FOnGeneralChange;
	bool FIsClosing;
	Controls::TWinControl* 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 Controls::TWinControl* Scope = {read=FScope, write=FScope};
public:
	#pragma option push -w-inl
	/* TCustomForm.Create */ inline __fastcall virtual TiScopeEditorForm(Classes::TComponent* AOwner) : Ieditorbasiccomponents::TiCustomEditorForm(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomForm.CreateNew */ inline __fastcall virtual TiScopeEditorForm(Classes::TComponent* AOwner, int Dummy) : Ieditorbasiccomponents::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
	/* TWinControl.CreateParented */ inline __fastcall TiScopeEditorForm(HWND ParentWindow) : Ieditorbasiccomponents::TiCustomEditorForm(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Iscopeeditor */
using namespace Iscopeeditor;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// iScopeEditor

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -