home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / wowsrc.exe / BALLDEFS.DFM / BALLDEFS.txt next >
Text File  |  1995-09-10  |  3KB  |  144 lines

  1. object SetupBalls: TSetupBalls
  2.   Left = 257
  3.   Top = 131
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Ok
  7.   BorderStyle = bsDialog
  8.   Caption = 'Spherical Objects Defaults'
  9.   ClientHeight = 167
  10.   ClientWidth = 343
  11.   Font.Color = clBlack
  12.   Font.Height = -10
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   TextHeight = 13
  21.   object Ok: TBitBtn
  22.     Left = 247
  23.     Top = 33
  24.     Width = 66
  25.     Height = 26
  26.     TabOrder = 0
  27.     OnClick = OkClick
  28.     Kind = bkOK
  29.   end
  30.   object Cancel: TBitBtn
  31.     Left = 247
  32.     Top = 72
  33.     Width = 66
  34.     Height = 26
  35.     TabOrder = 1
  36.     OnClick = CancelClick
  37.     Kind = bkCancel
  38.   end
  39.   object GroupBox2: TGroupBox
  40.     Left = 7
  41.     Top = 104
  42.     Width = 325
  43.     Height = 53
  44.     Caption = ' Password Ptotection '
  45.     TabOrder = 2
  46.     object SetPwd: TBitBtn
  47.       Left = 215
  48.       Top = 13
  49.       Width = 85
  50.       Height = 27
  51.       Caption = '&Set Password'
  52.       Enabled = False
  53.       TabOrder = 0
  54.       OnClick = SetPwdClick
  55.     end
  56.     object PwdTypes: TComboBox
  57.       Left = 13
  58.       Top = 17
  59.       Width = 189
  60.       Height = 21
  61.       Style = csDropDownList
  62.       ItemHeight = 13
  63.       Items.Strings = (
  64.         'None'
  65.         'Windows'
  66.         'NetWork')
  67.       TabOrder = 1
  68.       OnChange = PwdTypesChange
  69.     end
  70.   end
  71.   object GroupBox1: TGroupBox
  72.     Left = 7
  73.     Top = 7
  74.     Width = 234
  75.     Height = 91
  76.     Caption = ' Ball Control '
  77.     TabOrder = 3
  78.     object Image1: TImage
  79.       Left = 73
  80.       Top = 201
  81.       Width = 10
  82.       Height = 9
  83.       Picture.Data = {<image001.bmp>}
  84.     end
  85.     object Label3: TLabel
  86.       Left = 189
  87.       Top = 21
  88.       Width = 23
  89.       Height = 13
  90.       Caption = 'Balls'
  91.     end
  92.     object Label1: TLabel
  93.       Left = 7
  94.       Top = 22
  95.       Width = 50
  96.       Height = 13
  97.       Caption = 'Clear After'
  98.     end
  99.     object MaxBallVal: TLabel
  100.       Left = 169
  101.       Top = 21
  102.       Width = 3
  103.       Height = 13
  104.     end
  105.     object Label2: TLabel
  106.       Left = 7
  107.       Top = 54
  108.       Width = 43
  109.       Height = 13
  110.       Caption = 'Ball Size'
  111.     end
  112.     object BSizeVal: TLabel
  113.       Left = 169
  114.       Top = 54
  115.       Width = 3
  116.       Height = 13
  117.     end
  118.     object MaxBalls: TScrollBar
  119.       Left = 65
  120.       Top = 20
  121.       Width = 98
  122.       Height = 17
  123.       Max = 512
  124.       Min = 20
  125.       Position = 20
  126.       TabOrder = 0
  127.       OnChange = MaxBallsChange
  128.     end
  129.     object BSize: TScrollBar
  130.       Left = 65
  131.       Top = 52
  132.       Width = 98
  133.       Height = 18
  134.       LargeChange = 128
  135.       Max = 512
  136.       Min = 32
  137.       Position = 32
  138.       SmallChange = 32
  139.       TabOrder = 1
  140.       OnChange = BSizeChange
  141.     end
  142.   end
  143. end
  144.