home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d123456
/
CHEMPLOT.ZIP
/
TPlot
/
Propedit.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-31
|
5KB
|
130 lines
// 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* ColorLabel;
Stdctrls::TEdit* CreatedByEdit;
Stdctrls::TEdit* DescriptionEdit;
Stdctrls::TLabel* CreatedByLabel;
Stdctrls::TLabel* DescriptionLabel;
Stdctrls::TGroupBox* MultiplicityPenGroupBox;
Stdctrls::TLabel* MultiplicityPenColorLabel;
Stdctrls::TLabel* MultiplicityPenWidthLabel;
Stdctrls::TLabel* MultiplicityPenStyleLabel;
Stdctrls::TComboBox* PenWidthComboBox;
Stdctrls::TComboBox* PenStyleComboBox;
Stdctrls::TComboBox* PieRowCountComboBox;
Stdctrls::TLabel* PieRowCountLabel;
Nedit::TNEdit* ClickAndDragDelayNEdit;
Stdctrls::TLabel* DragDelayLabel;
Stdctrls::TLabel* ColumnGapLabel;
Nedit::TNEdit* ColumnGapNEdit;
Stdctrls::TLabel* PrintOrientLabel;
Stdctrls::TComboBox* PrintOrientationComboBox;
Stdctrls::TLabel* Label7;
Stdctrls::TComboBox* MultiplicityComboBox;
Nedit::TNEdit* ZAxisAngleNEdit;
Stdctrls::TLabel* ZAxisAngleLabel;
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;
Stdctrls::TLabel* ZLengthLabel;
Nedit::TNEdit* ZLengthNEdit;
Stdctrls::TLabel* GridColorLabel;
Stdctrls::TLabel* WallColorLabel;
Coloredt::TColorEdit* BackColorEdit;
Coloredt::TColorEdit* GridColorEdit;
Coloredt::TColorEdit* WallColorEdit;
Stdctrls::TGroupBox* ContourGroupBox;
Stdctrls::TLabel* ContourDetailLabel;
Stdctrls::TComboBox* ContourDetailComboBox;
Stdctrls::TLabel* ContourIntervalLabel;
Nedit::TNEdit* ContourIntervalNEdit;
Stdctrls::TLabel* ContourStartLabel;
Nedit::TNEdit* ContourStartNEdit;
Stdctrls::TCheckBox* ContourWireFrameCheckBox;
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall PlotTypeComboBoxClick(System::TObject* Sender);
void __fastcall FormShow(System::TObject* Sender);
void __fastcall HelpBitBtnClick(System::TObject* Sender);
void __fastcall ApplyBitBtnClick(System::TObject* Sender);
public:
System::TObject* ThePlot;
void __fastcall DoHintsFromResource(void);
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