logonform.dfm

来自「一个物流公司的物流配送系统」· DFM 代码 · 共 105 行

DFM
105
字号
object FrmLogon: TFrmLogon
  Left = 259
  Top = 175
  BorderStyle = bsSingle
  Caption = #36830#25509#25968#25454#24211
  ClientHeight = 210
  ClientWidth = 294
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 294
    Height = 210
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 24
      Width = 60
      Height = 13
      Caption = #26381#21153#22120#21517#65306
    end
    object Label2: TLabel
      Left = 48
      Top = 56
      Width = 60
      Height = 13
      Caption = #25968#25454#24211#21517#65306
    end
    object u: TLabel
      Left = 62
      Top = 88
      Width = 48
      Height = 13
      Caption = #29992#25143#21517#65306
    end
    object p: TLabel
      Left = 75
      Top = 120
      Width = 36
      Height = 13
      Caption = #23494#30721#65306
    end
    object ServerEdit: TEdit
      Left = 112
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object DBEdit: TEdit
      Left = 112
      Top = 48
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object UserEdit: TEdit
      Left = 112
      Top = 80
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object PassEdit: TEdit
      Left = 112
      Top = 112
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 3
    end
    object OKBtn: TButton
      Left = 32
      Top = 161
      Width = 75
      Height = 25
      Caption = #36830#25509
      TabOrder = 4
      OnClick = OKBtnClick
    end
    object ExitBtn: TButton
      Left = 184
      Top = 161
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = ExitBtnClick
    end
  end
end

⌨️ 快捷键说明

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