📄 ivalueconverteredit.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'iValueConverterEdit.pas' rev: 6.00
#ifndef iValueConverterEditHPP
#define iValueConverterEditHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#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 <iEditorBasicComponents.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 Ivalueconverteredit
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TiValueConverterEditForm;
class PASCALIMPLEMENTATION TiValueConverterEditForm : public Ieditorbasiccomponents::TiCustomEditorForm
{
typedef Ieditorbasiccomponents::TiCustomEditorForm inherited;
__published:
Extctrls::TPanel* Panel2;
Ieditorbasiccomponents::TiComponentEditorButton* OkButton;
Ieditorbasiccomponents::TiComponentEditorButton* CancelButton;
Ieditorbasiccomponents::TiComponentEditorPageControl* PageControl;
Comctrls::TTabSheet* IntervalTabSheet;
Comctrls::TTabSheet* Price32TabSheet;
Ieditorbasiccomponents::TiUpDown* HoursUpDown;
Ieditorbasiccomponents::TiUpDown* MinutesUpDown;
Ieditorbasiccomponents::TiUpDown* SecondsUpDown;
Ieditorbasiccomponents::TiUpDown* MilliSecondsUpDown;
Ieditorbasiccomponents::TiUpDown* DaysUpDown;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
Stdctrls::TLabel* Label3;
Stdctrls::TLabel* Label4;
Stdctrls::TLabel* Label5;
Ieditorbasiccomponents::TiComponentEditorEdit* HoursEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* MinutesEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* SecondsEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* MilliSecondsEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* DaysEdit;
Ieditorbasiccomponents::TiUpDown* iUpDown1;
Ieditorbasiccomponents::TiUpDown* iUpDown2;
Ieditorbasiccomponents::TiUpDown* iUpDown3;
Stdctrls::TLabel* Label6;
Stdctrls::TLabel* Label7;
Stdctrls::TLabel* Label8;
Ieditorbasiccomponents::TiComponentEditorEdit* Price32ndsEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* Price256thsEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* PriceIntegerEdit;
Ieditorbasiccomponents::TiComponentEditorEdit* ValueEdit;
Ieditorbasiccomponents::TiUpDown* iUpDown4;
Stdctrls::TLabel* Label9;
Ieditorbasiccomponents::TiComponentEditorEdit* WeeksEdit;
Comctrls::TTabSheet* DateTimeTabSheet;
Stdctrls::TLabel* DatePickerLabel;
Stdctrls::TLabel* TimePickerLabel;
Ieditorbasiccomponents::TiComponentEditorButton* SetNowButton;
Ieditorbasiccomponents::TiComponentEditorButton* iComponentEditorButton1;
void __fastcall TimeChange(System::TObject* Sender);
void __fastcall Price32Change(System::TObject* Sender);
void __fastcall WeeksChange(System::TObject* Sender);
void __fastcall DateTimePickerChange(System::TObject* Sender);
void __fastcall SetNowButtonClick(System::TObject* Sender);
void __fastcall iComponentEditorButton1Click(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
private:
Comctrls::TDateTimePicker* FDatePicker;
Comctrls::TDateTimePicker* FTimePicker;
double __fastcall GetValue(void);
void __fastcall SetValue(const double Value);
public:
__property double Value = {read=GetValue, write=SetValue};
public:
#pragma option push -w-inl
/* TCustomForm.Create */ inline __fastcall virtual TiValueConverterEditForm(Classes::TComponent* AOwner) : Ieditorbasiccomponents::TiCustomEditorForm(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.CreateNew */ inline __fastcall virtual TiValueConverterEditForm(Classes::TComponent* AOwner, int Dummy) : Ieditorbasiccomponents::TiCustomEditorForm(AOwner, Dummy) { }
#pragma option pop
#pragma option push -w-inl
/* TCustomForm.Destroy */ inline __fastcall virtual ~TiValueConverterEditForm(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TiValueConverterEditForm(HWND ParentWindow) : Ieditorbasiccomponents::TiCustomEditorForm(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TiValueConverterEditForm* iValueConverterEditForm;
} /* namespace Ivalueconverteredit */
using namespace Ivalueconverteredit;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // iValueConverterEdit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -