home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
sharewar
/
setup22L
/
epadlite.exe
/
0
/
RCDATA
/
TFRMKONVERZE
/
TFRMKONVERZE.txt
Wrap
Text File
|
1998-10-18
|
2KB
|
115 lines
object frmKonverze: TfrmKonverze
Left = 215
Top = 115
HelpContext = 25
BorderStyle = bsDialog
Caption = 'Konverze'
ClientHeight = 315
ClientWidth = 367
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 345
Height = 137
Caption = 'Konverze'
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 16
Width = 10
Height = 13
Caption = 'Z:'
end
object Label2: TLabel
Left = 144
Top = 16
Width = 17
Height = 13
Caption = 'Do:'
end
object lstZdroj: TListBox
Left = 8
Top = 32
Width = 113
Height = 89
ItemHeight = 13
Items.Strings = (
'Windows 1250'
'Kamenick�'
'Latin 2'
'ISO 8859-2')
TabOrder = 0
OnClick = lstZdrojClick
end
object lstCil: TListBox
Left = 136
Top = 32
Width = 113
Height = 89
ItemHeight = 13
Items.Strings = (
'Windows 1250'
'Kamenick�'
'Latin 2'
'ISO 8859-2'
'ASCII')
TabOrder = 1
OnClick = lstCilClick
end
object btnKonvert: TButton
Left = 262
Top = 64
Width = 75
Height = 25
Caption = '&Konvertovat'
Default = True
TabOrder = 2
OnClick = btnKonvertClick
end
object btnStorno: TButton
Left = 262
Top = 96
Width = 75
Height = 25
Cancel = True
Caption = 'Storno'
TabOrder = 3
OnClick = btnStornoClick
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 152
Width = 345
Height = 153
Enabled = False
TabOrder = 1
object editPreview: TRichEdit
Left = 8
Top = 16
Width = 329
Height = 129
ScrollBars = ssBoth
TabOrder = 0
Visible = False
end
end
object CheckBox1: TCheckBox
Left = 24
Top = 150
Width = 57
Height = 17
Caption = 'N�hled'
TabOrder = 2
OnClick = CheckBox1Click
end
end