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

📄 unit6.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object frmdeletegoods: Tfrmdeletegoods
  Left = 21
  Top = 133
  Width = 864
  Height = 624
  VertScrollBar.Position = 118
  Caption = '取消商品'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object sbutdelete: TSpeedButton
    Left = 624
    Top = 538
    Width = 121
    Height = 41
    Caption = '删除商品'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = sbutdeleteClick
  end
  object SpeedButton1: TSpeedButton
    Left = 816
    Top = 538
    Width = 121
    Height = 41
    Caption = '返  回'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object DBGrid1: TDBGrid
    Left = 56
    Top = -78
    Width = 841
    Height = 449
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Table1: TTable
    AutoRefresh = True
    DatabaseName = 'guohuabase1'
    TableName = 'dbo.goodsbase'
    Left = 88
    Top = 518
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 216
    Top = 518
  end
end

⌨️ 快捷键说明

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