home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Topware
/
devpascal
/
devpas.exe
/
0
/
RCDATA
/
TDLLFORM
/
TDLLFORM.txt
< prev
Wrap
Text File
|
2002-07-15
|
6KB
|
260 lines
object DllForm: TDllForm
Left = 198
Top = 59
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = 'New DLL project'
ClientHeight = 511
ClientWidth = 448
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 120
TextHeight = 16
object Image1: TImage
Left = 10
Top = 10
Width = 39
Height = 39
Picture.Data = {<image001.ico>}
end
object Panel1: TPanel
Left = 59
Top = 10
Width = 385
Height = 70
BevelOuter = bvLowered
Color = 14811135
TabOrder = 0
object Label2: TLabel
Left = 1
Top = 1
Width = 365
Height = 64
Caption =
'This dialog will help you creating all the necessay files for bu' +
'ilding a DLL. A project will be created containing the default D' +
'LL source code, and another project will be created for using th' +
'is DLL. Please fill-in the information below:'
WordWrap = True
end
end
object DllGroup: TGroupBox
Left = 10
Top = 98
Width = 316
Height = 201
Caption = 'DLL Project'
TabOrder = 1
object Label1: TLabel
Left = 10
Top = 25
Width = 112
Height = 16
Caption = 'DLL Project Name:'
end
object Label3: TLabel
Left = 10
Top = 84
Width = 131
Height = 16
Caption = 'DLL Project Filename:'
end
object Label4: TLabel
Left = 10
Top = 143
Width = 241
Height = 16
Caption = 'Main source filename (without extension):'
end
object DllName: TEdit
Left = 10
Top = 44
Width = 295
Height = 24
Hint = 'Type the name of your DLL project'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = 'My First Dynamic Link Library'
end
object DllFileName: TEdit
Left = 10
Top = 103
Width = 295
Height = 24
Hint =
'Click "Browse" to select a directory and a name for your DLL pro' +
'ject'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'c:\'
end
object Panel2: TPanel
Left = 282
Top = 106
Width = 21
Height = 21
BevelOuter = bvNone
TabOrder = 2
object BrowseDllBtn: TSpeedButton
Left = 0
Top = 0
Width = 21
Height = 21
Caption = '...'
OnClick = BrowseDllBtnClick
end
end
object DllSourceName: TEdit
Left = 10
Top = 162
Width = 295
Height = 24
Hint =
'You can change the name of the main DLL source (no extensions he' +
're)'
ParentShowHint = False
ShowHint = True
TabOrder = 3
Text = 'MainDll'
end
end
object DllTestGroup: TGroupBox
Left = 10
Top = 305
Width = 316
Height = 201
Caption = 'DLL Test Project'
TabOrder = 2
object Label5: TLabel
Left = 10
Top = 25
Width = 85
Height = 16
Caption = 'Project Name:'
end
object Label6: TLabel
Left = 10
Top = 84
Width = 131
Height = 16
Caption = 'DLL Project Filename:'
end
object Label7: TLabel
Left = 10
Top = 143
Width = 241
Height = 16
Caption = 'Main source filename (without extension):'
end
object TestDllName: TEdit
Left = 10
Top = 44
Width = 295
Height = 24
Hint = 'Type the name of your DLL project'
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = 'My First Test DLL'
end
object TestFileName: TEdit
Left = 10
Top = 103
Width = 295
Height = 24
Hint =
'Click "Browse" to select a directory and a name for your DLL pro' +
'ject'
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'c:\'
end
object Panel3: TPanel
Left = 282
Top = 106
Width = 21
Height = 21
BevelOuter = bvNone
Caption = 'Panel3'
TabOrder = 2
object BrowseTestBtn: TSpeedButton
Left = 0
Top = 0
Width = 21
Height = 21
Caption = '...'
OnClick = BrowseTestBtnClick
end
end
object TestSourceName: TEdit
Left = 10
Top = 162
Width = 295
Height = 24
Hint =
'You can change the name of the main DLL source (no extensions he' +
're)'
ParentShowHint = False
ShowHint = True
TabOrder = 3
Text = 'MainExe'
end
end
object BitBtn1: TBitBtn
Left = 345
Top = 106
Width = 92
Height = 43
Caption = '&OK'
TabOrder = 3
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 345
Top = 155
Width = 92
Height = 43
Caption = '&Cancel'
TabOrder = 4
Kind = bkCancel
end
object OpenDialog: TOpenDialog
DefaultExt = 'dp'
Filter = 'Dev-Pascal Project Files (*.dp)|*.dp'
Left = 304
Top = 32
end
object MarsCaption1: TMarsCaption
ActiveBeginColor = clBlack
ActiveEndColor = clFuchsia
ActiveFontColor = clWhite
InactiveBeginColor = clBlack
InactiveEndColor = clSilver
InactiveFontColor = clSilver
ApplicationNameFont.Charset = DEFAULT_CHARSET
ApplicationNameFont.Color = clWindowText
ApplicationNameFont.Height = -11
ApplicationNameFont.Name = 'MS Sans Serif'
ApplicationNameFont.Style = [fsBold]
CaptionFont.Charset = DEFAULT_CHARSET
CaptionFont.Color = clWindowText
CaptionFont.Height = -11
CaptionFont.Name = 'MS Sans Serif'
CaptionFont.Style = [fsBold]
NumColors = 64
AutoSize = False
Left = 280
Top = 32
end
end