home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d456
/
DCSLIB25.ZIP
/
DCCapEdit.dfm
/
DCCapEdit.txt
Wrap
Text File
|
2001-01-20
|
2KB
|
80 lines
object StringEditDlg: TStringEditDlg
Left = 334
Top = 219
BorderStyle = bsDialog
Caption = 'StringEditDlg'
ClientHeight = 195
ClientWidth = 345
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 3
Top = 23
Width = 341
Height = 142
Anchors = [akLeft, akTop, akRight, akBottom]
Shape = bsFrame
end
object Memo: TMemo
Left = 8
Top = 29
Width = 332
Height = 131
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'Memo')
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
OnChange = UpdateStatus
OnEnter = UpdateStatus
OnKeyDown = MemoKeyDown
end
object OKBtn: TButton
Left = 166
Top = 168
Width = 85
Height = 24
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object CancelBtn: TButton
Left = 256
Top = 168
Width = 85
Height = 24
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end