frm_pws.dfm

来自「DLL做登录窗体演示Delphi源码,dll开发和调用」· DFM 代码 · 共 70 行

DFM
70
字号
object frmpws: Tfrmpws
  Left = 429
  Top = 462
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#24405
  ClientHeight = 132
  ClientWidth = 265
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 60
    Height = 13
    Caption = #29992#25143#21517#31216#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 60
    Height = 13
    Caption = #29992#25143#23494#30721#65306
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 88
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 96
    Top = 96
    Width = 56
    Height = 25
    Caption = #30830#12288#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 96
    Width = 56
    Height = 25
    Caption = #21462#12288#28040
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 40
    Top = 96
  end
end

⌨️ 快捷键说明

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