enter.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 95 行

DFM
95
字号
object DLFrm: TDLFrm
  Left = 264
  Top = 153
  BorderStyle = bsDialog
  Caption = #31995#32479#30331#24405
  ClientHeight = 246
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -8
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 51
    Top = 29
    Width = 210
    Height = 17
    Caption = #20154#20107'/'#24037#36164'/'#32771#21220#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -17
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 77
    Top = 101
    Width = 66
    Height = 12
    Caption = #29992' '#25143' '#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 77
    Top = 139
    Width = 67
    Height = 12
    Caption = #23494'    '#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 140
    Top = 136
    Width = 85
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
    Text = '******'
  end
  object Button1: TButton
    Left = 90
    Top = 184
    Width = 60
    Height = 20
    Caption = #30331#24405
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 179
    Top = 184
    Width = 60
    Height = 20
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
  object DBComboBox1: TDBComboBox
    Left = 141
    Top = 101
    Width = 84
    Height = 21
    DataField = 'EmployeeID'
    DataSource = PersonnelData.Depart_infoDS
    ItemHeight = 13
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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