showcourse.dfm

来自「C++ Builder数据库开发经典案例解析 示例程序都是在C++ Build」· DFM 代码 · 共 100 行

DFM
100
字号
object fmShowCourse: TfmShowCourse
  Left = 192
  Top = 107
  Width = 696
  Height = 542
  Caption = #35838#34920#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object StringGrid1: TStringGrid
    Left = 0
    Top = 57
    Width = 688
    Height = 458
    Align = alClient
    Ctl3D = True
    DefaultColWidth = 120
    DefaultRowHeight = 40
    FixedCols = 0
    RowCount = 11
    ParentCtl3D = False
    TabOrder = 0
    OnDrawCell = StringGrid1DrawCell
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 688
    Height = 57
    Align = alTop
    Caption = #22522#26412#20449#24687
    TabOrder = 1
    object Label1: TLabel
      Left = 35
      Top = 24
      Width = 24
      Height = 13
      Caption = #23398#21495
    end
    object Label2: TLabel
      Left = 208
      Top = 24
      Width = 24
      Height = 13
      Caption = #22995#21517
    end
    object Label3: TLabel
      Left = 392
      Top = 24
      Width = 24
      Height = 13
      Caption = #29677#32423
    end
    object edStuNum: TEdit
      Left = 64
      Top = 20
      Width = 97
      Height = 21
      TabOrder = 0
      Text = 'edStuNum'
      OnKeyPress = edStuNumKeyPress
    end
    object edStuName: TEdit
      Left = 240
      Top = 20
      Width = 105
      Height = 21
      Enabled = False
      ReadOnly = True
      TabOrder = 1
      Text = 'edStuName'
    end
    object edStuClass: TEdit
      Left = 424
      Top = 20
      Width = 121
      Height = 21
      Enabled = False
      ReadOnly = True
      TabOrder = 2
      Text = 'edStuClass'
    end
  end
  object queQuery: TQuery
    DatabaseName = 'db'
    Left = 568
    Top = 16
  end
end

⌨️ 快捷键说明

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