addrecord.~dfm

来自「本文件中还有JSP、php和delphi等源程序」· ~DFM 代码 · 共 148 行

~DFM
148
字号
object frmAddRecord: TfrmAddRecord
  Left = 192
  Top = 124
  Width = 513
  Height = 319
  Caption = #28155#21152#35760#24405#31034#20363
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 10
    Width = 35
    Height = 13
    Caption = 'EmpNo'
  end
  object Label2: TLabel
    Left = 112
    Top = 10
    Width = 48
    Height = 13
    Caption = 'LastName'
  end
  object Label3: TLabel
    Left = 251
    Top = 10
    Width = 47
    Height = 13
    Caption = 'FirstName'
  end
  object Label4: TLabel
    Left = 397
    Top = 10
    Width = 46
    Height = 13
    Caption = 'PhoneExt'
  end
  object Label5: TLabel
    Left = 93
    Top = 46
    Width = 42
    Height = 13
    Caption = 'HireDate'
  end
  object Label6: TLabel
    Left = 249
    Top = 46
    Width = 29
    Height = 13
    Caption = 'Salary'
  end
  object DBGrid1: TDBGrid
    Left = 5
    Top = 73
    Width = 491
    Height = 203
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -10
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBEdit2: TDBEdit
    Left = 163
    Top = 5
    Width = 62
    Height = 24
    DataField = 'LastName'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit3: TDBEdit
    Left = 305
    Top = 5
    Width = 61
    Height = 24
    DataField = 'FirstName'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit4: TDBEdit
    Left = 446
    Top = 5
    Width = 28
    Height = 24
    DataField = 'PhoneExt'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit5: TDBEdit
    Left = 144
    Top = 41
    Width = 81
    Height = 24
    DataField = 'HireDate'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit6: TDBEdit
    Left = 285
    Top = 41
    Width = 84
    Height = 24
    DataField = 'Salary'
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit1: TDBEdit
    Left = 49
    Top = 5
    Width = 37
    Height = 24
    DataField = 'EmpNo'
    DataSource = DataSource1
    TabOrder = 6
  end
  object BtnAdd: TButton
    Left = 414
    Top = 41
    Width = 61
    Height = 21
    Caption = #28155#21152
    TabOrder = 7
    OnClick = BtnAddClick
  end
  object tblEmployee: TTable
    Active = True
    DatabaseName = 'DBDEMOS'
    TableName = 'employee.db'
    Left = 64
    Top = 48
  end
  object DataSource1: TDataSource
    DataSet = tblEmployee
    Left = 27
    Top = 48
  end
end

⌨️ 快捷键说明

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