home *** CD-ROM | disk | FTP | other *** search
- object FormSyncBug: TFormSyncBug
- Left = 409
- Top = 420
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Sync Problem Support Request'
- ClientHeight = 214
- ClientWidth = 323
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- DesignSize = (
- 323
- 214)
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 169
- Width = 322
- Height = 4
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsBottomLine
- end
- object Label2: TLabel
- Left = 16
- Top = 8
- Width = 250
- Height = 13
- Caption = 'Please describe in detail what is wrong with the sync.'
- end
- object Label3: TLabel
- Left = 16
- Top = 22
- Width = 241
- Height = 13
- Caption = 'Include filenames, album names wherever possible.'
- end
- object BtnOk: TButton
- Left = 224
- Top = 182
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Ok'
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 136
- Top = 182
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object MemoBug: TMemo
- Left = 14
- Top = 41
- Width = 297
- Height = 124
- TabOrder = 2
- end
- end
-