home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / setup.exe / 0 / RCDATA / TLOGODLG / TLOGODLG.txt < prev   
Text File  |  1997-01-19  |  2KB  |  78 lines

  1. object LogoDlg: TLogoDlg
  2.   Left = 228
  3.   Top = 121
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Welcome'
  7.   ClientHeight = 320
  8.   ClientWidth = 499
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Bevel1: TBevel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 465
  24.     Height = 273
  25.   end
  26.   object Image1: TImage
  27.     Left = 56
  28.     Top = 16
  29.     Width = 385
  30.     Height = 257
  31.     Picture.Data = {<image000.bmp>}
  32.     Stretch = True
  33.   end
  34.   object Button1: TButton
  35.     Left = 400
  36.     Top = 288
  37.     Width = 81
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = '&Cancel'
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 2
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object NextBtn: TButton
  50.     Left = 296
  51.     Top = 288
  52.     Width = 81
  53.     Height = 25
  54.     Caption = '&Next >'
  55.     Font.Color = clWindowText
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ModalResult = 1
  60.     ParentFont = False
  61.     TabOrder = 0
  62.   end
  63.   object Button2: TButton
  64.     Left = 216
  65.     Top = 288
  66.     Width = 81
  67.     Height = 25
  68.     Caption = '< &Back'
  69.     Enabled = False
  70.     Font.Color = clWindowText
  71.     Font.Height = -13
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 2
  76.   end
  77. end
  78.