home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TFILESELECTORDIALOG / TFILESELECTORDIALOG.txt
Encoding:
Text File  |  1996-10-11  |  12.7 KB  |  447 lines

  1. object FileSelectorDialog: TFileSelectorDialog
  2.   Left = 16
  3.   Top = 25
  4.   Width = 528
  5.   Height = 402
  6.   HelpContext = 100
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Font.Color = clBtnText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 15
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 520
  20.     Height = 36
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label2: TLabel
  24.       Left = 8
  25.       Top = 11
  26.       Width = 50
  27.       Height = 15
  28.       Caption = '&Location:'
  29.       FocusControl = LocationBox
  30.     end
  31.     object LocationList: TComboBox
  32.       Left = 64
  33.       Top = 8
  34.       Width = 389
  35.       Height = 20
  36.       TabStop = False
  37.       Style = csOwnerDrawFixed
  38.       Ctl3D = True
  39.       ItemHeight = 14
  40.       ParentCtl3D = False
  41.       TabOrder = 0
  42.       OnChange = LocationListChange
  43.       OnDrawItem = FilterListDrawItem
  44.       OnEnter = LocationListEnter
  45.       OnKeyDown = LocationListKeyDown
  46.     end
  47.     object LocationBox: TEdit
  48.       Left = 67
  49.       Top = 10
  50.       Width = 368
  51.       Height = 16
  52.       AutoSize = False
  53.       BorderStyle = bsNone
  54.       Ctl3D = True
  55.       ParentCtl3D = False
  56.       TabOrder = 1
  57.       OnExit = LocationBoxExit
  58.     end
  59.     object SplitBtnPanel: TPanel
  60.       Left = 460
  61.       Top = 1
  62.       Width = 59
  63.       Height = 34
  64.       Align = alRight
  65.       BevelOuter = bvNone
  66.       TabOrder = 2
  67.       object SplitVButton: TNeoSpeedButton
  68.         Left = 4
  69.         Top = 6
  70.         Width = 22
  71.         Height = 22
  72.         GroupIndex = 101
  73.         Down = True
  74.         Glyph.Data = {
  75.           F6000000424DF600000000000000760000002800000010000000100000000100
  76.           0400000000008000000000000000000000001000000010000000000000000000
  77.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  78.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  79.           3333300000000000000330FFFFF00FFFFF0330FFFFF00FFFFF0330FFFFF00FFF
  80.           FF0330FFFFF00FFFFF0330FFFFF00FFFFF0330FFFFF00FFFFF0330FFFFF00FFF
  81.           FF0330FFFFF00FFFFF0330FFFFF00FFFFF0330FFFFF00FFFFF0330CCCCCCCCCC
  82.           CC033077CCCCCCCC770330000000000000033333333333333333}
  83.         OnClick = SplitVButtonClick
  84.       end
  85.       object SplitHButton: TNeoSpeedButton
  86.         Left = 29
  87.         Top = 6
  88.         Width = 22
  89.         Height = 22
  90.         GroupIndex = 101
  91.         Glyph.Data = {
  92.           F6000000424DF600000000000000760000002800000010000000100000000100
  93.           0400000000008000000000000000000000001000000010000000000000000000
  94.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  95.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  96.           3333300000000000000330FFFFFFFFFFFF0330FFFFFFFFFFFF0330FFFFFFFFFF
  97.           FF0330FFFFFFFFFFFF033000000000000003300000000000000330FFFFFFFFFF
  98.           FF0330FFFFFFFFFFFF0330FFFFFFFFFFFF0330FFFFFFFFFFFF0330CCCCCCCCCC
  99.           CC033077CCCCCCCC770330000000000000033333333333333333}
  100.         OnClick = SplitVButtonClick
  101.       end
  102.     end
  103.   end
  104.   object Panel2: TPanel
  105.     Left = 0
  106.     Top = 266
  107.     Width = 520
  108.     Height = 109
  109.     Align = alBottom
  110.     TabOrder = 1
  111.     object Label1: TLabel
  112.       Left = 8
  113.       Top = 19
  114.       Width = 60
  115.       Height = 15
  116.       Caption = '&File Name:'
  117.       FocusControl = FName
  118.     end
  119.     object FilterLabel: TLabel
  120.       Left = 8
  121.       Top = 51
  122.       Width = 52
  123.       Height = 15
  124.       Caption = 'File &Type:'
  125.       FocusControl = FilterBox
  126.       Transparent = True
  127.     end
  128.     object FName: TEdit
  129.       Left = 72
  130.       Top = 16
  131.       Width = 345
  132.       Height = 20
  133.       AutoSize = False
  134.       TabOrder = 0
  135.     end
  136.     object FilterList: TComboBox
  137.       Left = 72
  138.       Top = 48
  139.       Width = 345
  140.       Height = 20
  141.       TabStop = False
  142.       Style = csOwnerDrawFixed
  143.       Ctl3D = True
  144.       DropDownCount = 5
  145.       ItemHeight = 14
  146.       ParentCtl3D = False
  147.       TabOrder = 1
  148.       OnChange = FilterListChange
  149.       OnDrawItem = FilterListDrawItem
  150.       OnEnter = FilterListEnter
  151.       OnKeyDown = FilterListKeyDown
  152.     end
  153.     object FilterBox: TEdit
  154.       Left = 75
  155.       Top = 50
  156.       Width = 324
  157.       Height = 16
  158.       AutoSize = False
  159.       BorderStyle = bsNone
  160.       Ctl3D = True
  161.       ParentCtl3D = False
  162.       TabOrder = 2
  163.       OnExit = FilterBoxExit
  164.     end
  165.     object SearchAll: TCheckBox
  166.       Left = 144
  167.       Top = 80
  168.       Width = 129
  169.       Height = 17
  170.       Caption = '&Search Entire Drive'
  171.       TabOrder = 3
  172.       OnClick = SearchAllClick
  173.     end
  174.     object ShowDetail: TCheckBox
  175.       Left = 8
  176.       Top = 80
  177.       Width = 121
  178.       Height = 17
  179.       Caption = 'Show File &Details'
  180.       TabOrder = 4
  181.       OnClick = ShowDetailClick
  182.     end
  183.     object Preview: TCheckBox
  184.       Left = 296
  185.       Top = 80
  186.       Width = 105
  187.       Height = 17
  188.       Caption = 'Show &Preview'
  189.       TabOrder = 5
  190.       OnClick = PreviewClick
  191.     end
  192.     object Panel5: TPanel
  193.       Left = 424
  194.       Top = 1
  195.       Width = 95
  196.       Height = 107
  197.       Align = alRight
  198.       BevelOuter = bvNone
  199.       TabOrder = 6
  200.       object OkButton: TBitBtn
  201.         Left = 7
  202.         Top = 8
  203.         Width = 81
  204.         Height = 28
  205.         Caption = 'OK'
  206.         Default = True
  207.         TabOrder = 0
  208.         OnClick = OkButtonClick
  209.         Glyph.Data = {
  210.           F6000000424DF600000000000000760000002800000010000000100000000100
  211.           0400000000008000000000000000000000001000000010000000000000000000
  212.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  213.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  214.           3333333333333333300033333333333000B0330000300000E00030BFB70FBFB0
  215.           E0003000000BFBF0E00030BFB70FBFB0E0003000000BFBF0E00030BFB70F0FB0
  216.           E00030000000FBF0E00030BFB700BFB0E0003300000BFB0000003333330FB033
  217.           33333333330B033333333333330F833333333333333083333333}
  218.       end
  219.       object CancelButton: TBitBtn
  220.         Left = 7
  221.         Top = 40
  222.         Width = 81
  223.         Height = 28
  224.         Cancel = True
  225.         Caption = 'Cancel'
  226.         TabOrder = 1
  227.         OnClick = CancelButtonClick
  228.         Glyph.Data = {
  229.           F6000000424DF600000000000000760000002800000010000000100000000100
  230.           0400000000008000000000000000000000001000000010000000000000000000
  231.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  232.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  233.           33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  234.           E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  235.           E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  236.           0000333333333333333333333333333333333333333333333333}
  237.       end
  238.       object HelpButton: TBitBtn
  239.         Left = 7
  240.         Top = 72
  241.         Width = 81
  242.         Height = 28
  243.         Caption = '&Help'
  244.         TabOrder = 2
  245.         OnClick = HelpButtonClick
  246.         Glyph.Data = {
  247.           76010000424D760100000000000076000000280000001B000000100000000100
  248.           0400000000000001000000000000000000001000000010000000000000000000
  249.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  250.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  251.           3300003333333330000033333333333300BFBF00333333300000333333333330
  252.           FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
  253.           FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
  254.           FB0BF0FBFB0BF03000003CC330BF80BF000FBF00BF08BF0000003CC330FBF0F0
  255.           FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
  256.           000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
  257.           FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
  258.           00FBFB003333333000003CCC3333333333000033333333300000}
  259.       end
  260.     end
  261.   end
  262.   object MainPanel: TPanel
  263.     Left = 0
  264.     Top = 36
  265.     Width = 520
  266.     Height = 230
  267.     Align = alClient
  268.     BevelOuter = bvNone
  269.     TabOrder = 2
  270.     object FileListPanel: TPanel
  271.       Left = 0
  272.       Top = 0
  273.       Width = 257
  274.       Height = 230
  275.       Align = alLeft
  276.       BorderWidth = 6
  277.       TabOrder = 0
  278.       object Panel3: TPanel
  279.         Left = 7
  280.         Top = 7
  281.         Width = 243
  282.         Height = 216
  283.         Align = alClient
  284.         BevelOuter = bvLowered
  285.         TabOrder = 0
  286.         object Panel4: TPanel
  287.           Left = 1
  288.           Top = 1
  289.           Width = 241
  290.           Height = 214
  291.           Align = alClient
  292.           BevelOuter = bvNone
  293.           BorderStyle = bsSingle
  294.           TabOrder = 0
  295.           object FileList: TFileList
  296.             Left = 0
  297.             Top = 17
  298.             Width = 237
  299.             Height = 193
  300.             Align = alClient
  301.             BorderStyle = bsNone
  302.             Ctl3D = True
  303.             ExtendedSelect = False
  304.             Font.Color = clWindowText
  305.             Font.Height = -12
  306.             Font.Name = 'Arial'
  307.             Font.Style = [fsBold]
  308.             ItemHeight = 16
  309.             ParentCtl3D = False
  310.             ParentFont = False
  311.             TabOrder = 0
  312.             OnDblClick = FileListDblClick
  313.             OnChange = FileListChange
  314.             OnSearchBegin = FileListSearchBegin
  315.             OnSearchEnd = FileListSearchEnd
  316.             FileMask = '*.*'
  317.             ShowSystemFiles = True
  318.             TextCase = tcLowerCase
  319.             FileDetails = [fdName]
  320.             ListDetails = [ldDrives, ldSystemDirectories, ldDirectories, ldFiles]
  321.             SearchMode = smNormal
  322.             BusyCursor = crHourGlass
  323.             Header = Header
  324.             HighlightFG = clHighlightText
  325.             HighlightBG = clHighlight
  326.           end
  327.           object HeaderPanel: TPanel
  328.             Left = 0
  329.             Top = 0
  330.             Width = 237
  331.             Height = 17
  332.             Align = alTop
  333.             BevelOuter = bvNone
  334.             Caption = 'HeaderPanel'
  335.             TabOrder = 1
  336.             Visible = False
  337.             object Header: THeader
  338.               Left = 0
  339.               Top = 0
  340.               Width = 239
  341.               Height = 17
  342.               BorderStyle = bsNone
  343.               Font.Color = clBtnText
  344.               Font.Height = -11
  345.               Font.Name = 'Arial'
  346.               Font.Style = []
  347.               ParentFont = False
  348.               Sections.Sections = (
  349.                 #0'43'#0'Name'
  350.                 #0'32'#0'Size'
  351.                 #0'36'#0'Date'
  352.                 #0'37'#0'Time'
  353.                 #0'24'#0'Attr'
  354.                 #0'11'#0' ')
  355.               TabOrder = 0
  356.               OnSized = HeaderSized
  357.             end
  358.             object Panel6: TPanel
  359.               Left = 220
  360.               Top = 0
  361.               Width = 17
  362.               Height = 17
  363.               Align = alRight
  364.               BevelOuter = bvNone
  365.               Caption = 'Panel4'
  366.               TabOrder = 1
  367.               object Invert: TNeoSpeedButton
  368.                 Left = 0
  369.                 Top = 0
  370.                 Width = 18
  371.                 Height = 18
  372.                 Glyph.Data = {
  373.                   CE000000424DCE0000000000000076000000280000000B0000000B0000000100
  374.                   0400000000005800000000000000000000001000000010000000000000000000
  375.                   BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  376.                   FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777770
  377.                   0000777077707770000077707700077000007770700000700000777077707770
  378.                   0000777077707770000077707770777000007000007077700000770007707770
  379.                   000077707770777000007777777777700000}
  380.                 Margin = 2
  381.                 OnClick = InvertClick
  382.               end
  383.             end
  384.           end
  385.         end
  386.       end
  387.     end
  388.     object SplitterPanel: TPanel
  389.       Left = 257
  390.       Top = 0
  391.       Width = 4
  392.       Height = 230
  393.       Cursor = crHSplit
  394.       Align = alLeft
  395.       BevelOuter = bvNone
  396.       DragCursor = crDefault
  397.       Color = clBlack
  398.       TabOrder = 1
  399.       OnMouseDown = SplitterPanelMouseDown
  400.       OnMouseMove = SplitterPanelMouseMove
  401.       OnMouseUp = SplitterPanelMouseUp
  402.     end
  403.     object ViewerPanel: TPanel
  404.       Left = 261
  405.       Top = 0
  406.       Width = 259
  407.       Height = 230
  408.       Align = alClient
  409.       BorderWidth = 6
  410.       TabOrder = 2
  411.       object FileViewer: TOvcFileViewer
  412.         Left = 7
  413.         Top = 7
  414.         Width = 245
  415.         Height = 216
  416.         BorderStyle = bsNone
  417.         Caret.CaretHeight = 17
  418.         Controller = OvcController1
  419.         FixedFont.Color = clWindowText
  420.         FixedFont.Name = 'Fixedsys'
  421.         FixedFont.Size = 8
  422.         FixedFont.Style = []
  423.         HighlightColors.BackColor = clHighlight
  424.         HighlightColors.TextColor = clHighlightText
  425.         ShowBookmarks = False
  426.         Align = alClient
  427.         ParentColor = False
  428.         TabOrder = 0
  429.       end
  430.     end
  431.   end
  432.   object OvcController1: TOvcController
  433.     EntryCommands.TableList = (
  434.       'Default'
  435.       True
  436.       ()
  437.       'WordStar'
  438.       False
  439.       ()
  440.       'Grid'
  441.       False
  442.       ())
  443.     Left = 487
  444.     Top = 229
  445.   end
  446. end
  447.