home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 7
/
Freelog007.iso
/
BAS
/
Fichiers
/
Renovator
/
ReNovator.exe
/
0
/
RCDATA
/
TEXPORTINFO
/
TEXPORTINFO.txt
Wrap
Text File
|
1998-01-26
|
5KB
|
255 lines
object ExportInfo: TExportInfo
Left = 264
Top = 146
HelpContext = 3200
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Export Info'
ClientHeight = 347
ClientWidth = 233
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 23
Height = 13
Caption = 'Title:'
end
object Label2: TLabel
Left = 8
Top = 88
Width = 34
Height = 13
Caption = 'Author:'
end
object Label3: TLabel
Left = 8
Top = 168
Width = 45
Height = 13
Caption = 'Web site:'
end
object Label4: TLabel
Left = 8
Top = 208
Width = 121
Height = 13
Caption = 'Greetings to good friends:'
end
object Label5: TLabel
Left = 8
Top = 48
Width = 173
Height = 13
Caption = 'Try to describe the style of your mod:'
end
object Label6: TLabel
Left = 8
Top = 248
Width = 203
Height = 13
Caption = 'Include a picture of yourself (Splash Image)'
end
object Label7: TLabel
Left = 8
Top = 128
Width = 28
Height = 13
Caption = 'Email:'
end
object LICQ: TLabel
Left = 160
Top = 88
Width = 21
Height = 13
Caption = 'ICQ:'
end
object Bevel1: TBevel
Left = 8
Top = 307
Width = 217
Height = 2
end
object ETitle: TEdit
Left = 8
Top = 22
Width = 217
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 50
ParentFont = False
TabOrder = 0
Text = 'ETitle'
end
object EAuthor: TEdit
Left = 8
Top = 102
Width = 145
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 150
ParentFont = False
TabOrder = 2
Text = 'EAuthor'
end
object EWebSite: TEdit
Left = 8
Top = 182
Width = 217
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 150
ParentFont = False
TabOrder = 5
Text = 'EWebSite'
end
object EGreetings: TEdit
Left = 8
Top = 222
Width = 217
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 150
ParentFont = False
TabOrder = 6
Text = 'EGreetings'
end
object BOK: TButton
Left = 8
Top = 315
Width = 65
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 9
end
object BCancel: TButton
Left = 85
Top = 315
Width = 65
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 10
end
object EType: TEdit
Left = 8
Top = 62
Width = 217
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 150
ParentFont = False
TabOrder = 1
Text = 'EType'
end
object BSplash: TButton
Left = 200
Top = 264
Width = 25
Height = 18
Caption = '...'
TabOrder = 8
OnClick = BSplashClick
end
object ESplashImg: TEdit
Left = 8
Top = 262
Width = 185
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 7
Text = 'ESplashImg'
end
object EEmail: TEdit
Left = 8
Top = 142
Width = 217
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
MaxLength = 150
ParentFont = False
TabOrder = 4
Text = 'EEmail'
end
object BHelp: TButton
Left = 160
Top = 315
Width = 65
Height = 25
Caption = 'Help'
TabOrder = 11
OnClick = BHelpClick
end
object EICQ: TEdit
Left = 160
Top = 102
Width = 65
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
Text = 'EICQ'
end
object CBOnlyCurrAss: TCheckBox
Left = 8
Top = 288
Width = 217
Height = 17
Caption = 'Only current assignments'
TabOrder = 12
end
object OpenPictureDialog1: TOpenPictureDialog
Filter =
'All (*.bmp;*.jpg;*.ico)|*.bmp;*.jpg;*.ico|Bitmaps (*.bmp)|*.bmp|' +
'JPEG (*.jpg)|*.jpg|Icons (*.ico)|*.ico'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
Left = 200
Top = 224
end
end