home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kompon / d5 / CSDBPACK.ZIP / DBBrowse.dfm / DBBrowse.txt
Text File  |  2001-12-21  |  7KB  |  214 lines

  1. object frmDBBrowse: TfrmDBBrowse
  2.   Left = 193
  3.   Top = 104
  4.   Width = 578
  5.   Height = 239
  6.   Hint = 'Press Z to zoom in/out, Ctrl-A to Select/Unselect All'
  7.   HorzScrollBar.Smooth = True
  8.   HorzScrollBar.Style = ssFlat
  9.   HorzScrollBar.Tracking = True
  10.   VertScrollBar.Smooth = True
  11.   VertScrollBar.Style = ssFlat
  12.   VertScrollBar.Tracking = True
  13.   ActiveControl = dbgBrowse
  14.   BorderIcons = [biSystemMenu, biMaximize]
  15.   Caption = 'default'
  16.   Color = clBtnFace
  17.   Font.Charset = DEFAULT_CHARSET
  18.   Font.Color = clWindowText
  19.   Font.Height = -11
  20.   Font.Name = 'MS Sans Serif'
  21.   Font.Style = []
  22.   KeyPreview = True
  23.   OldCreateOrder = False
  24.   Position = poOwnerFormCenter
  25.   ShowHint = True
  26.   OnCreate = FormCreate
  27.   OnDestroy = FormDestroy
  28.   OnKeyPress = FormKeyPress
  29.   OnKeyUp = FormKeyUp
  30.   OnShow = FormShow
  31.   PixelsPerInch = 96
  32.   TextHeight = 13
  33.   object Label1: TLabel
  34.     Left = 6
  35.     Top = 185
  36.     Width = 28
  37.     Height = 13
  38.     Anchors = [akLeft, akBottom]
  39.     Caption = 'Find:'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'Verdana'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label2: TLabel
  48.     Left = 169
  49.     Top = 185
  50.     Width = 10
  51.     Height = 13
  52.     Anchors = [akRight, akBottom]
  53.     Caption = 'in'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Verdana'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object btnOK: TBitBtn
  62.     Left = 395
  63.     Top = 180
  64.     Width = 81
  65.     Height = 26
  66.     Anchors = [akRight, akBottom]
  67.     Caption = '&OK'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -11
  71.     Font.Name = 'Verdana'
  72.     Font.Style = []
  73.     ModalResult = 1
  74.     ParentFont = False
  75.     ParentShowHint = False
  76.     ShowHint = True
  77.     TabOrder = 3
  78.     OnClick = btnOKClick
  79.     Glyph.Data = {
  80.       DE010000424DDE01000000000000760000002800000024000000120000000100
  81.       0400000000006801000000000000000000001000000000000000000000000000
  82.       80000080000000808000800000008000800080800000C0C0C000808080000000
  83.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  84.       3333333333333333333333330000333333333333333333333333F33333333333
  85.       00003333344333333333333333388F3333333333000033334224333333333333
  86.       338338F3333333330000333422224333333333333833338F3333333300003342
  87.       222224333333333383333338F3333333000034222A22224333333338F338F333
  88.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  89.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  90.       0000333333333A222433333333333338F338F33300003333333333A222433333
  91.       333333338F338F33000033333333333A222433333333333338F338F300003333
  92.       33333333A222433333333333338F338F00003333333333333A22433333333333
  93.       3338F38F000033333333333333A223333333333333338F830000333333333333
  94.       333A333333333333333338330000333333333333333333333333333333333333
  95.       0000}
  96.     NumGlyphs = 2
  97.   end
  98.   object btnCancel: TBitBtn
  99.     Left = 485
  100.     Top = 180
  101.     Width = 78
  102.     Height = 27
  103.     Anchors = [akRight, akBottom]
  104.     Caption = '&Cancel'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -11
  108.     Font.Name = 'Verdana'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 4
  112.     Kind = bkCancel
  113.   end
  114.   object txtFindText: TEdit
  115.     Left = 35
  116.     Top = 180
  117.     Width = 129
  118.     Height = 21
  119.     Hint = 'Enter search text here. Press ENTER to initiate search.'
  120.     Anchors = [akLeft, akRight, akBottom]
  121.     AutoSelect = False
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clWindowText
  124.     Font.Height = -11
  125.     Font.Name = 'Verdana'
  126.     Font.Style = []
  127.     ParentFont = False
  128.     TabOrder = 1
  129.     OnKeyPress = txtFindTextKeyPress
  130.   end
  131.   object cboFind: TComboBox
  132.     Left = 183
  133.     Top = 180
  134.     Width = 195
  135.     Height = 21
  136.     Style = csDropDownList
  137.     Anchors = [akRight, akBottom]
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'Verdana'
  142.     Font.Style = []
  143.     ItemHeight = 13
  144.     ParentFont = False
  145.     TabOrder = 2
  146.     OnEnter = cboFindEnter
  147.   end
  148.   object dbgBrowse: TDBGrid
  149.     Left = 5
  150.     Top = 5
  151.     Width = 559
  152.     Height = 170
  153.     Anchors = [akLeft, akTop, akRight, akBottom]
  154.     DefaultDrawing = False
  155.     Font.Charset = DEFAULT_CHARSET
  156.     Font.Color = clWindowText
  157.     Font.Height = -11
  158.     Font.Name = 'Verdana'
  159.     Font.Style = []
  160.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  161.     ParentFont = False
  162.     PopupMenu = popGrid
  163.     ReadOnly = True
  164.     TabOrder = 0
  165.     TitleFont.Charset = DEFAULT_CHARSET
  166.     TitleFont.Color = clWindowText
  167.     TitleFont.Height = -11
  168.     TitleFont.Name = 'Verdana'
  169.     TitleFont.Style = []
  170.     OnDrawColumnCell = dbgBrowseDrawColumnCell
  171.     OnKeyDown = dbgBrowseKeyDown
  172.     OnKeyUp = dbgBrowseKeyUp
  173.   end
  174.   object popGrid: TPopupMenu
  175.     Left = 5
  176.     Top = 25
  177.     object Indexby1: TMenuItem
  178.       Tag = 1000
  179.       Bitmap.Data = {
  180.         76010000424D7601000000000000760000002800000020000000100000000100
  181.         04000000000000010000120B0000120B00001000000000000000000000000000
  182.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  183.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  184.         55555555FFFFFFFF5555555000000005555555577777777FF555550999999900
  185.         55555575555555775F55509999999901055557F55555557F75F5001111111101
  186.         105577FFFFFFFF7FF75F00000000000011057777777777775F755070FFFFFF0F
  187.         01105777F555557F75F75500FFFFFF0FF0105577F555FF7F57575550FF700008
  188.         8F0055575FF7777555775555000888888F005555777FFFFFFF77555550000000
  189.         0F055555577777777F7F555550FFFFFF0F05555557F5FFF57F7F555550F000FF
  190.         0005555557F777557775555550FFFFFF0555555557F555FF7F55555550FF7000
  191.         05555555575FF777755555555500055555555555557775555555}
  192.       Caption = 'Index by'
  193.       Hint = 'Changing index or display type will remove all selection.'
  194.     end
  195.     object Displayusing1: TMenuItem
  196.       Tag = 2000
  197.       Bitmap.Data = {
  198.         76010000424D7601000000000000760000002800000020000000100000000100
  199.         04000000000000010000120B0000120B00001000000000000000000000000000
  200.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  201.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  202.         000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
  203.         FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
  204.         00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
  205.         00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
  206.         FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
  207.         0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
  208.         05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
  209.         55557F7777777555555500000005555555557777777555555555}
  210.       Caption = 'Display using'
  211.     end
  212.   end
  213. end
  214.