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

  1. object fmCheque: TfmCheque
  2.   Left = 149
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'Write Cheque'
  6.   ClientHeight = 262
  7.   ClientWidth = 603
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 603
  21.     Height = 216
  22.     Align = alClient
  23.     Color = clInfoBk
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 12
  27.       Top = 56
  28.       Width = 25
  29.       Height = 18
  30.       Caption = 'Pay'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -15
  34.       Font.Name = 'Arial'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.       Transparent = True
  38.     end
  39.     object Label4: TLabel
  40.       Left = 428
  41.       Top = 20
  42.       Width = 33
  43.       Height = 18
  44.       Caption = 'Date'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -15
  48.       Font.Name = 'Arial'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.       Transparent = True
  52.     end
  53.     object Label5: TLabel
  54.       Left = 8
  55.       Top = 188
  56.       Width = 60
  57.       Height = 18
  58.       Caption = 'Cheque '
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -15
  62.       Font.Name = 'Arial'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       Transparent = True
  66.     end
  67.     object Shape1: TShape
  68.       Left = 4
  69.       Top = 4
  70.       Width = 593
  71.       Height = 205
  72.       Brush.Color = clInfoBk
  73.       Pen.Width = 4
  74.     end
  75.     object Label2: TLabel
  76.       Left = 16
  77.       Top = 172
  78.       Width = 78
  79.       Height = 17
  80.       Caption = 'Cheque No.'
  81.       Font.Charset = ANSI_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -15
  84.       Font.Name = 'Times New Roman'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       Transparent = True
  88.     end
  89.     object Label3: TLabel
  90.       Left = 428
  91.       Top = 20
  92.       Width = 31
  93.       Height = 17
  94.       Caption = 'Date'
  95.       Font.Charset = ANSI_CHARSET
  96.       Font.Color = clWindowText
  97.       Font.Height = -15
  98.       Font.Name = 'Times New Roman'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.       Transparent = True
  102.     end
  103.     object Label6: TLabel
  104.       Left = 16
  105.       Top = 56
  106.       Width = 23
  107.       Height = 17
  108.       Caption = 'Pay'
  109.       Font.Charset = ANSI_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -15
  112.       Font.Name = 'Times New Roman'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.       Transparent = True
  116.     end
  117.     object EChequeRef: TEdit
  118.       Left = 112
  119.       Top = 168
  120.       Width = 121
  121.       Height = 26
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlue
  124.       Font.Height = -15
  125.       Font.Name = 'Arial'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.       TabOrder = 3
  129.     end
  130.     object lbName: TEdit
  131.       Left = 64
  132.       Top = 52
  133.       Width = 349
  134.       Height = 26
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clBlue
  137.       Font.Height = -15
  138.       Font.Name = 'Arial'
  139.       Font.Style = [fsBold]
  140.       ParentFont = False
  141.       TabOrder = 1
  142.     end
  143.     object EDate: TDateEdit
  144.       Left = 476
  145.       Top = 16
  146.       Width = 108
  147.       Height = 24
  148.       ClickKey = 16452
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlue
  151.       Font.Height = -15
  152.       Font.Name = 'Arial'
  153.       Font.Style = [fsBold]
  154.       ButtonWidth = 24
  155.       NumGlyphs = 2
  156.       ParentFont = False
  157.       CalendarStyle = csDialog
  158.       YearDigits = dyFour
  159.       TabOrder = 0
  160.     end
  161.     object Panel3: TPanel
  162.       Left = 64
  163.       Top = 88
  164.       Width = 365
  165.       Height = 65
  166.       BevelOuter = bvNone
  167.       TabOrder = 4
  168.       object lbValue: TLabel
  169.         Left = 0
  170.         Top = 0
  171.         Width = 365
  172.         Height = 65
  173.         Align = alClient
  174.         Color = clInfoBk
  175.         Font.Charset = DEFAULT_CHARSET
  176.         Font.Color = clBlue
  177.         Font.Height = -15
  178.         Font.Name = 'Arial'
  179.         Font.Style = [fsBold]
  180.         ParentColor = False
  181.         ParentFont = False
  182.         WordWrap = True
  183.       end
  184.       object Bevel2: TBevel
  185.         Left = 0
  186.         Top = 16
  187.         Width = 361
  188.         Height = 21
  189.         Shape = bsBottomLine
  190.       end
  191.       object Bevel1: TBevel
  192.         Left = -8
  193.         Top = 0
  194.         Width = 357
  195.         Height = 17
  196.         Shape = bsBottomLine
  197.       end
  198.     end
  199.     object CEAmount: TRxCalcEdit
  200.       Left = 452
  201.       Top = 80
  202.       Width = 133
  203.       Height = 24
  204.       AutoSize = False
  205.       DisplayFormat = '0.00'
  206.       Font.Charset = ANSI_CHARSET
  207.       Font.Color = clBlue
  208.       Font.Height = -15
  209.       Font.Name = 'Arial'
  210.       Font.Style = [fsBold]
  211.       ButtonWidth = 24
  212.       MaxValue = 9999999.990000000000000000
  213.       NumGlyphs = 2
  214.       ParentFont = False
  215.       TabOrder = 2
  216.       OnExit = CEAmountExit
  217.     end
  218.   end
  219.   object Panel2: TPanel
  220.     Left = 0
  221.     Top = 216
  222.     Width = 603
  223.     Height = 46
  224.     Align = alBottom
  225.     TabOrder = 1
  226.     TabStop = True
  227.     object BitBtn1: TBitBtn
  228.       Left = 16
  229.       Top = 8
  230.       Width = 90
  231.       Height = 30
  232.       Caption = '&Ok'
  233.       ModalResult = 1
  234.       TabOrder = 0
  235.       OnClick = BitBtn1Click
  236.       NumGlyphs = 2
  237.     end
  238.     object BitBtn2: TBitBtn
  239.       Left = 116
  240.       Top = 8
  241.       Width = 90
  242.       Height = 30
  243.       Cancel = True
  244.       Caption = '&Cancel'
  245.       ModalResult = 2
  246.       TabOrder = 1
  247.       NumGlyphs = 2
  248.     end
  249.   end
  250.   object Sizer1: TSizer
  251.     Enabled = True
  252.     ExceptionAction = eaIgnoreControl
  253.     GridColumnSizing = gcSizeAllColumns
  254.     GridRowSizing = grSizeByDefaults
  255.     MinimumSize = True
  256.     NavigateOnEnter = True
  257.     OverrideParentFont = True
  258.     PerformAssertions = True
  259.     ShowAssertionFailures = False
  260.     StretchFonts = True
  261.     StretchImages = True
  262.     StretchOnResize = True
  263.     ThreadProcessing = False
  264.     Left = 336
  265.     Top = 224
  266.     ScreenWidth = (
  267.       800)
  268.     ScreenHeight = (
  269.       600)
  270.     OriginalFormWidth = (
  271.       611)
  272.     OriginalFormHeight = (
  273.       289)
  274.     OriginalFormLeft = (
  275.       149)
  276.     OriginalFormTop = (
  277.       166)
  278.     OriginalFormPPI = (
  279.       120)
  280.     OriginalClientWidth = (
  281.       603)
  282.     OriginalClientHeight = (
  283.       262)
  284.   end
  285.   object NumToWords: TNumToWords
  286.     Left = 300
  287.     Top = 224
  288.   end
  289. end
  290.