unit3.~dfm

来自「delphi数据库的程序代码」· ~DFM 代码 · 共 39 行

~DFM
39
字号
object Form_sex: TForm_sex
  Left = -57
  Top = 377
  BorderStyle = bsDialog
  Caption = #36755#20837#24615#21035
  ClientHeight = 169
  ClientWidth = 342
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 16
    Width = 185
    Height = 105
    Caption = #24615#21035
    ItemIndex = 0
    Items.Strings = (
      #30007
      #22899)
    TabOrder = 0
  end
  object Button1: TButton
    Left = 240
    Top = 56
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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