home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TPROGRESSFRAME / TPROGRESSFRAME.txt
Encoding:
Text File  |  2002-10-30  |  9.1 KB  |  388 lines

  1. object ProgressFrame: TProgressFrame
  2.   Tag = 5
  3.   Left = 0
  4.   Top = 0
  5.   Width = 745
  6.   Height = 190
  7.   HelpContext = 1005
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = 11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ParentFont = False
  14.   TabOrder = 0
  15.   OnResize = FormResize
  16.   object Dock971: TDock97
  17.     Left = 0
  18.     Top = 0
  19.     Width = 9
  20.     Height = 190
  21.     Position = dpLeft
  22.     OnRequestDock = Dock971RequestDock
  23.   end
  24.   object Dock972: TDock97
  25.     Left = 495
  26.     Top = 0
  27.     Width = 250
  28.     Height = 190
  29.     Position = dpRight
  30.     OnRequestDock = Dock972RequestDock
  31.     object twStatistic: TToolWindow97
  32.       Left = 0
  33.       Top = 0
  34.       BorderStyle = bsNone
  35.       Caption = 'Statistic'
  36.       ClientAreaHeight = 186
  37.       ClientAreaWidth = 246
  38.       DockableTo = [dpLeft, dpRight]
  39.       DockPos = 0
  40.       DragHandleStyle = dhNone
  41.       FullSize = True
  42.       TabOrder = 0
  43.       inline StatFrame1: TStatFrame
  44.         Width = 246
  45.         Height = 186
  46.         Align = alClient
  47.         PopupMenu = StatFrame1.pmOptions
  48.         inherited Panel6: TPanel
  49.           Width = 246
  50.           Height = 186
  51.           inherited plStat: TPanel
  52.             Width = 242
  53.             inherited plPing: TPanel
  54.               Width = 34
  55.               inherited lbPing: TLabel
  56.                 Width = 34
  57.               end
  58.             end
  59.           end
  60.           inherited plChart: TPanel
  61.             Width = 242
  62.             Height = 125
  63.             inherited Chart1: TChart
  64.               Width = 242
  65.               Height = 125
  66.             end
  67.           end
  68.           inherited Panel5: TPanel
  69.             Top = 167
  70.             Width = 242
  71.           end
  72.         end
  73.       end
  74.     end
  75.   end
  76.   object Panel1: TPanel
  77.     Left = 9
  78.     Top = 0
  79.     Width = 486
  80.     Height = 190
  81.     Align = alClient
  82.     BevelOuter = bvNone
  83.     TabOrder = 2
  84.     object plTaskNotes: TPanel
  85.       Left = 0
  86.       Top = 25
  87.       Width = 486
  88.       Height = 148
  89.       Align = alClient
  90.       BevelOuter = bvNone
  91.       Caption = 'plTaskNotes'
  92.       TabOrder = 1
  93.       object mmNotes: TMemo
  94.         Left = 0
  95.         Top = 0
  96.         Width = 486
  97.         Height = 148
  98.         Align = alClient
  99.         Enabled = False
  100.         ScrollBars = ssVertical
  101.         TabOrder = 0
  102.         OnChange = mmNotesChange
  103.         OnExit = mmNotesExit
  104.       end
  105.       object plNoItems: TPanel
  106.         Left = 0
  107.         Top = 0
  108.         Width = 486
  109.         Height = 148
  110.         Align = alClient
  111.         BevelOuter = bvNone
  112.         BorderStyle = bsSingle
  113.         Caption = 'There is no task selected'
  114.         Color = clWindow
  115.         Font.Charset = DEFAULT_CHARSET
  116.         Font.Color = clBlack
  117.         Font.Height = -11
  118.         Font.Name = 'MS Sans Serif'
  119.         Font.Style = []
  120.         ParentFont = False
  121.         TabOrder = 1
  122.       end
  123.     end
  124.     object TabSet1: TTabSet
  125.       Left = 0
  126.       Top = 173
  127.       Width = 486
  128.       Height = 17
  129.       Align = alBottom
  130.       DitherBackground = False
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clWindowText
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       SelectedColor = clWindow
  137.       Tabs.Strings = (
  138.         'Progress'
  139.         'Task Notes')
  140.       TabIndex = 0
  141.       UnselectedColor = clBtnFace
  142.       OnChange = TabSet1Change
  143.     end
  144.     object plProgress: TPanel
  145.       Left = 0
  146.       Top = 25
  147.       Width = 486
  148.       Height = 148
  149.       Align = alClient
  150.       BevelOuter = bvNone
  151.       Color = clWindow
  152.       TabOrder = 0
  153.       object plProgressNotes: TPanel
  154.         Left = 0
  155.         Top = 0
  156.         Width = 486
  157.         Height = 148
  158.         Align = alClient
  159.         BevelOuter = bvNone
  160.         BorderStyle = bsSingle
  161.         Caption = 
  162.           'You are currently working in offline mode. Press Go Online to be' +
  163.           'gin downloading.'
  164.         Color = clWindow
  165.         TabOrder = 1
  166.       end
  167.       object PrgListView: TxxxListView
  168.         Left = 0
  169.         Top = 0
  170.         Width = 486
  171.         Height = 148
  172.         Align = alClient
  173.         Columns = <
  174.           item
  175.             Caption = 'URL'
  176.             Width = 350
  177.           end
  178.           item
  179.             Caption = 'N'
  180.             Width = 24
  181.           end
  182.           item
  183.             Caption = 'Bytes Received'
  184.             Width = 85
  185.           end
  186.           item
  187.             Caption = 'Size'
  188.             Width = 85
  189.           end
  190.           item
  191.             Caption = 'Type'
  192.             Width = 80
  193.           end
  194.           item
  195.             Caption = 'Time Elapsed'
  196.             Width = 70
  197.           end
  198.           item
  199.             Caption = '%'
  200.             Width = 30
  201.           end>
  202.         DragMode = dmAutomatic
  203.         MultiSelect = True
  204.         ReadOnly = True
  205.         RowSelect = True
  206.         PopupMenu = PopupMenu1
  207.         TabOrder = 0
  208.         TabStop = False
  209.         ViewStyle = vsReport
  210.         OnDeletion = PrgListViewDeletion
  211.         OnKeyDown = PrgListViewKeyDown
  212.         OnStartDrag = PrgListViewStartDrag
  213.         OnCreateWnd = PrgListViewCreateWnd
  214.         OnDestroyWnd = PrgListViewDestroyWnd
  215.       end
  216.     end
  217.     object Dock973: TDock97
  218.       Left = 0
  219.       Top = 0
  220.       Width = 486
  221.       Height = 25
  222.       object Toolbar971: TToolbar97
  223.         Left = 0
  224.         Top = 0
  225.         BorderStyle = bsNone
  226.         DockMode = dmCannotFloatOrChangeDocks
  227.         DockPos = 0
  228.         DragHandleStyle = dhNone
  229.         FullSize = True
  230.         TabOrder = 0
  231.         object Label2: TLabel
  232.           Left = 0
  233.           Top = 1
  234.           Width = 88
  235.           Height = 18
  236.           Hint = 'Connections: Maximum number of concurrent Internet connections'
  237.           Align = alLeft
  238.           Caption = 'Max Connections :'
  239.           Constraints.MinHeight = 18
  240.           ParentShowHint = False
  241.           ShowHint = True
  242.           Layout = tlCenter
  243.         end
  244.         object Label1: TLabel
  245.           Left = 128
  246.           Top = 1
  247.           Width = 59
  248.           Height = 18
  249.           Hint = 
  250.             'Per Server: Maximum number of concurrent Internet connections pe' +
  251.             'r server.'
  252.           Align = alLeft
  253.           Caption = ' Per Server :'
  254.           Constraints.MinHeight = 18
  255.           ParentShowHint = False
  256.           ShowHint = True
  257.           Layout = tlCenter
  258.         end
  259.         object URLLabel1: TURLLabel
  260.           Left = 237
  261.           Top = 4
  262.           Width = 72
  263.           Height = 13
  264.           Cursor = crHandPoint
  265.           Align = alLeft
  266.           Caption = 'More Options...'
  267.           Font.Charset = DEFAULT_CHARSET
  268.           Font.Color = clBlue
  269.           Font.Height = -11
  270.           Font.Name = 'MS Sans Serif'
  271.           Font.Style = []
  272.           ParentFont = False
  273.           OnClick = URLLabel1Click
  274.         end
  275.         object Label3: TLabel
  276.           Left = 227
  277.           Top = 4
  278.           Width = 10
  279.           Height = 13
  280.           Align = alLeft
  281.           AutoSize = False
  282.         end
  283.         object Label4: TLabel
  284.           Left = 309
  285.           Top = 4
  286.           Width = 12
  287.           Height = 13
  288.           Align = alLeft
  289.           AutoSize = False
  290.         end
  291.         object URLLabel2: TURLLabel
  292.           Left = 321
  293.           Top = 4
  294.           Width = 76
  295.           Height = 13
  296.           Cursor = crHandPoint
  297.           Align = alLeft
  298.           Caption = 'Proxy Settings...'
  299.           Font.Charset = DEFAULT_CHARSET
  300.           Font.Color = clBlue
  301.           Font.Height = -11
  302.           Font.Name = 'MS Sans Serif'
  303.           Font.Style = []
  304.           ParentFont = False
  305.           OnClick = URLLabel2Click
  306.         end
  307.         object edConn: TxxxSpinEdit
  308.           Left = 88
  309.           Top = 0
  310.           Width = 40
  311.           Height = 21
  312.           Hint = 'Connections: Maximum number of concurrent Internet connections'
  313.           Align = alLeft
  314.           Value = 0
  315.           MaxValue = 99
  316.           MinValue = 0
  317.           OnChanging = edConnChanging
  318.         end
  319.         object edPerServ: TxxxSpinEdit
  320.           Left = 187
  321.           Top = 0
  322.           Width = 40
  323.           Height = 21
  324.           Hint = 
  325.             'Per Server: Maximum number of concurrent Internet connections pe' +
  326.             'r server.'
  327.           Align = alLeft
  328.           Value = 1
  329.           MaxValue = 99
  330.           MinValue = 1
  331.           OnChanging = edConnChanging
  332.         end
  333.       end
  334.     end
  335.   end
  336.   object PopupMenu1: TPopupMenu
  337.     Left = 20
  338.     Top = 128
  339.     object acAbort1: TMenuItem
  340.       Action = acAbort
  341.     end
  342.     object acCreateTask1: TMenuItem
  343.       Action = acCreateTask
  344.     end
  345.   end
  346.   object ActionList1: TActionList
  347.     Left = 76
  348.     Top = 128
  349.     object acAbort: TAction
  350.       Caption = 'Abort'
  351.       ImageIndex = 25
  352.       OnExecute = acAbortExecute
  353.       OnUpdate = acAbortUpdate
  354.     end
  355.     object acProperties: TAction
  356.       Caption = 'Properties'
  357.       OnUpdate = acPropertiesUpdate
  358.     end
  359.     object acCreateTask: TAction
  360.       Caption = 'Create Task'
  361.       ImageIndex = 50
  362.       OnExecute = acCreateTaskExecute
  363.       OnUpdate = acAbortUpdate
  364.     end
  365.   end
  366.   object DropURLSource1: TDropURLSource
  367.     Dragtypes = [dtLink]
  368.     ImageIndex = 0
  369.     ShowImage = False
  370.     ImageHotSpotX = 16
  371.     ImageHotSpotY = 16
  372.     Left = 104
  373.     Top = 128
  374.   end
  375.   object Timer1: TTimer
  376.     OnTimer = Timer1Timer
  377.     Left = 48
  378.     Top = 128
  379.   end
  380.   object Timer2: TTimer
  381.     Enabled = False
  382.     Interval = 500
  383.     OnTimer = Timer2Timer
  384.     Left = 132
  385.     Top = 128
  386.   end
  387. end
  388.