home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Sharewar
/
WCMD3532
/
INSTALL.BIN
/
WINCMD32.EXE
/
0
/
RCDATA
/
TCHECKEDITBOX
/
TCHECKEDITBOX.txt
Wrap
Text File
|
1998-03-18
|
1KB
|
82 lines
object CheckEditBox: TCheckEditBox
Left = 200
Top = 97
BorderStyle = bsDialog
Caption = 'CheckEditBox'
ClientHeight = 91
ClientWidth = 337
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object InfoText: TLabel
Left = 8
Top = 4
Width = 321
Height = 15
AutoSize = False
Caption = 'InfoText'
ShowAccelChar = False
WordWrap = True
end
object CheckBox1: TCheckBox
Left = 8
Top = 48
Width = 321
Height = 13
Caption = 'CheckBox1'
TabOrder = 1
end
object BtnOK: TButton
Tag = 4001
Left = 30
Top = 64
Width = 90
Height = 24
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object BtnCancel: TButton
Tag = 4002
Left = 218
Top = 64
Width = 90
Height = 24
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 321
Height = 21
TabOrder = 0
Text = 'Edit1'
OnKeyDown = Edit1KeyDown
end
object BtnTree: TButton
Tag = 5002
Left = 124
Top = 64
Width = 90
Height = 24
Caption = '&Tree'
TabOrder = 3
OnClick = BtnTreeClick
end
object ResolutionFix1: TResolutionFix
Top = 64
end
object Translate1: TTranslate
Left = 312
Top = 64
end
end