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

📄 unposasingle.~dfm

📁 不错的代码 希望大家喜欢 别忘了看完以后联系我
💻 ~DFM
字号:
object FMPOSASINGLE: TFMPOSASINGLE
  Left = 391
  Top = 295
  BorderIcons = []
  BorderStyle = bsToolWindow
  Caption = '单品键设置     退出 按 ESC'
  ClientHeight = 563
  ClientWidth = 592
  Color = 11659006
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 24
  object GRID: TStringGrid
    Left = 0
    Top = 60
    Width = 591
    Height = 502
    ColCount = 3
    Ctl3D = False
    DefaultColWidth = 30
    FixedColor = 5547518
    FixedCols = 0
    RowCount = 200
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goTabs, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 0
    OnKeyPress = GRIDKeyPress
    ColWidths = (
      102
      215
      249)
  end
  object ED_TXT: TEdit
    Left = 7
    Top = 2
    Width = 575
    Height = 54
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -43
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
  end
  object MainMenu1: TMainMenu
    Left = 410
    Top = 115
    object ESC1: TMenuItem
      Caption = '退出ESC'
      ShortCut = 27
      Visible = False
      OnClick = ESC1Click
    end
    object N1: TMenuItem
      Caption = '退出'
      ShortCut = 16465
      Visible = False
      OnClick = ESC1Click
    end
  end
end

⌨️ 快捷键说明

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