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

📄 login.dfm

📁 delphi阿涛印花厂,有关于打印的印花厂源码
💻 DFM
字号:
object loginform: Tloginform
  Left = 388
  Top = 406
  Width = 800
  Height = 523
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 280
    Top = 280
    Width = 407
    Height = 37
    Caption = #38463#28059#21360#33457#21378#29983#20135#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -37
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 281
    Top = 281
    Width = 407
    Height = 37
    Caption = #38463#28059#21360#33457#21378#29983#20135#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -37
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object Label3: TLabel
    Left = 358
    Top = 338
    Width = 247
    Height = 21
    Caption = #31243#24207#32534#20889#65306'15302526387'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      '')
    Left = 288
    Top = 24
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    Left = 72
    Top = 32
    object N1: TMenuItem
      Caption = #20837#24211#30331#35760'  '
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #32479#35745#26597#35810
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = '   '#23458#25143#35774#32622
      OnClick = N3Click
    end
    object N4: TMenuItem
      Caption = '  '#36864#20986#31995#32479
      OnClick = N4Click
    end
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=nf.mdb;Persist Secu' +
      'rity Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 200
    Top = 24
  end
end

⌨️ 快捷键说明

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