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

📄 sale.dfm

📁 网吧商品销售平台
💻 DFM
字号:
object SaleForm: TSaleForm
  Left = 402
  Top = 315
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22686#21152#21830#21697
  ClientHeight = 113
  ClientWidth = 260
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 19
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #21830#21697#21517#31216#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 51
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #21830#21697#20215#26684#65306
  end
  object Label3: TLabel
    Left = 168
    Top = 51
    Width = 65
    Height = 13
    AutoSize = False
    Caption = '('#20803#20026#21333#20301')'
  end
  object Bevel1: TBevel
    Left = 7
    Top = 72
    Width = 249
    Height = 9
    Shape = bsTopLine
    Style = bsRaised
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 161
    Height = 20
    AutoSize = False
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 104
    Top = 80
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 80
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 80
    Top = 47
    Width = 81
    Height = 20
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
    OnMouseMove = Edit2MouseMove
  end
end

⌨️ 快捷键说明

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