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

  1. object RTaskOptForm: TRTaskOptForm
  2.   Left = 266
  3.   Top = 279
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Refresh task'
  7.   ClientHeight = 156
  8.   ClientWidth = 421
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = 11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   OnCloseQuery = FormCloseQuery
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 123
  26.     Width = 421
  27.     Height = 33
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 1
  31.     object btOk: TBitBtn
  32.       Left = 252
  33.       Top = 7
  34.       Width = 75
  35.       Height = 25
  36.       Anchors = [akRight, akBottom]
  37.       Caption = 'OK'
  38.       ModalResult = 1
  39.       TabOrder = 0
  40.       Glyph.Data = {
  41.         DE010000424DDE01000000000000760000002800000024000000120000000100
  42.         0400000000006801000000000000000000001000000000000000000000000000
  43.         80000080000000808000800000008000800080800000C0C0C000808080000000
  44.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  45.         3333333333333333333333330000333333333333333333333333F33333333333
  46.         00003333344333333333333333388F3333333333000033334224333333333333
  47.         338338F3333333330000333422224333333333333833338F3333333300003342
  48.         222224333333333383333338F3333333000034222A22224333333338F338F333
  49.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  50.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  51.         0000333333333A222433333333333338F338F33300003333333333A222433333
  52.         333333338F338F33000033333333333A222433333333333338F338F300003333
  53.         33333333A222433333333333338F338F00003333333333333A22433333333333
  54.         3338F38F000033333333333333A223333333333333338F830000333333333333
  55.         333A333333333333333338330000333333333333333333333333333333333333
  56.         0000}
  57.       NumGlyphs = 2
  58.     end
  59.     object btCancel: TBitBtn
  60.       Left = 340
  61.       Top = 7
  62.       Width = 75
  63.       Height = 25
  64.       Anchors = [akRight, akBottom]
  65.       Cancel = True
  66.       Caption = 'Cancel'
  67.       Default = True
  68.       ModalResult = 2
  69.       TabOrder = 1
  70.       Glyph.Data = {
  71.         DE010000424DDE01000000000000760000002800000024000000120000000100
  72.         0400000000006801000000000000000000001000000000000000000000000000
  73.         80000080000000808000800000008000800080800000C0C0C000808080000000
  74.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  75.         333333333333333333333333000033338833333333333333333F333333333333
  76.         0000333911833333983333333388F333333F3333000033391118333911833333
  77.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  78.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  79.         3333F8330000333333911111183333333338F333333F83330000333333311111
  80.         8333333333338F3333383333000033333339111183333333333338F333833333
  81.         00003333339111118333333333333833338F3333000033333911181118333333
  82.         33338333338F333300003333911183911183333333383338F338F33300003333
  83.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  84.         38F338F300003333333333333919333333388333338FFF830000333333333333
  85.         3333333333333333333888330000333333333333333333333333333333333333
  86.         0000}
  87.       NumGlyphs = 2
  88.     end
  89.   end
  90.   object GroupBox1: TGroupBox
  91.     Left = 0
  92.     Top = 0
  93.     Width = 421
  94.     Height = 123
  95.     Align = alClient
  96.     Caption = '  What do you want to do:  '
  97.     TabOrder = 0
  98.     object rbAllErrors: TRadioButton
  99.       Left = 20
  100.       Top = 56
  101.       Width = 373
  102.       Height = 17
  103.       Caption = 'Try again all N files retrieved with errors (e.g. Not Found)'
  104.       TabOrder = 0
  105.     end
  106.     object rbTCPErrors: TRadioButton
  107.       Left = 20
  108.       Top = 32
  109.       Width = 373
  110.       Height = 17
  111.       Caption = 
  112.         'Try again only N files that were not retrieved because of connec' +
  113.         'tion errors'
  114.       Checked = True
  115.       TabOrder = 1
  116.       TabStop = True
  117.     end
  118.     object rbRefreshTask: TRadioButton
  119.       Left = 20
  120.       Top = 80
  121.       Width = 373
  122.       Height = 17
  123.       Caption = 
  124.         'Refresh the entire task (all retrieved and queued files will be ' +
  125.         'lost)'
  126.       TabOrder = 2
  127.     end
  128.   end
  129. end
  130.