home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / St_Deset.ex_ / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  2000-08-30  |  3.3 KB  |  165 lines

  1. object Form2: TForm2
  2.   Left = 249
  3.   Top = 14
  4.   ActiveControl = Panel1
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'O programu ∩┐╜∩┐╜astn∩┐╜ch 10'
  8.   ClientHeight = 368
  9.   ClientWidth = 281
  10.   ParentFont = True
  11.   PopupMenu = PopupMenu1
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image3: TImage
  18.     Left = 20
  19.     Top = 184
  20.     Width = 240
  21.     Height = 180
  22.     AutoSize = True
  23.     Center = True
  24.     Picture.Data = {<image000.bmp>}
  25.     PopupMenu = PopupMenu1
  26.   end
  27.   object TLabel
  28.     Left = 72
  29.     Top = 72
  30.     Width = 3
  31.     Height = 13
  32.   end
  33.   object Label5: TLabel
  34.     Left = 24
  35.     Top = 112
  36.     Width = 245
  37.     Height = 13
  38.     Caption = 'Upozorn∩┐╜n∩┐╜: Tento program je hrou, a proto se autor'
  39.   end
  40.   object Label6: TLabel
  41.     Left = 86
  42.     Top = 128
  43.     Width = 150
  44.     Height = 13
  45.     Caption = 'nezaru∩┐╜uje za ∩┐╜sp∩┐╜nost hr∩┐╜∩┐╜e.'
  46.   end
  47.   object Label8: TLabel
  48.     Left = 86
  49.     Top = 144
  50.     Width = 133
  51.     Height = 13
  52.     Caption = 'Tento produkt je licencov∩┐╜n'
  53.   end
  54.   object Label9: TLabel
  55.     Left = 88
  56.     Top = 160
  57.     Width = 46
  58.     Height = 13
  59.     Caption = 'na jm∩┐╜no:'
  60.   end
  61.   object OK: TDsFancyButton
  62.     Left = 104
  63.     Top = 328
  64.     Width = 81
  65.     Height = 25
  66.     ButtonColor = clYellow
  67.     Caption = 'OK'
  68.     FrameColor = clRed
  69.     FrameWidth = 12
  70.     CornerRadius = 10
  71.     TextStyle = txRaised
  72.     OnClick = OKClick
  73.   end
  74.   object Edit1: TEdit
  75.     Left = 137
  76.     Top = 160
  77.     Width = 104
  78.     Height = 17
  79.     Cursor = crArrow
  80.     AutoSize = False
  81.     DragCursor = crArrow
  82.     DragMode = dmAutomatic
  83.     PopupMenu = PopupMenu1
  84.     ReadOnly = True
  85.     TabOrder = 0
  86.   end
  87.   object Panel1: TPanel
  88.     Left = 0
  89.     Top = 0
  90.     Width = 281
  91.     Height = 105
  92.     BevelOuter = bvNone
  93.     TabOrder = 1
  94.     object Image1: TImage
  95.       Left = 8
  96.       Top = 16
  97.       Width = 32
  98.       Height = 32
  99.       AutoSize = True
  100.       Center = True
  101.       Picture.Data = {<image001.ico>}
  102.     end
  103.     object Label1: TLabel
  104.       Left = 56
  105.       Top = 16
  106.       Width = 152
  107.       Height = 37
  108.       Caption = '∩┐╜∩┐╜astn∩┐╜ch'
  109.       Font.Charset = DEFAULT_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -32
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsBold]
  114.       ParentFont = False
  115.     end
  116.     object Label2: TLabel
  117.       Left = 228
  118.       Top = 0
  119.       Width = 48
  120.       Height = 55
  121.       Caption = '10'
  122.       Font.Charset = EASTEUROPE_CHARSET
  123.       Font.Color = clWindowText
  124.       Font.Height = -48
  125.       Font.Name = 'Times New Roman'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.     end
  129.     object Label4: TLabel
  130.       Left = 56
  131.       Top = 64
  132.       Width = 65
  133.       Height = 16
  134.       Caption = 'Verze 2.0'
  135.       Font.Charset = EASTEUROPE_CHARSET
  136.       Font.Color = clWindowText
  137.       Font.Height = -13
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = [fsBold]
  140.       ParentFont = False
  141.     end
  142.     object Label3: TLabel
  143.       Left = 56
  144.       Top = 88
  145.       Width = 214
  146.       Height = 16
  147.       Caption = 'Copyright∩┐╜ 2000 Pavel BURDA'
  148.       Font.Charset = EASTEUROPE_CHARSET
  149.       Font.Color = clWindowText
  150.       Font.Height = -13
  151.       Font.Name = 'MS Sans Serif'
  152.       Font.Style = [fsBold]
  153.       ParentFont = False
  154.     end
  155.   end
  156.   object PopupMenu1: TPopupMenu
  157.     Left = 272
  158.     Top = 272
  159.     object Zavt1: TMenuItem
  160.       Caption = 'Zav∩┐╜∩┐╜t'
  161.       OnClick = Zavt1Click
  162.     end
  163.   end
  164. end
  165.