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

📄 unit8.~dfm

📁 上次我同样上传了个score-manager
💻 ~DFM
字号:
object userForm: TuserForm
  Left = 274
  Top = 125
  Width = 555
  Height = 379
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 73
    Height = 27
    Caption = #32534#21495':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 52
    Width = 102
    Height = 27
    Caption = #29992#25143#21517':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 16
    Top = 96
    Width = 73
    Height = 27
    Caption = #23494#30721':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 16
    Top = 144
    Width = 73
    Height = 27
    Caption = #32423#21035':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object SpeedButton1: TSpeedButton
    Left = 400
    Top = 112
    Width = 129
    Height = 41
    Caption = #29992#25143#21024#38500
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 400
    Top = 168
    Width = 129
    Height = 41
    Caption = #36864'   '#20986
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 400
    Top = 224
    Width = 129
    Height = 41
    Caption = #26174#31034#25968#25454
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton3Click
  end
  object DBEdit1: TDBEdit
    Left = 112
    Top = 8
    Width = 121
    Height = 21
    Hint = #32534#21495#20026'1,2,3,'#8230#19968#30452#36825#26679#19979#21435'.'
    DataField = #32534#21495
    DataSource = DataSource1
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 192
    Width = 361
    Height = 153
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clFuchsia
    TitleFont.Height = -16
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Width = 45
        Visible = True
      end
      item
        Expanded = False
        FieldName = #29992#25143#21517
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = #23494#30721
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32423#21035
        Width = 100
        Visible = True
      end>
  end
  object Edit1: TEdit
    Left = 112
    Top = 53
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 112
    Top = 98
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 112
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Table1: TTable
    Active = True
    AutoRefresh = True
    DatabaseName = 'score-manager'
    TableName = #29992#25143#34920
    Left = 448
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 408
  end
  object Query1: TQuery
    DataSource = DataSource1
    Left = 488
  end
end

⌨️ 快捷键说明

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