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

📄 spnumfrm.dfm

📁 程序用Delphi6编写
💻 DFM
字号:
object frmSpNum: TfrmSpNum
  Left = 200
  Top = 100
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #21830#21697
  ClientHeight = 92
  ClientWidth = 214
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 16
    Top = 8
    Width = 185
    Height = 49
    Caption = #25968#37327
    TabOrder = 0
    object SpinEdit1: TSpinEdit
      Left = 32
      Top = 16
      Width = 121
      Height = 21
      MaxValue = 100
      MinValue = 1
      TabOrder = 0
      Value = 1
    end
  end
  object Button1: TButton
    Left = 16
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object Button2: TButton
    Left = 128
    Top = 64
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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