unit6.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 119 行

DFM
119
字号
object updatestudentform: Tupdatestudentform
  Left = 256
  Top = 239
  Width = 319
  Height = 250
  Caption = #20462#25913#23398#29983#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 = #23398'  '#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 = #22995'  '#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 = #29677'  '#32423#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 = 'studentno'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 104
    Top = 104
    Width = 161
    Height = 21
    DataField = 'studentname'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 104
    Top = 136
    Width = 161
    Height = 21
    DataField = 'studentclass'
    DataSource = DataSource1
    TabOrder = 3
  end
  object Button1: TButton
    Left = 32
    Top = 184
    Width = 97
    Height = 25
    Caption = #20462#25913
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 184
    Width = 105
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Top = 48
  end
  object Table1: TTable
    DatabaseName = 'libmaster'
    TableName = 'dbo.student'
    Top = 80
  end
end

⌨️ 快捷键说明

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