home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / mmblob.df_ / mmblob.df / mmblob.txt
Text File  |  1995-10-01  |  7KB  |  323 lines

  1. object MMBlobForm: TMMBlobForm
  2.   Left = 32
  3.   Top = 23
  4.   BorderStyle = bsDialog
  5.   Caption = 'This example uses mmblob.dbf'
  6.   ClientHeight = 361
  7.   ClientWidth = 567
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   TextHeight = 13
  17.   object Gauge1: TGauge
  18.     Left = 455
  19.     Top = 214
  20.     Width = 81
  21.     Height = 34
  22.     Kind = gkNeedle
  23.     BorderStyle = bsNone
  24.     ForeColor = clRed
  25.     BackColor = clSilver
  26.     Progress = 0
  27.   end
  28.   object DBMediaPlayer1: TPDBMediaPlayer
  29.     Left = 44
  30.     Top = 206
  31.     Width = 197
  32.     Height = 25
  33.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  34.     Display = DBMultiMedia1
  35.     TabOrder = 1
  36.   end
  37.   object DBNavigator1: TDBNavigator
  38.     Left = 17
  39.     Top = 184
  40.     Width = 251
  41.     Height = 23
  42.     DataSource = DataSource1
  43.     TabOrder = 2
  44.   end
  45.   object CheckBox1: TCheckBox
  46.     Left = 294
  47.     Top = 266
  48.     Width = 64
  49.     Height = 17
  50.     Caption = 'Auto Play'
  51.     State = cbChecked
  52.     TabOrder = 4
  53.     OnClick = CheckBox1Click
  54.   end
  55.   object CheckBox2: TCheckBox
  56.     Left = 382
  57.     Top = 266
  58.     Width = 67
  59.     Height = 17
  60.     Caption = 'Auto hide'
  61.     TabOrder = 5
  62.     OnClick = CheckBox2Click
  63.   end
  64.   object DBMultiMedia1: TPDBMultiMedia
  65.     Left = 18
  66.     Top = 24
  67.     Width = 250
  68.     Height = 161
  69.     ImageReadRes = Color256
  70.     ImageWriteRes = Color256
  71.     ImageDither = True
  72.     JPegSaveQuality = 25
  73.     JPegSaveSmooth = 0
  74.     UpdateAsJPG = False
  75.     UpdateAsBMP = False
  76.     UpdateAsGIF = False
  77.     UpdateAsPCX = False
  78.     UpdateAsPNG = True
  79.     AutoPlayMultiMedia = False
  80.     AutoRePlayMultiMedia = True
  81.     AutoHideMediaPlayer = False
  82.     PathForTempFile = 'C:\'
  83.     Color = clGray
  84.     DataField = 'MEDIA'
  85.     DataSource = DataSource1
  86.     MediaPlayer = DBMediaPlayer1
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 7
  93.     TempMov = '$$$.MOV'
  94.     TempAVI = '$$$.AVI'
  95.     TempWAV = '$$$.WAV'
  96.     TempMID = '$$$.MID'
  97.     TempRMI = '$$$.RMI'
  98.   end
  99.   object DBEdit1: TDBEdit
  100.     Left = 286
  101.     Top = 24
  102.     Width = 121
  103.     Height = 20
  104.     DataField = 'TEXT1'
  105.     DataSource = DataSource1
  106.     MaxLength = 0
  107.     ReadOnly = True
  108.     TabOrder = 8
  109.   end
  110.   object DBEdit2: TDBEdit
  111.     Left = 286
  112.     Top = 59
  113.     Width = 121
  114.     Height = 20
  115.     DataField = 'TEXT2'
  116.     DataSource = DataSource1
  117.     MaxLength = 0
  118.     ReadOnly = True
  119.     TabOrder = 9
  120.   end
  121.   object DBMemo1: TDBMemo
  122.     Left = 425
  123.     Top = 23
  124.     Width = 135
  125.     Height = 184
  126.     Color = clNavy
  127.     DataField = 'MEMO1'
  128.     DataSource = DataSource1
  129.     Font.Color = clWhite
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 10
  135.   end
  136.   object CheckBox3: TCheckBox
  137.     Left = 111
  138.     Top = 266
  139.     Width = 72
  140.     Height = 17
  141.     Caption = 'Auto Load'
  142.     State = cbChecked
  143.     TabOrder = 12
  144.     OnClick = CheckBox3Click
  145.   end
  146.   object CheckBox4: TCheckBox
  147.     Left = 199
  148.     Top = 266
  149.     Width = 75
  150.     Height = 17
  151.     Caption = 'Auto Replay'
  152.     State = cbChecked
  153.     TabOrder = 13
  154.     OnClick = CheckBox4Click
  155.   end
  156.   object ScrollBar1: TScrollBar
  157.     Left = 3
  158.     Top = 24
  159.     Width = 8
  160.     Height = 183
  161.     Hint = 'Message Speed'
  162.     Kind = sbVertical
  163.     Max = 10
  164.     ParentShowHint = False
  165.     Position = 5
  166.     ShowHint = True
  167.     TabOrder = 15
  168.     Visible = False
  169.     OnChange = ScrollBar1Change
  170.   end
  171.   object Panel1: TPanel
  172.     Left = 321
  173.     Top = 94
  174.     Width = 55
  175.     Height = 25
  176.     BevelInner = bvRaised
  177.     BevelOuter = bvLowered
  178.     Caption = 'File Type'
  179.     TabOrder = 16
  180.   end
  181.   object Panel2: TPanel
  182.     Left = 281
  183.     Top = 128
  184.     Width = 130
  185.     Height = 20
  186.     BevelInner = bvRaised
  187.     BevelOuter = bvLowered
  188.     Caption = 'The blobs'#39'size'
  189.     TabOrder = 18
  190.   end
  191.   object CancelBtn: TBitBtn
  192.     Left = 476
  193.     Top = 322
  194.     Width = 52
  195.     Height = 30
  196.     Caption = ' '
  197.     TabOrder = 0
  198.     OnClick = CancelBtnClick
  199.     Kind = bkCancel
  200.     Margin = 14
  201.     Style = bsNew
  202.     Spacing = -1
  203.     IsControl = True
  204.   end
  205.   object BitBtn1: TBitBtn
  206.     Left = 40
  207.     Top = 293
  208.     Width = 111
  209.     Height = 30
  210.     Caption = 'Append Media'
  211.     Enabled = False
  212.     TabOrder = 3
  213.     OnClick = BitBtn1Click
  214.     Style = bsNew
  215.   end
  216.   object BitBtn2: TBitBtn
  217.     Left = 424
  218.     Top = 322
  219.     Width = 53
  220.     Height = 30
  221.     Caption = 'Table'
  222.     TabOrder = 6
  223.     OnClick = BitBtn2Click
  224.     Style = bsNew
  225.   end
  226.   object BitBtn3: TBitBtn
  227.     Left = 40
  228.     Top = 322
  229.     Width = 111
  230.     Height = 30
  231.     Caption = 'Change Media'
  232.     Enabled = False
  233.     TabOrder = 11
  234.     OnClick = BitBtn3Click
  235.     Style = bsNew
  236.   end
  237.   object BitBtn4: TBitBtn
  238.     Left = 150
  239.     Top = 293
  240.     Width = 132
  241.     Height = 30
  242.     Hint = 'Create a new message and store it in the blob'
  243.     Caption = 'Create Scroll Message'
  244.     Enabled = False
  245.     ParentShowHint = False
  246.     ShowHint = True
  247.     TabOrder = 14
  248.     OnClick = BitBtn4Click
  249.     Style = bsNew
  250.   end
  251.   object BitBtn5: TBitBtn
  252.     Left = 150
  253.     Top = 322
  254.     Width = 132
  255.     Height = 30
  256.     Hint = 'Create a message on the fly without storing it in the blob'
  257.     Caption = 'Create Scroll On the fly'
  258.     ParentShowHint = False
  259.     ShowHint = True
  260.     TabOrder = 17
  261.     OnClick = BitBtn5Click
  262.     Style = bsNew
  263.   end
  264.   object BitBtn6: TBitBtn
  265.     Left = 424
  266.     Top = 293
  267.     Width = 104
  268.     Height = 30
  269.     Caption = 'Print'
  270.     Enabled = False
  271.     TabOrder = 19
  272.     OnClick = BitBtn6Click
  273.     Style = bsNew
  274.   end
  275.   object BitBtn7: TBitBtn
  276.     Left = 281
  277.     Top = 293
  278.     Width = 144
  279.     Height = 30
  280.     Caption = 'Create Credit Message'
  281.     Enabled = False
  282.     TabOrder = 20
  283.     OnClick = BitBtn7Click
  284.     Style = bsNew
  285.   end
  286.   object BitBtn8: TBitBtn
  287.     Left = 281
  288.     Top = 322
  289.     Width = 144
  290.     Height = 30
  291.     Caption = 'Create Credit On the fly'
  292.     TabOrder = 21
  293.     OnClick = BitBtn8Click
  294.     Style = bsNew
  295.   end
  296.   object DataSource1: TDataSource
  297.     DataSet = Table1
  298.     OnDataChange = DataSource1DataChange
  299.     Left = 26
  300.     Top = 24
  301.   end
  302.   object Table1: TTable
  303.     DatabaseName = 'c:\mmblob'
  304.     TableName = 'MMBLOB.DBF'
  305.     Left = 111
  306.     Top = 24
  307.   end
  308.   object OpenDialog1: TOpenDialog
  309.     Left = 55
  310.     Top = 24
  311.   end
  312.   object OpenDialog2: TOpenDialog
  313.     FileName = 'mmblob.dbf'
  314.     Filter = 'mmblob.dbf|mmblob.dbf'
  315.     Left = 84
  316.     Top = 24
  317.   end
  318.   object PrintDialog1: TPrintDialog
  319.     Left = 139
  320.     Top = 24
  321.   end
  322. end
  323.