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

📄 unit7.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object frmdepappend: Tfrmdepappend
  Left = 0
  Top = 63
  Width = 881
  Height = 705
  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 sbutback: TSpeedButton
    Left = 344
    Top = 576
    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 sbutchanges: TSpeedButton
    Left = 80
    Top = 576
    Width = 137
    Height = 41
    Caption = '修改纪录'
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    OnClick = sbutchangesClick
  end
  object dbgdepappend: TDBGrid
    Left = 48
    Top = 56
    Width = 825
    Height = 489
    DataSource = dasdepappend
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object dasdepappend: TDataSource
    DataSet = tabdepappend
    Left = 672
    Top = 584
  end
  object tabdepappend: TTable
    DatabaseName = 'guohuabase1'
    TableName = 'dbo.goodsbase'
    Left = 752
    Top = 576
  end
end

⌨️ 快捷键说明

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