home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TSETUPCREATORINFOWINDOW / TSETUPCREATORINFOWINDOW.txt < prev   
Text File  |  2002-07-15  |  3KB  |  98 lines

  1. object SetupCreatorInfoWindow: TSetupCreatorInfoWindow
  2.   Left = 192
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Gather Information'
  9.   ClientHeight = 129
  10.   ClientWidth = 427
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -14
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 10
  24.     Top = 5
  25.     Width = 399
  26.     Height = 16
  27.     Caption = 'Please choose the Dev-Pascal Project File for your application.'
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 10
  31.     Top = 69
  32.     Width = 405
  33.     Height = 5
  34.     Shape = bsBottomLine
  35.   end
  36.   object FileName: TEdit
  37.     Left = 10
  38.     Top = 33
  39.     Width = 319
  40.     Height = 24
  41.     TabOrder = 0
  42.   end
  43.   object BrowseBtn: TButton
  44.     Left = 340
  45.     Top = 32
  46.     Width = 75
  47.     Height = 28
  48.     Caption = '&Browse...'
  49.     TabOrder = 1
  50.     OnClick = BrowseBtnClick
  51.   end
  52.   object ok: TBitBtn
  53.     Left = 219
  54.     Top = 89
  55.     Width = 92
  56.     Height = 30
  57.     Caption = 'OK'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 3
  61.     OnClick = okClick
  62.     Glyph.Data = {
  63.       DE010000424DDE01000000000000760000002800000024000000120000000100
  64.       0400000000006801000000000000000000001000000010000000000000000000
  65.       80000080000000808000800000008000800080800000C0C0C000808080000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  67.       3333333333333333333333330000333333333333333333333333F33333333333
  68.       00003333344333333333333333388F3333333333000033334224333333333333
  69.       338338F3333333330000333422224333333333333833338F3333333300003342
  70.       222224333333333383333338F3333333000034222A22224333333338F338F333
  71.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  72.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  73.       0000333333333A222433333333333338F338F33300003333333333A222433333
  74.       333333338F338F33000033333333333A222433333333333338F338F300003333
  75.       33333333A222433333333333338F338F00003333333333333A22433333333333
  76.       3338F38F000033333333333333A223333333333333338F830000333333333333
  77.       333A333333333333333338330000333333333333333333333333333333333333
  78.       0000}
  79.     NumGlyphs = 2
  80.   end
  81.   object cancel: TBitBtn
  82.     Left = 322
  83.     Top = 89
  84.     Width = 93
  85.     Height = 30
  86.     TabOrder = 2
  87.     OnClick = cancelClick
  88.     Kind = bkCancel
  89.   end
  90.   object OpenDialog: TOpenDialog
  91.     DefaultExt = 'dp'
  92.     Filter = 'Dev-Pascal Project Files|*.dp'
  93.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  94.     Left = 64
  95.     Top = 72
  96.   end
  97. end
  98.