cxcjxyunit.dfm

来自「高校学生学籍管理系统源码」· DFM 代码 · 共 69 行

DFM
69
字号
object cxcjxyfrm: Tcxcjxyfrm
  Left = 351
  Top = 208
  Width = 288
  Height = 227
  Caption = #37325#20462#25104#32489#26657#39564
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ddd: TPanel
    Left = 0
    Top = 0
    Width = 280
    Height = 200
    Align = alClient
    TabOrder = 0
    object Label3: TLabel
      Left = 16
      Top = 45
      Width = 97
      Height = 13
      AutoSize = False
      Caption = #35831#36873#25321#35838#31243#21517#31216
    end
    object Label1: TLabel
      Left = 24
      Top = 91
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #35831#36755#20837#23398#26399
    end
    object Button1: TButton
      Left = 96
      Top = 136
      Width = 65
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object ComboBox1: TComboBox
      Left = 120
      Top = 43
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object MaskEdit1: TMaskEdit
      Left = 120
      Top = 88
      Width = 105
      Height = 21
      EditMask = '0000-9;1;_'
      MaxLength = 6
      TabOrder = 2
      Text = '2000-2'
    end
  end
end

⌨️ 快捷键说明

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