home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 199
- Top = 100
- ActiveControl = DBEdit1
- AutoScroll = False
- Caption = 'Paste Into Blob From ClibBoard'
- ClientHeight = 271
- ClientWidth = 444
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 20
- object DBEdit1: TDBEdit
- Left = 40
- Top = 72
- Width = 361
- Height = 31
- DataField = 'Name'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- MaxLength = 20
- ParentFont = False
- TabOrder = 0
- end
- object DBImage1: TDBImage
- Left = 40
- Top = 112
- Width = 361
- Height = 105
- DataField = 'Image'
- DataSource = DataSource1
- TabOrder = 1
- end
- object ClipPaste: TBitBtn
- Left = 16
- Top = 224
- Width = 201
- Height = 33
- Caption = 'Paste From ClipBoard'
- TabOrder = 2
- OnClick = ClipPasteClick
- end
- object DBNavigator1: TDBNavigator
- Left = 102
- Top = 24
- Width = 241
- Height = 25
- DataSource = DataSource1
- TabOrder = 3
- end
- object BitBtn2: TBitBtn
- Left = 224
- Top = 224
- Width = 201
- Height = 33
- Caption = 'Run PaintBrush'
- TabOrder = 4
- OnClick = BitBtn2Click
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'Blaise'
- TableName = 'BLPICS.DB'
- Left = 16
- Top = 8
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 16
- Top = 40
- end
- end
-