chengjichaxuntiong.dfm

来自「教务管理子系统的基本功能实现」· DFM 代码 · 共 79 行

DFM
79
字号
object chengjichaxunfrm: Tchengjichaxunfrm
  Left = 261
  Top = 206
  Width = 504
  Height = 367
  Caption = #25104#32489#26597#35810#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 128
    Top = 240
    Width = 97
    Height = 49
    Caption = #26597#35810
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 288
    Top = 240
    Width = 97
    Height = 49
    Caption = #36864#20986
    OnClick = SpeedButton2Click
  end
  object Label1: TLabel
    Left = 56
    Top = 72
    Width = 72
    Height = 13
    Caption = #35831#36873#25321#23398#26399#65306
  end
  object DBGrid1: TDBGrid
    Left = 48
    Top = 128
    Width = 433
    Height = 81
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 496
    Height = 41
    Align = alTop
    Color = clMoneyGreen
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 160
    Top = 72
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      '20051'
      '20052'
      '20061'
      '20062'
      '20071'
      '20072'
      '20081'
      '20082')
  end
end

⌨️ 快捷键说明

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