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

  1. object GrafCis: TGrafCis
  2.   Left = 101
  3.   Top = 112
  4.   HelpContext = 53
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Graf v∩┐╜ce ∩┐╜∩┐╜sel'
  8.   ClientHeight = 404
  9.   ClientWidth = 629
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 260
  21.     Top = 180
  22.     Width = 50
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = '∩┐╜∩┐╜slo 80'
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 481
  34.     Top = 180
  35.     Width = 50
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = '∩┐╜∩┐╜slo 80'
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 260
  47.     Top = 381
  48.     Width = 50
  49.     Height = 13
  50.     AutoSize = False
  51.     Caption = '∩┐╜∩┐╜slo 80'
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 481
  60.     Top = 381
  61.     Width = 50
  62.     Height = 13
  63.     AutoSize = False
  64.     Caption = '∩┐╜∩┐╜slo 80'
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object Button1: TButton
  72.     Left = 567
  73.     Top = 381
  74.     Width = 58
  75.     Height = 22
  76.     Cancel = True
  77.     Caption = '&Opustit'
  78.     Default = True
  79.     TabOrder = 0
  80.     OnClick = Button1Click
  81.   end
  82.   object ScrollBox1: TScrollBox
  83.     Left = 1
  84.     Top = 1
  85.     Width = 312
  86.     Height = 175
  87.     HorzScrollBar.Range = 950
  88.     VertScrollBar.Range = 97
  89.     AutoScroll = False
  90.     TabOrder = 1
  91.     object S1: TImage
  92.       Left = 0
  93.       Top = 0
  94.       Width = 950
  95.       Height = 158
  96.       Align = alClient
  97.     end
  98.   end
  99.   object ScrollBox2: TScrollBox
  100.     Left = 316
  101.     Top = 1
  102.     Width = 312
  103.     Height = 175
  104.     HorzScrollBar.Range = 950
  105.     VertScrollBar.Range = 97
  106.     AutoScroll = False
  107.     TabOrder = 2
  108.     object S2: TImage
  109.       Left = 0
  110.       Top = 0
  111.       Width = 950
  112.       Height = 158
  113.       Align = alClient
  114.     end
  115.   end
  116.   object ScrollBox3: TScrollBox
  117.     Left = 1
  118.     Top = 202
  119.     Width = 312
  120.     Height = 175
  121.     HorzScrollBar.Range = 950
  122.     VertScrollBar.Range = 97
  123.     AutoScroll = False
  124.     TabOrder = 3
  125.     object S3: TImage
  126.       Left = 0
  127.       Top = 0
  128.       Width = 950
  129.       Height = 158
  130.       Align = alClient
  131.     end
  132.   end
  133.   object ScrollBox4: TScrollBox
  134.     Left = 316
  135.     Top = 202
  136.     Width = 312
  137.     Height = 175
  138.     HorzScrollBar.Range = 950
  139.     VertScrollBar.Range = 97
  140.     AutoScroll = False
  141.     TabOrder = 4
  142.     object S4: TImage
  143.       Left = 0
  144.       Top = 0
  145.       Width = 950
  146.       Height = 158
  147.       Align = alClient
  148.     end
  149.   end
  150.   object ScrollBar1: TScrollBar
  151.     Left = 152
  152.     Top = 180
  153.     Width = 103
  154.     Height = 12
  155.     Max = 80
  156.     Min = 1
  157.     Position = 1
  158.     TabOrder = 5
  159.     OnChange = ScrollBar1Change
  160.   end
  161.   object ScrollBar2: TScrollBar
  162.     Left = 374
  163.     Top = 180
  164.     Width = 103
  165.     Height = 12
  166.     Max = 80
  167.     Min = 1
  168.     Position = 1
  169.     TabOrder = 6
  170.     OnChange = ScrollBar2Change
  171.   end
  172.   object ScrollBar3: TScrollBar
  173.     Left = 152
  174.     Top = 382
  175.     Width = 103
  176.     Height = 12
  177.     Max = 80
  178.     Min = 1
  179.     Position = 1
  180.     TabOrder = 7
  181.     OnChange = ScrollBar3Change
  182.   end
  183.   object ScrollBar4: TScrollBar
  184.     Left = 374
  185.     Top = 382
  186.     Width = 103
  187.     Height = 12
  188.     Max = 80
  189.     Min = 1
  190.     Position = 1
  191.     TabOrder = 8
  192.     OnChange = ScrollBar4Change
  193.   end
  194.   object CheckBox1: TCheckBox
  195.     Left = 13
  196.     Top = 381
  197.     Width = 105
  198.     Height = 17
  199.     Caption = 'Stejn∩┐╜ m∩┐╜∩┐╜∩┐╜tko'
  200.     Font.Color = clWindowText
  201.     Font.Height = -11
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = [fsBold]
  204.     ParentFont = False
  205.     TabOrder = 9
  206.     OnClick = CheckBox1Click
  207.   end
  208.   object CheckBox2: TCheckBox
  209.     Left = 13
  210.     Top = 180
  211.     Width = 113
  212.     Height = 15
  213.     Caption = 'Shodn∩┐╜ posun'
  214.     Font.Color = clWindowText
  215.     Font.Height = -11
  216.     Font.Name = 'MS Sans Serif'
  217.     Font.Style = [fsBold]
  218.     ParentFont = False
  219.     TabOrder = 10
  220.     OnClick = CheckBox2Click
  221.   end
  222.   object MSOfficeCaption1: TMSOfficeCaption
  223.     AppNameText.FontKind = fkSystemB
  224.     AppNameText.Visible = True
  225.     CaptionText.Caption = 'Graf v∩┐╜ce ∩┐╜∩┐╜sel'
  226.     CaptionText.ColorActive = clYellow
  227.     CaptionText.ColorInactive = clGray
  228.     CaptionText.FontKind = fkSystem
  229.     CaptionText.Visible = True
  230.     CompanyText.FontKind = fkSystemBI
  231.     CompanyText.Visible = True
  232.     Color = clMaroon
  233.     Left = 595
  234.     Top = 5
  235.   end
  236.   object Timer: TTimer
  237.     Enabled = False
  238.     Interval = 100
  239.     OnTimer = TimerTimer
  240.     Left = 600
  241.     Top = 176
  242.   end
  243. end
  244.