⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 用dephi写的一个银行管理系统
💻 DFM
字号:
object Form2: TForm2
  Left = 350
  Top = 291
  Width = 469
  Height = 436
  Caption = #31649#29702#21592#30331#24405#30028#38754
  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 Panel1: TPanel
    Left = 72
    Top = 56
    Width = 305
    Height = 193
    TabOrder = 0
    object Label1: TLabel
      Left = 25
      Top = 40
      Width = 39
      Height = 13
      Caption = #30331#24405#21517':'
    end
    object Label2: TLabel
      Left = 26
      Top = 104
      Width = 51
      Height = 13
      Caption = #30331#24405#23494#30721':'
    end
    object name_edit: TEdit
      Left = 138
      Top = 36
      Width = 121
      Height = 21
      ImeName = '?D?? (?'#242#236'?) - ?'#65504#232#237'?'#8242#242'?'
      TabOrder = 0
    end
    object pass_edit: TEdit
      Left = 138
      Top = 104
      Width = 121
      Height = 21
      ImeName = '?D?? (?'#242#236'?) - ?'#65504#232#237'?'#8242#242'?'
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object Button1: TButton
    Left = 80
    Top = 296
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 303
    Top = 296
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=BANK;' +
      'Initial Catalog=BANK_MAN'
    LoginPrompt = False
    Provider = 'MSDASQL.1'
    Left = 16
    Top = 103
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 16
    Top = 151
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 16
    Top = 191
  end
end

⌨️ 快捷键说明

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