switchuifrm.dfm

来自「稿件名称:利用WebBrowser Control实现程序界面与实现的分离 」· DFM 代码 · 共 52 行

DFM
52
字号
object SwitchUIForm: TSwitchUIForm
  Left = 232
  Top = 131
  BorderStyle = bsDialog
  Caption = 'SwitchUIForm'
  ClientHeight = 162
  ClientWidth = 318
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object RadioGroup1: TRadioGroup
    Left = 23
    Top = 22
    Width = 276
    Height = 83
    Caption = #30028#38754#21015#34920
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      #30028#38754#19968
      #30028#38754#20108)
    TabOrder = 0
  end
  object Button1: TButton
    Left = 142
    Top = 128
    Width = 75
    Height = 21
    Caption = #20999#25442'(&S)'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object Button2: TButton
    Left = 226
    Top = 128
    Width = 75
    Height = 21
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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