home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMDICTPROPS / TFORMDICTPROPS.txt < prev   
Text File  |  1999-09-06  |  2KB  |  113 lines

  1. object FormDictProps: TFormDictProps
  2.   Left = 322
  3.   Top = 221
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nov∩┐╜ slovn∩┐╜k, vlastnosti'
  6.   ClientHeight = 237
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ImageProps: TImage
  19.     Left = 24
  20.     Top = 20
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Transparent = True
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 285
  31.     Height = 185
  32.     Shape = bsFrame
  33.   end
  34.   object LabelPlus1: TLabelPlus
  35.     Left = 80
  36.     Top = 80
  37.     Width = 46
  38.     Height = 13
  39.     Caption = 'Datab∩┐╜ze'
  40.     FocusControl = ComboDB
  41.     Attached = True
  42.   end
  43.   object ImageNew: TImage
  44.     Left = 24
  45.     Top = 20
  46.     Width = 32
  47.     Height = 32
  48.     AutoSize = True
  49.     Picture.Data = {<image001.bmp>}
  50.     Transparent = True
  51.   end
  52.   object Label1: TLabel
  53.     Left = 80
  54.     Top = 28
  55.     Width = 197
  56.     Height = 45
  57.     AutoSize = False
  58.     Caption = 
  59.       'Zvolte datab∩┐╜zi, ke kter∩┐╜ bude slovn∩┐╜k p∩┐╜i∩┐╜azen a typ SQL server' +
  60.       'u kv∩┐╜li importovac∩┐╜m funkc∩┐╜m.'
  61.     WordWrap = True
  62.   end
  63.   object LabelPlus2: TLabelPlus
  64.     Left = 80
  65.     Top = 132
  66.     Width = 80
  67.     Height = 13
  68.     Caption = 'Typ SQL serveru'
  69.     FocusControl = ComboServer
  70.     Attached = True
  71.   end
  72.   object BtnOk: TButton
  73.     Left = 135
  74.     Top = 204
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'OK'
  78.     Default = True
  79.     Enabled = False
  80.     ModalResult = 1
  81.     TabOrder = 2
  82.   end
  83.   object BtnCancel: TButton
  84.     Left = 215
  85.     Top = 204
  86.     Width = 75
  87.     Height = 25
  88.     Cancel = True
  89.     Caption = 'Storno'
  90.     ModalResult = 2
  91.     TabOrder = 3
  92.   end
  93.   object ComboDB: TComboBox
  94.     Left = 80
  95.     Top = 96
  96.     Width = 177
  97.     Height = 21
  98.     ItemHeight = 13
  99.     TabOrder = 0
  100.     OnChange = ComboDBChange
  101.     OnDropDown = ComboDBDropDown
  102.   end
  103.   object ComboServer: TComboBox
  104.     Left = 80
  105.     Top = 148
  106.     Width = 177
  107.     Height = 21
  108.     Style = csDropDownList
  109.     ItemHeight = 13
  110.     TabOrder = 1
  111.   end
  112. end
  113.