home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMSYNCHELP / TFORMSYNCHELP.txt
Encoding:
Text File  |  2004-04-06  |  4.7 KB  |  219 lines

  1. object FormSyncHelp: TFormSyncHelp
  2.   Left = 410
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Sync Help'
  6.   ClientHeight = 250
  7.   ClientWidth = 447
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     447
  19.     250)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 206
  25.     Width = 447
  26.     Height = 9
  27.     Align = alBottom
  28.     Shape = bsBottomLine
  29.   end
  30.   object Bevel2: TBevel
  31.     Left = 0
  32.     Top = 52
  33.     Width = 447
  34.     Height = 6
  35.     Align = alTop
  36.     Shape = bsTopLine
  37.   end
  38.   object Label4: TLabel
  39.     Left = 15
  40.     Top = 166
  41.     Width = 97
  42.     Height = 13
  43.     Cursor = crHandPoint
  44.     Caption = 'Additional help...'
  45.     Color = clBtnFace
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlue
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold, fsUnderline]
  51.     ParentColor = False
  52.     ParentFont = False
  53.     OnClick = Label4Click
  54.   end
  55.   object LblSoftware: TLabel
  56.     Left = 15
  57.     Top = 108
  58.     Width = 187
  59.     Height = 13
  60.     Cursor = crHandPoint
  61.     HelpContext = 487
  62.     Caption = 'Internet communication problems'
  63.     Color = clBtnFace
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBlue
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold, fsUnderline]
  69.     ParentColor = False
  70.     ParentFont = False
  71.     OnClick = LblSoftwareClick
  72.   end
  73.   object Label6: TLabel
  74.     Left = 15
  75.     Top = 63
  76.     Width = 102
  77.     Height = 13
  78.     Cursor = crHandPoint
  79.     HelpContext = 206
  80.     Caption = 'Connection Setup'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlue
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold, fsUnderline]
  86.     ParentFont = False
  87.     OnClick = Label6Click
  88.   end
  89.   object Label8: TLabel
  90.     Left = 30
  91.     Top = 125
  92.     Width = 396
  93.     Height = 30
  94.     Anchors = [akLeft, akTop, akRight]
  95.     AutoSize = False
  96.     Caption = 
  97.       'To learn more about Internet issues that can prevent FotoSync fr' +
  98.       'om working, click here.'
  99.     WordWrap = True
  100.   end
  101.   object Label9: TLabel
  102.     Left = 30
  103.     Top = 80
  104.     Width = 404
  105.     Height = 24
  106.     Anchors = [akLeft, akTop, akRight]
  107.     AutoSize = False
  108.     Caption = 
  109.       'Click here to be sure your Internet Connection settings are conf' +
  110.       'igured correctly'
  111.     WordWrap = True
  112.   end
  113.   object Label12: TLabel
  114.     Left = 30
  115.     Top = 184
  116.     Width = 404
  117.     Height = 20
  118.     Anchors = [akLeft, akTop, akRight]
  119.     AutoSize = False
  120.     Caption = 
  121.       'Click here if you are still unable to get FotoSync working corre' +
  122.       'ctly.'
  123.     WordWrap = True
  124.   end
  125.   object Panel1: TPanel
  126.     Left = 0
  127.     Top = 215
  128.     Width = 447
  129.     Height = 35
  130.     Align = alBottom
  131.     BevelOuter = bvNone
  132.     TabOrder = 0
  133.     object LblSendLog: TLabel
  134.       Left = 128
  135.       Top = 11
  136.       Width = 56
  137.       Height = 13
  138.       Cursor = crHandPoint
  139.       Caption = 'View log file'
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clBlue
  142.       Font.Height = -11
  143.       Font.Name = 'MS Sans Serif'
  144.       Font.Style = [fsUnderline]
  145.       ParentFont = False
  146.       OnClick = LblSendLogClick
  147.     end
  148.     object LblClearLog: TLabel
  149.       Left = 192
  150.       Top = 11
  151.       Width = 57
  152.       Height = 13
  153.       Cursor = crHandPoint
  154.       Caption = 'Clear log file'
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clBlue
  157.       Font.Height = -11
  158.       Font.Name = 'MS Sans Serif'
  159.       Font.Style = [fsUnderline]
  160.       ParentFont = False
  161.       OnClick = LblClearLogClick
  162.     end
  163.     object BtnClose: TButton
  164.       Left = 344
  165.       Top = 6
  166.       Width = 75
  167.       Height = 25
  168.       Caption = 'Close'
  169.       TabOrder = 0
  170.       OnClick = BtnCloseClick
  171.     end
  172.     object cbLogHttp: TCheckBox
  173.       Left = 8
  174.       Top = 10
  175.       Width = 113
  176.       Height = 17
  177.       Caption = 'Enable debugging'
  178.       TabOrder = 1
  179.       OnClick = cbLogHttpClick
  180.     end
  181.   end
  182.   object Panel2: TPanel
  183.     Left = 0
  184.     Top = 0
  185.     Width = 447
  186.     Height = 52
  187.     Align = alTop
  188.     BevelOuter = bvNone
  189.     Color = clBtnHighlight
  190.     TabOrder = 1
  191.     DesignSize = (
  192.       447
  193.       52)
  194.     object Label2: TLabel
  195.       Left = 16
  196.       Top = 8
  197.       Width = 112
  198.       Height = 13
  199.       Caption = 'Problems Syncing ?'
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clWindowText
  202.       Font.Height = -11
  203.       Font.Name = 'MS Sans Serif'
  204.       Font.Style = [fsBold]
  205.       ParentFont = False
  206.     end
  207.     object Label3: TLabel
  208.       Left = 32
  209.       Top = 24
  210.       Width = 394
  211.       Height = 25
  212.       Anchors = [akLeft, akTop, akRight]
  213.       AutoSize = False
  214.       Caption = 'If you are having problems with FotoSync, please check:'
  215.       WordWrap = True
  216.     end
  217.   end
  218. end
  219.