home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd2.bin
/
Supreme
/
_SETUP.1
/
Contact.exe
/
0
/
RCDATA
/
TFORMDICTEDITCOMM
/
TFORMDICTEDITCOMM.txt
< prev
Wrap
Text File
|
1999-09-06
|
3KB
|
135 lines
object FormDictEditComm: TFormDictEditComm
Left = 358
Top = 265
BorderStyle = bsDialog
Caption = 'Edit parameter'
ClientHeight = 167
ClientWidth = 313
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Frame1: TFrame
Left = 8
Top = 4
Width = 297
Height = 121
end
object LabelValue: TLabelPlus
Left = 76
Top = 72
Width = 53
Height = 13
Caption = 'LabelValue'
end
object ImageStr: TImage
Left = 20
Top = 20
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
Visible = False
end
object ImageInt: TImage
Left = 20
Top = 20
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image001.ico>}
Visible = False
end
object ImageBool: TImage
Left = 20
Top = 20
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image002.ico>}
Visible = False
end
object LabelDesc: TLabel
Left = 76
Top = 28
Width = 213
Height = 29
AutoSize = False
Caption = 'LabelDesc'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object BtnOk: TButton
Left = 147
Top = 136
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object BtnCancel: TButton
Left = 227
Top = 136
Width = 75
Height = 25
Cancel = True
Caption = 'Storno'
ModalResult = 2
TabOrder = 5
end
object Edit: TEdit
Left = 76
Top = 88
Width = 209
Height = 21
MaxLength = 254
TabOrder = 0
Visible = False
OnChange = ValueChanged
end
object Spin: TNumEdit
Left = 76
Top = 88
Width = 121
Height = 21
FloatDigits = 0
Increment = 1.000000000000000000
TabOrder = 1
Visible = False
OnChange = ValueChanged
end
object ChBox: TCheckBox
Left = 76
Top = 88
Width = 97
Height = 17
Caption = 'Booleovsk� hodnota'
TabOrder = 2
Visible = False
OnClick = ValueChanged
end
object BtnClear: TButton
Left = 12
Top = 136
Width = 75
Height = 25
Caption = 'Vymazat'
TabOrder = 3
OnClick = BtnClearClick
end
end