home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Dubsky / Strojar / Strojar.exe / 0 / RCDATA / TSTRMENU / TSTRMENU.txt < prev   
Text File  |  1999-04-20  |  3KB  |  145 lines

  1. object Strmenu: TStrmenu
  2.   Left = 320
  3.   Top = 230
  4.   Width = 464
  5.   Height = 279
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMinimize]
  9.   Caption = 'Stroja∩┐╜  V  1.5'
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label2: TLabel
  21.     Left = 128
  22.     Top = 108
  23.     Width = 70
  24.     Height = 20
  25.     Alignment = taCenter
  26.     Caption = '(c) 1999'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -17
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Image2: TImage
  35.     Left = 16
  36.     Top = -8
  37.     Width = 417
  38.     Height = 105
  39.     Picture.Data = {<image000.bmp>}
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 8
  43.     Top = 104
  44.     Width = 113
  45.     Height = 121
  46.     BevelInner = bvLowered
  47.     TabOrder = 0
  48.     object Image1: TImage
  49.       Left = 8
  50.       Top = 8
  51.       Width = 97
  52.       Height = 105
  53.       Picture.Data = {<image001.bmp>}
  54.       Stretch = True
  55.     end
  56.   end
  57.   object Konec: TButton
  58.     Left = 360
  59.     Top = 192
  60.     Width = 89
  61.     Height = 33
  62.     Caption = 'Konec'
  63.     TabOrder = 1
  64.     OnClick = KonecClick
  65.   end
  66.   object Hmbutton: TButton
  67.     Left = 224
  68.     Top = 112
  69.     Width = 129
  70.     Height = 33
  71.     Caption = 'Hmotnost'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -13
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     TabOrder = 2
  79.     OnClick = HmbuttonClick
  80.   end
  81.   object Robutton: TButton
  82.     Left = 224
  83.     Top = 152
  84.     Width = 129
  85.     Height = 33
  86.     Caption = 'Rozvin'
  87.     TabOrder = 3
  88.     OnClick = RobuttonClick
  89.   end
  90.   object Rebutton: TButton
  91.     Left = 128
  92.     Top = 192
  93.     Width = 89
  94.     Height = 33
  95.     Caption = 'Registrace'
  96.     TabOrder = 4
  97.     OnClick = RebuttonClick
  98.   end
  99.   object Ohbutton: TButton
  100.     Left = 224
  101.     Top = 192
  102.     Width = 129
  103.     Height = 33
  104.     Caption = 'Ohyb'
  105.     TabOrder = 5
  106.     OnClick = OhbuttonClick
  107.   end
  108.   object MainMenu1: TMainMenu
  109.     Left = 8
  110.     object Nastaven1: TMenuItem
  111.       Caption = 'Nastaven∩┐╜'
  112.       object Pedvolen1: TMenuItem
  113.         Caption = 'Tu∩┐╜n∩┐╜ font'
  114.         object Tlatka1: TMenuItem
  115.           Caption = '   Tla∩┐╜∩┐╜tka'
  116.           OnClick = Tlatka1Click
  117.         end
  118.         object Zadanhodnoty1: TMenuItem
  119.           Caption = '   Zadan∩┐╜ hodnoty'
  120.           OnClick = Zadanhodnoty1Click
  121.         end
  122.         object Editovanhodnoty1: TMenuItem
  123.           Caption = '   Editovan∩┐╜ hodnoty'
  124.           OnClick = Editovanhodnoty1Click
  125.         end
  126.       end
  127.     end
  128.     object Pomoc1: TMenuItem
  129.       Caption = 'Pomoc'
  130.       object Oprogramu1: TMenuItem
  131.         Caption = 'O programu'
  132.         OnClick = Oprogramu1Click
  133.       end
  134.       object Oautorovi1: TMenuItem
  135.         Caption = 'O autorovi'
  136.         OnClick = Oautorovi1Click
  137.       end
  138.       object Registrace1: TMenuItem
  139.         Caption = 'O registraci'
  140.         OnClick = Registrace1Click
  141.       end
  142.     end
  143.   end
  144. end
  145.