home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMUNDO2 / TFMUNDO2.txt
Text File  |  1999-06-21  |  5KB  |  235 lines

  1. object fmUndo2: TfmUndo2
  2.   Left = 300
  3.   Top = 173
  4.   HelpContext = 116
  5.   BorderStyle = bsDialog
  6.   Caption = 'Undo Transaction'
  7.   ClientHeight = 254
  8.   ClientWidth = 230
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label7: TLabel
  19.     Left = 10
  20.     Top = 85
  21.     Width = 28
  22.     Height = 16
  23.     Caption = 'Total'
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 230
  29.     Height = 145
  30.     Align = alTop
  31.     BevelInner = bvRaised
  32.     BevelOuter = bvLowered
  33.     TabOrder = 0
  34.     object Label3: TLabel
  35.       Left = 10
  36.       Top = 12
  37.       Width = 67
  38.       Height = 16
  39.       Caption = 'Transaction'
  40.     end
  41.     object Label4: TLabel
  42.       Left = 10
  43.       Top = 65
  44.       Width = 27
  45.       Height = 16
  46.       Caption = 'Date'
  47.     end
  48.     object Label5: TLabel
  49.       Left = 10
  50.       Top = 89
  51.       Width = 23
  52.       Height = 16
  53.       Caption = 'Ref.'
  54.     end
  55.     object Label6: TLabel
  56.       Left = 10
  57.       Top = 117
  58.       Width = 28
  59.       Height = 16
  60.       Caption = 'Total'
  61.     end
  62.     object lblAccRef: TLabel
  63.       Left = 10
  64.       Top = 41
  65.       Width = 55
  66.       Height = 16
  67.       Caption = 'lblAccRef'
  68.     end
  69.     object edTransType: TEdit
  70.       Left = 100
  71.       Top = 8
  72.       Width = 121
  73.       Height = 24
  74.       ParentColor = True
  75.       ReadOnly = True
  76.       TabOrder = 0
  77.     end
  78.     object edDate: TEdit
  79.       Left = 100
  80.       Top = 61
  81.       Width = 100
  82.       Height = 24
  83.       ParentColor = True
  84.       ReadOnly = True
  85.       TabOrder = 1
  86.     end
  87.     object edRef: TEdit
  88.       Left = 100
  89.       Top = 85
  90.       Width = 120
  91.       Height = 24
  92.       ParentColor = True
  93.       ReadOnly = True
  94.       TabOrder = 2
  95.     end
  96.     object edTotal: TEdit
  97.       Left = 100
  98.       Top = 113
  99.       Width = 90
  100.       Height = 24
  101.       ParentColor = True
  102.       ReadOnly = True
  103.       TabOrder = 3
  104.     end
  105.     object edAccRef: TEdit
  106.       Left = 100
  107.       Top = 37
  108.       Width = 120
  109.       Height = 24
  110.       ParentColor = True
  111.       ReadOnly = True
  112.       TabOrder = 4
  113.     end
  114.   end
  115.   object Panel2: TPanel
  116.     Left = 0
  117.     Top = 167
  118.     Width = 230
  119.     Height = 87
  120.     Align = alBottom
  121.     BevelInner = bvRaised
  122.     BevelOuter = bvLowered
  123.     TabOrder = 1
  124.     object Label1: TLabel
  125.       Left = 12
  126.       Top = 12
  127.       Width = 206
  128.       Height = 16
  129.       Alignment = taCenter
  130.       Caption = 'Are You Sure You Want To Undo'
  131.       Font.Charset = ANSI_CHARSET
  132.       Font.Color = clWindowText
  133.       Font.Height = -13
  134.       Font.Name = 'Arial'
  135.       Font.Style = [fsBold]
  136.       ParentFont = False
  137.       Layout = tlCenter
  138.     end
  139.     object Label2: TLabel
  140.       Left = 60
  141.       Top = 28
  142.       Width = 112
  143.       Height = 16
  144.       Alignment = taCenter
  145.       Caption = 'This Transaction?'
  146.       Font.Charset = ANSI_CHARSET
  147.       Font.Color = clWindowText
  148.       Font.Height = -13
  149.       Font.Name = 'Arial'
  150.       Font.Style = [fsBold]
  151.       ParentFont = False
  152.       Layout = tlCenter
  153.     end
  154.     object BtnYes: TButton
  155.       Left = 20
  156.       Top = 52
  157.       Width = 81
  158.       Height = 29
  159.       Caption = '&Yes'
  160.       ModalResult = 6
  161.       TabOrder = 0
  162.     end
  163.     object BtnNo: TButton
  164.       Left = 132
  165.       Top = 52
  166.       Width = 81
  167.       Height = 29
  168.       Caption = '&No'
  169.       Default = True
  170.       ModalResult = 7
  171.       TabOrder = 1
  172.     end
  173.   end
  174.   object Panel3: TPanel
  175.     Left = 0
  176.     Top = 141
  177.     Width = 230
  178.     Height = 26
  179.     Align = alBottom
  180.     BevelInner = bvRaised
  181.     BevelOuter = bvLowered
  182.     TabOrder = 2
  183.     object lbWarning1: TLabel
  184.       Left = 2
  185.       Top = 2
  186.       Width = 226
  187.       Height = 22
  188.       Align = alClient
  189.       Alignment = taCenter
  190.       Font.Charset = ANSI_CHARSET
  191.       Font.Color = clRed
  192.       Font.Height = -13
  193.       Font.Name = 'Arial'
  194.       Font.Style = []
  195.       ParentFont = False
  196.       Layout = tlCenter
  197.     end
  198.   end
  199.   object Sizer1: TSizer
  200.     Enabled = True
  201.     ExceptionAction = eaIgnoreControl
  202.     GridColumnSizing = gcSizeAllColumns
  203.     GridRowSizing = grSizeByDefaults
  204.     MinimumSize = True
  205.     NavigateOnEnter = False
  206.     OverrideParentFont = True
  207.     PerformAssertions = True
  208.     ShowAssertionFailures = False
  209.     StretchFonts = True
  210.     StretchImages = True
  211.     StretchOnResize = True
  212.     ThreadProcessing = False
  213.     Left = 60
  214.     Top = 80
  215.     ScreenWidth = (
  216.       800)
  217.     ScreenHeight = (
  218.       600)
  219.     OriginalFormWidth = (
  220.       238)
  221.     OriginalFormHeight = (
  222.       281)
  223.     OriginalFormLeft = (
  224.       300)
  225.     OriginalFormTop = (
  226.       173)
  227.     OriginalFormPPI = (
  228.       120)
  229.     OriginalClientWidth = (
  230.       230)
  231.     OriginalClientHeight = (
  232.       254)
  233.   end
  234. end
  235.