home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Akce / Program / Program.cab / Mill6.exe1 / 0 / RCDATA / TFORMEDIT / TFORMEDIT.txt
Text File  |  2002-11-27  |  3KB  |  172 lines

  1. object FormEdit: TFormEdit
  2.   Left = 702
  3.   Top = 375
  4.   BorderStyle = bsDialog
  5.   Caption = 'User dictionary entry'
  6.   ClientHeight = 297
  7.   ClientWidth = 461
  8.   Color = clBtnFace
  9.   Font.Charset = EASTEUROPE_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Lang1Label: TLabel
  21.     Left = 14
  22.     Top = 30
  23.     Width = 37
  24.     Height = 16
  25.     Caption = 'Jazyk1'
  26.   end
  27.   object Lang2Label: TLabel
  28.     Left = 14
  29.     Top = 101
  30.     Width = 42
  31.     Height = 16
  32.     Caption = 'Jazyk2:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 14
  36.     Top = 171
  37.     Width = 63
  38.     Height = 16
  39.     Caption = 'Pozn'#225'mka:'
  40.   end
  41.   object Label6: TLabel
  42.     Left = 14
  43.     Top = 55
  44.     Width = 46
  45.     Height = 16
  46.     Caption = 'K heslu:'
  47.   end
  48.   object Label7: TLabel
  49.     Left = 14
  50.     Top = 132
  51.     Width = 46
  52.     Height = 16
  53.     Caption = 'K heslu:'
  54.   end
  55.   object Label8: TLabel
  56.     Left = 14
  57.     Top = 200
  58.     Width = 33
  59.     Height = 16
  60.     Caption = 'Obor:'
  61.   end
  62.   object Bevel1: TBevel
  63.     Left = 16
  64.     Top = 240
  65.     Width = 433
  66.     Height = 9
  67.     Shape = bsTopLine
  68.   end
  69.   object Button1: TButton
  70.     Left = 232
  71.     Top = 255
  72.     Width = 100
  73.     Height = 28
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 2
  78.   end
  79.   object Button2: TButton
  80.     Left = 347
  81.     Top = 255
  82.     Width = 100
  83.     Height = 28
  84.     Cancel = True
  85.     Caption = 'Storno'
  86.     ModalResult = 2
  87.     TabOrder = 3
  88.   end
  89.   object EditArticle1: TComboBox
  90.     Left = 328
  91.     Top = 24
  92.     Width = 113
  93.     Height = 24
  94.     Style = csDropDownList
  95.     ItemHeight = 16
  96.     ItemIndex = 0
  97.     TabOrder = 0
  98.     Text = 'm'
  99.     Items.Strings = (
  100.       'm'
  101.       'f'
  102.       'n'
  103.       'mn'
  104.       'fn')
  105.   end
  106.   object EditArticle2: TComboBox
  107.     Left = 328
  108.     Top = 96
  109.     Width = 113
  110.     Height = 24
  111.     Style = csDropDownList
  112.     ItemHeight = 16
  113.     ItemIndex = 0
  114.     TabOrder = 1
  115.     Text = 'm'
  116.     Items.Strings = (
  117.       'm'
  118.       'f'
  119.       'n'
  120.       'mn'
  121.       'fn')
  122.   end
  123.   object EditLang1: TTntEdit
  124.     Left = 104
  125.     Top = 24
  126.     Width = 217
  127.     Height = 24
  128.     TabOrder = 4
  129.     OnEnter = EditLang1Enter
  130.   end
  131.   object EditLang2: TTntEdit
  132.     Left = 104
  133.     Top = 96
  134.     Width = 217
  135.     Height = 24
  136.     TabOrder = 5
  137.     OnEnter = EditLang2Enter
  138.   end
  139.   object EditComment: TTntEdit
  140.     Left = 104
  141.     Top = 168
  142.     Width = 217
  143.     Height = 24
  144.     TabOrder = 6
  145.   end
  146.   object EditProfession: TTntComboBox
  147.     Left = 104
  148.     Top = 200
  149.     Width = 217
  150.     Height = 24
  151.     Style = csDropDownList
  152.     ItemHeight = 16
  153.     TabOrder = 7
  154.   end
  155.   object EditKey1: TTntEdit
  156.     Left = 104
  157.     Top = 56
  158.     Width = 217
  159.     Height = 24
  160.     TabOrder = 8
  161.     OnEnter = EditKey1Enter
  162.   end
  163.   object EditKey2: TTntEdit
  164.     Left = 104
  165.     Top = 128
  166.     Width = 217
  167.     Height = 24
  168.     TabOrder = 9
  169.     OnEnter = EditKey2Enter
  170.   end
  171. end
  172.