home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Activex / Oleauto / SrvComp / PowerPoint / MAIN.DFM next >
Encoding:
Text File  |  1999-08-11  |  3.1 KB  |  147 lines

  1. object Form1: TForm1
  2.   Left = 215
  3.   Top = 160
  4.   Width = 641
  5.   Height = 314
  6.   AutoSize = True
  7.   Caption = 'Powerpoint demonstration'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   OnActivate = Form1Activate
  12.   OnClose = Form1Close
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 124
  18.     Width = 119
  19.     Height = 13
  20.     Caption = 'Presentations and Slides:'
  21.   end
  22.   object DBGrid1: TDBGrid
  23.     Left = 0
  24.     Top = 59
  25.     Width = 349
  26.     Height = 62
  27.     DataSource = DataSource1
  28.     TabOrder = 0
  29.     TitleFont.Charset = DEFAULT_CHARSET
  30.     TitleFont.Color = clWindowText
  31.     TitleFont.Height = -11
  32.     TitleFont.Name = 'MS Sans Serif'
  33.     TitleFont.Style = []
  34.   end
  35.   object DBNavigator1: TDBNavigator
  36.     Left = 0
  37.     Top = 33
  38.     Width = 348
  39.     Height = 26
  40.     DataSource = DataSource1
  41.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  42.     TabOrder = 1
  43.   end
  44.   object DBImage1: TDBImage
  45.     Left = 375
  46.     Top = 33
  47.     Width = 163
  48.     Height = 78
  49.     DataField = 'Graphic'
  50.     DataSource = DataSource1
  51.     Stretch = True
  52.     TabOrder = 2
  53.   end
  54.   object ToolBar1: TToolBar
  55.     Left = 0
  56.     Top = 0
  57.     Width = 633
  58.     Height = 28
  59.     ButtonHeight = 21
  60.     ButtonWidth = 89
  61.     Caption = 'ToolBar1'
  62.     ShowCaptions = True
  63.     TabOrder = 3
  64.     object StartPPoint: TToolButton
  65.       Left = 0
  66.       Top = 2
  67.       Caption = 'Start Powerpoint'
  68.       ImageIndex = 5
  69.       OnClick = StartPPointClick
  70.     end
  71.     object AddPresentation: TToolButton
  72.       Left = 89
  73.       Top = 2
  74.       Caption = 'Add Presentation'
  75.       Enabled = False
  76.       ImageIndex = 3
  77.       OnClick = AddPresentationClick
  78.     end
  79.     object AddSlide: TToolButton
  80.       Left = 178
  81.       Top = 2
  82.       Caption = 'Add Slide'
  83.       Enabled = False
  84.       ImageIndex = 5
  85.       OnClick = AddSlideClick
  86.     end
  87.     object RunSlideShow: TToolButton
  88.       Left = 267
  89.       Top = 2
  90.       Caption = 'Run Slideshow'
  91.       Enabled = False
  92.       ImageIndex = 0
  93.       OnClick = RunSlideShowClick
  94.     end
  95.     object ClosePPoint: TToolButton
  96.       Left = 356
  97.       Top = 2
  98.       Caption = 'Close Powerpoint'
  99.       Enabled = False
  100.       ImageIndex = 4
  101.       OnClick = ClosePPointClick
  102.     end
  103.   end
  104.   object TV1: TTreeView
  105.     Left = 0
  106.     Top = 137
  107.     Width = 514
  108.     Height = 150
  109.     AutoExpand = True
  110.     Indent = 19
  111.     ReadOnly = True
  112.     TabOrder = 4
  113.   end
  114.   object PowerPointApplication1: TPowerPointApplication
  115.     AutoConnect = False
  116.     ConnectKind = ckRunningOrNew
  117.     AutoQuit = False
  118.     Left = 456
  119.     Top = 144
  120.   end
  121.   object PowerPointSlide1: TPowerPointSlide
  122.     AutoConnect = False
  123.     ConnectKind = ckRunningOrNew
  124.     Left = 488
  125.     Top = 144
  126.   end
  127.   object PowerPointPresentation1: TPowerPointPresentation
  128.     AutoConnect = False
  129.     ConnectKind = ckRunningOrNew
  130.     Left = 424
  131.     Top = 144
  132.   end
  133.   object Table1: TTable
  134.     Active = True
  135.     DatabaseName = 'DBDEMOS'
  136.     ReadOnly = True
  137.     TableName = 'biolife.db'
  138.     Left = 440
  139.     Top = 104
  140.   end
  141.   object DataSource1: TDataSource
  142.     DataSet = Table1
  143.     Left = 472
  144.     Top = 104
  145.   end
  146. end
  147.