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

  1. object RGraf: TRGraf
  2.   Left = 98
  3.   Top = 119
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Graf v∩┐╜her pro rozpis'
  7.   ClientHeight = 376
  8.   ClientWidth = 546
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 313
  21.     Top = 343
  22.     Width = 40
  23.     Height = 13
  24.     Caption = 'Datum : '
  25.   end
  26.   object Label2: TLabel
  27.     Left = 352
  28.     Top = 343
  29.     Width = 69
  30.     Height = 13
  31.     AutoSize = False
  32.   end
  33.   object Button2: TButton
  34.     Left = 481
  35.     Top = 336
  36.     Width = 60
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = '&Opustit'
  40.     TabOrder = 0
  41.     OnClick = Button2Click
  42.   end
  43.   object ScrollBox1: TScrollBox
  44.     Left = 5
  45.     Top = 6
  46.     Width = 536
  47.     Height = 313
  48.     HorzScrollBar.Range = 2000
  49.     HorzScrollBar.Position = 532
  50.     HorzScrollBar.Tracking = True
  51.     VertScrollBar.Range = 269
  52.     AutoScroll = False
  53.     Font.Color = clBlack
  54.     Font.Height = -8
  55.     Font.Name = 'Arial Narrow CE'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 1
  59.     object S: TImage
  60.       Left = -532
  61.       Top = 0
  62.       Width = 2000
  63.       Height = 296
  64.       Align = alClient
  65.       Stretch = True
  66.       OnMouseMove = SMouseMove
  67.     end
  68.   end
  69.   object Button3: TButton
  70.     Left = 6
  71.     Top = 336
  72.     Width = 67
  73.     Height = 25
  74.     Caption = 'Zarovnat'
  75.     TabOrder = 2
  76.     OnClick = Button3Click
  77.   end
  78.   object CheckBox1: TCheckBox
  79.     Left = 97
  80.     Top = 324
  81.     Width = 80
  82.     Height = 17
  83.     Caption = '1. po∩┐╜.'
  84.     State = cbChecked
  85.     TabOrder = 3
  86.     OnClick = CheckBox1Click
  87.   end
  88.   object CheckBox2: TCheckBox
  89.     Left = 97
  90.     Top = 340
  91.     Width = 88
  92.     Height = 17
  93.     Caption = '2. po∩┐╜.'
  94.     Font.Color = clGreen
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     State = cbChecked
  100.     TabOrder = 4
  101.     OnClick = CheckBox2Click
  102.   end
  103.   object CheckBox3: TCheckBox
  104.     Left = 97
  105.     Top = 356
  106.     Width = 88
  107.     Height = 17
  108.     Caption = '3. po∩┐╜.'
  109.     Font.Color = clPurple
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     State = cbChecked
  115.     TabOrder = 5
  116.     OnClick = CheckBox3Click
  117.   end
  118.   object CheckBox4: TCheckBox
  119.     Left = 182
  120.     Top = 324
  121.     Width = 83
  122.     Height = 17
  123.     Caption = '4. po∩┐╜.'
  124.     Font.Color = clRed
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = []
  128.     ParentFont = False
  129.     State = cbChecked
  130.     TabOrder = 6
  131.     OnClick = CheckBox4Click
  132.   end
  133.   object CheckBox5: TCheckBox
  134.     Left = 182
  135.     Top = 341
  136.     Width = 91
  137.     Height = 17
  138.     Caption = '5. po∩┐╜.'
  139.     Color = clBtnFace
  140.     Font.Color = clBlue
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentColor = False
  145.     ParentFont = False
  146.     State = cbChecked
  147.     TabOrder = 7
  148.     OnClick = CheckBox5Click
  149.   end
  150.   object MSOfficeCaption1: TMSOfficeCaption
  151.     AppNameText.FontKind = fkSystemB
  152.     AppNameText.Visible = True
  153.     CaptionText.Caption = 'Graf v∩┐╜her pro rozpis'
  154.     CaptionText.ColorActive = clYellow
  155.     CaptionText.ColorInactive = clYellow
  156.     CaptionText.FontKind = fkSystem
  157.     CaptionText.Visible = True
  158.     CompanyText.FontKind = fkSystemBI
  159.     CompanyText.Visible = True
  160.     Left = 512
  161.   end
  162. end
  163.