home *** CD-ROM | disk | FTP | other *** search
- object fCodeFormat: TfCodeFormat
- Left = 535
- Top = 137
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Form'#225'tov'#225'n'#237' k'#243'du'
- ClientHeight = 377
- ClientWidth = 258
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListBox: TCheckListBox
- Left = 8
- Top = 8
- Width = 241
- Height = 225
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDrawItem = ListBoxDrawItem
- end
- object gbCharCase: TGroupBox
- Left = 8
- Top = 240
- Width = 241
- Height = 97
- Caption = 'Velikost p'#237'smen'
- TabOrder = 1
- object rToUpper: TRadioButton
- Left = 8
- Top = 24
- Width = 193
- Height = 17
- Caption = 'Na velk'#225' p'#237'smena'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rToLower: TRadioButton
- Left = 8
- Top = 48
- Width = 193
- Height = 17
- Caption = 'Na mal'#225' p'#237'smena'
- TabOrder = 1
- end
- object rCapitalize: TRadioButton
- Left = 8
- Top = 72
- Width = 185
- Height = 17
- Caption = 'Prvn'#237' p'#237'smena velk'#225
- TabOrder = 2
- end
- end
- object bOK: TButton
- Left = 96
- Top = 344
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 176
- Top = 344
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- TabOrder = 3
- OnClick = bCancelClick
- end
- end
-