home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 9 / CDROM09.iso / aplicat / daemon / spaceda.exe / 0 / RCDATA / TOPENER / TOPENER.txt < prev   
Encoding:
Text File  |  1996-12-16  |  2.2 KB  |  108 lines

  1. object Opener: TOpener
  2.   Left = 259
  3.   Top = 199
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 159
  7.   ClientWidth = 191
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 191
  20.     Height = 159
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BevelWidth = 2
  24.     TabOrder = 0
  25.     object Label2: TLabel
  26.       Left = 24
  27.       Top = 57
  28.       Width = 54
  29.       Height = 13
  30.       Caption = 'Scan drive:'
  31.     end
  32.     object Panel2: TPanel
  33.       Left = 4
  34.       Top = 4
  35.       Width = 183
  36.       Height = 41
  37.       Align = alTop
  38.       BevelInner = bvLowered
  39.       BevelOuter = bvLowered
  40.       Color = clSilver
  41.       TabOrder = 0
  42.       object Image1: TImage
  43.         Left = 2
  44.         Top = 4
  45.         Width = 32
  46.         Height = 32
  47.         AutoSize = True
  48.         Picture.Data = {<image000.ico>}
  49.       end
  50.       object Label1: TLabel
  51.         Left = 34
  52.         Top = 8
  53.         Width = 143
  54.         Height = 24
  55.         Caption = 'Space Daemon'
  56.         Font.Color = clRed
  57.         Font.Height = -19
  58.         Font.Name = 'MS Sans Serif'
  59.         Font.Style = [fsBold]
  60.         ParentFont = False
  61.       end
  62.       object Label3: TLabel
  63.         Left = 33
  64.         Top = 7
  65.         Width = 144
  66.         Height = 24
  67.         Caption = 'Space Daemon'
  68.         Color = clSilver
  69.         Font.Color = clMaroon
  70.         Font.Height = -19
  71.         Font.Name = 'MS Sans Serif'
  72.         Font.Style = [fsBold]
  73.         ParentColor = False
  74.         ParentFont = False
  75.         Transparent = True
  76.       end
  77.     end
  78.     object drivestart: TDriveComboBox
  79.       Left = 24
  80.       Top = 74
  81.       Width = 145
  82.       Height = 19
  83.       TabOrder = 1
  84.       OnChange = drivestartChange
  85.     end
  86.     object Button1: TButton
  87.       Left = 14
  88.       Top = 117
  89.       Width = 75
  90.       Height = 25
  91.       Caption = 'Begin'
  92.       Default = True
  93.       TabOrder = 2
  94.       OnClick = Button1Click
  95.     end
  96.     object Button2: TButton
  97.       Left = 99
  98.       Top = 117
  99.       Width = 75
  100.       Height = 25
  101.       Cancel = True
  102.       Caption = 'Cancel'
  103.       TabOrder = 3
  104.       OnClick = Button2Click
  105.     end
  106.   end
  107. end
  108.