home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / tema / Ozogan / RUNTIME / APLIKACE.EXE / BANKOMAT / PROGRAM / CODE02.KFM / CODE02.txt
Text File  |  1999-04-24  |  2KB  |  80 lines

  1. object Form: TForm
  2.   Left = 229
  3.   Top = 190
  4.   ActiveControl = Edit1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Obdobi'
  8.   ClientHeight = 85
  9.   ClientWidth = 318
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 256
  21.     Top = 56
  22.     Width = 56
  23.     Height = 21
  24.     Caption = '&Ulo∩┐╜it'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 192
  31.     Top = 56
  32.     Width = 56
  33.     Height = 21
  34.     Cancel = True
  35.     Caption = 'Storno'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 192
  41.     Top = 16
  42.     Width = 56
  43.     Height = 21
  44.     AutoSelect = False
  45.     MaxLength = 4
  46.     ReadOnly = True
  47.     TabOrder = 2
  48.     Text = '1900'
  49.   end
  50.   object StaticText1: TStaticText
  51.     Left = 8
  52.     Top = 8
  53.     Width = 168
  54.     Height = 40
  55.     AutoSize = False
  56.     Caption = 
  57.       'Zde m∩┐╜∩┐╜ete nastavit obdob∩┐╜ pro ukl∩┐╜dan∩┐╜ z∩┐╜znam∩┐╜ o operac∩┐╜ch s ∩┐╜∩┐╜' +
  58.       'tem. Toto nastaven∩┐╜ je podstatn∩┐╜ pro zobrazen∩┐╜ spr∩┐╜vn∩┐╜ch z∩┐╜znam∩┐╜' +
  59.       '.'
  60.     TabOrder = 3
  61.   end
  62.   object UpDown1: TUpDown
  63.     Left = 248
  64.     Top = 16
  65.     Width = 15
  66.     Height = 21
  67.     Hint = 'T∩┐╜mito ∩┐╜ipkami m∩┐╜∩┐╜ete zm∩┐╜nit rok.'
  68.     Associate = Edit1
  69.     Min = 1900
  70.     Max = 2100
  71.     Orientation = udHorizontal
  72.     ParentShowHint = False
  73.     Position = 1900
  74.     ShowHint = True
  75.     TabOrder = 4
  76.     Thousands = False
  77.     Wrap = False
  78.   end
  79. end
  80.