Mainfrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 141
  3.   Top = 77
  4.   Width = 696
  5.   Height = 480
  6.   Caption = #23384#21462'Word'#25991#20214
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 344
  18.     Top = 8
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Button1'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 344
  27.     Top = 40
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Button2'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object Doc_Ole: TOleContainer
  35.     Left = 40
  36.     Top = 80
  37.     Width = 369
  38.     Height = 249
  39.     Caption = 'Doc_Ole'
  40.     TabOrder = 2
  41.   end
  42.   object Database1: TDatabase
  43.     AliasName = 'Test'
  44.     Connected = True
  45.     DatabaseName = 'SaveWord'
  46.     LoginPrompt = False
  47.     Params.Strings = (
  48.       'user name=sa'
  49.       'password=')
  50.     SessionName = 'Default'
  51.     Left = 72
  52.     Top = 32
  53.   end
  54.   object Table1: TTable
  55.     Active = True
  56.     AutoRefresh = True
  57.     DatabaseName = 'SaveWord'
  58.     TableName = 'dbo.Test'
  59.     Left = 120
  60.     Top = 32
  61.   end
  62.   object OpenDialog1: TOpenDialog
  63.     Left = 288
  64.     Top = 40
  65.   end
  66. end