home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / Globy / _SETUP.1 / Sazeni3D.exe / 0 / RCDATA / TGRAFY / TGRAFY.txt < prev   
Text File  |  1994-11-07  |  4KB  |  195 lines

  1. object Grafy: TGrafy
  2.   Tag = -5
  3.   Left = 209
  4.   Top = 121
  5.   HelpContext = 50
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Grafy'
  9.   ClientHeight = 379
  10.   ClientWidth = 547
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 237
  23.     Top = 330
  24.     Width = 95
  25.     Height = 16
  26.     AutoSize = False
  27.     Caption = ' '
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 186
  36.     Top = 331
  37.     Width = 47
  38.     Height = 13
  39.     Caption = 'Hodnota :'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 97
  43.     Top = 325
  44.     Width = 60
  45.     Height = 13
  46.     Caption = 'T∩┐╜∩┐╜dit podle :'
  47.   end
  48.   object Label6: TLabel
  49.     Left = 195
  50.     Top = 352
  51.     Width = 39
  52.     Height = 13
  53.     Caption = 'Pr∩┐╜m∩┐╜r :'
  54.   end
  55.   object Label7: TLabel
  56.     Left = 237
  57.     Top = 351
  58.     Width = 95
  59.     Height = 16
  60.     AutoSize = False
  61.     Caption = ' '
  62.     Font.Color = clBlack
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Label4: TLabel
  69.     Left = 379
  70.     Top = 322
  71.     Width = 23
  72.     Height = 13
  73.     Caption = '∩┐╜∩┐╜slo'
  74.   end
  75.   object Button2: TButton
  76.     Left = 474
  77.     Top = 336
  78.     Width = 67
  79.     Height = 25
  80.     Cancel = True
  81.     Caption = '&Opustit'
  82.     TabOrder = 0
  83.     OnClick = Button2Click
  84.   end
  85.   object ScrollBox1: TScrollBox
  86.     Left = 5
  87.     Top = 6
  88.     Width = 536
  89.     Height = 313
  90.     HorzScrollBar.Range = 950
  91.     HorzScrollBar.Tracking = True
  92.     VertScrollBar.Range = 269
  93.     AutoScroll = False
  94.     Font.Color = clBlack
  95.     Font.Height = -8
  96.     Font.Name = 'Arial Narrow CE'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     TabOrder = 1
  100.     object S: TImage
  101.       Left = 0
  102.       Top = 0
  103.       Width = 950
  104.       Height = 293
  105.       Align = alClient
  106.       Stretch = True
  107.       OnMouseMove = SMouseMove
  108.     end
  109.   end
  110.   object Button3: TButton
  111.     Left = 6
  112.     Top = 336
  113.     Width = 67
  114.     Height = 25
  115.     Caption = 'Zarovnat'
  116.     TabOrder = 2
  117.     OnClick = Button3Click
  118.   end
  119.   object RadioButton1: TRadioButton
  120.     Left = 97
  121.     Top = 342
  122.     Width = 57
  123.     Height = 17
  124.     Caption = '∩┐╜∩┐╜sel'
  125.     Checked = True
  126.     TabOrder = 3
  127.     TabStop = True
  128.     OnClick = RadioButton1Click
  129.   end
  130.   object RadioButton2: TRadioButton
  131.     Left = 97
  132.     Top = 358
  133.     Width = 57
  134.     Height = 17
  135.     Caption = 'Hodnot'
  136.     TabOrder = 4
  137.     OnClick = RadioButton2Click
  138.   end
  139.   object ScrollBar1: TScrollBar
  140.     Left = 338
  141.     Top = 339
  142.     Width = 121
  143.     Height = 16
  144.     Max = 80
  145.     Min = 1
  146.     Position = 1
  147.     TabOrder = 5
  148.     OnChange = ScrollBar1Change
  149.   end
  150.   object CheckBox1: TCheckBox
  151.     Left = 354
  152.     Top = 359
  153.     Width = 91
  154.     Height = 17
  155.     Caption = 'Stejn∩┐╜ m∩┐╜∩┐╜∩┐╜tko'
  156.     TabOrder = 6
  157.     OnClick = CheckBox1Click
  158.   end
  159.   object CheckBox2: TCheckBox
  160.     Left = 128
  161.     Top = 329
  162.     Width = 97
  163.     Height = 17
  164.     Caption = 'Hotovostn∩┐╜ fond'
  165.     Enabled = False
  166.     TabOrder = 7
  167.     Visible = False
  168.     OnClick = CheckBox2Click
  169.   end
  170.   object CheckBox3: TCheckBox
  171.     Left = 128
  172.     Top = 349
  173.     Width = 97
  174.     Height = 17
  175.     Caption = 'Fiktivn∩┐╜ fond'
  176.     Enabled = False
  177.     TabOrder = 8
  178.     Visible = False
  179.     OnClick = CheckBox3Click
  180.   end
  181.   object MSOfficeCaption1: TMSOfficeCaption
  182.     AppNameText.FontKind = fkSystemB
  183.     AppNameText.Visible = True
  184.     CaptionText.Caption = 'Grafy'
  185.     CaptionText.ColorActive = clYellow
  186.     CaptionText.ColorInactive = clYellow
  187.     CaptionText.FontKind = fkSystem
  188.     CaptionText.Visible = True
  189.     CompanyText.FontKind = fkSystemBI
  190.     CompanyText.Visible = True
  191.     Color = clMaroon
  192.     Left = 512
  193.   end
  194. end
  195.