byxyunit.dfm

来自「delphi sqlserver 学生学籍管理系统」· DFM 代码 · 共 68 行

DFM
68
字号
object byxytemp: Tbyxytemp
  Left = 260
  Top = 182
  Width = 297
  Height = 215
  Caption = #27605#19994#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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 289
    Height = 188
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 34
      Width = 105
      Height = 13
      AutoSize = False
      Caption = #35831#36873#25321#19987#19994#21517
    end
    object Label2: TLabel
      Left = 32
      Top = 88
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #35831#36873#25321#29677#32423
    end
    object ComboBox1: TComboBox
      Left = 128
      Top = 32
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnExit = ComboBox1Exit
    end
    object ComboBox2: TComboBox
      Left = 128
      Top = 88
      Width = 105
      Height = 21
      ItemHeight = 13
      TabOrder = 1
    end
    object Button1: TButton
      Left = 104
      Top = 136
      Width = 65
      Height = 25
      Caption = #30830#23450
      TabOrder = 2
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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