home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / slash / slash.exe / Slash.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  1999-07-25  |  4.0 KB  |  159 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 169
  3.   Top = 111
  4.   Width = 391
  5.   Height = 323
  6.   Caption = 'Options'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PageControl1: TPageControl
  15.     Left = 0
  16.     Top = 0
  17.     Width = 383
  18.     Height = 257
  19.     ActivePage = GeneralSheet
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object GeneralSheet: TTabSheet
  23.       Caption = 'General'
  24.       object FormState: TCheckBox
  25.         Left = 16
  26.         Top = 144
  27.         Width = 297
  28.         Height = 17
  29.         Caption = 'Remember size and position of Slash99'
  30.         State = cbChecked
  31.         TabOrder = 0
  32.       end
  33.       object PaneCombo: TComboBox
  34.         Left = 40
  35.         Top = 16
  36.         Width = 273
  37.         Height = 21
  38.         Style = csDropDownList
  39.         ItemHeight = 13
  40.         Items.Strings = (
  41.           'Open panes at root folder'
  42.           'Open panes at last open folder')
  43.         TabOrder = 1
  44.       end
  45.       object PaneOption1: TRadioButton
  46.         Left = 18
  47.         Top = 18
  48.         Width = 20
  49.         Height = 17
  50.         Checked = True
  51.         TabOrder = 2
  52.         TabStop = True
  53.       end
  54.       object PaneFolder: TEdit
  55.         Left = 40
  56.         Top = 48
  57.         Width = 241
  58.         Height = 21
  59.         ReadOnly = True
  60.         TabOrder = 3
  61.         Text = 'Open in this folder...'
  62.       end
  63.       object FolderBrowse: TButton
  64.         Left = 288
  65.         Top = 48
  66.         Width = 25
  67.         Height = 21
  68.         Caption = '..'
  69.         Font.Charset = DEFAULT_CHARSET
  70.         Font.Color = clWindowText
  71.         Font.Height = -16
  72.         Font.Name = 'Arial'
  73.         Font.Style = [fsBold]
  74.         ParentFont = False
  75.         TabOrder = 4
  76.         OnClick = FolderBrowseClick
  77.       end
  78.       object PaneOption2: TRadioButton
  79.         Left = 18
  80.         Top = 48
  81.         Width = 20
  82.         Height = 17
  83.         TabOrder = 6
  84.       end
  85.       object MinTray: TCheckBox
  86.         Left = 16
  87.         Top = 120
  88.         Width = 297
  89.         Height = 17
  90.         Caption = 'Minimize to tray'
  91.         State = cbChecked
  92.         TabOrder = 5
  93.       end
  94.       object ShowTray: TCheckBox
  95.         Left = 16
  96.         Top = 96
  97.         Width = 297
  98.         Height = 17
  99.         Caption = 'Always show tray icon'
  100.         TabOrder = 7
  101.       end
  102.       object SingleToolBar: TCheckBox
  103.         Left = 16
  104.         Top = 168
  105.         Width = 297
  106.         Height = 17
  107.         Caption = 'Only one toolbar for all file windows'
  108.         State = cbChecked
  109.         TabOrder = 8
  110.       end
  111.     end
  112.   end
  113.   object Panel1: TPanel
  114.     Left = 0
  115.     Top = 257
  116.     Width = 383
  117.     Height = 41
  118.     Align = alBottom
  119.     BevelOuter = bvLowered
  120.     TabOrder = 1
  121.     object SaveSettings: TBitBtn
  122.       Left = 296
  123.       Top = 8
  124.       Width = 75
  125.       Height = 25
  126.       Caption = 'Save'
  127.       Default = True
  128.       ModalResult = 1
  129.       TabOrder = 0
  130.       Glyph.Data = {
  131.         76010000424D7601000000000000760000002800000020000000100000000100
  132.         04000000000000010000120B0000120B00001000000000000000000000000000
  133.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  134.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  135.         333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
  136.         00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
  137.         00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
  138.         00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
  139.         00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  140.         00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
  141.         00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
  142.         0003737FFFFFFFFF7F7330099999999900333777777777777733}
  143.       NumGlyphs = 2
  144.     end
  145.     object Cancel: TBitBtn
  146.       Left = 208
  147.       Top = 8
  148.       Width = 75
  149.       Height = 25
  150.       TabOrder = 1
  151.       Kind = bkCancel
  152.     end
  153.   end
  154.   object BrowseForFolder: TPTFolderBrowseDlg
  155.     Left = 177
  156.     Top = 106
  157.   end
  158. end
  159.