home *** CD-ROM | disk | FTP | other *** search
- object fSort: TfSort
- Left = 371
- Top = 221
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Set'#345#237'dit...'
- ClientHeight = 193
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_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 bCancel: TButton
- Left = 296
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 4
- end
- object bOK: TButton
- Left = 216
- Top = 160
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = bOKClick
- end
- object gbDirection: TGroupBox
- Left = 8
- Top = 8
- Width = 177
- Height = 97
- Caption = 'Sm'#283'r t'#345#237'd'#283'n'#237
- TabOrder = 0
- object rAscending: TRadioButton
- Left = 16
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Vzestupn'#283
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rDescending: TRadioButton
- Left = 16
- Top = 32
- Width = 137
- Height = 17
- Caption = 'Sestupn'#283
- TabOrder = 1
- end
- object cCharCaseDiff: TCheckBox
- Left = 16
- Top = 56
- Width = 145
- Height = 17
- Caption = 'Rozli'#353'ovat velikost p'#237'smen'
- TabOrder = 2
- end
- object cRemDuplic: TCheckBox
- Left = 16
- Top = 72
- Width = 145
- Height = 17
- Caption = 'Odstranit duplicity'
- TabOrder = 3
- end
- end
- object gbAdvanced: TGroupBox
- Left = 192
- Top = 8
- Width = 177
- Height = 97
- Caption = 'Pokro'#269'il'#233
- TabOrder = 2
- object lColBegin: TLabel
- Left = 16
- Top = 47
- Width = 80
- Height = 13
- Caption = 'Za'#269#225'tek sloupce'
- end
- object lColEnd: TLabel
- Left = 16
- Top = 71
- Width = 71
- Height = 13
- Caption = 'Konec sloupce'
- end
- object cColumn: TCheckBox
- Left = 16
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Podle sloupce'
- TabOrder = 0
- OnClick = cColumnClick
- end
- object eColBegin: TEdit
- Left = 112
- Top = 44
- Width = 49
- Height = 21
- Enabled = False
- TabOrder = 1
- Text = '1'
- OnExit = eColBeginExit
- OnKeyPress = eColBeginKeyPress
- end
- object eColEnd: TEdit
- Left = 112
- Top = 68
- Width = 49
- Height = 21
- Enabled = False
- TabOrder = 2
- Text = '1'
- OnExit = eColBeginExit
- OnKeyPress = eColBeginKeyPress
- end
- end
- object gbSortBy: TGroupBox
- Left = 8
- Top = 112
- Width = 177
- Height = 73
- Caption = 'T'#345#237'dit podle'
- TabOrder = 1
- object rANSI: TRadioButton
- Left = 16
- Top = 16
- Width = 153
- Height = 17
- Caption = 'ANSI hodnoty'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object cASCII: TRadioButton
- Left = 16
- Top = 32
- Width = 153
- Height = 17
- Caption = 'ASCII hodnoty'
- TabOrder = 1
- end
- object rNumber: TRadioButton
- Left = 16
- Top = 48
- Width = 153
- Height = 17
- Caption = #268#237'seln'#233' hodnoty'
- TabOrder = 2
- end
- end
- end
-