unit2.~dfm

来自「是一个最最傻瓜的链接数据库程序」· ~DFM 代码 · 共 92 行

~DFM
92
字号
object frmLogin: TfrmLogin
  Left = 416
  Top = 237
  Width = 353
  Height = 250
  Caption = 'frmLogin'
  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 = 28
    Top = 26
    Width = 80
    Height = 19
    Caption = #29992#25143#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 28
    Top = 102
    Width = 60
    Height = 19
    Caption = #21475#20196#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 132
    Top = 102
    Width = 180
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    PasswordChar = '*'
    TabOrder = 0
  end
  object ComboBox1: TComboBox
    Left = 132
    Top = 26
    Width = 180
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    ItemHeight = 13
    TabOrder = 1
  end
  object Button1: TButton
    Left = 37
    Top = 159
    Width = 115
    Height = 48
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 198
    Top = 159
    Width = 114
    Height = 48
    Caption = #36864#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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