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

📄 dl.~dfm

📁 希望大家能多多指教这是我给我们同学编的系统
💻 ~DFM
字号:
object tlform: Ttlform
  Left = 361
  Top = 226
  Width = 342
  Height = 226
  BorderIcons = []
  Caption = #29992#25143#30331#24405
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 64
    Width = 54
    Height = 13
    Caption = #29992#25143#21517#65306'  '
  end
  object Label2: TLabel
    Left = 56
    Top = 104
    Width = 66
    Height = 13
    Caption = #29992#25143#23494#30721#65306'  '
  end
  object Label3: TLabel
    Left = 61
    Top = 19
    Width = 224
    Height = 24
    HelpType = htKeyword
    Caption = 'WELCOME  TO   USE  !'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label4: TLabel
    Left = 60
    Top = 21
    Width = 224
    Height = 24
    HelpType = htKeyword
    Caption = 'WELCOME  TO   USE  !'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Edit1: TEdit
    Left = 144
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 144
    Top = 104
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 56
    Top = 152
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 152
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object Query1: TQuery
    DatabaseName = 'xgxtzz'
    SQL.Strings = (
      'select * from yonghu')
    Left = 24
    Top = 56
    object Query1Xingming: TStringField
      FieldName = 'Xingming'
      Origin = 'XGXTZZ."yonghu.DB".Xingming'
      Size = 10
    end
    object Query1Mima: TStringField
      FieldName = 'Mima'
      Origin = 'XGXTZZ."yonghu.DB".Mima'
      Size = 10
    end
  end
end

⌨️ 快捷键说明

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