home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / BiffEdit / USearchDialog.dfm < prev    next >
Text File  |  2002-04-27  |  4KB  |  216 lines

  1. object SearchDialog: TSearchDialog
  2.   Left = 350
  3.   Top = 194
  4.   ActiveControl = IdName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search for:'
  7.   ClientHeight = 256
  8.   ClientWidth = 349
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 216
  20.     Top = 8
  21.     Width = 12
  22.     Height = 13
  23.     Caption = '&Id:'
  24.     FocusControl = Id
  25.   end
  26.   object Label2: TLabel
  27.     Left = 40
  28.     Top = 8
  29.     Width = 43
  30.     Height = 13
  31.     Caption = 'Id &Name:'
  32.     FocusControl = IdName
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 8
  36.     Top = 216
  37.     Width = 329
  38.     Height = 25
  39.     Shape = bsTopLine
  40.   end
  41.   object Shape1: TShape
  42.     Left = 16
  43.     Top = 27
  44.     Width = 17
  45.     Height = 17
  46.     Brush.Color = clGreen
  47.     Shape = stRoundSquare
  48.   end
  49.   object Label4: TLabel
  50.     Left = 40
  51.     Top = 56
  52.     Width = 43
  53.     Height = 13
  54.     Caption = 'Id &Name:'
  55.     FocusControl = Edit1
  56.   end
  57.   object Label5: TLabel
  58.     Left = 216
  59.     Top = 56
  60.     Width = 12
  61.     Height = 13
  62.     Caption = '&Id:'
  63.     FocusControl = Edit2
  64.   end
  65.   object Shape2: TShape
  66.     Left = 16
  67.     Top = 75
  68.     Width = 17
  69.     Height = 17
  70.     Brush.Color = clGray
  71.     Shape = stRoundSquare
  72.   end
  73.   object Shape3: TShape
  74.     Left = 16
  75.     Top = 123
  76.     Width = 17
  77.     Height = 17
  78.     Brush.Color = clTeal
  79.     Shape = stRoundSquare
  80.   end
  81.   object Label6: TLabel
  82.     Left = 40
  83.     Top = 104
  84.     Width = 43
  85.     Height = 13
  86.     Caption = 'Id &Name:'
  87.     FocusControl = Edit3
  88.   end
  89.   object Label7: TLabel
  90.     Left = 216
  91.     Top = 104
  92.     Width = 12
  93.     Height = 13
  94.     Caption = '&Id:'
  95.     FocusControl = Edit4
  96.   end
  97.   object Shape4: TShape
  98.     Left = 16
  99.     Top = 171
  100.     Width = 17
  101.     Height = 17
  102.     Brush.Color = clOlive
  103.     Shape = stRoundSquare
  104.   end
  105.   object Label8: TLabel
  106.     Left = 40
  107.     Top = 152
  108.     Width = 43
  109.     Height = 13
  110.     Caption = 'Id &Name:'
  111.     FocusControl = Edit5
  112.   end
  113.   object Label9: TLabel
  114.     Left = 216
  115.     Top = 152
  116.     Width = 12
  117.     Height = 13
  118.     Caption = '&Id:'
  119.     FocusControl = Edit6
  120.   end
  121.   object Label3: TLabel
  122.     Left = 192
  123.     Top = 32
  124.     Width = 11
  125.     Height = 13
  126.     Caption = 'Or'
  127.   end
  128.   object Label10: TLabel
  129.     Left = 192
  130.     Top = 80
  131.     Width = 11
  132.     Height = 13
  133.     Caption = 'Or'
  134.   end
  135.   object Label11: TLabel
  136.     Left = 192
  137.     Top = 128
  138.     Width = 11
  139.     Height = 13
  140.     Caption = 'Or'
  141.   end
  142.   object Label12: TLabel
  143.     Left = 192
  144.     Top = 176
  145.     Width = 11
  146.     Height = 13
  147.     Caption = 'Or'
  148.   end
  149.   object BitBtn1: TBitBtn
  150.     Left = 137
  151.     Top = 224
  152.     Width = 75
  153.     Height = 25
  154.     TabOrder = 8
  155.     Kind = bkOK
  156.   end
  157.   object Id: TEdit
  158.     Left = 216
  159.     Top = 24
  160.     Width = 121
  161.     Height = 21
  162.     TabOrder = 1
  163.   end
  164.   object IdName: TEdit
  165.     Left = 40
  166.     Top = 24
  167.     Width = 145
  168.     Height = 21
  169.     TabOrder = 0
  170.     Text = 'BOF'
  171.   end
  172.   object Edit1: TEdit
  173.     Left = 40
  174.     Top = 72
  175.     Width = 145
  176.     Height = 21
  177.     TabOrder = 2
  178.     Text = 'EOF'
  179.   end
  180.   object Edit2: TEdit
  181.     Left = 216
  182.     Top = 72
  183.     Width = 121
  184.     Height = 21
  185.     TabOrder = 3
  186.   end
  187.   object Edit3: TEdit
  188.     Left = 40
  189.     Top = 120
  190.     Width = 145
  191.     Height = 21
  192.     TabOrder = 4
  193.   end
  194.   object Edit4: TEdit
  195.     Left = 216
  196.     Top = 120
  197.     Width = 121
  198.     Height = 21
  199.     TabOrder = 5
  200.   end
  201.   object Edit5: TEdit
  202.     Left = 40
  203.     Top = 168
  204.     Width = 145
  205.     Height = 21
  206.     TabOrder = 6
  207.   end
  208.   object Edit6: TEdit
  209.     Left = 216
  210.     Top = 168
  211.     Width = 121
  212.     Height = 21
  213.     TabOrder = 7
  214.   end
  215. end
  216.