home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
Chip_2000-10_cd1.bin
/
sharewar
/
Slunec
/
app
/
16
/
Renamer.exe
/
0
/
RCDATA
/
TMESSAGEFORM
/
TMESSAGEFORM.txt
< prev
Wrap
Text File
|
2000-08-06
|
2KB
|
89 lines
object MessageForm: TMessageForm
Left = 375
Top = 246
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
ClientHeight = 132
ClientWidth = 329
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object MessageLine1: TLabel
Left = 16
Top = 8
Width = 297
Height = 20
AutoSize = False
Caption = 'MessageLine1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object MessageLine2: TLabel
Left = 16
Top = 36
Width = 297
Height = 13
AutoSize = False
Caption = 'MessageLine2'
end
object MessageLine3: TLabel
Left = 16
Top = 56
Width = 297
Height = 13
AutoSize = False
Caption = 'MessageLine3'
end
object Bevel1: TBevel
Left = 16
Top = 80
Width = 297
Height = 9
Shape = bsTopLine
end
object OKBtn: TButton
Left = 127
Top = 96
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = OKBtnClick
OnKeyPress = OKBtnKeyPress
end
object YesBtn: TButton
Left = 31
Top = 96
Width = 75
Height = 25
Caption = 'Ano'
TabOrder = 1
OnClick = YesBtnClick
OnKeyPress = YesBtnKeyPress
end
object NoBtn: TButton
Left = 223
Top = 96
Width = 75
Height = 25
Caption = 'Ne'
TabOrder = 2
OnClick = NoBtnClick
OnKeyPress = NoBtnKeyPress
end
end