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

📄 unit11.dfm

📁 如何为 教师和学生准备方便易查的学习资源是课程编制面临的新的巨大的课题。在教学资源的选取上
💻 DFM
字号:
object Form11: TForm11
  Left = 374
  Top = 306
  Width = 585
  Height = 434
  AutoSize = True
  Caption = #36873#35838
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 577
    Height = 400
    Caption = 'Panel1'
    TabOrder = 0
    object Label1: TLabel
      Left = 408
      Top = 96
      Width = 57
      Height = 13
      Caption = #35838#31243#21495'   '#65306
    end
    object ComboBox1: TComboBox
      Left = 408
      Top = 136
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = ComboBox1Change
    end
    object Button1: TButton
      Left = 408
      Top = 272
      Width = 75
      Height = 25
      Caption = #36873#35838
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 408
      Top = 328
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 2
      OnClick = Button2Click
    end
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 376
      Height = 398
      Align = alLeft
      DataSource = DataModule7.DataSource1
      TabOrder = 3
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
end

⌨️ 快捷键说明

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