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

📄 pfm_fdthdhand.dfm

📁 这是一个用DELPHI7开发的大型超市管理系统
💻 DFM
字号:
object fm_fdthdhand: Tfm_fdthdhand
  Left = 196
  Top = 70
  BorderStyle = bsDialog
  Caption = '回收分店上传数据'
  ClientHeight = 281
  ClientWidth = 673
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 673
    Height = 281
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label3: TLabel
      Left = 28
      Top = 28
      Width = 281
      Height = 16
      AutoSize = False
      Caption = '点击按钮回收分店提交的数据'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object BtnGetThd: TButton
      Left = 30
      Top = 72
      Width = 139
      Height = 25
      Caption = '回收分店申请提货单数据'
      TabOrder = 0
      OnClick = BtnGetThdClick
    end
    object BBtnquit: TBitBtn
      Left = 32
      Top = 216
      Width = 137
      Height = 25
      Caption = '退出'
      TabOrder = 1
      OnClick = BBtnquitClick
    end
    object Memo1: TMemo
      Left = 296
      Top = 18
      Width = 375
      Height = 261
      Align = alRight
      Color = clInfoBk
      Lines.Strings = (
        '  提  示:')
      TabOrder = 2
    end
    object BtnGetTcd: TButton
      Left = 32
      Top = 112
      Width = 137
      Height = 25
      Caption = '回收分店退仓单数据'
      TabOrder = 3
      OnClick = BtnGetTcdClick
    end
    object BtnGetxsrz: TButton
      Left = 32
      Top = 152
      Width = 137
      Height = 25
      Caption = '回收销售日志'
      TabOrder = 4
      OnClick = BtnGetxsrzClick
    end
  end
  object Table2: TTable
    DatabaseName = 'posdb'
    TableName = 'tab_fdjhd'
    Left = 200
    Top = 80
  end
  object BatMove1: TBatchMove
    Left = 168
    Top = 80
  end
  object Table1: TTable
    Left = 136
    Top = 80
  end
end

⌨️ 快捷键说明

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