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

  1. object fSort: TfSort
  2.   Left = 371
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Set'#345#237'dit...'
  7.   ClientHeight = 193
  8.   ClientWidth = 377
  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.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bCancel: TButton
  22.     Left = 296
  23.     Top = 160
  24.     Width = 75
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = '&Storno'
  28.     ModalResult = 2
  29.     TabOrder = 4
  30.   end
  31.   object bOK: TButton
  32.     Left = 216
  33.     Top = 160
  34.     Width = 75
  35.     Height = 25
  36.     Caption = '&OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 3
  40.     OnClick = bOKClick
  41.   end
  42.   object gbDirection: TGroupBox
  43.     Left = 8
  44.     Top = 8
  45.     Width = 177
  46.     Height = 97
  47.     Caption = 'Sm'#283'r t'#345#237'd'#283'n'#237
  48.     TabOrder = 0
  49.     object rAscending: TRadioButton
  50.       Left = 16
  51.       Top = 16
  52.       Width = 137
  53.       Height = 17
  54.       Caption = 'Vzestupn'#283
  55.       Checked = True
  56.       TabOrder = 0
  57.       TabStop = True
  58.     end
  59.     object rDescending: TRadioButton
  60.       Left = 16
  61.       Top = 32
  62.       Width = 137
  63.       Height = 17
  64.       Caption = 'Sestupn'#283
  65.       TabOrder = 1
  66.     end
  67.     object cCharCaseDiff: TCheckBox
  68.       Left = 16
  69.       Top = 56
  70.       Width = 145
  71.       Height = 17
  72.       Caption = 'Rozli'#353'ovat velikost p'#237'smen'
  73.       TabOrder = 2
  74.     end
  75.     object cRemDuplic: TCheckBox
  76.       Left = 16
  77.       Top = 72
  78.       Width = 145
  79.       Height = 17
  80.       Caption = 'Odstranit duplicity'
  81.       TabOrder = 3
  82.     end
  83.   end
  84.   object gbAdvanced: TGroupBox
  85.     Left = 192
  86.     Top = 8
  87.     Width = 177
  88.     Height = 97
  89.     Caption = 'Pokro'#269'il'#233
  90.     TabOrder = 2
  91.     object lColBegin: TLabel
  92.       Left = 16
  93.       Top = 47
  94.       Width = 80
  95.       Height = 13
  96.       Caption = 'Za'#269#225'tek sloupce'
  97.     end
  98.     object lColEnd: TLabel
  99.       Left = 16
  100.       Top = 71
  101.       Width = 71
  102.       Height = 13
  103.       Caption = 'Konec sloupce'
  104.     end
  105.     object cColumn: TCheckBox
  106.       Left = 16
  107.       Top = 16
  108.       Width = 137
  109.       Height = 17
  110.       Caption = 'Podle sloupce'
  111.       TabOrder = 0
  112.       OnClick = cColumnClick
  113.     end
  114.     object eColBegin: TEdit
  115.       Left = 112
  116.       Top = 44
  117.       Width = 49
  118.       Height = 21
  119.       Enabled = False
  120.       TabOrder = 1
  121.       Text = '1'
  122.       OnExit = eColBeginExit
  123.       OnKeyPress = eColBeginKeyPress
  124.     end
  125.     object eColEnd: TEdit
  126.       Left = 112
  127.       Top = 68
  128.       Width = 49
  129.       Height = 21
  130.       Enabled = False
  131.       TabOrder = 2
  132.       Text = '1'
  133.       OnExit = eColBeginExit
  134.       OnKeyPress = eColBeginKeyPress
  135.     end
  136.   end
  137.   object gbSortBy: TGroupBox
  138.     Left = 8
  139.     Top = 112
  140.     Width = 177
  141.     Height = 73
  142.     Caption = 'T'#345#237'dit podle'
  143.     TabOrder = 1
  144.     object rANSI: TRadioButton
  145.       Left = 16
  146.       Top = 16
  147.       Width = 153
  148.       Height = 17
  149.       Caption = 'ANSI hodnoty'
  150.       Checked = True
  151.       TabOrder = 0
  152.       TabStop = True
  153.     end
  154.     object cASCII: TRadioButton
  155.       Left = 16
  156.       Top = 32
  157.       Width = 153
  158.       Height = 17
  159.       Caption = 'ASCII hodnoty'
  160.       TabOrder = 1
  161.     end
  162.     object rNumber: TRadioButton
  163.       Left = 16
  164.       Top = 48
  165.       Width = 153
  166.       Height = 17
  167.       Caption = #268#237'seln'#233' hodnoty'
  168.       TabOrder = 2
  169.     end
  170.   end
  171. end
  172.