home *** CD-ROM | disk | FTP | other *** search
- object FormError: TFormError
- Left = 295
- Top = 216
- Width = 383
- Height = 192
- Caption = 'FormError'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object LabelOld: TLabel
- Left = 24
- Top = 72
- Width = 57
- Height = 13
- Caption = 'Old Cust No'
- end
- object LabelNew: TLabel
- Left = 24
- Top = 104
- Width = 48
- Height = 13
- Caption = 'LabelNew'
- end
- object LabelMessage: TLabel
- Left = 24
- Top = 136
- Width = 69
- Height = 13
- Caption = 'LabelMessage'
- WordWrap = True
- end
- object Panel1: TPanel
- Left = 64
- Top = 8
- Width = 185
- Height = 41
- Caption = 'Panel1'
- TabOrder = 0
- end
- object EditOld: TEdit
- Left = 96
- Top = 64
- Width = 121
- Height = 20
- TabOrder = 1
- end
- object EditNew: TEdit
- Left = 96
- Top = 96
- Width = 121
- Height = 20
- TabOrder = 2
- end
- object ButtonIgnore: TButton
- Left = 272
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Ignore'
- ModalResult = 5
- TabOrder = 3
- end
- object ButtonRetry: TButton
- Left = 272
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Retry'
- ModalResult = 4
- TabOrder = 4
- end
- object ButtonAbort: TButton
- Left = 272
- Top = 112
- Width = 75
- Height = 25
- Caption = 'Abort'
- ModalResult = 3
- TabOrder = 5
- end
- end
-