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

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