home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd2.bin / mm.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-09-12  |  4KB  |  213 lines

  1. object Form1: TForm1
  2.   Left = 379
  3.   Top = 308
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsNone
  6.   Caption = 'Multimedia Computer'
  7.   ClientHeight = 315
  8.   ClientWidth = 450
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = [fsBold]
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 450
  27.     Height = 315
  28.     AutoSize = True
  29.     Center = True
  30.     OnMouseMove = Image1MouseMove
  31.   end
  32.   object a1: TImage
  33.     Left = 480
  34.     Top = 48
  35.     Width = 104
  36.     Height = 30
  37.     AutoSize = True
  38.     Picture.Data = {<image000.bmp>}
  39.   end
  40.   object a2: TImage
  41.     Left = 480
  42.     Top = 88
  43.     Width = 109
  44.     Height = 30
  45.     AutoSize = True
  46.     Picture.Data = {<image001.bmp>}
  47.   end
  48.   object a3: TImage
  49.     Left = 480
  50.     Top = 136
  51.     Width = 148
  52.     Height = 30
  53.     AutoSize = True
  54.     Picture.Data = {<image002.bmp>}
  55.   end
  56.   object a4: TImage
  57.     Left = 480
  58.     Top = 184
  59.     Width = 122
  60.     Height = 30
  61.     AutoSize = True
  62.     Picture.Data = {<image003.bmp>}
  63.   end
  64.   object but1: TLabel
  65.     Left = 249
  66.     Top = 92
  67.     Width = 122
  68.     Height = 30
  69.     AutoSize = False
  70.     Transparent = True
  71.     OnClick = but1Click
  72.     OnMouseDown = but1MouseDown
  73.     OnMouseMove = but1MouseMove
  74.     OnMouseUp = but1MouseUp
  75.   end
  76.   object but2: TLabel
  77.     Left = 270
  78.     Top = 133
  79.     Width = 148
  80.     Height = 30
  81.     AutoSize = False
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     Transparent = True
  89.     OnClick = but2Click
  90.     OnMouseDown = but2MouseDown
  91.     OnMouseMove = but2MouseMove
  92.     OnMouseUp = but2MouseUp
  93.   end
  94.   object but3: TLabel
  95.     Left = 284
  96.     Top = 175
  97.     Width = 109
  98.     Height = 30
  99.     AutoSize = False
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     Transparent = True
  107.     OnClick = but3Click
  108.     OnMouseDown = but3MouseDown
  109.     OnMouseMove = but3MouseMove
  110.     OnMouseUp = but3MouseUp
  111.   end
  112.   object but4: TLabel
  113.     Left = 291
  114.     Top = 216
  115.     Width = 104
  116.     Height = 30
  117.     AutoSize = False
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     Transparent = True
  125.     OnClick = but4Click
  126.     OnMouseDown = but4MouseDown
  127.     OnMouseMove = but4MouseMove
  128.     OnMouseUp = but4MouseUp
  129.   end
  130.   object Chip: TLabel
  131.     Left = 0
  132.     Top = 264
  133.     Width = 89
  134.     Height = 25
  135.     AutoSize = False
  136.     Transparent = True
  137.     OnMouseMove = ChipMouseMove
  138.   end
  139.   object board: TTxtViewer
  140.     Left = 112
  141.     Top = 272
  142.     Width = 329
  143.     Height = 42
  144.     AutoSize = False
  145.     Font.Charset = DEFAULT_CHARSET
  146.     Font.Color = clNavy
  147.     Font.Height = -11
  148.     Font.Name = 'Arial'
  149.     Font.Style = [fsBold]
  150.     ParentFont = False
  151.     Transparent = True
  152.     WordWrap = True
  153.     BeginAt = 0
  154.   end
  155.   object i1: TImage
  156.     Left = 632
  157.     Top = 264
  158.     Width = 122
  159.     Height = 30
  160.     AutoSize = True
  161.     Picture.Data = {<image004.bmp>}
  162.   end
  163.   object i2: TImage
  164.     Left = 632
  165.     Top = 296
  166.     Width = 148
  167.     Height = 30
  168.     AutoSize = True
  169.     Picture.Data = {<image005.bmp>}
  170.   end
  171.   object i3: TImage
  172.     Left = 632
  173.     Top = 328
  174.     Width = 109
  175.     Height = 30
  176.     AutoSize = True
  177.     Picture.Data = {<image006.bmp>}
  178.   end
  179.   object Label1: TLabel
  180.     Left = 8
  181.     Top = 8
  182.     Width = 169
  183.     Height = 49
  184.     AutoSize = False
  185.     Transparent = True
  186.     OnMouseMove = Label1MouseMove
  187.   end
  188.   object ZuchIni1: TZuchIni
  189.     Cislo = 0
  190.     Stav = False
  191.     Left = 480
  192.     Top = 288
  193.   end
  194.   object FileVersionInfo1: TFileVersionInfo
  195.     CompanyName = 'Inprise Corporation'
  196.     FileDescription = 'Delphi-32 Development Environment'
  197.     FileVersion = '5.0.5.62'
  198.     InternalName = 'DELPHI32'
  199.     LegalCopyright = 'Copyright ∩┐╜ 1996-1999 Inprise Corporation'
  200.     OriginalFilename = 'DELPHI32.EXE'
  201.     ProductName = 'Enterprise'
  202.     ProductVersion = '5.0'
  203.     ExecutableFile = 'C:\WinApp\delphi5\Delphi5\Bin\delphi32.exe'
  204.     CountryCode = '040904E4'
  205.     Left = 520
  206.     Top = 288
  207.   end
  208.   object GameInfo1: TGameInfo
  209.     Left = 560
  210.     Top = 288
  211.   end
  212. end
  213.