dzdyunit.dfm

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

DFM
113
字号
object dzdy: Tdzdy
  Left = 179
  Top = 206
  Width = 497
  Height = 269
  Caption = #22320#22336#25171#21360
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 489
    Height = 235
    Align = alClient
    TabOrder = 0
    object Button1: TButton
      Left = 200
      Top = 192
      Width = 65
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object GroupBox1: TGroupBox
      Left = 48
      Top = 48
      Width = 417
      Height = 121
      Caption = #35831#36873#25321#25171#21360#26041#24335
      TabOrder = 1
      object Label1: TLabel
        Left = 192
        Top = 36
        Width = 105
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#19987#19994#21517
      end
      object Label2: TLabel
        Left = 192
        Top = 76
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #35831#36873#25321#29677#32423
      end
      object Label3: TLabel
        Left = 200
        Top = 56
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #23398#29983#23398#21495
        Visible = False
      end
      object RadioButton1: TRadioButton
        Left = 40
        Top = 32
        Width = 113
        Height = 17
        Caption = #25171#21360#20840#29677#22320#22336
        Checked = True
        TabOrder = 0
        TabStop = True
        OnClick = RadioButton1Click
      end
      object RadioButton2: TRadioButton
        Left = 40
        Top = 72
        Width = 113
        Height = 17
        Caption = #25171#21360#26576#20154#22320#22336
        TabOrder = 1
        OnClick = RadioButton2Click
      end
      object ComboBox1: TComboBox
        Left = 280
        Top = 34
        Width = 105
        Height = 21
        ItemHeight = 13
        TabOrder = 2
        OnExit = ComboBox1Exit
      end
      object ComboBox2: TComboBox
        Left = 280
        Top = 76
        Width = 105
        Height = 21
        ItemHeight = 13
        TabOrder = 3
      end
      object Edit1: TEdit
        Left = 280
        Top = 52
        Width = 105
        Height = 21
        TabOrder = 4
        Visible = False
      end
    end
  end
end

⌨️ 快捷键说明

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