home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TMAPWIZARD / TMAPWIZARD.txt
Text File  |  1998-10-11  |  3KB  |  134 lines

  1. object MapWizard: TMapWizard
  2.   Left = 178
  3.   Top = 129
  4.   Width = 429
  5.   Height = 227
  6.   Caption = 'Kouzeln∩┐╜k pro novou mapu'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 227
  9.   Constraints.MinWidth = 429
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ScrollBox1: TScrollBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 421
  24.     Height = 111
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Image: TImage
  28.       Left = 0
  29.       Top = 0
  30.       Width = 0
  31.       Height = 0
  32.       AutoSize = True
  33.     end
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 111
  38.     Width = 421
  39.     Height = 89
  40.     Align = alBottom
  41.     TabOrder = 1
  42.     object SpeedButton2: TSpeedButton
  43.       Left = 13
  44.       Top = 18
  45.       Width = 22
  46.       Height = 22
  47.       Cursor = crHandPoint
  48.       Hint = 'Naj∩┐╜t soubor'
  49.       Flat = True
  50.       Glyph.Data = {
  51.         66010000424D6601000000000000760000002800000014000000140000000100
  52.         040000000000F000000000000000000000001000000000000000000000000000
  53.         80000080000000808000800000008000800080800000C0C0C000808080000000
  54.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  55.         777777770000777070707070707070770000700000000000000000770000770F
  56.         FF0BBBBBB0FFF0070000700FF0BBBBBBBB0FF0770000770F0BBBBBBBBBB0F007
  57.         0000700F0BBB0000BBB0F0770000770F0BB0BBBB0BB0F0070000700F0B0BBBBB
  58.         B0B0F0770000770F0BBBB00BBBB0F0070000700F0BBBB00BBBB0F0770000770F
  59.         0BBBBBBBBBB0F0070000700F0BB0BBBB0BB0F0770000770F0BBBBBBBBBB0F007
  60.         0000700FF0BBBBBBBB0FF0770000770FFF00000000FFF0070000700FFFFFFFFF
  61.         FFFFF07700007700000000000000000700007707070707070707077700007777
  62.         77777777777777770000}
  63.       ParentShowHint = False
  64.       ShowHint = True
  65.       OnClick = SpeedButton2Click
  66.     end
  67.     object Label1: TLabel
  68.       Left = 48
  69.       Top = 3
  70.       Width = 43
  71.       Height = 13
  72.       Caption = 'Obr∩┐╜zek:'
  73.       FocusControl = IMG
  74.     end
  75.     object Label2: TLabel
  76.       Left = 48
  77.       Top = 43
  78.       Width = 62
  79.       Height = 13
  80.       Caption = 'Jm∩┐╜no mapy:'
  81.       FocusControl = Name
  82.     end
  83.     object IMG: TEdit
  84.       Left = 48
  85.       Top = 19
  86.       Width = 169
  87.       Height = 21
  88.       TabOrder = 0
  89.       OnChange = IMGChange
  90.     end
  91.     object Name: TEdit
  92.       Left = 48
  93.       Top = 58
  94.       Width = 169
  95.       Height = 21
  96.       TabOrder = 1
  97.     end
  98.     object Button1: TButton
  99.       Left = 233
  100.       Top = 48
  101.       Width = 75
  102.       Height = 25
  103.       Anchors = [akRight, akBottom]
  104.       Caption = 'OK'
  105.       Default = True
  106.       ModalResult = 1
  107.       TabOrder = 2
  108.     end
  109.     object Button2: TButton
  110.       Left = 329
  111.       Top = 48
  112.       Width = 75
  113.       Height = 25
  114.       Anchors = [akRight, akBottom]
  115.       Cancel = True
  116.       Caption = 'Storno'
  117.       ModalResult = 2
  118.       TabOrder = 3
  119.     end
  120.   end
  121.   object Timer1: TTimer
  122.     Interval = 100
  123.     OnTimer = Timer1Timer
  124.     Left = 392
  125.     Top = 243
  126.   end
  127.   object FormPlacement1: TFormPlacement
  128.     IniSection = '\Software\DRHTML\MapWizard'
  129.     UseRegistry = True
  130.     Left = 26
  131.     Top = 18
  132.   end
  133. end
  134.