home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Propedit.pas' rev: 3.00
-
- #ifndef PropeditHPP
- #define PropeditHPP
- #include <Coloredt.hpp>
- #include <Nedit.hpp>
- #include <Plotdefs.hpp>
- #include <Misc.hpp>
- #include <Axis.hpp>
- #include <StdCtrls.hpp>
- #include <Printers.hpp>
- #include <Graphics.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <ComCtrls.hpp>
- #include <Controls.hpp>
- #include <Buttons.hpp>
- #include <Windows.hpp>
- #include <TypInfo.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Propedit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPlotPropertyEditorForm;
- class PASCALIMPLEMENTATION TPlotPropertyEditorForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Buttons::TBitBtn* HelpBitBtn;
- Buttons::TBitBtn* CancelBitBtn;
- Buttons::TBitBtn* OKBitBtn;
- Stdctrls::TComboBox* PlotTypeComboBox;
- Stdctrls::TLabel* PlotTypeLabel;
- Stdctrls::TLabel* MultiplicityLabel;
- Stdctrls::TLabel* Label3;
- Stdctrls::TEdit* CreatedByEdit;
- Stdctrls::TEdit* DescriptionEdit;
- Stdctrls::TLabel* Label4;
- Stdctrls::TLabel* Label5;
- Stdctrls::TGroupBox* MultiplicityPenGroupBox;
- Stdctrls::TLabel* PenColorLabel;
- Stdctrls::TLabel* PenWidthLabel;
- Stdctrls::TLabel* PenStyleLabel;
- Stdctrls::TComboBox* PenWidthComboBox;
- Stdctrls::TComboBox* PenStyleComboBox;
- Stdctrls::TComboBox* PieRowCountComboBox;
- Stdctrls::TLabel* PieRowCountLabel;
- Nedit::TNEdit* ClickAndDragDelayNEdit;
- Stdctrls::TLabel* Label2;
- Stdctrls::TLabel* ColumnGapLabel;
- Nedit::TNEdit* ColumnGapNEdit;
- Stdctrls::TLabel* Label6;
- Stdctrls::TComboBox* PrintOrientationComboBox;
- Stdctrls::TLabel* Label7;
- Stdctrls::TEdit* BackColorEdit;
- Stdctrls::TComboBox* MultiplicityComboBox;
- Nedit::TNEdit* ZAxisAngleNEdit;
- Stdctrls::TLabel* ZAxisAngleLabel;
- Stdctrls::TLabel* ContourDetailLabel;
- Stdctrls::TComboBox* ContourDetailComboBox;
- Stdctrls::TCheckBox* LinkZSeriesCheckBox;
- Stdctrls::TLabel* GridLabel;
- Stdctrls::TComboBox* GridComboBox;
- Stdctrls::TComboBox* GridStyleComboBox;
- Stdctrls::TLabel* GridStyleLabel;
- Coloredt::TColorEdit* PenColorEdit;
- Stdctrls::TLabel* PolarRangeLabel;
- Nedit::TNEdit* PolarRangeNEdit;
- Buttons::TBitBtn* ApplyBitBtn;
- Stdctrls::TLabel* BubbleSizeLabel;
- Nedit::TNEdit* BubbleSizeNEdit;
- Stdctrls::TLabel* MultiJoinLabel;
- Stdctrls::TEdit* MultiJoinEdit;
- Stdctrls::TLabel* XYFastAtLabel;
- Nedit::TNEdit* XYFastAtNEdit;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall PlotTypeComboBoxClick(System::TObject* Sender);
- void __fastcall FormShow(System::TObject* Sender);
- void __fastcall BackColorEditClick(System::TObject* Sender);
- void __fastcall BackColorEditKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift
- );
- void __fastcall HelpBitBtnClick(System::TObject* Sender);
- void __fastcall ApplyBitBtnClick(System::TObject* Sender);
-
- public:
- System::TObject* ThePlot;
- public:
- /* TCustomForm.Create */ __fastcall virtual TPlotPropertyEditorForm(Classes::TComponent* AOwner) :
- Forms::TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TPlotPropertyEditorForm(Classes::TComponent* AOwner, int Dummy
- ) : Forms::TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TPlotPropertyEditorForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TPlotPropertyEditorForm(HWND ParentWindow) : Forms::TForm(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TPlotPropertyEditorForm* PlotPropertyEditorForm;
-
- } /* namespace Propedit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Propedit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Propedit
-