home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFVARIABLES / TFVARIABLES.txt
Encoding:
Text File  |  2004-06-06  |  2.8 KB  |  116 lines

  1. object fVariables: TfVariables
  2.   Left = 326
  3.   Top = 174
  4.   Width = 409
  5.   Height = 270
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Prom'#283'nn'#233
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl: TPageControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 401
  25.     Height = 236
  26.     ActivePage = tabVarSyst
  27.     Align = alClient
  28.     TabOrder = 0
  29.     object tabVarSyst: TTabSheet
  30.       Caption = 'Syst'#233'mov'#233
  31.       ImageIndex = 2
  32.       object gridSyst: TStringGrid
  33.         Left = 0
  34.         Top = 0
  35.         Width = 393
  36.         Height = 208
  37.         Align = alClient
  38.         Color = clBtnFace
  39.         ColCount = 2
  40.         Ctl3D = False
  41.         DefaultRowHeight = 16
  42.         FixedCols = 0
  43.         RowCount = 9
  44.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
  45.         ParentCtl3D = False
  46.         ScrollBars = ssVertical
  47.         TabOrder = 0
  48.         OnGetEditText = gridSystGetEditText
  49.         OnKeyPress = gridProgKeyPress
  50.         OnSetEditText = gridSystSetEditText
  51.         ColWidths = (
  52.           98
  53.           289)
  54.       end
  55.     end
  56.     object tabVarProg: TTabSheet
  57.       Caption = 'Programov'#233
  58.       object gridProg: TStringGrid
  59.         Left = 0
  60.         Top = 0
  61.         Width = 393
  62.         Height = 208
  63.         Align = alClient
  64.         ColCount = 2
  65.         Ctl3D = False
  66.         DefaultRowHeight = 16
  67.         FixedCols = 0
  68.         RowCount = 9
  69.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
  70.         ParentCtl3D = False
  71.         ScrollBars = ssVertical
  72.         TabOrder = 0
  73.         OnDrawCell = gridProgDrawCell
  74.         OnKeyPress = gridProgKeyPress
  75.         ColWidths = (
  76.           98
  77.           289)
  78.         RowHeights = (
  79.           16
  80.           16
  81.           16
  82.           16
  83.           16
  84.           16
  85.           16
  86.           16
  87.           16)
  88.       end
  89.     end
  90.     object tabVarUser: TTabSheet
  91.       Caption = 'U'#382'ivatelsk'#233
  92.       ImageIndex = 1
  93.       object gridUser: TStringGrid
  94.         Left = 0
  95.         Top = 0
  96.         Width = 393
  97.         Height = 208
  98.         Align = alClient
  99.         ColCount = 2
  100.         Ctl3D = False
  101.         DefaultRowHeight = 16
  102.         FixedCols = 0
  103.         RowCount = 25
  104.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
  105.         ParentCtl3D = False
  106.         ScrollBars = ssVertical
  107.         TabOrder = 0
  108.         OnKeyPress = gridProgKeyPress
  109.         ColWidths = (
  110.           98
  111.           271)
  112.       end
  113.     end
  114.   end
  115. end
  116.