unit3.dfm

来自「理论考试程序,可以自由下载,学习,请多多指点,批评」· DFM 代码 · 共 107 行

DFM
107
字号
object Form3: TForm3
  Left = 197
  Top = 253
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20998#31867#32451#20064
  ClientHeight = 81
  ClientWidth = 430
  Color = 12615808
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 107
    Top = 216
    Width = 137
    Height = 177
    Shape = bsFrame
  end
  object RadioButton1: TRadioButton
    Left = 118
    Top = 217
    Width = 119
    Height = 33
    Caption = #27861#24459#27861#35268
    Checked = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    TabStop = True
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 111
    Top = 262
    Width = 129
    Height = 33
    Caption = #20132#36890#26631#24535
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = RadioButton2Click
  end
  object RadioButton3: TRadioButton
    Left = 112
    Top = 301
    Width = 123
    Height = 33
    Caption = #36710#36742#26500#36896
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = RadioButton3Click
  end
  object RadioButton4: TRadioButton
    Left = 112
    Top = 343
    Width = 125
    Height = 33
    Caption = #23433#20840#39550#39542
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = RadioButton4Click
  end
  object Txtbz: TEdit
    Left = 391
    Top = 224
    Width = 89
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
    Text = 'Txtbz'
  end
  object Button1: TButton
    Left = 48
    Top = 24
    Width = 75
    Height = 25
    Caption = #27983#35272#32852#31995
    TabOrder = 5
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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