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

📄 iploteditor.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) 'iPlotEditor.pas' rev: 6.00

#ifndef iPlotEditorHPP
#define iPlotEditorHPP

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

⌨️ 快捷键说明

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