w_grchhg.~dfm

来自「学生学籍管理源码」· ~DFM 代码 · 共 133 行

~DFM
133
字号
object tjgrcjhg: Ttjgrcjhg
  Left = 353
  Top = 223
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20010#20154#25104#32489#21512#26684
  ClientHeight = 246
  ClientWidth = 345
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 72
    Width = 96
    Height = 20
    Caption = #35831#36873#25321#29677#32423
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 32
    Width = 105
    Height = 20
    Caption = #35831#36755#20837#23398#21495
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 24
    Top = 152
    Width = 105
    Height = 20
    Caption = #21512#26684#31185#30446#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 24
    Top = 112
    Width = 112
    Height = 20
    Caption = #35831#36755#20837#23398#26399#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 152
    Top = 24
    Width = 129
    Height = 21
    TabOrder = 0
  end
  object DBLookupComboBox1: TDBLookupComboBox
    Left = 152
    Top = 72
    Width = 129
    Height = 21
    DataField = #29677#32423
    DataSource = data.xj
    KeyField = #29677#32423
    ListField = #29677#32423
    ListSource = data.ls
    TabOrder = 1
  end
  object Button1: TButton
    Left = 40
    Top = 200
    Width = 75
    Height = 25
    Caption = #32479#35745
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 200
    Width = 75
    Height = 25
    Caption = #35814#32454#20449#24687
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 224
    Top = 200
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button3Click
  end
  object Edit2: TEdit
    Left = 152
    Top = 152
    Width = 129
    Height = 21
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 152
    Top = 112
    Width = 129
    Height = 21
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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