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

  1. object MainForm: TMainForm
  2.   Left = 197
  3.   Top = 165
  4.   Width = 694
  5.   Height = 452
  6.   Caption = 'Winword Demo'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnActivate = Form1Activate
  11.   OnClose = Form1Close
  12.   OnCreate = Form1Create
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DBGrid: TDBGrid
  16.     Left = 13
  17.     Top = 182
  18.     Width = 228
  19.     Height = 118
  20.     DataSource = DataSource
  21.     TabOrder = 0
  22.     TitleFont.Charset = DEFAULT_CHARSET
  23.     TitleFont.Color = clWindowText
  24.     TitleFont.Height = -11
  25.     TitleFont.Name = 'MS Sans Serif'
  26.     TitleFont.Style = []
  27.   end
  28.   object DBNavigator: TDBNavigator
  29.     Left = 13
  30.     Top = 163
  31.     Width = 220
  32.     Height = 20
  33.     DataSource = DataSource
  34.     TabOrder = 1
  35.   end
  36.   object DBImgFishImg: TDBImage
  37.     Left = 247
  38.     Top = 163
  39.     Width = 306
  40.     Height = 137
  41.     DataField = 'Graphic'
  42.     DataSource = DataSource
  43.     TabOrder = 2
  44.   end
  45.   object BtnInsertRecord: TButton
  46.     Left = 468
  47.     Top = 312
  48.     Width = 85
  49.     Height = 20
  50.     Caption = 'Insert record'
  51.     TabOrder = 3
  52.     OnClick = BtnInsertRecordClick
  53.   end
  54.   object ChkBoxNewDoc: TCheckBox
  55.     Left = 364
  56.     Top = 319
  57.     Width = 98
  58.     Height = 13
  59.     Caption = 'New Document'
  60.     Checked = True
  61.     State = cbChecked
  62.     TabOrder = 4
  63.   end
  64.   object GroupBox: TGroupBox
  65.     Left = 13
  66.     Top = 7
  67.     Width = 397
  68.     Height = 150
  69.     Caption = 'Font Options:'
  70.     TabOrder = 5
  71.     object lblFont: TLabel
  72.       Left = 13
  73.       Top = 20
  74.       Width = 24
  75.       Height = 13
  76.       Caption = 'Font:'
  77.     end
  78.     object lblFontSize: TLabel
  79.       Left = 169
  80.       Top = 111
  81.       Width = 45
  82.       Height = 13
  83.       Caption = 'Font size:'
  84.     end
  85.     object Fonttype: TListBox
  86.       Left = 13
  87.       Top = 33
  88.       Width = 150
  89.       Height = 111
  90.       ItemHeight = 13
  91.       TabOrder = 0
  92.     end
  93.     object ChkBoxEmboss: TCheckBox
  94.       Left = 169
  95.       Top = 91
  96.       Width = 79
  97.       Height = 14
  98.       Caption = 'Emboss'
  99.       TabOrder = 1
  100.     end
  101.     object ChkBoxItalic: TCheckBox
  102.       Left = 169
  103.       Top = 72
  104.       Width = 79
  105.       Height = 13
  106.       Caption = 'Italic'
  107.       TabOrder = 2
  108.     end
  109.     object ChkBoxBold: TCheckBox
  110.       Left = 169
  111.       Top = 52
  112.       Width = 79
  113.       Height = 14
  114.       Caption = 'Bold'
  115.       TabOrder = 3
  116.     end
  117.     object ChkBoxUnderline: TCheckBox
  118.       Left = 169
  119.       Top = 33
  120.       Width = 79
  121.       Height = 13
  122.       Caption = 'Underline'
  123.       TabOrder = 4
  124.     end
  125.     object ChkBoxEngrave: TCheckBox
  126.       Left = 267
  127.       Top = 33
  128.       Width = 78
  129.       Height = 13
  130.       Caption = 'Engrave'
  131.       TabOrder = 5
  132.     end
  133.     object ChkBoxShadow: TCheckBox
  134.       Left = 267
  135.       Top = 52
  136.       Width = 78
  137.       Height = 14
  138.       Caption = 'Shadow'
  139.       TabOrder = 6
  140.     end
  141.     object ChkBoxDoublestrike: TCheckBox
  142.       Left = 267
  143.       Top = 72
  144.       Width = 124
  145.       Height = 13
  146.       Caption = 'Double strike through'
  147.       TabOrder = 7
  148.     end
  149.     object ChkBoxStrike: TCheckBox
  150.       Left = 267
  151.       Top = 91
  152.       Width = 91
  153.       Height = 14
  154.       Caption = 'Strike through'
  155.       TabOrder = 8
  156.     end
  157.     object Size: TEdit
  158.       Left = 169
  159.       Top = 124
  160.       Width = 215
  161.       Height = 21
  162.       TabOrder = 9
  163.       Text = '10'
  164.     end
  165.   end
  166.   object btnCloseWord: TButton
  167.     Left = 20
  168.     Top = 312
  169.     Width = 85
  170.     Height = 20
  171.     Caption = 'Close Word'
  172.     Enabled = False
  173.     TabOrder = 6
  174.     OnClick = btnCloseWordClick
  175.   end
  176.   object BtnPrint: TButton
  177.     Left = 111
  178.     Top = 312
  179.     Width = 85
  180.     Height = 20
  181.     Caption = 'Print'
  182.     Enabled = False
  183.     TabOrder = 7
  184.     OnClick = BtnPrintClick
  185.   end
  186.   object BtnPreview: TButton
  187.     Left = 202
  188.     Top = 312
  189.     Width = 85
  190.     Height = 20
  191.     Caption = 'Print Preview'
  192.     Enabled = False
  193.     TabOrder = 8
  194.     OnClick = BtnPreviewClick
  195.   end
  196.   object GroupBox2: TGroupBox
  197.     Left = 416
  198.     Top = 7
  199.     Width = 137
  200.     Height = 150
  201.     Caption = 'Documents:'
  202.     TabOrder = 9
  203.     object lbDocs: TListBox
  204.       Left = 7
  205.       Top = 20
  206.       Width = 124
  207.       Height = 124
  208.       ItemHeight = 13
  209.       TabOrder = 0
  210.     end
  211.   end
  212.   object DataSource: TDataSource
  213.     DataSet = Table
  214.     Left = 264
  215.     Top = 232
  216.   end
  217.   object WordDocument: TWordDocument
  218.     AutoConnect = False
  219.     ConnectKind = ckRunningOrNew
  220.     Left = 48
  221.     Top = 384
  222.   end
  223.   object Table: TTable
  224.     DatabaseName = 'DBDEMOS'
  225.     ReadOnly = True
  226.     TableName = 'biolife.db'
  227.     Left = 232
  228.     Top = 232
  229.   end
  230.   object WordApplication: TWordApplication
  231.     AutoConnect = False
  232.     ConnectKind = ckRunningOrNew
  233.     AutoQuit = False
  234.     OnDocumentChange = WordApplicationDocumentChange
  235.     Left = 80
  236.     Top = 384
  237.   end
  238.   object WordFont: TWordFont
  239.     AutoConnect = False
  240.     ConnectKind = ckRunningOrNew
  241.     Left = 16
  242.     Top = 384
  243.   end
  244. end
  245.