home *** CD-ROM | disk | FTP | other *** search
- object frmConfigSFX: TfrmConfigSFX
- Left = 229
- Top = 104
- Width = 369
- Height = 316
- Caption = 'Self-Extractor Options'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 185
- Height = 17
- Caption = 'Select the self-extractor binary to use'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 145
- Height = 17
- Caption = 'Enter the self-extractor'#39's title'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 217
- Height = 17
- Caption = 'Enter the caption to use for '#39'Exit buttons'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 8
- Top = 128
- Width = 256
- Height = 17
- Caption = 'Enter the message to display in the introduction dialog'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object txtSFXBinaryPath: TEdit
- Left = 8
- Top = 24
- Width = 313
- Height = 17
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = 'Edit1'
- OnChange = txtSFXBinaryPathChange
- end
- object txtSFXDialogTitle: TEdit
- Left = 8
- Top = 64
- Width = 345
- Height = 17
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Text = 'Edit1'
- OnChange = txtSFXDialogTitleChange
- end
- object txtSFXExitButton: TEdit
- Left = 8
- Top = 104
- Width = 345
- Height = 17
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- Text = 'Edit1'
- OnChange = txtSFXExitButtonChange
- end
- object cmdSFXBinary: TButton
- Left = 328
- Top = 23
- Width = 25
- Height = 18
- Caption = '...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = cmdSFXBinaryClick
- end
- object cmdCancel: TButton
- Left = 280
- Top = 256
- Width = 73
- Height = 25
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = cmdCancelClick
- end
- object cmdOK: TButton
- Left = 200
- Top = 256
- Width = 73
- Height = 25
- Caption = '&OK'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = cmdOKClick
- end
- object txtSFXIntroMessage: TMemo
- Left = 8
- Top = 144
- Width = 345
- Height = 105
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'txtSFXIntroMessage')
- MaxLength = 255
- ParentFont = False
- TabOrder = 6
- end
- object dlgOpenSFXBinary: TOpenDialog
- DefaultExt = 'BIN'
- Filter = 'Self-extract Binary (*.BIN)|*.BIN|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Title = 'Self-Extracting Binary'
- Left = 8
- Top = 256
- end
- end
-