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

📄 unitlogin.~dfm

📁 数据仓库维表及参照表维护系统
💻 ~DFM
字号:
object login: Tlogin
  Left = 62
  Top = 144
  Width = 285
  Height = 247
  AutoSize = True
  Caption = 'login'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 277
    Height = 220
    Align = alClient
    TabOrder = 0
    object DataBase: TEdit
      Left = 104
      Top = 48
      Width = 145
      Height = 21
      TabOrder = 0
    end
    object Password: TEdit
      Left = 104
      Top = 112
      Width = 145
      Height = 21
      TabOrder = 2
      OnKeyPress = PasswordKeyPress
    end
    object User_Name: TEdit
      Left = 104
      Top = 80
      Width = 145
      Height = 21
      TabOrder = 1
    end
    object DatabaseType: TComboBox
      Left = 104
      Top = 144
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = 'Oracle'
    end
    object StaticText1: TStaticText
      Left = 96
      Top = 16
      Width = 84
      Height = 25
      Caption = #30331#38470#30028#38754
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -20
      Font.Name = #21326#25991#34892#26999
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object StaticText2: TStaticText
      Left = 24
      Top = 48
      Width = 64
      Height = 17
      Caption = #25968#25454#24211#21517#65306
      TabOrder = 5
    end
    object StaticText3: TStaticText
      Left = 24
      Top = 80
      Width = 52
      Height = 17
      Caption = #29992#25143#21517#65306
      TabOrder = 6
    end
    object StaticText4: TStaticText
      Left = 24
      Top = 112
      Width = 40
      Height = 17
      Caption = #23494#30721#65306
      TabOrder = 7
    end
    object StaticText5: TStaticText
      Left = 24
      Top = 144
      Width = 76
      Height = 17
      Caption = #25968#25454#24211#31867#22411#65306
      TabOrder = 8
    end
    object Button1: TButton
      Left = 24
      Top = 184
      Width = 75
      Height = 25
      Caption = #30331#38470
      TabOrder = 9
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 176
      Top = 184
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 10
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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