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

📄 login.dfm

📁 售后服务系统优质的售后服务是企业生存和市场竞争的保障
💻 DFM
字号:
object LoginForm: TLoginForm
  Left = 225
  Top = 188
  BorderIcons = []
  BorderStyle = bsDialog
  ClientHeight = 275
  ClientWidth = 502
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  ShowHint = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 502
    Height = 275
    Align = alClient
    Center = True
    Stretch = True
  end
  object Label1: TLabel
    Left = 120
    Top = 104
    Width = 32
    Height = 16
    Caption = #29992#25143
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 120
    Top = 152
    Width = 32
    Height = 16
    Caption = #23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label3: TLabel
    Left = 73
    Top = 248
    Width = 330
    Height = 19
    Caption = 'Copyright Xwin Software Studio'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold, fsItalic]
    ParentFont = False
    Transparent = True
  end
  object Image2: TImage
    Left = 320
    Top = 104
    Width = 33
    Height = 33
    Cursor = crHandPoint
    Hint = #30830#35748
    Transparent = True
    OnClick = Image2Click
  end
  object Image3: TImage
    Left = 320
    Top = 149
    Width = 33
    Height = 33
    Cursor = crHandPoint
    Hint = #25918#24323
    Transparent = True
    OnClick = Image3Click
  end
  object Label4: TLabel
    Left = 16
    Top = 32
    Width = 473
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = 'Xwin Studio '#21806#21518#26381#21153#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clAqua
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object DBLookupComboBox1: TDBLookupComboBox
    Left = 160
    Top = 104
    Width = 145
    Height = 24
    Cursor = crHandPoint
    Color = clWhite
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    KeyField = 'rybh'
    ListField = 'ryxm'
    ListSource = DataSource1
    ParentFont = False
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 160
    Top = 152
    Width = 145
    Height = 22
    Cursor = crHandPoint
    Color = clWhite
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 1
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 40
  end
  object ADOQuery1: TADOQuery
    Connection = MainForm.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from ryxx where czqx='#39#26377#39' order by rybh')
    Left = 8
  end
end

⌨️ 快捷键说明

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