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

  1. object fCodeFormat: TfCodeFormat
  2.   Left = 535
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Form'#225'tov'#225'n'#237' k'#243'du'
  7.   ClientHeight = 377
  8.   ClientWidth = 258
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_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.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ListBox: TCheckListBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 241
  25.     Height = 225
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -12
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ItemHeight = 16
  32.     ParentFont = False
  33.     Style = lbOwnerDrawFixed
  34.     TabOrder = 0
  35.     OnDrawItem = ListBoxDrawItem
  36.   end
  37.   object gbCharCase: TGroupBox
  38.     Left = 8
  39.     Top = 240
  40.     Width = 241
  41.     Height = 97
  42.     Caption = 'Velikost p'#237'smen'
  43.     TabOrder = 1
  44.     object rToUpper: TRadioButton
  45.       Left = 8
  46.       Top = 24
  47.       Width = 193
  48.       Height = 17
  49.       Caption = 'Na velk'#225' p'#237'smena'
  50.       Checked = True
  51.       TabOrder = 0
  52.       TabStop = True
  53.     end
  54.     object rToLower: TRadioButton
  55.       Left = 8
  56.       Top = 48
  57.       Width = 193
  58.       Height = 17
  59.       Caption = 'Na mal'#225' p'#237'smena'
  60.       TabOrder = 1
  61.     end
  62.     object rCapitalize: TRadioButton
  63.       Left = 8
  64.       Top = 72
  65.       Width = 185
  66.       Height = 17
  67.       Caption = 'Prvn'#237' p'#237'smena velk'#225
  68.       TabOrder = 2
  69.     end
  70.   end
  71.   object bOK: TButton
  72.     Left = 96
  73.     Top = 344
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&OK'
  77.     Default = True
  78.     TabOrder = 2
  79.     OnClick = bOKClick
  80.   end
  81.   object bCancel: TButton
  82.     Left = 176
  83.     Top = 344
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = '&Storno'
  88.     TabOrder = 3
  89.     OnClick = bCancelClick
  90.   end
  91. end
  92.