unit8.dfm

来自「一个不错的图书管理系统」· DFM 代码 · 共 93 行

DFM
93
字号
object Form8: TForm8
  Left = 354
  Top = 169
  BorderStyle = bsDialog
  Caption = #20851#20110
  ClientHeight = 234
  ClientWidth = 285
  Color = 16628902
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 243
    Height = 24
    Caption = #27827#28023#22823#23398#22270#20070#31649#29702#31995#32479'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 0
    Top = 56
    Width = 281
    Height = 17
    Shape = bsBottomLine
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 119
    Height = 13
    Caption = #31995#32479#29256#26412#65306'V 1.0        '
  end
  object Label3: TLabel
    Left = 24
    Top = 104
    Width = 121
    Height = 13
    Caption = #31995#32479#20316#32773#65306#27573#24314#20113'   '
  end
  object Label4: TLabel
    Left = 24
    Top = 128
    Width = 175
    Height = 13
    Caption = #21046#20316#26102#38388#65306'2006'#24180'06'#26376'05'#26085'     '
  end
  object Bevel2: TBevel
    Left = 0
    Top = 176
    Width = 281
    Height = 9
    Shape = bsBottomLine
  end
  object Label5: TLabel
    Left = 24
    Top = 152
    Width = 196
    Height = 13
    Cursor = crHandPoint
    Caption = #20316#32773#20027#39029#65306'http://duanjianyun.com.cn'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    OnClick = Label5Click
    OnMouseMove = Label5MouseMove
  end
  object Button1: TButton
    Left = 110
    Top = 200
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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