frmlogin.dfm

来自「这个是一个商务管理系统,包含了进销存,全国各地的定位系统」· DFM 代码 · 共 78 行

DFM
78
字号
object FormLogin: TFormLogin
  Left = 427
  Top = 233
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#38470
  ClientHeight = 127
  ClientWidth = 222
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #23494#30721
    Layout = tlCenter
  end
  object EditUserName: TEdit
    Left = 88
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object EditPassword: TEdit
    Left = 88
    Top = 48
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object BtnOK: TButton
    Left = 24
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 2
    OnClick = BtnOKClick
  end
  object BtnCancel: TButton
    Left = 120
    Top = 88
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 3
  end
  object DSUser: TADODataSet
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=CommodityManager;Data Source=127.0.0.1'
    Parameters = <>
    Top = 64
  end
end

⌨️ 快捷键说明

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