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

  1. object FormDictImportDB: TFormDictImportDB
  2.   Left = 295
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import from database'
  6.   ClientHeight = 291
  7.   ClientWidth = 376
  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.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 12
  25.     Top = 12
  26.     Width = 123
  27.     Height = 269
  28.     Picture.Data = {<image000.bmp>}
  29.     Stretch = True
  30.   end
  31.   object StaticDB: TStatic
  32.     Left = 156
  33.     Top = 28
  34.     Width = 97
  35.     Height = 21
  36.   end
  37.   object Label1: TLabel
  38.     Left = 156
  39.     Top = 12
  40.     Width = 46
  41.     Height = 13
  42.     Caption = 'Datab∩┐╜ze'
  43.   end
  44.   object Frame1: TFrame
  45.     Left = 156
  46.     Top = 168
  47.     Width = 209
  48.     Height = 113
  49.     Caption = 'Pr∩┐╜b∩┐╜h'
  50.   end
  51.   object LabelPerc: TLabel
  52.     Left = 252
  53.     Top = 192
  54.     Width = 14
  55.     Height = 13
  56.     Caption = '0%'
  57.   end
  58.   object LabelInserted: TLabel
  59.     Left = 164
  60.     Top = 244
  61.     Width = 50
  62.     Height = 13
  63.     Caption = 'Vlo∩┐╜eno: 0'
  64.   end
  65.   object LabelUpdated: TLabel
  66.     Left = 164
  67.     Top = 260
  68.     Width = 64
  69.     Height = 13
  70.     Caption = 'Nahrazeno: 0'
  71.   end
  72.   object LabelDone: TLabel
  73.     Left = 200
  74.     Top = 208
  75.     Width = 113
  76.     Height = 13
  77.     Alignment = taCenter
  78.     AutoSize = False
  79.     Caption = 'Hotovo.'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     Visible = False
  87.   end
  88.   object StaticServer: TStatic
  89.     Left = 264
  90.     Top = 28
  91.     Width = 97
  92.     Height = 21
  93.   end
  94.   object Label2: TLabel
  95.     Left = 264
  96.     Top = 12
  97.     Width = 55
  98.     Height = 13
  99.     Caption = 'SQL Server'
  100.   end
  101.   object RadiosDupl: TRadios
  102.     Left = 156
  103.     Top = 64
  104.     Width = 209
  105.     Height = 89
  106.     Caption = 'Ji∩┐╜ existuj∩┐╜c∩┐╜ hodnoty'
  107.     EnableMask = -1
  108.     ItemIndex = 0
  109.     Items.Strings = (
  110.       '&Ponechat beze zm∩┐╜n'
  111.       '&Nahradit'
  112.       '&Zeptat se')
  113.     TabOrder = 0
  114.   end
  115.   object ProgressBar: TProgressBar
  116.     Left = 168
  117.     Top = 208
  118.     Width = 185
  119.     Height = 16
  120.     Min = 0
  121.     Max = 100
  122.     Step = 1
  123.     TabOrder = 2
  124.   end
  125.   object BtnState: TButton
  126.     Left = 280
  127.     Top = 244
  128.     Width = 75
  129.     Height = 25
  130.     Caption = 'Start'
  131.     TabOrder = 1
  132.     OnClick = BtnStateClick
  133.   end
  134. end
  135.