home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / PROLOG.EX_ / 0 / RCDATA / TGENAUFORM / TGENAUFORM.txt
Text File  |  1996-05-21  |  3KB  |  156 lines

  1. object genauform: Tgenauform
  2.   Left = 201
  3.   Top = 100
  4.   BorderStyle = bsDialog
  5.   Caption = 'Genaue Abrechnung'
  6.   ClientHeight = 391
  7.   ClientWidth = 424
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   TextHeight = 20
  14.   object Label1: TLabel
  15.     Left = 10
  16.     Top = 334
  17.     Width = 66
  18.     Height = 25
  19.     Caption = 'Label1'
  20.     Visible = False
  21.   end
  22.   object Panel1: TPanel
  23.     Left = 7
  24.     Top = 11
  25.     Width = 409
  26.     Height = 373
  27.     BevelOuter = bvLowered
  28.     TabOrder = 6
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Left = 13
  32.     Top = 20
  33.     Width = 397
  34.     Height = 67
  35.     Caption = ' Geben Sie den Abrechnungsstart ein '
  36.     Font.Color = clBlack
  37.     Font.Height = -17
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     object MaskEdit1: TMaskEdit
  43.       Left = 20
  44.       Top = 30
  45.       Width = 51
  46.       Height = 30
  47.       EditMask = '!90/90;0;_'
  48.       Font.Color = clBlack
  49.       Font.Height = -17
  50.       Font.Name = 'Arial'
  51.       Font.Style = []
  52.       MaxLength = 5
  53.       ParentFont = False
  54.       TabOrder = 0
  55.       Text = '0101'
  56.     end
  57.   end
  58.   object GroupBox2: TGroupBox
  59.     Left = 13
  60.     Top = 96
  61.     Width = 397
  62.     Height = 69
  63.     Caption = ' Geben Sie den Abrechnungsschlu∩┐╜ ein '
  64.     Font.Color = clBlack
  65.     Font.Height = -17
  66.     Font.Name = 'Arial'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     TabOrder = 1
  70.     object MaskEdit2: TMaskEdit
  71.       Tag = 1
  72.       Left = 20
  73.       Top = 30
  74.       Width = 51
  75.       Height = 30
  76.       EditMask = '!90/90;0;_'
  77.       Font.Color = clBlack
  78.       Font.Height = -17
  79.       Font.Name = 'Arial'
  80.       Font.Style = []
  81.       MaxLength = 5
  82.       ParentFont = False
  83.       TabOrder = 0
  84.       Text = '3112'
  85.     end
  86.   end
  87.   object GroupBox3: TGroupBox
  88.     Left = 13
  89.     Top = 172
  90.     Width = 397
  91.     Height = 69
  92.     Caption = ' Geben Sie hier eine Grundgeb∩┐╜hr ein '
  93.     Font.Color = clBlack
  94.     Font.Height = -17
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 2
  99.     object MaskEdit3: TMaskEdit
  100.       Left = 20
  101.       Top = 30
  102.       Width = 51
  103.       Height = 30
  104.       EditMask = '!90:00;0;_'
  105.       Font.Color = clBlack
  106.       Font.Height = -17
  107.       Font.Name = 'Arial'
  108.       Font.Style = []
  109.       MaxLength = 5
  110.       ParentFont = False
  111.       TabOrder = 0
  112.       Text = '0000'
  113.     end
  114.   end
  115.   object GroupBox4: TGroupBox
  116.     Left = 13
  117.     Top = 248
  118.     Width = 397
  119.     Height = 69
  120.     Caption = ' Geben Sie hier einen eventuellen Freibetrag ein '
  121.     Font.Color = clBlack
  122.     Font.Height = -17
  123.     Font.Name = 'Arial'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     object MaskEdit4: TMaskEdit
  128.       Left = 20
  129.       Top = 30
  130.       Width = 51
  131.       Height = 30
  132.       EditMask = '!90:00;0;_'
  133.       MaxLength = 5
  134.       TabOrder = 0
  135.       Text = '0000'
  136.     end
  137.   end
  138.   object KostenTabelle: TStringGrid
  139.     Left = 290
  140.     Top = 328
  141.     Width = 400
  142.     Height = 150
  143.     TabOrder = 4
  144.     Visible = False
  145.   end
  146.   object BitBtn1: TBitBtn
  147.     Left = 157
  148.     Top = 334
  149.     Width = 111
  150.     Height = 41
  151.     TabOrder = 5
  152.     OnClick = BitBtn1Click
  153.     Kind = bkOK
  154.   end
  155. end
  156.