login.~dfm

来自「该程序不能实现全程售票」· ~DFM 代码 · 共 84 行

~DFM
84
字号
object LoginFrm: TLoginFrm
  Left = 243
  Top = 165
  Width = 267
  Height = 252
  Caption = #30331#38470#30028#38754
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 64
    Width = 51
    Height = 13
    Caption = #29992#25143#21517'   '
    Color = clSkyBlue
    ParentColor = False
  end
  object Label2: TLabel
    Left = 48
    Top = 104
    Width = 37
    Height = 13
    Caption = #23494#30721'   '
    Color = clSkyBlue
    ParentColor = False
  end
  object Edit1: TEdit
    Left = 120
    Top = 56
    Width = 73
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 120
    Top = 96
    Width = 73
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 56
    Top = 152
    Width = 49
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 152
    Width = 49
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=train;Data Source=MYKING\everlast'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 24
    Top = 16
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 72
    Top = 16
  end
end

⌨️ 快捷键说明

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