Annotation of sbbs/sbbs3/ctrl/propertiesdlgunit.h, revision 1.1

1.1     ! root        1: //----------------------------------------------------------------------------
        !             2: #ifndef PropertiesDlgUnitH
        !             3: #define PropertiesDlgUnitH
        !             4: //----------------------------------------------------------------------------
        !             5: #include <vcl\ExtCtrls.hpp>
        !             6: #include <vcl\Buttons.hpp>
        !             7: #include <vcl\StdCtrls.hpp>
        !             8: #include <vcl\Controls.hpp>
        !             9: #include <vcl\Forms.hpp>
        !            10: #include <vcl\Graphics.hpp>
        !            11: #include <vcl\Classes.hpp>
        !            12: #include <vcl\SysUtils.hpp>
        !            13: #include <vcl\Windows.hpp>
        !            14: #include <vcl\System.hpp>
        !            15: #include <ComCtrls.hpp>
        !            16: #include <Dialogs.hpp>
        !            17: //----------------------------------------------------------------------------
        !            18: class TPropertiesDlg : public TForm
        !            19: {
        !            20: __published:
        !            21:        TButton *OKBtn;
        !            22:        TButton *CancelBtn;
        !            23:        TPageControl *PageControl;
        !            24:        TTabSheet *SettingsTabSheet;
        !            25:        TLabel *Label3;
        !            26:        TEdit *LoginCmdEdit;
        !            27:        TLabel *Label2;
        !            28:        TEdit *ConfigCmdEdit;
        !            29:        TLabel *Label4;
        !            30:        TEdit *NodeIntEdit;
        !            31:        TUpDown *NodeIntUpDown;
        !            32:        TLabel *Label5;
        !            33:        TEdit *ClientIntEdit;
        !            34:        TUpDown *ClientIntUpDown;
        !            35:        TCheckBox *TrayIconCheckBox;
        !            36:        TLabel *PasswordLabel;
        !            37:        TEdit *PasswordEdit;
        !            38:        TTabSheet *CustomizeTabSheet;
        !            39:        TComboBox *SourceComboBox;
        !            40:        TEdit *ExampleEdit;
        !            41:        TButton *FontButton;
        !            42:        TButton *BackgroundButton;
        !            43:        TFontDialog *FontDialog1;
        !            44:        TButton *ApplyButton;
        !            45:        TComboBox *TargetComboBox;
        !            46:        TColorDialog *ColorDialog1;
        !            47:         TTabSheet *AdvancedTabSheet;
        !            48:         TLabel *Label1;
        !            49:         TEdit *CtrlDirEdit;
        !            50:         TLabel *Label6;
        !            51:         TEdit *HostnameEdit;
        !            52:        TLabel *Label8;
        !            53:        TEdit *MaxLogLenEdit;
        !            54:        TLabel *Label9;
        !            55:        TEdit *TempDirEdit;
        !            56:        TCheckBox *UndockableCheckBox;
        !            57:        TLabel *Label10;
        !            58:        TEdit *SemFreqEdit;
        !            59:        TUpDown *SemFreqUpDown;
        !            60:        TTabSheet *JavaScriptTabSheet;
        !            61:        TLabel *Label7;
        !            62:        TEdit *JS_MaxBytesEdit;
        !            63:        TLabel *Label11;
        !            64:        TEdit *JS_ContextStackEdit;
        !            65:        TLabel *Label12;
        !            66:        TEdit *JS_BranchLimitEdit;
        !            67:        TLabel *Label13;
        !            68:        TEdit *JS_GcIntervalEdit;
        !            69:        TLabel *Label14;
        !            70:        TEdit *JS_YieldIntervalEdit;
        !            71:     TCheckBox *FileAssociationsCheckBox;
        !            72:        void __fastcall FormShow(TObject *Sender);
        !            73:        void __fastcall TrayIconCheckBoxClick(TObject *Sender);
        !            74:        void __fastcall SourceComboBoxChange(TObject *Sender);
        !            75:        void __fastcall FontButtonClick(TObject *Sender);
        !            76:        void __fastcall BackgroundButtonClick(TObject *Sender);
        !            77:        void __fastcall ApplyButtonClick(TObject *Sender);
        !            78: private:
        !            79: public:
        !            80:        virtual __fastcall TPropertiesDlg(TComponent* AOwner);
        !            81:        void __fastcall TPropertiesDlg::ChangeScheme(int target);
        !            82: };
        !            83: //----------------------------------------------------------------------------
        !            84: extern PACKAGE TPropertiesDlg *PropertiesDlg;
        !            85: //----------------------------------------------------------------------------
        !            86: #endif    

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.