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

📄 unit_login.~dfm

📁 DELPHI 编写的绣花厂管理软件
💻 ~DFM
字号:
object Form_login: TForm_login
  Left = 377
  Top = 164
  Width = 240
  Height = 202
  BorderIcons = []
  Caption = #31995#32479#30331#38470
  Color = 15850254
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Panel1: TPanel
    Left = 0
    Top = 120
    Width = 232
    Height = 55
    Align = alBottom
    BevelInner = bvLowered
    Color = clSilver
    TabOrder = 0
    object SpeedButton2: TSpeedButton
      Left = 133
      Top = 10
      Width = 63
      Height = 31
      Caption = #36864#20986
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #40657#20307
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton2Click
    end
    object SpeedButton_login: TSpeedButton
      Left = 46
      Top = 10
      Width = 62
      Height = 31
      Caption = #30331#38470
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #40657#20307
      Font.Style = []
      Layout = blGlyphRight
      ParentFont = False
      OnClick = SpeedButton_loginClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 232
    Height = 120
    Align = alClient
    BevelInner = bvLowered
    Color = clSilver
    TabOrder = 1
    object Label1: TLabel
      Left = 37
      Top = 53
      Width = 49
      Height = 16
      AutoSize = False
      Caption = #22995#21517#65306
      Transparent = True
    end
    object Label2: TLabel
      Left = 37
      Top = 83
      Width = 56
      Height = 16
      AutoSize = False
      Caption = #23494#30721#65306
      Transparent = True
    end
    object Label3: TLabel
      Left = 37
      Top = 19
      Width = 80
      Height = 16
      AutoSize = False
      Caption = #32534#21495#65306
      Transparent = True
    end
    object Edit_password: TEdit
      Left = 80
      Top = 80
      Width = 114
      Height = 24
      Color = 16572566
      PasswordChar = '*'
      TabOrder = 2
      OnKeyDown = Edit_passwordKeyDown
    end
    object Edit_bh: TEdit
      Left = 80
      Top = 16
      Width = 114
      Height = 24
      Color = 16572566
      TabOrder = 0
    end
    object ComboBox1: TComboBox
      Left = 80
      Top = 48
      Width = 113
      Height = 24
      Color = 16572566
      ItemHeight = 16
      TabOrder = 1
    end
  end
  object ADOQuery2: TADOQuery
    Connection = Form_main.ADOCn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from users')
    Left = 144
    Top = 100
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 112
    Top = 100
  end
  object ADOQuery3: TADOQuery
    Connection = Form_main.ADOCn
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 8
    Top = 140
  end
end

⌨️ 快捷键说明

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