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

📄 unit9.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object frmdepgoodsback: Tfrmdepgoodsback
  Left = 101
  Top = 133
  Width = 711
  Height = 496
  Caption = '部门返货'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object sbutchange: TSpeedButton
    Left = 112
    Top = 612
    Width = 153
    Height = 41
    Caption = '修改纪录'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = sbutchangeClick
  end
  object sbutback: TSpeedButton
    Left = 384
    Top = 612
    Width = 153
    Height = 41
    Caption = '返回'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = sbutbackClick
  end
  object dbgdepappend: TDBGrid
    Left = 87
    Top = 52
    Width = 825
    Height = 489
    DataSource = dasdepback
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object dasdepback: TDataSource
    DataSet = tabdepback
    Left = 440
    Top = 272
  end
  object tabdepback: TTable
    DatabaseName = 'guohuabase1'
    TableName = 'dbo.goodsbase'
    Left = 360
    Top = 272
  end
end

⌨️ 快捷键说明

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