home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / nastroje / DISKFREE.ZIP / DiskFree.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt
Encoding:
Text File  |  2001-07-29  |  3.9 KB  |  191 lines

  1. object SetupForm: TSetupForm
  2.   Left = 337
  3.   Top = 435
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup Disk Free Monitor'
  6.   ClientHeight = 257
  7.   ClientWidth = 438
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 12
  19.     Top = 218
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object Button2: TButton
  28.     Left = 96
  29.     Top = 218
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object Button3: TButton
  38.     Left = 350
  39.     Top = 218
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&About...'
  43.     TabOrder = 2
  44.     OnClick = Button3Click
  45.   end
  46.   object GroupBox2: TGroupBox
  47.     Left = 12
  48.     Top = 10
  49.     Width = 269
  50.     Height = 193
  51.     Caption = 'Popup menu info:'
  52.     TabOrder = 3
  53.     object Label5: TLabel
  54.       Left = 12
  55.       Top = 94
  56.       Width = 245
  57.       Height = 41
  58.       AutoSize = False
  59.       Caption = 
  60.         'The following drive types exist: fixed (harddisks and zip-drives' +
  61.         '), CD-ROM, remote (network), removable (floppy and tape), and RA' +
  62.         'M disk drives.'
  63.       WordWrap = True
  64.     end
  65.     object Label6: TLabel
  66.       Left = 12
  67.       Top = 142
  68.       Width = 245
  69.       Height = 39
  70.       AutoSize = False
  71.       Caption = 
  72.         'Note: if you hold down SHIFT while selecting a drive in the popu' +
  73.         'p menu, the drive is opened in explorer view instead of folder v' +
  74.         'iew.'
  75.       WordWrap = True
  76.     end
  77.     object RadioButton1: TRadioButton
  78.       Left = 12
  79.       Top = 20
  80.       Width = 245
  81.       Height = 17
  82.       Caption = 'Show only &fixed drives in the popup menu'
  83.       Checked = True
  84.       TabOrder = 0
  85.       TabStop = True
  86.     end
  87.     object RadioButton2: TRadioButton
  88.       Left = 12
  89.       Top = 40
  90.       Width = 245
  91.       Height = 17
  92.       Caption = 'Show &all types of drives except removables'
  93.       TabOrder = 1
  94.     end
  95.     object CheckBox1: TCheckBox
  96.       Left = 12
  97.       Top = 68
  98.       Width = 245
  99.       Height = 17
  100.       Caption = 'Show &type of drives in the menu'
  101.       TabOrder = 2
  102.     end
  103.   end
  104.   object GroupBox3: TGroupBox
  105.     Left = 296
  106.     Top = 10
  107.     Width = 129
  108.     Height = 193
  109.     Caption = 'Drive info details:'
  110.     TabOrder = 4
  111.     object Label2: TLabel
  112.       Left = 16
  113.       Top = 94
  114.       Width = 96
  115.       Height = 13
  116.       Caption = '&Number of decimals:'
  117.       FocusControl = TrackBar1
  118.     end
  119.     object Label1: TLabel
  120.       Left = 22
  121.       Top = 148
  122.       Width = 6
  123.       Height = 13
  124.       Caption = '0'
  125.     end
  126.     object Label3: TLabel
  127.       Left = 45
  128.       Top = 148
  129.       Width = 6
  130.       Height = 13
  131.       Caption = '1'
  132.     end
  133.     object Label4: TLabel
  134.       Left = 69
  135.       Top = 148
  136.       Width = 6
  137.       Height = 13
  138.       Caption = '2'
  139.     end
  140.     object Label7: TLabel
  141.       Left = 92
  142.       Top = 148
  143.       Width = 6
  144.       Height = 13
  145.       Caption = '3'
  146.     end
  147.     object RadioButton3: TRadioButton
  148.       Left = 12
  149.       Top = 20
  150.       Width = 105
  151.       Height = 17
  152.       Caption = '&Kilobytes (KB)'
  153.       Checked = True
  154.       TabOrder = 0
  155.       TabStop = True
  156.     end
  157.     object RadioButton4: TRadioButton
  158.       Left = 12
  159.       Top = 40
  160.       Width = 105
  161.       Height = 17
  162.       Caption = '&Megabytes (MB)'
  163.       TabOrder = 1
  164.     end
  165.     object RadioButton5: TRadioButton
  166.       Left = 12
  167.       Top = 60
  168.       Width = 105
  169.       Height = 17
  170.       Caption = '&Gigabytes (GB)'
  171.       TabOrder = 2
  172.     end
  173.     object TrackBar1: TTrackBar
  174.       Left = 12
  175.       Top = 112
  176.       Width = 97
  177.       Height = 37
  178.       Max = 3
  179.       Orientation = trHorizontal
  180.       PageSize = 1
  181.       Frequency = 1
  182.       Position = 0
  183.       SelEnd = 0
  184.       SelStart = 0
  185.       TabOrder = 3
  186.       TickMarks = tmBottomRight
  187.       TickStyle = tsAuto
  188.     end
  189.   end
  190. end
  191.