home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 March
/
PCWorld_1999-03_cd.bin
/
TemaCD
/
MailWar
/
MailWarrior2.exe
/
0
/
RCDATA
/
TFRMCREATEFOLDER
/
TFRMCREATEFOLDER.txt
< prev
Wrap
Text File
|
1999-02-09
|
2KB
|
77 lines
object frmCreateFolder: TfrmCreateFolder
Left = 267
Top = 224
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create new folder'
ClientHeight = 131
ClientWidth = 257
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 8
Top = 8
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
end
object Label1: TLabel
Left = 48
Top = 8
Width = 100
Height = 13
Caption = 'Create new folder'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 24
Width = 209
Height = 25
AutoSize = False
Caption = 'Please write the name of the folder in the textbox here below.'
WordWrap = True
end
object edtName: TEdit97
Left = 8
Top = 64
Width = 241
Height = 19
TabOrder = 0
end
object Button1: TButton
Left = 96
Top = 104
Width = 73
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 176
Top = 104
Width = 73
Height = 23
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end