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

  1. object fAddText: TfAddText
  2.   Left = 497
  3.   Top = 242
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Vlo'#382'it na za'#269#225'tek '#345#225'dk'#367'...'
  7.   ClientHeight = 225
  8.   ClientWidth = 345
  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.   DesignSize = (
  20.     345
  21.     225)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object bOK: TButton
  25.     Left = 184
  26.     Top = 192
  27.     Width = 75
  28.     Height = 25
  29.     Anchors = [akRight, akBottom]
  30.     Caption = '&OK'
  31.     Default = True
  32.     Enabled = False
  33.     ModalResult = 1
  34.     TabOrder = 1
  35.     OnClick = bOKClick
  36.   end
  37.   object bCancel: TButton
  38.     Left = 264
  39.     Top = 192
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Cancel = True
  44.     Caption = '&Storno'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48.   object gbOption: TGroupBox
  49.     Left = 8
  50.     Top = 8
  51.     Width = 329
  52.     Height = 177
  53.     TabOrder = 0
  54.     object Bevel1: TBevel
  55.       Left = 1
  56.       Top = 96
  57.       Width = 326
  58.       Height = 9
  59.       Shape = bsTopLine
  60.     end
  61.     object lNum1: TLabel
  62.       Left = 110
  63.       Top = 112
  64.       Width = 9
  65.       Height = 13
  66.       Caption = '1.'
  67.     end
  68.     object Label2: TLabel
  69.       Left = 110
  70.       Top = 152
  71.       Width = 24
  72.       Height = 13
  73.       Caption = #8226' '#8226' '#8226
  74.     end
  75.     object lNum2: TLabel
  76.       Left = 110
  77.       Top = 128
  78.       Width = 9
  79.       Height = 13
  80.       Caption = '2.'
  81.     end
  82.     object lCursor: TLabel
  83.       Left = 248
  84.       Top = 67
  85.       Width = 41
  86.       Height = 13
  87.       Cursor = crHandPoint
  88.       AutoSize = False
  89.       Caption = 'lCursor'
  90.       OnClick = lCursorClick
  91.     end
  92.     object rText: TRadioButton
  93.       Left = 16
  94.       Top = 16
  95.       Width = 145
  96.       Height = 17
  97.       Caption = 'Zadan'#253' text na &za'#269#225'tek'
  98.       Checked = True
  99.       TabOrder = 0
  100.       TabStop = True
  101.       OnClick = eTextChange
  102.     end
  103.     object rNumber: TRadioButton
  104.       Left = 16
  105.       Top = 112
  106.       Width = 89
  107.       Height = 17
  108.       Caption = #268#237'&slov'#225'n'#237
  109.       TabOrder = 3
  110.       OnClick = eTextChange
  111.     end
  112.     object rPoint: TRadioButton
  113.       Left = 16
  114.       Top = 152
  115.       Width = 89
  116.       Height = 17
  117.       Caption = 'O&dr'#225#382'ky'
  118.       TabOrder = 4
  119.       OnClick = eTextChange
  120.     end
  121.     object eText: TComboBox
  122.       Left = 168
  123.       Top = 16
  124.       Width = 145
  125.       Height = 21
  126.       ItemHeight = 13
  127.       TabOrder = 5
  128.       OnChange = eTextChange
  129.     end
  130.     object rTextEnd: TRadioButton
  131.       Left = 16
  132.       Top = 40
  133.       Width = 137
  134.       Height = 17
  135.       Caption = 'Zadan'#253' text na &konec'
  136.       TabOrder = 1
  137.       OnClick = eTextChange
  138.     end
  139.     object rTextToPos: TRadioButton
  140.       Left = 16
  141.       Top = 64
  142.       Width = 137
  143.       Height = 17
  144.       Caption = 'Zadan'#253' text na &pozici'
  145.       TabOrder = 2
  146.       OnClick = eTextChange
  147.     end
  148.     object ePosition: TEdit
  149.       Left = 168
  150.       Top = 64
  151.       Width = 41
  152.       Height = 21
  153.       TabOrder = 6
  154.       Text = '0'
  155.       OnExit = ePositionExit
  156.       OnKeyPress = ePositionKeyPress
  157.     end
  158.     object UpDownPosition: TUpDown
  159.       Left = 209
  160.       Top = 64
  161.       Width = 15
  162.       Height = 21
  163.       Associate = ePosition
  164.       Max = 2048
  165.       TabOrder = 7
  166.     end
  167.     object eNumberFrom: TEdit
  168.       Left = 168
  169.       Top = 112
  170.       Width = 41
  171.       Height = 21
  172.       TabOrder = 8
  173.       Text = '1'
  174.       OnChange = eNumberFromChange
  175.       OnExit = ePositionExit
  176.       OnKeyPress = ePositionKeyPress
  177.     end
  178.     object UpDnFrom: TUpDown
  179.       Left = 209
  180.       Top = 112
  181.       Width = 16
  182.       Height = 21
  183.       Associate = eNumberFrom
  184.       ParentShowHint = False
  185.       Position = 1
  186.       ShowHint = False
  187.       TabOrder = 9
  188.     end
  189.     object eNumNum: TEdit
  190.       Left = 232
  191.       Top = 112
  192.       Width = 25
  193.       Height = 21
  194.       TabOrder = 10
  195.       Text = '1'
  196.       OnChange = eNumberFromChange
  197.       OnExit = ePositionExit
  198.       OnKeyPress = ePositionKeyPress
  199.     end
  200.     object UpDownNum: TUpDown
  201.       Left = 257
  202.       Top = 112
  203.       Width = 16
  204.       Height = 21
  205.       Associate = eNumNum
  206.       Min = 1
  207.       ParentShowHint = False
  208.       Position = 1
  209.       ShowHint = False
  210.       TabOrder = 11
  211.     end
  212.     object eNumAfter: TEdit
  213.       Left = 280
  214.       Top = 112
  215.       Width = 33
  216.       Height = 21
  217.       TabOrder = 12
  218.       Text = '.'
  219.       OnChange = eNumberFromChange
  220.     end
  221.   end
  222. end
  223.