⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 Delphi7数据库开发教程,包含该书21套实例
💻 DFM
字号:
object Form1: TForm1
  Left = 216
  Top = 171
  Width = 446
  Height = 139
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 16
    Width = 289
    Height = 41
    AutoSize = False
    Caption = #24403#21069#30340#20107#21153#23884#22871#31561#32423#65306'0'
  end
  object btnBeginTrans: TButton
    Left = 48
    Top = 72
    Width = 75
    Height = 25
    Caption = #24320#22987#20107#21153
    TabOrder = 0
    OnClick = btnBeginTransClick
  end
  object btnCommitTrans: TButton
    Left = 136
    Top = 72
    Width = 75
    Height = 25
    Caption = #25552#20132#20107#21153
    TabOrder = 1
    OnClick = btnCommitTransClick
  end
  object btnRollbackTrans: TButton
    Left = 224
    Top = 72
    Width = 75
    Height = 25
    Caption = #22238#28378#20107#21153
    TabOrder = 2
    OnClick = btnRollbackTransClick
  end
  object btnClose: TButton
    Left = 312
    Top = 72
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = btnCloseClick
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=..\'#24211#23384#25511#21046'.mdb;Persist' +
      ' Security Info=False'
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 40
    Top = 16
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -