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 >
C/C++ Source or Header  |  2001-07-31  |  5KB  |  130 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Propedit.pas' rev: 3.00
  6.  
  7. #ifndef PropeditHPP
  8. #define PropeditHPP
  9. #include <Coloredt.hpp>
  10. #include <Nedit.hpp>
  11. #include <Plotdefs.hpp>
  12. #include <Misc.hpp>
  13. #include <Axis.hpp>
  14. #include <StdCtrls.hpp>
  15. #include <Printers.hpp>
  16. #include <Graphics.hpp>
  17. #include <Forms.hpp>
  18. #include <ExtCtrls.hpp>
  19. #include <ComCtrls.hpp>
  20. #include <Controls.hpp>
  21. #include <Buttons.hpp>
  22. #include <Windows.hpp>
  23. #include <TypInfo.hpp>
  24. #include <SysUtils.hpp>
  25. #include <Classes.hpp>
  26. #include <SysInit.hpp>
  27. #include <System.hpp>
  28.  
  29. //-- user supplied -----------------------------------------------------------
  30.  
  31. namespace Propedit
  32. {
  33. //-- type declarations -------------------------------------------------------
  34. class DELPHICLASS TPlotPropertyEditorForm;
  35. class PASCALIMPLEMENTATION TPlotPropertyEditorForm : public Forms::TForm 
  36. {
  37.     typedef Forms::TForm inherited;
  38.     
  39. __published:
  40.     Buttons::TBitBtn* HelpBitBtn;
  41.     Buttons::TBitBtn* CancelBitBtn;
  42.     Buttons::TBitBtn* OKBitBtn;
  43.     Stdctrls::TComboBox* PlotTypeComboBox;
  44.     Stdctrls::TLabel* PlotTypeLabel;
  45.     Stdctrls::TLabel* MultiplicityLabel;
  46.     Stdctrls::TLabel* ColorLabel;
  47.     Stdctrls::TEdit* CreatedByEdit;
  48.     Stdctrls::TEdit* DescriptionEdit;
  49.     Stdctrls::TLabel* CreatedByLabel;
  50.     Stdctrls::TLabel* DescriptionLabel;
  51.     Stdctrls::TGroupBox* MultiplicityPenGroupBox;
  52.     Stdctrls::TLabel* MultiplicityPenColorLabel;
  53.     Stdctrls::TLabel* MultiplicityPenWidthLabel;
  54.     Stdctrls::TLabel* MultiplicityPenStyleLabel;
  55.     Stdctrls::TComboBox* PenWidthComboBox;
  56.     Stdctrls::TComboBox* PenStyleComboBox;
  57.     Stdctrls::TComboBox* PieRowCountComboBox;
  58.     Stdctrls::TLabel* PieRowCountLabel;
  59.     Nedit::TNEdit* ClickAndDragDelayNEdit;
  60.     Stdctrls::TLabel* DragDelayLabel;
  61.     Stdctrls::TLabel* ColumnGapLabel;
  62.     Nedit::TNEdit* ColumnGapNEdit;
  63.     Stdctrls::TLabel* PrintOrientLabel;
  64.     Stdctrls::TComboBox* PrintOrientationComboBox;
  65.     Stdctrls::TLabel* Label7;
  66.     Stdctrls::TComboBox* MultiplicityComboBox;
  67.     Nedit::TNEdit* ZAxisAngleNEdit;
  68.     Stdctrls::TLabel* ZAxisAngleLabel;
  69.     Stdctrls::TCheckBox* LinkZSeriesCheckBox;
  70.     Stdctrls::TLabel* GridLabel;
  71.     Stdctrls::TComboBox* GridComboBox;
  72.     Stdctrls::TComboBox* GridStyleComboBox;
  73.     Stdctrls::TLabel* GridStyleLabel;
  74.     Coloredt::TColorEdit* PenColorEdit;
  75.     Stdctrls::TLabel* PolarRangeLabel;
  76.     Nedit::TNEdit* PolarRangeNEdit;
  77.     Buttons::TBitBtn* ApplyBitBtn;
  78.     Stdctrls::TLabel* BubbleSizeLabel;
  79.     Nedit::TNEdit* BubbleSizeNEdit;
  80.     Stdctrls::TLabel* MultiJoinLabel;
  81.     Stdctrls::TEdit* MultiJoinEdit;
  82.     Stdctrls::TLabel* XYFastAtLabel;
  83.     Nedit::TNEdit* XYFastAtNEdit;
  84.     Stdctrls::TLabel* ZLengthLabel;
  85.     Nedit::TNEdit* ZLengthNEdit;
  86.     Stdctrls::TLabel* GridColorLabel;
  87.     Stdctrls::TLabel* WallColorLabel;
  88.     Coloredt::TColorEdit* BackColorEdit;
  89.     Coloredt::TColorEdit* GridColorEdit;
  90.     Coloredt::TColorEdit* WallColorEdit;
  91.     Stdctrls::TGroupBox* ContourGroupBox;
  92.     Stdctrls::TLabel* ContourDetailLabel;
  93.     Stdctrls::TComboBox* ContourDetailComboBox;
  94.     Stdctrls::TLabel* ContourIntervalLabel;
  95.     Nedit::TNEdit* ContourIntervalNEdit;
  96.     Stdctrls::TLabel* ContourStartLabel;
  97.     Nedit::TNEdit* ContourStartNEdit;
  98.     Stdctrls::TCheckBox* ContourWireFrameCheckBox;
  99.     void __fastcall FormCreate(System::TObject* Sender);
  100.     void __fastcall PlotTypeComboBoxClick(System::TObject* Sender);
  101.     void __fastcall FormShow(System::TObject* Sender);
  102.     void __fastcall HelpBitBtnClick(System::TObject* Sender);
  103.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  104.     
  105. public:
  106.     System::TObject* ThePlot;
  107.     void __fastcall DoHintsFromResource(void);
  108. public:
  109.     /* TCustomForm.Create */ __fastcall virtual TPlotPropertyEditorForm(Classes::TComponent* AOwner) : 
  110.         Forms::TForm(AOwner) { }
  111.     /* TCustomForm.CreateNew */ __fastcall TPlotPropertyEditorForm(Classes::TComponent* AOwner, int Dummy
  112.         ) : Forms::TForm(AOwner, Dummy) { }
  113.     /* TCustomForm.Destroy */ __fastcall virtual ~TPlotPropertyEditorForm(void) { }
  114.     
  115. public:
  116.     /* TWinControl.CreateParented */ __fastcall TPlotPropertyEditorForm(HWND ParentWindow) : Forms::TForm(
  117.         ParentWindow) { }
  118.     
  119. };
  120.  
  121. //-- var, const, procedure ---------------------------------------------------
  122. extern PACKAGE TPlotPropertyEditorForm* PlotPropertyEditorForm;
  123.  
  124. }    /* namespace Propedit */
  125. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  126. using namespace Propedit;
  127. #endif
  128. //-- end unit ----------------------------------------------------------------
  129. #endif    // Propedit
  130.