jcdytempunit.dfm

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

DFM
75
字号
object jcdytemp: Tjcdytemp
  Left = 289
  Top = 142
  Width = 360
  Height = 271
  Caption = #22870#24809#25171#21360
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 352
    Height = 244
    Align = alClient
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 64
      Top = 24
      Width = 233
      Height = 161
      Caption = #35831#36873#25321#25171#21360#26041#24335
      TabOrder = 0
      object Label1: TLabel
        Left = 48
        Top = 112
        Width = 32
        Height = 13
        AutoSize = False
        Caption = #23398#21495#65306
      end
      object RadioButton1: TRadioButton
        Left = 48
        Top = 32
        Width = 113
        Height = 17
        Caption = #25171#21360#23398#29983#22870#21169#35760#24405
        Checked = True
        TabOrder = 0
        TabStop = True
      end
      object RadioButton2: TRadioButton
        Left = 48
        Top = 72
        Width = 113
        Height = 17
        Caption = #25171#21360#23398#29983#24809#32602#35760#24405
        TabOrder = 1
      end
      object Edit1: TEdit
        Left = 96
        Top = 110
        Width = 89
        Height = 21
        TabOrder = 2
      end
    end
    object Button1: TButton
      Left = 136
      Top = 200
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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