logintoc.dfm

来自「用于备份与恢复 SQL Server 数据库」· DFM 代码 · 共 99 行

DFM
99
字号
object logintow: Tlogintow
  Left = 251
  Top = 147
  BorderStyle = bsDialog
  Caption = #30331#24405#21040#25968#25454#24211
  ClientHeight = 178
  ClientWidth = 258
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object AALabel1: TAALabel
    Left = 0
    Top = 0
    Width = 258
    Height = 21
    ParentEffect.ParentFont = False
    Align = alTop
    Caption = #30331#24405#21040#25968#25454#24211
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = []
    Effect.Layout = tlCenter
    Effect.Alignment = taCenter
    Effect.FontEffect.Shadow.Enabled = True
  end
  object LabeledEdit1: TLabeledEdit
    Left = 104
    Top = 32
    Width = 121
    Height = 20
    EditLabel.Width = 84
    EditLabel.Height = 12
    EditLabel.Caption = #25968#25454#24211#29992#25143#21517#65306
    LabelPosition = lpLeft
    TabOrder = 0
  end
  object LabeledEdit2: TLabeledEdit
    Left = 104
    Top = 56
    Width = 121
    Height = 20
    EditLabel.Width = 60
    EditLabel.Height = 12
    EditLabel.Caption = #29992#25143#21475#20196#65306
    LabelPosition = lpLeft
    PasswordChar = '*'
    TabOrder = 1
  end
  object LabeledEdit3: TLabeledEdit
    Left = 104
    Top = 80
    Width = 121
    Height = 20
    EditLabel.Width = 84
    EditLabel.Height = 12
    EditLabel.Caption = #25968#25454#24211#26381#21153#22120#65306
    LabelPosition = lpLeft
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 136
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 152
    Top = 136
    Width = 75
    Height = 25
    Caption = #25918#24323
    TabOrder = 4
    Kind = bkCancel
  end
  object LabeledEdit4: TLabeledEdit
    Left = 104
    Top = 104
    Width = 121
    Height = 20
    EditLabel.Width = 84
    EditLabel.Height = 12
    EditLabel.Caption = #25968#25454#24211#26381#21153#22120#65306
    LabelPosition = lpLeft
    TabOrder = 5
    Visible = False
  end
end

⌨️ 快捷键说明

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