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

📄 unit12.dfm

📁 如何为 教师和学生准备方便易查的学习资源是课程编制面临的新的巨大的课题。在教学资源的选取上
💻 DFM
字号:
object Form12: TForm12
  Left = 294
  Top = 341
  Width = 577
  Height = 400
  Caption = #23398#29983#20998#25968#35780#23450
  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 = 569
    Height = 366
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    object Label1: TLabel
      Left = 344
      Top = 80
      Width = 45
      Height = 13
      Caption = #23398#29983#21495'   '
    end
    object Label2: TLabel
      Left = 344
      Top = 136
      Width = 42
      Height = 13
      Caption = #35838#31243#21495'  '
    end
    object Label3: TLabel
      Left = 344
      Top = 176
      Width = 33
      Height = 13
      Caption = #20998#25968'   '
    end
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 320
      Height = 364
      Align = alLeft
      DataSource = DataModule7.DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object ComboBox1: TComboBox
      Left = 400
      Top = 80
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 1
      OnChange = ComboBox1Change
    end
    object ComboBox2: TComboBox
      Left = 400
      Top = 128
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 2
    end
    object Edit1: TEdit
      Left = 400
      Top = 176
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Button1: TButton
      Left = 352
      Top = 224
      Width = 75
      Height = 25
      Caption = #35780#20998
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 352
      Top = 272
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 5
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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