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

📄 enter.dfm

📁 需要使用Delphi 7.0及以上版本才能将它们打开
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -