home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Help / Examples / Update / CUPERROR.DFM / CUPERROR.txt
Encoding:
Text File  |  1999-08-11  |  1.4 KB  |  86 lines

  1. object FormError: TFormError
  2.   Left = 295
  3.   Top = 216
  4.   Width = 383
  5.   Height = 192
  6.   Caption = 'FormError'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object LabelOld: TLabel
  15.     Left = 24
  16.     Top = 72
  17.     Width = 57
  18.     Height = 13
  19.     Caption = 'Old Cust No'
  20.   end
  21.   object LabelNew: TLabel
  22.     Left = 24
  23.     Top = 104
  24.     Width = 48
  25.     Height = 13
  26.     Caption = 'LabelNew'
  27.   end
  28.   object LabelMessage: TLabel
  29.     Left = 24
  30.     Top = 136
  31.     Width = 69
  32.     Height = 13
  33.     Caption = 'LabelMessage'
  34.     WordWrap = True
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 64
  38.     Top = 8
  39.     Width = 185
  40.     Height = 41
  41.     Caption = 'Panel1'
  42.     TabOrder = 0
  43.   end
  44.   object EditOld: TEdit
  45.     Left = 96
  46.     Top = 64
  47.     Width = 121
  48.     Height = 20
  49.     TabOrder = 1
  50.   end
  51.   object EditNew: TEdit
  52.     Left = 96
  53.     Top = 96
  54.     Width = 121
  55.     Height = 20
  56.     TabOrder = 2
  57.   end
  58.   object ButtonIgnore: TButton
  59.     Left = 272
  60.     Top = 16
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Ignore'
  64.     ModalResult = 5
  65.     TabOrder = 3
  66.   end
  67.   object ButtonRetry: TButton
  68.     Left = 272
  69.     Top = 64
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Retry'
  73.     ModalResult = 4
  74.     TabOrder = 4
  75.   end
  76.   object ButtonAbort: TButton
  77.     Left = 272
  78.     Top = 112
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Abort'
  82.     ModalResult = 3
  83.     TabOrder = 5
  84.   end
  85. end
  86.