sjjs.dfm

来自「这个工资管理系统是我今年的毕业设计」· DFM 代码 · 共 82 行

DFM
82
字号
object Form17: TForm17
  Left = 447
  Top = 288
  BorderStyle = bsDialog
  Caption = #24037#36164#31649#29702#31995#32479#65293
  ClientHeight = 114
  ClientWidth = 223
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 5
    Top = 88
    Width = 212
    Height = 9
    Shape = bsTopLine
  end
  object Label1: TLabel
    Left = 8
    Top = 96
    Width = 209
    Height = 13
    AutoSize = False
    Caption = 'Label1'
  end
  object SpeedButton1: TSpeedButton
    Left = 152
    Top = 16
    Width = 57
    Height = 24
    Caption = #30830#23450
    Flat = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 152
    Top = 48
    Width = 57
    Height = 24
    Caption = #21462#28040
    Flat = True
    OnClick = SpeedButton2Click
  end
  object GroupBox1: TGroupBox
    Left = 9
    Top = 0
    Width = 135
    Height = 81
    Caption = #31649#29702#21592#26435#38480#35774#32622
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 8
      Top = 30
      Width = 113
      Height = 17
      Caption = #35774#20026#31649#29702#21592
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 8
      Top = 54
      Width = 113
      Height = 17
      Caption = #35774#20026#20020#26102#29992#25143
      TabOrder = 1
      OnClick = RadioButton2Click
    end
  end
end

⌨️ 快捷键说明

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