unit11.dfm

来自「delphi开发的数据库系统,支持用户注册.管理员登陆,可以进行插入,修改,删除」· DFM 代码 · 共 115 行

DFM
115
字号
object Form11: TForm11
  Left = 245
  Top = 137
  Width = 621
  Height = 432
  Caption = #20462#25913#23494#30721
  Color = clInactiveCaption
  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 = 224
    Top = 16
    Width = 147
    Height = 23
    Caption = #35831#36755#20837#20462#25913#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #23435#20307'-'#26041#27491#36229#22823#23383#31526#38598
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 184
    Top = 72
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label3: TLabel
    Left = 192
    Top = 136
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label4: TLabel
    Left = 184
    Top = 200
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label5: TLabel
    Left = 176
    Top = 264
    Width = 60
    Height = 13
    Caption = #30830#35748#23494#30721#65306
  end
  object Edit1: TEdit
    Left = 256
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 256
    Top = 136
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 256
    Top = 200
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 256
    Top = 264
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 328
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 384
    Top = 328
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog='#20154#20107#31649#29702#31995#32479';Data Source=T31'
    Parameters = <>
    Left = 88
    Top = 40
  end
end

⌨️ 快捷键说明

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