home *** CD-ROM | disk | FTP | other *** search
/ Freelog 7 / Freelog007.iso / BAS / Fichiers / Renovator / ReNovator.exe / 0 / RCDATA / TEXPORTINFO / TEXPORTINFO.txt
Text File  |  1998-01-26  |  5KB  |  255 lines

  1. object ExportInfo: TExportInfo
  2.   Left = 264
  3.   Top = 146
  4.   HelpContext = 3200
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Export Info'
  8.   ClientHeight = 347
  9.   ClientWidth = 233
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 23
  24.     Height = 13
  25.     Caption = 'Title:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 88
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'Author:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 168
  37.     Width = 45
  38.     Height = 13
  39.     Caption = 'Web site:'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 8
  43.     Top = 208
  44.     Width = 121
  45.     Height = 13
  46.     Caption = 'Greetings to good friends:'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 8
  50.     Top = 48
  51.     Width = 173
  52.     Height = 13
  53.     Caption = 'Try to describe the style of your mod:'
  54.   end
  55.   object Label6: TLabel
  56.     Left = 8
  57.     Top = 248
  58.     Width = 203
  59.     Height = 13
  60.     Caption = 'Include a picture of yourself (Splash Image)'
  61.   end
  62.   object Label7: TLabel
  63.     Left = 8
  64.     Top = 128
  65.     Width = 28
  66.     Height = 13
  67.     Caption = 'Email:'
  68.   end
  69.   object LICQ: TLabel
  70.     Left = 160
  71.     Top = 88
  72.     Width = 21
  73.     Height = 13
  74.     Caption = 'ICQ:'
  75.   end
  76.   object Bevel1: TBevel
  77.     Left = 8
  78.     Top = 307
  79.     Width = 217
  80.     Height = 2
  81.   end
  82.   object ETitle: TEdit
  83.     Left = 8
  84.     Top = 22
  85.     Width = 217
  86.     Height = 21
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = [fsBold]
  92.     MaxLength = 50
  93.     ParentFont = False
  94.     TabOrder = 0
  95.     Text = 'ETitle'
  96.   end
  97.   object EAuthor: TEdit
  98.     Left = 8
  99.     Top = 102
  100.     Width = 145
  101.     Height = 21
  102.     Font.Charset = DEFAULT_CHARSET
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     MaxLength = 150
  108.     ParentFont = False
  109.     TabOrder = 2
  110.     Text = 'EAuthor'
  111.   end
  112.   object EWebSite: TEdit
  113.     Left = 8
  114.     Top = 182
  115.     Width = 217
  116.     Height = 21
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = [fsBold]
  122.     MaxLength = 150
  123.     ParentFont = False
  124.     TabOrder = 5
  125.     Text = 'EWebSite'
  126.   end
  127.   object EGreetings: TEdit
  128.     Left = 8
  129.     Top = 222
  130.     Width = 217
  131.     Height = 21
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = [fsBold]
  137.     MaxLength = 150
  138.     ParentFont = False
  139.     TabOrder = 6
  140.     Text = 'EGreetings'
  141.   end
  142.   object BOK: TButton
  143.     Left = 8
  144.     Top = 315
  145.     Width = 65
  146.     Height = 25
  147.     Caption = 'OK'
  148.     Default = True
  149.     ModalResult = 1
  150.     TabOrder = 9
  151.   end
  152.   object BCancel: TButton
  153.     Left = 85
  154.     Top = 315
  155.     Width = 65
  156.     Height = 25
  157.     Cancel = True
  158.     Caption = 'Cancel'
  159.     ModalResult = 2
  160.     TabOrder = 10
  161.   end
  162.   object EType: TEdit
  163.     Left = 8
  164.     Top = 62
  165.     Width = 217
  166.     Height = 21
  167.     Font.Charset = DEFAULT_CHARSET
  168.     Font.Color = clWindowText
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = [fsBold]
  172.     MaxLength = 150
  173.     ParentFont = False
  174.     TabOrder = 1
  175.     Text = 'EType'
  176.   end
  177.   object BSplash: TButton
  178.     Left = 200
  179.     Top = 264
  180.     Width = 25
  181.     Height = 18
  182.     Caption = '...'
  183.     TabOrder = 8
  184.     OnClick = BSplashClick
  185.   end
  186.   object ESplashImg: TEdit
  187.     Left = 8
  188.     Top = 262
  189.     Width = 185
  190.     Height = 21
  191.     Font.Charset = DEFAULT_CHARSET
  192.     Font.Color = clWindowText
  193.     Font.Height = -11
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = [fsBold]
  196.     ParentFont = False
  197.     TabOrder = 7
  198.     Text = 'ESplashImg'
  199.   end
  200.   object EEmail: TEdit
  201.     Left = 8
  202.     Top = 142
  203.     Width = 217
  204.     Height = 21
  205.     Font.Charset = DEFAULT_CHARSET
  206.     Font.Color = clWindowText
  207.     Font.Height = -11
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = [fsBold]
  210.     MaxLength = 150
  211.     ParentFont = False
  212.     TabOrder = 4
  213.     Text = 'EEmail'
  214.   end
  215.   object BHelp: TButton
  216.     Left = 160
  217.     Top = 315
  218.     Width = 65
  219.     Height = 25
  220.     Caption = 'Help'
  221.     TabOrder = 11
  222.     OnClick = BHelpClick
  223.   end
  224.   object EICQ: TEdit
  225.     Left = 160
  226.     Top = 102
  227.     Width = 65
  228.     Height = 21
  229.     Font.Charset = DEFAULT_CHARSET
  230.     Font.Color = clWindowText
  231.     Font.Height = -11
  232.     Font.Name = 'MS Sans Serif'
  233.     Font.Style = [fsBold]
  234.     ParentFont = False
  235.     TabOrder = 3
  236.     Text = 'EICQ'
  237.   end
  238.   object CBOnlyCurrAss: TCheckBox
  239.     Left = 8
  240.     Top = 288
  241.     Width = 217
  242.     Height = 17
  243.     Caption = 'Only current assignments'
  244.     TabOrder = 12
  245.   end
  246.   object OpenPictureDialog1: TOpenPictureDialog
  247.     Filter = 
  248.       'All (*.bmp;*.jpg;*.ico)|*.bmp;*.jpg;*.ico|Bitmaps (*.bmp)|*.bmp|' +
  249.       'JPEG (*.jpg)|*.jpg|Icons (*.ico)|*.ico'
  250.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  251.     Left = 200
  252.     Top = 224
  253.   end
  254. end
  255.