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

📄 qiploteditor.hpp

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

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

#ifndef QiPlotEditorHPP
#define QiPlotEditorHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <QiRadioGroup.hpp>	// Pascal unit
#include <QiCheckBox.hpp>	// Pascal unit
#include <QiCustomComponent.hpp>	// Pascal unit
#include <QiEditorBasicComponents.hpp>	// Pascal unit
#include <QiCLXComponent.hpp>	// Pascal unit
#include <QiPlotLayoutViewer.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 <QiTypes.hpp>	// Pascal unit
#include <QiPlotObjects.hpp>	// Pascal unit
#include <QiPlotMasterManager.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 Qiploteditor
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiPlotEditorForm;
class PASCALIMPLEMENTATION TiPlotEditorForm : public Qieditorbasiccomponents::TiCustomEditorForm 
{
	typedef Qieditorbasiccomponents::TiCustomEditorForm inherited;
	
__published:
	Qieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
	Qcomctrls::TTabSheet* GeneralTabSheet;
	Qcomctrls::TTabSheet* LayoutTabSheet;
	Qcomctrls::TTabSheet* ChannelsTabSheet;
	Qieditorbasiccomponents::TiComponentEditorListBox* ChannelListBox;
	Qstdctrls::TButton* iChannelAddButton;
	Qstdctrls::TButton* ChannelRemoveButton;
	Qcomctrls::TTabSheet* XAxesTabSheet;
	Qcomctrls::TTabSheet* YAxesTabSheet;
	Qieditorbasiccomponents::TiComponentEditorListBox* XAxisListBox;
	Qstdctrls::TButton* XAxesAddButton;
	Qstdctrls::TButton* XAxisRemoveButton;
	Qieditorbasiccomponents::TiComponentEditorListBox* YAxisListBox;
	Qstdctrls::TButton* YAxesAddButton;
	Qstdctrls::TButton* YAxisRemoveButton;
	Qcomctrls::TTabSheet* ToolBarTabSheet;
	Qcomctrls::TTabSheet* LegendTabSheet;
	Qcomctrls::TTabSheet* DataViewTabSheet;
	Qstdctrls::TGroupBox* ToolBarHiddenGroupBox;
	Qstdctrls::TLabel* Label64;
	Qieditorbasiccomponents::TiComponentEditorListBox* ToolBarListBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* ToolBarNameEdit;
	Qieditorbasiccomponents::TiComponentEditorPageControl* ChannelPageControl;
	Qcomctrls::TTabSheet* ChannelGeneralTabSheet;
	Qcomctrls::TTabSheet* ChannelMarkersTabSheet;
	Qiplotlayoutviewer::TiPlotLayoutViewer* iPlotLayoutViewer;
	Qieditorbasiccomponents::TiComponentEditorPageControl* XAxisPageControl;
	Qcomctrls::TTabSheet* XAxisGeneralTabSheet;
	Qcomctrls::TTabSheet* XAxisTitleTabSheet;
	Qstdctrls::TLabel* Label23;
	Qstdctrls::TLabel* Label44;
	Qieditorbasiccomponents::TiComponentEditorEdit* XAxisTitleMarginEdit;
	Qieditorbasiccomponents::TiComponentEditorFontPicker* XAxisTitleFontPicker;
	Qieditorbasiccomponents::TiComponentEditorEdit* XAxisTitleTextEdit;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* XAxisTitleShowCheckBox;
	Qcomctrls::TTabSheet* XAxisScaleTabSheet;
	Qstdctrls::TLabel* Label25;
	Qstdctrls::TLabel* Label26;
	Qstdctrls::TLabel* Label7;
	Qstdctrls::TLabel* Label8;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* XAxisScaleLinesColorPicker;
	Qieditorbasiccomponents::TiComponentEditorEdit* XAxisMajorLengthEdit;
	Qieditorbasiccomponents::TiUpDown* XAxisMajorLengthUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* XAxisMinorCountEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* XAxisMinorLengthEdit;
	Qieditorbasiccomponents::TiUpDown* XAxisMinorCountUpDown;
	Qieditorbasiccomponents::TiUpDown* XAxisMinorLengthUpDown;
	Qcomctrls::TTabSheet* XaxisTrackingTabSheet;
	Qstdctrls::TLabel* Label43;
	Qstdctrls::TLabel* Label48;
	Qstdctrls::TLabel* Label50;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* XAxisTrackingEnabledCheckBox;
	Qieditorbasiccomponents::TiComponentEditorComboBox* XAxisTrackingStyleComboBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* XAxisTrackingScrollCompressMaxEdit;
	Qieditorbasiccomponents::TiComponentEditorComboBox* XAxisTrackingAlignFirstStyleComboBox;
	Qieditorbasiccomponents::TiComponentEditorPageControl* YAxisPageControl;
	Qcomctrls::TTabSheet* YAxisGeneralTabSheet;
	Qcomctrls::TTabSheet* YAxisTitleTabSheet;
	Qstdctrls::TLabel* Label22;
	Qstdctrls::TLabel* Label27;
	Qieditorbasiccomponents::TiComponentEditorEdit* YAxisTitleMarginEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* YAxisTitleTextEdit;
	Qieditorbasiccomponents::TiComponentEditorFontPicker* YAxisTitleFontPicker;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* YAxisTitleShowCheckBox;
	Qcomctrls::TTabSheet* YAxisScaleTabSheet;
	Qcomctrls::TTabSheet* YAxisLabelsTabSheet;
	Qcomctrls::TTabSheet* YAxisTrackingTabSheet;
	Qstdctrls::TLabel* Label47;
	Qstdctrls::TLabel* Label49;
	Qstdctrls::TLabel* Label51;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* YAxisTrackingEnabledCheckBox;
	Qieditorbasiccomponents::TiComponentEditorComboBox* YAxisTrackingStyleComboBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* YAxisTrackingScrollCompressMaxEdit;
	Qieditorbasiccomponents::TiComponentEditorComboBox* YAxisTrackingAlignFirstStyleComboBox;
	Qcomctrls::TTabSheet* ChannelFillTabSheet;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ChannelFillEnabledCheckBox;
	Qstdctrls::TLabel* Label72;
	Qieditorbasiccomponents::TiComponentEditorEdit* ChannelFillReferenceEdit;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ChannelFillUseChannelColorCheckBox;
	Qstdctrls::TLabel* Label73;
	Qieditorbasiccomponents::TiComponentEditorComboBox* ChannelFillStyleComboBox;
	Qstdctrls::TLabel* Label74;
	Qieditorbasiccomponents::TiComponentEditorColorPicker* ChannelFillColorPicker;
	Qcomctrls::TTabSheet* ChannelTraceTabSheet;
	Qstdctrls::TLabel* Label3;
	Qstdctrls::TLabel* Label5;
	Qieditorbasiccomponents::TiComponentEditorComboBox* ChannelTraceLineStyleComboBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* ChannelTraceLineWidthEdit;
	Qieditorbasiccomponents::TiUpDown* ChannelTraceLineWidthUpDown;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ChannelTraceVisibleCheckBox;
	Qcomctrls::TTabSheet* ChannelDigitalTabSheet;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* ChannelDigitalEnabledCheckBox;
	Qstdctrls::TLabel* Label83;
	Qieditorbasiccomponents::TiComponentEditorEdit* ChannelDigitalReferenceHighEdit;
	Qstdctrls::TLabel* Label84;
	Qieditorbasiccomponents::TiComponentEditorEdit* ChannelDigitalReferenceLowEdit;
	Qstdctrls::TLabel* Label85;
	Qieditorbasiccomponents::TiComponentEditorComboBox* ChannelDigitalReferenceStyleComboBox;
	Qcomctrls::TTabSheet* ChannelFileIOTabSheet;
	Qstdctrls::TGroupBox* ChannelLogGroupBox;
	Qstdctrls::TLabel* Label86;
	Qstdctrls::TLabel* Label88;
	Qieditorbasiccomponents::TiComponentEditorEdit* ChannelLogFileNameEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* ChannelLogBufferSizeEdit;
	Qieditorbasiccomponents::TiUpDown* ChannelLogBufferSizeUpDown;
	Qstdctrls::TGroupBox* ChannelPropertiesGroupBox;
	Qstdctrls::TButton* ChannelLogActivateButton;
	Qstdctrls::TButton* ChannelLogDeactivateButton;
	Qieditorbasiccomponents::TiComponentEditorPageControl* ControlPageControl;
	Qcomctrls::TTabSheet* ControlGeneralTabSheet;
	Qstdctrls::TGroupBox* OuterMarginGroupBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* OuterMarginLeftEdit;
	Qieditorbasiccomponents::TiUpDown* OuterMarginLeftUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* OuterMarginTopEdit;
	Qieditorbasiccomponents::TiUpDown* OuterMarginTopUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* OuterMarginBottomEdit;
	Qieditorbasiccomponents::TiUpDown* OuterMarginBottomUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* OuterMarginRightEdit;
	Qieditorbasiccomponents::TiUpDown* OuterMarginRightUpDown;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* BorderStyleRadioGroup;
	Qcomctrls::TTabSheet* ControlTitleTabSheet;
	Qstdctrls::TLabel* Label81;
	Qstdctrls::TLabel* Label82;
	Qieditorbasiccomponents::TiComponentEditorEdit* TitleTextEdit;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* TitleVisibleCheckBox;
	Qieditorbasiccomponents::TiComponentEditorFontPicker* TitleFontPicker;
	Qieditorbasiccomponents::TiComponentEditorEdit* TitleMarginEdit;
	Qcomctrls::TTabSheet* ControlPrintTabSheet;
	Qstdctrls::TGroupBox* PrinterMarginGroupBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginLeftEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginTopEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginBottomEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* PrintMarginRightEdit;
	Qieditorbasiccomponents::TiComponentEditorRadioGroup* PrintOrientationRadioGroup;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* PrintShowDialogCheckBox;
	Qcomctrls::TTabSheet* ControlHintsTabSheet;
	Qstdctrls::TLabel* Label78;
	Qstdctrls::TLabel* Label79;
	Qieditorbasiccomponents::TiComponentEditorCheckBox* HintsShowCheckBox;
	Qieditorbasiccomponents::TiComponentEditorEdit* HintsPauseEdit;
	Qieditorbasiccomponents::TiUpDown* HintsPauseUpDown;
	Qieditorbasiccomponents::TiComponentEditorEdit* HintsHidePauseEdit;
	Qieditorbasiccomponents::TiUpDown* HintsHidePauseUpDown;
	Qcomctrls::TTabSheet* ControlFileIOTabSheet;
	Qstdctrls::TGroupBox* FileIOPropertiesGroupBox;
	Qieditorbasiccomponents::TiComponentEditorOpenPicker* ControlPropertiesOpenPicker;
	Qieditorbasiccomponents::TiComponentEditorSavePicker* ControlPropertiesSavePicker;
	Qstdctrls::TGroupBox* FileIODataGroupBox;
	Qieditorbasiccomponents::TiComponentEditorSavePicker* ControlDataSavePicker;
	Qieditorbasiccomponents::TiComponentEditorOpenPicker* ControlDataOpenPicker;
	Qieditorbasiccomponents::TiComponentEditorOpenPicker* ChannelPropertiesOpenPicker;
	Qieditorbasiccomponents::TiComponentEditorSavePicker* ChannelPropertiesSavePicker;
	Qstdctrls::TGroupBox* ChannelDataGroupBox;
	Qieditorbasiccomponents::TiComponentEditorOpenPicker* ChannelDataOpenPicker;
	Qieditorbasiccomponents::TiComponentEditorSavePicker* ChannelDataSavePicker;
	Qieditorbasiccomponents::TiComponentEditorOpenPicker* ChannelLogFileNamePicker;
	Qstdctrls::TGroupBox* LogGroupBox;
	Qstdctrls::TLabel* Label89;
	Qstdctrls::TLabel* Label90;
	Qieditorbasiccomponents::TiComponentEditorEdit* ControlLogFileNameEdit;
	Qieditorbasiccomponents::TiComponentEditorEdit* ControlLogBufferSizeEdit;
	Qieditorbasiccomponents::TiUpDown* ControlLogBufferSizeUpDown;
	Qstdctrls::TButton* ControlLogActivateButton;
	Qstdctrls::TButton* ControlLogDeactivateButton;
	Qieditorbasiccomponents::TiComponentEditorOpenPicker* ControlLogFileNamePicker;
	Qcomctrls::TTabSheet* TabSheet1;
	Qieditorbasiccomponents::TiComponentEditorButton* ChannelStatsRefreshButton;
	Qstdctrls::TLabel* ChannelStatsPointCountLabel;
	Qstdctrls::TLabel* ChannelStatsMemoryLabel;

⌨️ 快捷键说明

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