home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / GaleBrowse.exe / 0 / RCDATA / TFORMBROWSE / TFORMBROWSE.txt < prev   
Encoding:
Text File  |  2002-10-07  |  5.1 KB  |  251 lines

  1. object FormBrowse: TFormBrowse
  2.   Left = 255
  3.   Top = 102
  4.   Width = 724
  5.   Height = 520
  6.   ActiveControl = ScrollBox
  7.   Caption = 'GaleBrowser'
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShortCut = FormShortCut
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object Splitter1: TSplitter
  24.     Left = 197
  25.     Top = 0
  26.     Width = 3
  27.     Height = 474
  28.     Cursor = crHSplit
  29.     AutoSnap = False
  30.     MinSize = 64
  31.   end
  32.   object StatusBar: TStatusBar
  33.     Left = 0
  34.     Top = 474
  35.     Width = 716
  36.     Height = 19
  37.     Panels = <
  38.       item
  39.         Width = 200
  40.       end
  41.       item
  42.         Width = 120
  43.       end
  44.       item
  45.         Width = 80
  46.       end
  47.       item
  48.         Width = 80
  49.       end
  50.       item
  51.         Width = 50
  52.       end>
  53.     SimplePanel = False
  54.   end
  55.   object Panel1: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 197
  59.     Height = 474
  60.     Align = alLeft
  61.     BevelOuter = bvNone
  62.     BorderWidth = 8
  63.     TabOrder = 1
  64.     OnResize = Panel1Resize
  65.     object LabelFolder: TLabel
  66.       Left = 8
  67.       Top = 8
  68.       Width = 181
  69.       Height = 17
  70.       Align = alTop
  71.       AutoSize = False
  72.       Caption = '&Folder:'
  73.       FocusControl = DirList
  74.     end
  75.     object DirList: TDirectoryListBox
  76.       Left = 8
  77.       Top = 25
  78.       Width = 181
  79.       Height = 255
  80.       Align = alClient
  81.       ItemHeight = 16
  82.       TabOrder = 0
  83.       OnChange = DirListChange
  84.     end
  85.     object PanelBottom: TPanel
  86.       Left = 8
  87.       Top = 280
  88.       Width = 181
  89.       Height = 186
  90.       Align = alBottom
  91.       BevelOuter = bvNone
  92.       TabOrder = 1
  93.       object LabelDrive: TLabel
  94.         Left = 0
  95.         Top = 8
  96.         Width = 29
  97.         Height = 12
  98.         Caption = 'Dri&ve:'
  99.         FocusControl = Drive
  100.       end
  101.       object LabelType: TLabel
  102.         Left = 0
  103.         Top = 80
  104.         Width = 50
  105.         Height = 12
  106.         Caption = 'File &Type:'
  107.         FocusControl = Filter
  108.       end
  109.       object Drive: TDriveComboBox
  110.         Left = 0
  111.         Top = 24
  112.         Width = 181
  113.         Height = 18
  114.         DirList = DirList
  115.         TabOrder = 0
  116.       end
  117.       object Filter: TFilterComboBox
  118.         Left = 0
  119.         Top = 97
  120.         Width = 181
  121.         Height = 20
  122.         TabOrder = 1
  123.         OnClick = DirListChange
  124.       end
  125.       object RadioSize: TRadioGroup
  126.         Left = 0
  127.         Top = 132
  128.         Width = 117
  129.         Height = 33
  130.         Caption = '&Size'
  131.         Columns = 3
  132.         Items.Strings = (
  133.           'S'
  134.           'M'
  135.           'L')
  136.         TabOrder = 2
  137.         OnClick = DirListChange
  138.       end
  139.       object CheckHigh: TCheckBox
  140.         Left = 0
  141.         Top = 172
  142.         Width = 137
  143.         Height = 17
  144.         Caption = '&High Quality'
  145.         TabOrder = 3
  146.         OnClick = DirListChange
  147.       end
  148.       object btnNet: TButton
  149.         Left = 80
  150.         Top = 52
  151.         Width = 99
  152.         Height = 21
  153.         Caption = '&Network...'
  154.         TabOrder = 4
  155.         OnClick = btnNetClick
  156.       end
  157.     end
  158.   end
  159.   object ScrollBox: TScrollBox
  160.     Left = 200
  161.     Top = 0
  162.     Width = 516
  163.     Height = 474
  164.     HorzScrollBar.Tracking = True
  165.     VertScrollBar.Tracking = True
  166.     Align = alClient
  167.     TabOrder = 2
  168.     TabStop = True
  169.     OnResize = ScrollBoxResize
  170.     object PaintBox: TPaintBox
  171.       Left = 0
  172.       Top = 0
  173.       Width = 105
  174.       Height = 105
  175.       OnDblClick = PaintBoxDblClick
  176.       OnMouseDown = PaintBoxMouseDown
  177.       OnMouseMove = PaintBoxMouseMove
  178.       OnPaint = PaintBoxPaint
  179.     end
  180.   end
  181.   object DropSource: TDropFileSource
  182.     Dragtypes = [dtCopy, dtMove]
  183.     OnFeedback = DropSourceFeedback
  184.     ImageIndex = 0
  185.     ShowImage = True
  186.     ImageHotSpotX = 16
  187.     ImageHotSpotY = 16
  188.     Left = 384
  189.     Top = 86
  190.   end
  191.   object DropDummy: TDropDummy
  192.     Dragtypes = []
  193.     GetDataOnEnter = False
  194.     ShowImage = True
  195.     Left = 385
  196.     Top = 124
  197.   end
  198.   object DropFileTarget: TDropFileTarget
  199.     Dragtypes = [dtCopy, dtMove]
  200.     GetDataOnEnter = True
  201.     OnEnter = DropFileTargetEnter
  202.     OnDrop = DropFileTargetDrop
  203.     OnGetDropEffect = DropFileTargetGetDropEffect
  204.     ShowImage = True
  205.     Left = 384
  206.     Top = 204
  207.   end
  208.   object FileOperation: TFileOperation
  209.     Options = [fofMultiDestFiles, fofAllowUndo, fofFilesOnly]
  210.     Left = 295
  211.     Top = 182
  212.   end
  213.   object idea: TDCP_idea
  214.     Algorithm = 'IDEA'
  215.     BlockSize = 64
  216.     MaxKeySize = 128
  217.     Left = 234
  218.     Top = 150
  219.   end
  220.   object blowfish: TDCP_blowfish
  221.     Algorithm = 'Blowfish'
  222.     BlockSize = 64
  223.     MaxKeySize = 448
  224.     Left = 238
  225.     Top = 186
  226.   end
  227.   object Context: TContextMenuEx
  228.     Left = 430
  229.     Top = 126
  230.   end
  231.   object WinPlace: TWinPlace
  232.     KeyName = 'Software\TEMPEST\Gale\Browse'
  233.     Left = 238
  234.     Top = 226
  235.   end
  236.   object ApplicationEvents1: TApplicationEvents
  237.     OnActivate = ApplicationEvents1Activate
  238.     Left = 326
  239.     Top = 270
  240.   end
  241.   object Watcher: TDirectoryWatcher
  242.     Delay = False
  243.     DelayTime = 0
  244.     SubTree = False
  245.     OnChange = WatcherChange
  246.     ThreadFree = False
  247.     Left = 466
  248.     Top = 122
  249.   end
  250. end
  251.