home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / fileutil / afloppy / _setup.1 / autofloppy.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1997-03-31  |  2KB  |  86 lines

  1. object Form2: TForm2
  2.   Left = 243
  3.   Top = 221
  4.   Width = 317
  5.   Height = 170
  6.   Caption = 'Options'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 309
  19.     Height = 143
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object c: TLabel
  23.       Left = 30
  24.       Top = 32
  25.       Width = 132
  26.       Height = 16
  27.       Caption = 'Check for a disk every'
  28.       Font.Color = clWindowText
  29.       Font.Height = -13
  30.       Font.Name = 'MS Sans Serif'
  31.       Font.Style = []
  32.       ParentFont = False
  33.     end
  34.     object Label1: TLabel
  35.       Left = 225
  36.       Top = 32
  37.       Width = 55
  38.       Height = 16
  39.       Caption = 'seconds.'
  40.       Font.Color = clWindowText
  41.       Font.Height = -13
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.     object SpinEdit1: TSpinEdit
  47.       Left = 172
  48.       Top = 32
  49.       Width = 43
  50.       Height = 22
  51.       MaxValue = 60
  52.       MinValue = 5
  53.       TabOrder = 0
  54.       Value = 10
  55.     end
  56.     object Button1: TButton
  57.       Left = 65
  58.       Top = 112
  59.       Width = 75
  60.       Height = 25
  61.       Caption = '&OK'
  62.       Default = True
  63.       TabOrder = 1
  64.       OnClick = Button1Click
  65.     end
  66.     object Button2: TButton
  67.       Left = 169
  68.       Top = 112
  69.       Width = 75
  70.       Height = 25
  71.       Caption = '&Cancel'
  72.       TabOrder = 2
  73.       OnClick = Button2Click
  74.     end
  75.     object CheckBox1: TCheckBox
  76.       Left = 65
  77.       Top = 72
  78.       Width = 179
  79.       Height = 17
  80.       Caption = 'Look for setup program on disk.'
  81.       State = cbChecked
  82.       TabOrder = 3
  83.     end
  84.   end
  85. end
  86.