home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / vbasic / xceedzip.exe / 16-bit / Samples / Delphi1 / SFXFM.DFM / SFXFM.txt
Encoding:
Text File  |  1999-11-18  |  3.7 KB  |  176 lines

  1. object frmConfigSFX: TfrmConfigSFX
  2.   Left = 229
  3.   Top = 104
  4.   Width = 369
  5.   Height = 316
  6.   Caption = 'Self-Extractor Options'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 185
  21.     Height = 17
  22.     Caption = 'Select the self-extractor binary to use'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 145
  33.     Height = 17
  34.     Caption = 'Enter the self-extractor'#39's title'
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 88
  44.     Width = 217
  45.     Height = 17
  46.     Caption = 'Enter the caption to use for '#39'Exit buttons'
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 8
  55.     Top = 128
  56.     Width = 256
  57.     Height = 17
  58.     Caption = 'Enter the message to display in the introduction dialog'
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object txtSFXBinaryPath: TEdit
  66.     Left = 8
  67.     Top = 24
  68.     Width = 313
  69.     Height = 17
  70.     AutoSize = False
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     Text = 'Edit1'
  78.     OnChange = txtSFXBinaryPathChange
  79.   end
  80.   object txtSFXDialogTitle: TEdit
  81.     Left = 8
  82.     Top = 64
  83.     Width = 345
  84.     Height = 17
  85.     AutoSize = False
  86.     Font.Color = clBlack
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     TabOrder = 2
  92.     Text = 'Edit1'
  93.     OnChange = txtSFXDialogTitleChange
  94.   end
  95.   object txtSFXExitButton: TEdit
  96.     Left = 8
  97.     Top = 104
  98.     Width = 345
  99.     Height = 17
  100.     AutoSize = False
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 3
  107.     Text = 'Edit1'
  108.     OnChange = txtSFXExitButtonChange
  109.   end
  110.   object cmdSFXBinary: TButton
  111.     Left = 328
  112.     Top = 23
  113.     Width = 25
  114.     Height = 18
  115.     Caption = '...'
  116.     Font.Color = clBlack
  117.     Font.Height = -13
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 1
  122.     OnClick = cmdSFXBinaryClick
  123.   end
  124.   object cmdCancel: TButton
  125.     Left = 280
  126.     Top = 256
  127.     Width = 73
  128.     Height = 25
  129.     Caption = '&Cancel'
  130.     Font.Color = clBlack
  131.     Font.Height = -11
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = []
  134.     ParentFont = False
  135.     TabOrder = 5
  136.     OnClick = cmdCancelClick
  137.   end
  138.   object cmdOK: TButton
  139.     Left = 200
  140.     Top = 256
  141.     Width = 73
  142.     Height = 25
  143.     Caption = '&OK'
  144.     Font.Color = clBlack
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     TabOrder = 4
  150.     OnClick = cmdOKClick
  151.   end
  152.   object txtSFXIntroMessage: TMemo
  153.     Left = 8
  154.     Top = 144
  155.     Width = 345
  156.     Height = 105
  157.     Font.Color = clBlack
  158.     Font.Height = -11
  159.     Font.Name = 'MS Sans Serif'
  160.     Font.Style = []
  161.     Lines.Strings = (
  162.       'txtSFXIntroMessage')
  163.     MaxLength = 255
  164.     ParentFont = False
  165.     TabOrder = 6
  166.   end
  167.   object dlgOpenSFXBinary: TOpenDialog
  168.     DefaultExt = 'BIN'
  169.     Filter = 'Self-extract Binary  (*.BIN)|*.BIN|All files (*.*)|*.*'
  170.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  171.     Title = 'Self-Extracting Binary'
  172.     Left = 8
  173.     Top = 256
  174.   end
  175. end
  176.