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

📄 unit9.dfm

📁 上次我同样上传了个score-manager
💻 DFM
字号:
object lessionForm: TlessionForm
  Left = 249
  Top = 145
  Width = 385
  Height = 365
  Caption = #35838#31243#35774#32622
  Color = clBtnFace
  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 SpeedButton1: TSpeedButton
    Left = 280
    Top = 200
    Width = 81
    Height = 33
    Caption = #28155#21152
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 280
    Top = 232
    Width = 81
    Height = 33
    Caption = #21024#38500
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 280
    Top = 264
    Width = 81
    Height = 33
    Caption = #21462#28040
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton3Click
  end
  object SpeedButton4: TSpeedButton
    Left = 280
    Top = 296
    Width = 81
    Height = 33
    Caption = #36864#20986
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton4Click
  end
  object SpeedButton5: TSpeedButton
    Left = 296
    Top = 8
    Width = 81
    Height = 57
    Caption = #20840#37096#26174#31034
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton5Click
  end
  object SpeedButton6: TSpeedButton
    Left = 224
    Top = 0
    Width = 65
    Height = 33
    Caption = #26597#35810'1'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton6Click
  end
  object SpeedButton7: TSpeedButton
    Left = 224
    Top = 32
    Width = 65
    Height = 33
    Caption = #26597#35810'2'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton7Click
  end
  object GroupBox1: TGroupBox
    Left = 272
    Top = 72
    Width = 105
    Height = 105
    Caption = #35838#31243#35774#32622
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 60
      Height = 13
      Caption = #35838#31243#32534#21495#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 56
      Width = 60
      Height = 13
      Caption = #35838#31243#21517#31216#65306
    end
    object Edit1: TEdit
      Left = 8
      Top = 32
      Width = 89
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 8
      Top = 72
      Width = 89
      Height = 21
      TabOrder = 1
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 225
    Height = 65
    TabOrder = 1
    object Label3: TLabel
      Left = 0
      Top = 8
      Width = 48
      Height = 13
      Caption = #35838#31243#32534#21495
    end
    object Label4: TLabel
      Left = 128
      Top = 8
      Width = 12
      Height = 13
      Caption = #21040
    end
    object Label5: TLabel
      Left = 0
      Top = 40
      Width = 48
      Height = 13
      Caption = #35838#31243#21517#31216
    end
    object Label6: TLabel
      Left = 128
      Top = 40
      Width = 12
      Height = 13
      Caption = #21040
    end
    object Edit3: TEdit
      Left = 64
      Top = 8
      Width = 57
      Height = 21
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 152
      Top = 8
      Width = 57
      Height = 21
      TabOrder = 1
    end
    object Edit5: TEdit
      Left = 64
      Top = 40
      Width = 57
      Height = 21
      TabOrder = 2
    end
    object Edit6: TEdit
      Left = 152
      Top = 40
      Width = 57
      Height = 21
      TabOrder = 3
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 72
    Width = 257
    Height = 257
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clGreen
    TitleFont.Height = -13
    TitleFont.Name = #26999#20307'_GB2312'
    TitleFont.Style = [fsBold]
  end
  object Query1: TQuery
    DatabaseName = 'score-manager'
    Left = 248
    Top = 224
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 248
    Top = 264
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'score-manager'
    TableName = #35838#31243#20449#24687
    Left = 248
    Top = 192
  end
end

⌨️ 快捷键说明

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