myldbpassworddialog.dfm

来自「一个本地database引擎,支持中文T_Sql查询,兼容DELPHI标准数据库」· DFM 代码 · 共 64 行

DFM
64
字号
object MYLDBPassDialog: TMYLDBPassDialog
  Left = 242
  Top = 171
  BorderStyle = bsDialog
  Caption = 'Database authentication'
  ClientHeight = 118
  ClientWidth = 216
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 36
    Width = 49
    Height = 13
    Caption = 'Password:'
  end
  object lbName: TLabel
    Left = 8
    Top = 8
    Width = 193
    Height = 13
    Alignment = taCenter
    AutoSize = False
    Caption = 'lbName'
  end
  object Pass: TEdit
    Left = 72
    Top = 32
    Width = 130
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
    Text = 'Pass'
  end
  object cbOk: TButton
    Left = 8
    Top = 72
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = cbOkClick
  end
  object cbCancel: TButton
    Left = 128
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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