home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / egyptgallery / setup.exe / 0 / RCDATA / TCFGFRM / TCFGFRM.txt
Text File  |  1997-07-23  |  3KB  |  140 lines

  1. object CfgFrm: TCfgFrm
  2.   Left = 212
  3.   Top = 206
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Test Screen Saver'
  7.   ClientHeight = 246
  8.   ClientWidth = 201
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object pnlSpeed: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 201
  21.     Height = 40
  22.     Align = alTop
  23.     Alignment = taLeftJustify
  24.     BorderWidth = 6
  25.     Caption = 'Speed:'
  26.     TabOrder = 1
  27.     Visible = False
  28.     object ssspeed: TScrollBar
  29.       Left = 56
  30.       Top = 12
  31.       Width = 133
  32.       Height = 17
  33.       LargeChange = 8
  34.       Min = 1
  35.       Position = 10
  36.       TabOrder = 0
  37.       OnChange = sbSpeedChange
  38.     end
  39.   end
  40.   object pnlPassword: TPanel
  41.     Left = 0
  42.     Top = 80
  43.     Width = 201
  44.     Height = 40
  45.     Align = alTop
  46.     Alignment = taLeftJustify
  47.     BorderWidth = 4
  48.     Caption = 'Password:'
  49.     TabOrder = 2
  50.     object ndpass: TCheckBox
  51.       Left = 64
  52.       Top = 12
  53.       Width = 73
  54.       Height = 17
  55.       Caption = 'Protected'
  56.       Font.Color = clBlack
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ParentFont = False
  61.       State = cbChecked
  62.       TabOrder = 0
  63.       OnClick = ndpassClick
  64.     end
  65.     object btnSet: TButton
  66.       Left = 136
  67.       Top = 9
  68.       Width = 49
  69.       Height = 23
  70.       Caption = '&Set'
  71.       TabOrder = 1
  72.       OnClick = btnSetClick
  73.     end
  74.   end
  75.   object pnlButtons: TPanel
  76.     Left = 0
  77.     Top = 120
  78.     Width = 201
  79.     Height = 49
  80.     Align = alTop
  81.     Alignment = taLeftJustify
  82.     BorderWidth = 4
  83.     TabOrder = 0
  84.     object btnOK: TButton
  85.       Left = 104
  86.       Top = 12
  87.       Width = 75
  88.       Height = 23
  89.       Caption = '&OK'
  90.       Default = True
  91.       Font.Color = clBlack
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       TabOrder = 0
  97.       OnClick = btnOKClick
  98.     end
  99.     object btnAbout: TButton
  100.       Left = 22
  101.       Top = 12
  102.       Width = 75
  103.       Height = 23
  104.       Caption = '&About'
  105.       Font.Color = clBlack
  106.       Font.Height = -11
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       TabOrder = 1
  111.       OnClick = btnAboutClick
  112.     end
  113.   end
  114.   object pnlSound: TPanel
  115.     Left = 0
  116.     Top = 40
  117.     Width = 201
  118.     Height = 40
  119.     Align = alTop
  120.     Alignment = taLeftJustify
  121.     BorderWidth = 4
  122.     TabOrder = 3
  123.     object chkSound: TCheckBox
  124.       Left = 16
  125.       Top = 12
  126.       Width = 169
  127.       Height = 17
  128.       Caption = 'Play Sound'
  129.       Font.Color = clBlack
  130.       Font.Height = -11
  131.       Font.Name = 'MS Sans Serif'
  132.       Font.Style = []
  133.       ParentFont = False
  134.       State = cbChecked
  135.       TabOrder = 0
  136.       OnClick = chkSoundClick
  137.     end
  138.   end
  139. end
  140.