home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 April
/
PCWorld_1999-04_cd.bin
/
Software
/
TemaCD
/
HTMLed
/
EDITOR.EXE
/
0
/
RCDATA
/
TNUMCHNG
/
TNUMCHNG.txt
Wrap
Text File
|
1998-10-11
|
2KB
|
137 lines
object NumChng: TNumChng
Left = 280
Top = 169
BorderStyle = bsDialog
Caption = 'P�evod mezi soustavami'
ClientHeight = 237
ClientWidth = 275
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 27
Height = 13
Caption = 'Zdroj:'
FocusControl = Source
end
object Label2: TLabel
Left = 8
Top = 102
Width = 15
Height = 13
Caption = 'C�l:'
FocusControl = Dest
end
object Label3: TLabel
Left = 8
Top = 152
Width = 53
Height = 13
Caption = 'Po�et m�st:'
FocusControl = Edit3
end
object Bevel1: TBevel
Left = 6
Top = 95
Width = 261
Height = 2
end
object Source: TEdit
Left = 8
Top = 24
Width = 121
Height = 21
MaxLength = 9
TabOrder = 0
OnChange = Zmena
end
object Dest: TEdit
Left = 8
Top = 118
Width = 121
Height = 21
ReadOnly = True
TabOrder = 1
end
object SourceSoust: TRadioGroup
Left = 152
Top = 8
Width = 109
Height = 81
Caption = '��seln� soustava'
ItemIndex = 0
Items.Strings = (
'Decim�ln�'
'Hexadecim�ln�'
'Bin�rn�'
'��msk�')
TabOrder = 2
OnClick = Zmena
end
object DestSoust: TRadioGroup
Left = 152
Top = 104
Width = 109
Height = 81
Caption = '��seln� soustava'
ItemIndex = 0
Items.Strings = (
'Decim�ln�'
'Hexadecim�ln�'
'Bin�rn�'
'��msk�')
TabOrder = 3
OnClick = Zmena
end
object Button1: TButton
Left = 93
Top = 200
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object Button2: TButton
Left = 181
Top = 200
Width = 75
Height = 25
Cancel = True
Caption = 'Storno'
ModalResult = 2
TabOrder = 5
end
object Edit3: TEdit
Left = 72
Top = 152
Width = 41
Height = 21
TabOrder = 6
Text = '4'
end
object PlacesUD: TUpDown
Left = 113
Top = 152
Width = 15
Height = 21
Associate = Edit3
Min = 1
Position = 4
TabOrder = 7
Wrap = False
OnClick = PlacesUDClick
end
end