home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / CHEMPLOT.ZIP / TPlot / Propedit.hpp < prev    next >
C/C++ Source or Header  |  2001-06-01  |  4KB  |  120 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* Label3;
  47.     Stdctrls::TEdit* CreatedByEdit;
  48.     Stdctrls::TEdit* DescriptionEdit;
  49.     Stdctrls::TLabel* Label4;
  50.     Stdctrls::TLabel* Label5;
  51.     Stdctrls::TGroupBox* MultiplicityPenGroupBox;
  52.     Stdctrls::TLabel* PenColorLabel;
  53.     Stdctrls::TLabel* PenWidthLabel;
  54.     Stdctrls::TLabel* PenStyleLabel;
  55.     Stdctrls::TComboBox* PenWidthComboBox;
  56.     Stdctrls::TComboBox* PenStyleComboBox;
  57.     Stdctrls::TComboBox* PieRowCountComboBox;
  58.     Stdctrls::TLabel* PieRowCountLabel;
  59.     Nedit::TNEdit* ClickAndDragDelayNEdit;
  60.     Stdctrls::TLabel* Label2;
  61.     Stdctrls::TLabel* ColumnGapLabel;
  62.     Nedit::TNEdit* ColumnGapNEdit;
  63.     Stdctrls::TLabel* Label6;
  64.     Stdctrls::TComboBox* PrintOrientationComboBox;
  65.     Stdctrls::TLabel* Label7;
  66.     Stdctrls::TEdit* BackColorEdit;
  67.     Stdctrls::TComboBox* MultiplicityComboBox;
  68.     Nedit::TNEdit* ZAxisAngleNEdit;
  69.     Stdctrls::TLabel* ZAxisAngleLabel;
  70.     Stdctrls::TLabel* ContourDetailLabel;
  71.     Stdctrls::TComboBox* ContourDetailComboBox;
  72.     Stdctrls::TCheckBox* LinkZSeriesCheckBox;
  73.     Stdctrls::TLabel* GridLabel;
  74.     Stdctrls::TComboBox* GridComboBox;
  75.     Stdctrls::TComboBox* GridStyleComboBox;
  76.     Stdctrls::TLabel* GridStyleLabel;
  77.     Coloredt::TColorEdit* PenColorEdit;
  78.     Stdctrls::TLabel* PolarRangeLabel;
  79.     Nedit::TNEdit* PolarRangeNEdit;
  80.     Buttons::TBitBtn* ApplyBitBtn;
  81.     Stdctrls::TLabel* BubbleSizeLabel;
  82.     Nedit::TNEdit* BubbleSizeNEdit;
  83.     Stdctrls::TLabel* MultiJoinLabel;
  84.     Stdctrls::TEdit* MultiJoinEdit;
  85.     Stdctrls::TLabel* XYFastAtLabel;
  86.     Nedit::TNEdit* XYFastAtNEdit;
  87.     void __fastcall FormCreate(System::TObject* Sender);
  88.     void __fastcall PlotTypeComboBoxClick(System::TObject* Sender);
  89.     void __fastcall FormShow(System::TObject* Sender);
  90.     void __fastcall BackColorEditClick(System::TObject* Sender);
  91.     void __fastcall BackColorEditKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift
  92.         );
  93.     void __fastcall HelpBitBtnClick(System::TObject* Sender);
  94.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  95.     
  96. public:
  97.     System::TObject* ThePlot;
  98. public:
  99.     /* TCustomForm.Create */ __fastcall virtual TPlotPropertyEditorForm(Classes::TComponent* AOwner) : 
  100.         Forms::TForm(AOwner) { }
  101.     /* TCustomForm.CreateNew */ __fastcall TPlotPropertyEditorForm(Classes::TComponent* AOwner, int Dummy
  102.         ) : Forms::TForm(AOwner, Dummy) { }
  103.     /* TCustomForm.Destroy */ __fastcall virtual ~TPlotPropertyEditorForm(void) { }
  104.     
  105. public:
  106.     /* TWinControl.CreateParented */ __fastcall TPlotPropertyEditorForm(HWND ParentWindow) : Forms::TForm(
  107.         ParentWindow) { }
  108.     
  109. };
  110.  
  111. //-- var, const, procedure ---------------------------------------------------
  112. extern PACKAGE TPlotPropertyEditorForm* PlotPropertyEditorForm;
  113.  
  114. }    /* namespace Propedit */
  115. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  116. using namespace Propedit;
  117. #endif
  118. //-- end unit ----------------------------------------------------------------
  119. #endif    // Propedit
  120.