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

📄 unit5.dfm

📁 Delphi 7基础编程的源代码
💻 DFM
字号:
object updatebookform: Tupdatebookform
  Left = 263
  Top = 204
  Width = 303
  Height = 301
  Caption = #20462#25913#22270#20070#35760#24405
  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 = 32
    Top = 72
    Width = 80
    Height = 19
    Caption = #20070'  '#21495#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 104
    Width = 80
    Height = 19
    Caption = #20070'  '#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 32
    Top = 136
    Width = 80
    Height = 19
    Caption = #20316'  '#32773#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 32
    Top = 168
    Width = 80
    Height = 19
    Caption = #20986#29256#31038#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object DBNavigator1: TDBNavigator
    Left = 32
    Top = 24
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 0
  end
  object DBEdit1: TDBEdit
    Left = 104
    Top = 72
    Width = 161
    Height = 21
    DataField = 'bookno'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 104
    Top = 104
    Width = 161
    Height = 21
    DataField = 'bookname'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 104
    Top = 136
    Width = 161
    Height = 21
    DataField = 'auther'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit4: TDBEdit
    Left = 104
    Top = 168
    Width = 161
    Height = 21
    DataField = 'press'
    DataSource = DataSource1
    TabOrder = 4
  end
  object Button1: TButton
    Left = 32
    Top = 224
    Width = 97
    Height = 25
    Caption = #20462#25913
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 224
    Width = 105
    Height = 25
    Caption = #21462#28040
    TabOrder = 6
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Top = 48
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'libmaster'
    TableName = 'dbo.book'
    Top = 88
  end
end

⌨️ 快捷键说明

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