home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / blobs / blobpast / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  1.5 KB  |  78 lines

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 100
  4.   ActiveControl = DBEdit1
  5.   AutoScroll = False
  6.   Caption = 'Paste Into Blob From ClibBoard'
  7.   ClientHeight = 271
  8.   ClientWidth = 444
  9.   Font.Color = clWindowText
  10.   Font.Height = -21
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object DBEdit1: TDBEdit
  16.     Left = 40
  17.     Top = 72
  18.     Width = 361
  19.     Height = 31
  20.     DataField = 'Name'
  21.     DataSource = DataSource1
  22.     Font.Color = clBlack
  23.     Font.Height = -20
  24.     Font.Name = 'Times New Roman'
  25.     Font.Style = []
  26.     MaxLength = 20
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30.   object DBImage1: TDBImage
  31.     Left = 40
  32.     Top = 112
  33.     Width = 361
  34.     Height = 105
  35.     DataField = 'Image'
  36.     DataSource = DataSource1
  37.     TabOrder = 1
  38.   end
  39.   object ClipPaste: TBitBtn
  40.     Left = 16
  41.     Top = 224
  42.     Width = 201
  43.     Height = 33
  44.     Caption = 'Paste From ClipBoard'
  45.     TabOrder = 2
  46.     OnClick = ClipPasteClick
  47.   end
  48.   object DBNavigator1: TDBNavigator
  49.     Left = 102
  50.     Top = 24
  51.     Width = 241
  52.     Height = 25
  53.     DataSource = DataSource1
  54.     TabOrder = 3
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 224
  58.     Top = 224
  59.     Width = 201
  60.     Height = 33
  61.     Caption = 'Run PaintBrush'
  62.     TabOrder = 4
  63.     OnClick = BitBtn2Click
  64.   end
  65.   object Table1: TTable
  66.     Active = True
  67.     DatabaseName = 'Blaise'
  68.     TableName = 'BLPICS.DB'
  69.     Left = 16
  70.     Top = 8
  71.   end
  72.   object DataSource1: TDataSource
  73.     DataSet = Table1
  74.     Left = 16
  75.     Top = 40
  76.   end
  77. end
  78.