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

  1. object FormSyncBug: TFormSyncBug
  2.   Left = 409
  3.   Top = 420
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sync Problem Support Request'
  7.   ClientHeight = 214
  8.   ClientWidth = 323
  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 = poScreenCenter
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     323
  20.     214)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 169
  26.     Width = 322
  27.     Height = 4
  28.     Anchors = [akLeft, akRight, akBottom]
  29.     Shape = bsBottomLine
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 8
  34.     Width = 250
  35.     Height = 13
  36.     Caption = 'Please describe in detail what is wrong with the sync.'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 16
  40.     Top = 22
  41.     Width = 241
  42.     Height = 13
  43.     Caption = 'Include filenames, album names wherever possible.'
  44.   end
  45.   object BtnOk: TButton
  46.     Left = 224
  47.     Top = 182
  48.     Width = 75
  49.     Height = 25
  50.     Anchors = [akLeft, akBottom]
  51.     Caption = 'Ok'
  52.     TabOrder = 0
  53.     OnClick = BtnOkClick
  54.   end
  55.   object BtnCancel: TButton
  56.     Left = 136
  57.     Top = 182
  58.     Width = 75
  59.     Height = 25
  60.     Anchors = [akLeft, akBottom]
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object MemoBug: TMemo
  66.     Left = 14
  67.     Top = 41
  68.     Width = 297
  69.     Height = 124
  70.     TabOrder = 2
  71.   end
  72. end
  73.