home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Internet / opc_v3 / _SETUP.1 / OPC.exe / 0 / RCDATA / TAUTOSAVE_MENU / TAUTOSAVE_MENU.txt
Text File  |  1999-04-21  |  3KB  |  175 lines

  1. object autosave_menu: Tautosave_menu
  2.   Left = 593
  3.   Top = 149
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Autosave'
  7.   ClientHeight = 288
  8.   ClientWidth = 211
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 104
  20.     Width = 74
  21.     Height = 13
  22.     Caption = 'Call Start Date :'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 104
  26.     Top = 104
  27.     Width = 32
  28.     Height = 13
  29.     Caption = 'Label2'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 16
  33.     Top = 120
  34.     Width = 74
  35.     Height = 13
  36.     Caption = 'Call Start Time :'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 104
  40.     Top = 120
  41.     Width = 32
  42.     Height = 13
  43.     Caption = 'Label4'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 19
  47.     Top = 136
  48.     Width = 71
  49.     Height = 13
  50.     Caption = 'Call End Time :'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 104
  54.     Top = 136
  55.     Width = 32
  56.     Height = 13
  57.     Caption = 'Label6'
  58.   end
  59.   object Label7: TLabel
  60.     Left = 28
  61.     Top = 152
  62.     Width = 62
  63.     Height = 13
  64.     Caption = 'Online Time :'
  65.   end
  66.   object Label8: TLabel
  67.     Left = 104
  68.     Top = 152
  69.     Width = 32
  70.     Height = 13
  71.     Caption = 'Label8'
  72.   end
  73.   object Label9: TLabel
  74.     Left = 60
  75.     Top = 168
  76.     Width = 29
  77.     Height = 13
  78.     Caption = 'Rate :'
  79.   end
  80.   object Label10: TLabel
  81.     Left = 104
  82.     Top = 168
  83.     Width = 38
  84.     Height = 13
  85.     Caption = 'Label10'
  86.   end
  87.   object Label11: TLabel
  88.     Left = 41
  89.     Top = 184
  90.     Width = 48
  91.     Height = 13
  92.     Caption = 'Discount :'
  93.   end
  94.   object Label12: TLabel
  95.     Left = 104
  96.     Top = 184
  97.     Width = 38
  98.     Height = 13
  99.     Caption = 'Label12'
  100.   end
  101.   object Label13: TLabel
  102.     Left = 62
  103.     Top = 200
  104.     Width = 27
  105.     Height = 13
  106.     Caption = 'Cost :'
  107.   end
  108.   object Label14: TLabel
  109.     Left = 104
  110.     Top = 200
  111.     Width = 38
  112.     Height = 13
  113.     Caption = 'Label14'
  114.   end
  115.   object Label15: TLabel
  116.     Left = 40
  117.     Top = 232
  118.     Width = 121
  119.     Height = 13
  120.     Caption = 'Save this call to your log?'
  121.   end
  122.   object Label16: TLabel
  123.     Left = 96
  124.     Top = 168
  125.     Width = 6
  126.     Height = 13
  127.     Caption = '∩┐╜'
  128.   end
  129.   object Label17: TLabel
  130.     Left = 96
  131.     Top = 200
  132.     Width = 6
  133.     Height = 13
  134.     Caption = '∩┐╜'
  135.   end
  136.   object Label18: TLabel
  137.     Left = 8
  138.     Top = 16
  139.     Width = 190
  140.     Height = 65
  141.     Alignment = taCenter
  142.     Caption = 
  143.       'Autosave detected that OPC was not properly shutdown during the ' +
  144.       'recording of the last call. This could possibly have occurred du' +
  145.       'e to a system crash or improper PC shutdown.'
  146.     WordWrap = True
  147.   end
  148.   object Bevel1: TBevel
  149.     Left = 8
  150.     Top = 96
  151.     Width = 193
  152.     Height = 129
  153.   end
  154.   object OKBtn: TButton
  155.     Left = 108
  156.     Top = 254
  157.     Width = 75
  158.     Height = 25
  159.     Caption = '&Yes'
  160.     Default = True
  161.     ModalResult = 1
  162.     TabOrder = 0
  163.   end
  164.   object CancelBtn: TButton
  165.     Left = 28
  166.     Top = 254
  167.     Width = 75
  168.     Height = 25
  169.     Cancel = True
  170.     Caption = '&No'
  171.     ModalResult = 2
  172.     TabOrder = 1
  173.   end
  174. end
  175.