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

📄 unit6.dfm

📁 上次我同样上传了个score-manager
💻 DFM
字号:
object regform: Tregform
  Left = 262
  Top = 166
  Width = 408
  Height = 335
  Caption = #29992#25143#27880#20876
  Color = clTeal
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 40
    Top = 24
    Width = 313
    Height = 217
    TabOrder = 0
    object Label1: TLabel
      Left = 56
      Top = 40
      Width = 49
      Height = 20
      AutoSize = False
      Caption = #32534#21495':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 56
      Top = 101
      Width = 65
      Height = 25
      AutoSize = False
      Caption = #29992#25143#21517':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 56
      Top = 162
      Width = 49
      Height = 25
      AutoSize = False
      Caption = #23494#30721':'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 144
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 144
      Top = 101
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 144
      Top = 162
      Width = 121
      Height = 21
      TabOrder = 2
    end
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 256
    Width = 75
    Height = 25
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 208
    Top = 256
    Width = 75
    Height = 25
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 8
    Top = 72
  end
  object Table1: TTable
    Active = True
    AutoRefresh = True
    DatabaseName = 'score-manager'
    TableName = #29992#25143#34920
    Left = 8
    Top = 120
  end
end

⌨️ 快捷键说明

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