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

📄 setup.dfm

📁 网吧商品销售平台
💻 DFM
字号:
object SetupForm: TSetupForm
  Left = 416
  Top = 202
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20854#23427#35774#32622
  ClientHeight = 331
  ClientWidth = 385
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 385
    Height = 331
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 64
      Width = 153
      Height = 13
      AutoSize = False
      Caption = #23458#25143#31471#21487#21457#36865#30340#28040#24687#21015#34920#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 192
      Width = 129
      Height = 13
      AutoSize = False
      Caption = #23458#25143#31471#21451#24773#25552#31034#20449#24687#65306
    end
    object Bevel1: TBevel
      Left = 8
      Top = 183
      Width = 361
      Height = 9
      Shape = bsTopLine
      Style = bsRaised
    end
    object Bevel2: TBevel
      Left = 8
      Top = 235
      Width = 361
      Height = 9
      Shape = bsTopLine
      Style = bsRaised
    end
    object Bevel3: TBevel
      Left = 8
      Top = 291
      Width = 361
      Height = 9
      Shape = bsTopLine
      Style = bsRaised
    end
    object Label3: TLabel
      Left = 8
      Top = 8
      Width = 89
      Height = 13
      AutoSize = False
      Caption = #29992#25143#25480#26435#20449#24687#65306
    end
    object Bevel4: TBevel
      Left = 8
      Top = 51
      Width = 361
      Height = 9
      Shape = bsTopLine
      Style = bsRaised
    end
    object NoteEdit: TEdit
      Left = 8
      Top = 208
      Width = 361
      Height = 20
      TabOrder = 0
    end
    object CheckBox1: TCheckBox
      Left = 8
      Top = 248
      Width = 153
      Height = 17
      Caption = #24320#26426#33258#21551#21160#26381#21153#31471#31243#24207
      TabOrder = 1
    end
    object CheckBox2: TCheckBox
      Left = 8
      Top = 264
      Width = 265
      Height = 17
      Caption = #26381#21153#31471#36816#34892#21518#21363#24320#21551#26381#21153#31471#36890#35759#31471#21475
      TabOrder = 2
    end
    object Button1: TButton
      Left = 208
      Top = 298
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 288
      Top = 298
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 4
      OnClick = Button2Click
    end
    object UserInfoEdit: TEdit
      Left = 8
      Top = 24
      Width = 361
      Height = 20
      TabOrder = 5
    end
    object ListBox1: TListBox
      Left = 8
      Top = 80
      Width = 361
      Height = 97
      ItemHeight = 12
      PopupMenu = PopupMenu1
      TabOrder = 6
      OnContextPopup = ListBox1ContextPopup
      OnDblClick = E1Click
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 80
    Top = 120
    object A1: TMenuItem
      Caption = #22686#21152'(&A)'
      OnClick = A1Click
    end
    object E1: TMenuItem
      Caption = #20462#25913'(&E)'
      Enabled = False
      OnClick = E1Click
    end
    object D1: TMenuItem
      Caption = #21024#38500'(&D)'
      Enabled = False
      OnClick = D1Click
    end
  end
end

⌨️ 快捷键说明

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