home *** CD-ROM | disk | FTP | other *** search
- object AppForm1: TAppForm1
- Left = 237
- Top = 189
- AutoScroll = False
- Caption = 'Application Form'
- ClientHeight = 71
- ClientWidth = 434
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object OpenTableLabel1: TLabel
- Left = 8
- Top = 8
- Width = 80
- Height = 16
- Caption = 'Table name:'
- end
- object TableNameEdit1: TEdit
- Left = 96
- Top = 8
- Width = 225
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object SelectBtn1: TBitBtn
- Left = 336
- Top = 8
- Width = 89
- Height = 25
- Caption = 'Select...'
- TabOrder = 1
- OnClick = SelectBtn1Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000130B0000130B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
- 333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
- 0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
- 07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
- 07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
- 0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
- 33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
- B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
- 3BB33773333773333773B333333B3333333B7333333733333337}
- NumGlyphs = 2
- end
- object ViewBtn1: TBitBtn
- Left = 96
- Top = 40
- Width = 113
- Height = 25
- Caption = 'View table...'
- TabOrder = 2
- OnClick = ViewBtn1Click
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
- 0000333377777777777733330FFFFFFFFFF033337F3FFF3F3FF733330F000F0F
- 00F033337F777373773733330FFFFFFFFFF033337F3FF3FF3FF733330F00F00F
- 00F033337F773773773733330FFFFFFFFFF033337FF3333FF3F7333300FFFF00
- F0F03333773FF377F7373330FB00F0F0FFF0333733773737F3F7330FB0BF0FB0
- F0F0337337337337373730FBFBF0FB0FFFF037F333373373333730BFBF0FB0FF
- FFF037F3337337333FF700FBFBFB0FFF000077F333337FF37777E0BFBFB000FF
- 0FF077FF3337773F7F37EE0BFB0BFB0F0F03777FF3733F737F73EEE0BFBF00FF
- 00337777FFFF77FF7733EEEE00000000033377777777777773330000}
- NumGlyphs = 2
- end
- object BitBtn1: TBitBtn
- Left = 232
- Top = 40
- Width = 89
- Height = 25
- Caption = 'E&xit'
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkClose
- end
- object OpenDialog1: TOpenDialog
- FileName = '*.db;*.dbf'
- Filter = 'Paradox and dBase files|*.db;*.dbf'
- Options = [ofExtensionDifferent, ofPathMustExist, ofFileMustExist]
- Title = 'Open Database Table'
- Left = 16
- Top = 32
- end
- end
-