//--------------------------------------------------------------------------- #ifndef optionfrmH #define optionfrmH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TOptionsfrm : public TForm { __published: // IDE-managed Components TColorDialog *ColorDialog1; TPanel *Panel2; TButton *Button1; TButton *Button2; TPageControl *PageControl1; TTabSheet *TabSheet1; TTabSheet *TabSheet2; TPanel *Panel1; TGroupBox *GroupBox1; TCheckBox *AutoBMPersonal; TCheckBox *AutoBMOther; TGroupBox *GroupBox2; TShape *CurrentVSColor; TLabel *Label2; TLabel *Label3; TCheckBox *AutoVSColor; TButton *ChooseColorbtn; TUpDown *UpDown1; TEdit *fontSize; TPanel *Panel4; TLabel *Label4; TCheckBox *HintPopups; TComboBox *localeCB; TLabel *Label1; TGroupBox *GroupBox3; TComboBox *hebrewDefCB; TComboBox *greekDefCB; TComboBox *greekParseCB; TComboBox *hebrewParseCB; TLabel *Label5; TLabel *Label6; TLabel *Label7; TLabel *Label8; TGroupBox *GroupBox4; TLabel *Label9; TComboBox *dailyDefaultCB; TCheckBox *devSplashCB; TCheckBox *devsAsDictsCB; TLabel *Label10; TComboBox *strongsNumsCB; void __fastcall ChooseColorbtnClick(TObject *Sender); void __fastcall FormCreate(TObject *Sender); private: // User declarations static const char *defaultLocaleName; static const char *defaultLocaleDescription; public: // User declarations __fastcall TOptionsfrm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern TOptionsfrm *Optionsfrm; //--------------------------------------------------------------------------- #endif