home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 December
/
PCWorld_2001-12_cd.bin
/
Software
/
Vyzkuste
/
iphile
/
Iphile.exe
/
0
/
RCDATA
/
TADDFORM
/
TADDFORM.txt
Wrap
Text File
|
2001-08-11
|
1KB
|
60 lines
object AddForm: TAddForm
Left = 280
Top = 236
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'Add Group'
ClientHeight = 73
ClientWidth = 190
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 8
Width = 59
Height = 13
Caption = 'Enter Name:'
end
object SpeedButton1: TSpeedButton
Left = 78
Top = 49
Width = 50
Height = 21
Caption = 'Add'
Enabled = False
Flat = True
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 128
Top = 49
Width = 50
Height = 21
Caption = 'Cancel'
Flat = True
OnClick = SpeedButton2Click
end
object Edit1: TEdit
Left = 10
Top = 24
Width = 167
Height = 21
AutoSize = False
TabOrder = 0
OnChange = Edit1Change
OnKeyPress = Edit1KeyPress
end
end