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
Wrap
Text File
|
1999-04-24
|
2KB
|
80 lines
object Form: TForm
Left = 229
Top = 190
ActiveControl = Edit1
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Obdobi'
ClientHeight = 85
ClientWidth = 318
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Visible = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 256
Top = 56
Width = 56
Height = 21
Caption = '&Ulo�it'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 192
Top = 56
Width = 56
Height = 21
Cancel = True
Caption = 'Storno'
ModalResult = 2
TabOrder = 1
end
object Edit1: TEdit
Left = 192
Top = 16
Width = 56
Height = 21
AutoSelect = False
MaxLength = 4
ReadOnly = True
TabOrder = 2
Text = '1900'
end
object StaticText1: TStaticText
Left = 8
Top = 8
Width = 168
Height = 40
AutoSize = False
Caption =
'Zde m��ete nastavit obdob� pro ukl�dan� z�znam� o operac�ch s ��' +
'tem. Toto nastaven� je podstatn� pro zobrazen� spr�vn�ch z�znam�' +
'.'
TabOrder = 3
end
object UpDown1: TUpDown
Left = 248
Top = 16
Width = 15
Height = 21
Hint = 'T�mito �ipkami m��ete zm�nit rok.'
Associate = Edit1
Min = 1900
Max = 2100
Orientation = udHorizontal
ParentShowHint = False
Position = 1900
ShowHint = True
TabOrder = 4
Thousands = False
Wrap = False
end
end