home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d123456 / JBDBF.ZIP / TESTDBF1.dfm / TESTDBF1.txt
Text File  |  2001-12-05  |  3KB  |  171 lines

  1. object Form1: TForm1
  2.   Left = 222
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'DEMO - jbDBF maker'
  6.   ClientHeight = 233
  7.   ClientWidth = 320
  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.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 16
  20.     Top = 32
  21.     Width = 201
  22.     Height = 180
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 33
  27.     Width = 28
  28.     Height = 13
  29.     Caption = 'result:'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 8
  34.     Width = 22
  35.     Height = 13
  36.     Caption = 'Path'
  37.   end
  38.   object Button1: TButton
  39.     Left = 224
  40.     Top = 4
  41.     Width = 89
  42.     Height = 33
  43.     Caption = 'End Demo'
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 224
  49.     Top = 136
  50.     Width = 89
  51.     Height = 33
  52.     Caption = 'New,idx'
  53.     TabOrder = 1
  54.     OnClick = Button2Click
  55.   end
  56.   object Button3: TButton
  57.     Left = 224
  58.     Top = 172
  59.     Width = 89
  60.     Height = 33
  61.     Caption = 'Find'
  62.     Enabled = False
  63.     TabOrder = 2
  64.     OnClick = Button3Click
  65.   end
  66.   object Edit1: TPubEdit
  67.     Left = 24
  68.     Top = 48
  69.     Width = 121
  70.     Height = 21
  71.     Color = clWhite
  72.     TabOrder = 3
  73.     Alignment = taLeftJustify
  74.     Capitalize = False
  75.     ColorOnFocus = clYellow
  76.     ColorOnNotFocus = clWhite
  77.     ColorOnDisabled = clBtnFace
  78.     EditType = teString
  79.     Required = False
  80.   end
  81.   object Panel1: TPanel
  82.     Left = 0
  83.     Top = 216
  84.     Width = 320
  85.     Height = 17
  86.     Align = alBottom
  87.     BevelOuter = bvNone
  88.     TabOrder = 4
  89.     object Panel2: TPanel
  90.       Left = 199
  91.       Top = 0
  92.       Width = 121
  93.       Height = 17
  94.       Align = alRight
  95.       Alignment = taLeftJustify
  96.       BevelOuter = bvLowered
  97.       BevelWidth = 2
  98.       TabOrder = 0
  99.     end
  100.     object Panel3: TPanel
  101.       Left = 0
  102.       Top = 0
  103.       Width = 199
  104.       Height = 17
  105.       Align = alClient
  106.       BevelOuter = bvLowered
  107.       BevelWidth = 2
  108.       TabOrder = 1
  109.       object Gauge1: TGauge
  110.         Left = 2
  111.         Top = 2
  112.         Width = 195
  113.         Height = 13
  114.         Align = alClient
  115.         BackColor = clBtnFace
  116.         BorderStyle = bsNone
  117.         ForeColor = clBlue
  118.         Progress = 0
  119.       end
  120.     end
  121.   end
  122.   object ListBox1: TListBox
  123.     Left = 24
  124.     Top = 96
  125.     Width = 185
  126.     Height = 113
  127.     ItemHeight = 13
  128.     TabOrder = 5
  129.   end
  130.   object RadioButton1: TRadioButton
  131.     Left = 24
  132.     Top = 72
  133.     Width = 73
  134.     Height = 17
  135.     Hint = 'Vyhled∩┐╜v∩┐╜ jednu polo∩┐╜ku...'
  136.     Caption = 'One field'
  137.     Checked = True
  138.     ParentShowHint = False
  139.     ShowHint = True
  140.     TabOrder = 6
  141.     TabStop = True
  142.   end
  143.   object RadioButton2: TRadioButton
  144.     Left = 120
  145.     Top = 72
  146.     Width = 81
  147.     Height = 17
  148.     Hint = 'Vyhled∩┐╜v∩┐╜ v∩┐╜ce polo∩┐╜ek...'
  149.     Caption = 'Many fields'
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     TabOrder = 7
  153.   end
  154.   object Edit2: TEdit
  155.     Left = 56
  156.     Top = 5
  157.     Width = 161
  158.     Height = 21
  159.     TabOrder = 8
  160.   end
  161.   object DBF1: TjbDBF
  162.     StoreByIndex = False
  163.     ReadOnly = False
  164.     SaveOnClose = False
  165.     OnFound = DBF1Found
  166.     OnProgress = DBF1Progress
  167.     OnQuery = DBF1Query
  168.     Left = 288
  169.   end
  170. end
  171.