⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 switchuifrm.dfm

📁 稿件名称:利用WebBrowser Control实现程序界面与实现的分离 稿件作者:张硕、陈晗 程序名称:Project1.exe 运行环境:Borland Delphi 6/7
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -