home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / bdedll.pak / APPUNIT1.DFM / APPUNIT1.txt
Encoding:
Text File  |  1995-08-24  |  3.1 KB  |  98 lines

  1. object AppForm1: TAppForm1
  2.   Left = 237
  3.   Top = 189
  4.   AutoScroll = False
  5.   Caption = 'Application Form'
  6.   ClientHeight = 71
  7.   ClientWidth = 434
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object OpenTableLabel1: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 80
  18.     Height = 16
  19.     Caption = 'Table name:'
  20.   end
  21.   object TableNameEdit1: TEdit
  22.     Left = 96
  23.     Top = 8
  24.     Width = 225
  25.     Height = 21
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object SelectBtn1: TBitBtn
  34.     Left = 336
  35.     Top = 8
  36.     Width = 89
  37.     Height = 25
  38.     Caption = 'Select...'
  39.     TabOrder = 1
  40.     OnClick = SelectBtn1Click
  41.     Glyph.Data = {
  42.       76010000424D7601000000000000760000002800000020000000100000000100
  43.       04000000000000010000130B0000130B00000000000000000000000000000000
  44.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  45.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  46.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  47.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  48.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  49.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  50.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  51.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  52.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  53.       3BB33773333773333773B333333B3333333B7333333733333337}
  54.     NumGlyphs = 2
  55.   end
  56.   object ViewBtn1: TBitBtn
  57.     Left = 96
  58.     Top = 40
  59.     Width = 113
  60.     Height = 25
  61.     Caption = 'View table...'
  62.     TabOrder = 2
  63.     OnClick = ViewBtn1Click
  64.     Glyph.Data = {
  65.       78010000424D7801000000000000760000002800000020000000100000000100
  66.       04000000000000000000120B0000120B00000000000000000000000000000000
  67.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  68.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  69.       0000333377777777777733330FFFFFFFFFF033337F3FFF3F3FF733330F000F0F
  70.       00F033337F777373773733330FFFFFFFFFF033337F3FF3FF3FF733330F00F00F
  71.       00F033337F773773773733330FFFFFFFFFF033337FF3333FF3F7333300FFFF00
  72.       F0F03333773FF377F7373330FB00F0F0FFF0333733773737F3F7330FB0BF0FB0
  73.       F0F0337337337337373730FBFBF0FB0FFFF037F333373373333730BFBF0FB0FF
  74.       FFF037F3337337333FF700FBFBFB0FFF000077F333337FF37777E0BFBFB000FF
  75.       0FF077FF3337773F7F37EE0BFB0BFB0F0F03777FF3733F737F73EEE0BFBF00FF
  76.       00337777FFFF77FF7733EEEE00000000033377777777777773330000}
  77.     NumGlyphs = 2
  78.   end
  79.   object BitBtn1: TBitBtn
  80.     Left = 232
  81.     Top = 40
  82.     Width = 89
  83.     Height = 25
  84.     Caption = 'E&xit'
  85.     TabOrder = 3
  86.     OnClick = BitBtn1Click
  87.     Kind = bkClose
  88.   end
  89.   object OpenDialog1: TOpenDialog
  90.     FileName = '*.db;*.dbf'
  91.     Filter = 'Paradox and dBase files|*.db;*.dbf'
  92.     Options = [ofExtensionDifferent, ofPathMustExist, ofFileMustExist]
  93.     Title = 'Open Database Table'
  94.     Left = 16
  95.     Top = 32
  96.   end
  97. end
  98.