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

📄 unit2.dfm

📁 安全芯加密狗 安全芯加密狗
💻 DFM
字号:
object Form2: TForm2
  Left = 350
  Top = 250
  Width = 306
  Height = 231
  Caption = 'Settings'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 24
    Top = 16
    Width = 249
    Height = 129
    Caption = 'Set Target UserID'
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 40
      Width = 72
      Height = 13
      Caption = #21313#20845#36827#21046#26684#24335
    end
    object Edit1: TEdit
      Left = 120
      Top = 40
      Width = 97
      Height = 21
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 48
    Top = 160
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 160
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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