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

  1. object fConvertors: TfConvertors
  2.   Left = 318
  3.   Top = 205
  4.   Anchors = [akLeft, akTop, akBottom]
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'U'#382'ivatelsk'#233' konvertory'
  8.   ClientHeight = 392
  9.   ClientWidth = 356
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object gridConv: TStringGrid
  23.     Left = 0
  24.     Top = 0
  25.     Width = 356
  26.     Height = 353
  27.     Align = alTop
  28.     ColCount = 2
  29.     Ctl3D = False
  30.     DefaultRowHeight = 16
  31.     FixedCols = 0
  32.     RowCount = 1
  33.     FixedRows = 0
  34.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  35.     ParentCtl3D = False
  36.     ScrollBars = ssVertical
  37.     TabOrder = 0
  38.     OnDblClick = gridConvDblClick
  39.     OnDrawCell = gridConvDrawCell
  40.     OnKeyPress = gridConvKeyPress
  41.     ColWidths = (
  42.       221
  43.       130)
  44.   end
  45.   object bOK: TButton
  46.     Left = 192
  47.     Top = 360
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Ok'
  51.     Default = True
  52.     Enabled = False
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.   end
  56.   object bCancel: TButton
  57.     Left = 272
  58.     Top = 360
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = '&Storno'
  63.     ModalResult = 2
  64.     TabOrder = 2
  65.   end
  66.   object bModify: TButton
  67.     Left = 8
  68.     Top = 360
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Upravit'
  72.     TabOrder = 3
  73.     OnClick = bModifyClick
  74.   end
  75. end
  76.