---------------------------------------------------------------------------
| 13 | #include "fileframe.h" |
| 14 | //--------------------------------------------------------------------------- |
| 15 | class TSetupForm : public TForm |
| 16 | { |
| 17 | __published: // IDE-managed Components |
| 18 | TBitBtn *OKButton; |
| 19 | TBitBtn *CancelButton; |
| 20 | TPageControl *PageControl; |
| 21 | TTabSheet *TabSheet1; |
| 22 | TTabSheet *TabSheet2; |
| 23 | TGroupBox *GroupBox1; |
| 24 | TCheckBox *AutoStartCB; |
| 25 | TGroupBox *GroupBox2; |
| 26 | TLabel *Label3; |
| 27 | TEdit *serverEdit; |
| 28 | TLabel *Label4; |
| 29 | TEdit *portEdit; |
| 30 | TLabel *Label5; |
| 31 | TEdit *usernameEdit; |
| 32 | TLabel *Label6; |
| 33 | TEdit *passwordEdit; |
| 34 | TComboBox *sslComboBox; |
| 35 | TLabel *Label7; |
| 36 | TGroupBox *GroupBox3; |
| 37 | TLabel *Label8; |
| 38 | TEdit *senderEdit; |
| 39 | TEdit *sender_nameEdit; |
| 40 | TLabel *Label9; |
| 41 | TLabel *Label10; |
| 42 | TEdit *recipientEdit; |
| 43 | TLabel *Label11; |
| 44 | TEdit *subjectEdit; |
| 45 | TMemo *messageMemo; |
| 46 | TLabel *Label12; |
| 47 | TLabel *Label13; |
| 48 | TSpeedButton *SpeedButton1; |
| 49 | TSpeedButton *SpeedButton2; |
| 50 | TSpeedButton *SpeedButton3; |
| 51 | TSpeedButton *SpeedButton4; |
| 52 | TSpeedButton *InsertMemoButton; |
| 53 | TPopupMenu *InsertPopupMenu; |
| 54 | TMenuItem *time1; |
| 55 | TMenuItem *ip1; |
| 56 | TMenuItem *host1; |
| 57 | TMenuItem *facility1; |
| 58 | TMenuItem *priority1; |
| 59 | TMenuItem *tag1; |
| 60 | TMenuItem *message1; |
| 61 | TSpeedButton *TestButton; |
| 62 | TSpeedButton *InsertSubjectButton; |
| 63 | TGroupBox *UdpGroupBox; |
| 64 | TCheckBox *EnableUdpCB; |
| 65 | TLabel *Label1; |
| 66 | TComboBox *UdpInterfaceCB; |
| 67 | TEdit *UdpPortEdit; |
| 68 | TGroupBox *TcpGroupBox; |
| 69 | TCheckBox *EnableTcpCB; |
| 70 | TLabel *Label2; |
| 71 | TComboBox *TcpInterfaceCB; |
| 72 | TEdit *TcpPortEdit; |
nothing calls this directly
no outgoing calls
no test coverage detected