unit2.dfm

来自「从同学哪里拷贝来的程序,毕业设计用的,大家看看,有帮助的哦」· DFM 代码 · 共 105 行

DFM
105
字号
object login: Tlogin
  Left = 257
  Top = 191
  BorderIcons = []
  BorderStyle = bsNone
  Caption = #30331#38470#30028#38754
  ClientHeight = 187
  ClientWidth = 304
  Color = clGradientActiveCaption
  DragMode = dmAutomatic
  ParentFont = True
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 43
    Top = 37
    Width = 84
    Height = 21
    Caption = #29992#25143#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #21326#25991#26032#39759
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 46
    Top = 87
    Width = 75
    Height = 21
    Caption = #21475'  '#20196#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = #21326#25991#26032#39759
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 134
    Top = 32
    Width = 105
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 135
    Top = 88
    Width = 105
    Height = 28
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 56
    Top = 134
    Width = 75
    Height = 33
    Caption = #30830#23450
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#26032#39759
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 136
    Width = 75
    Height = 31
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #21326#25991#26032#39759
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Table1: TTable
    TableName = '.\database\MIMA.DB'
    Left = 264
    Top = 72
  end
end

⌨️ 快捷键说明

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