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

📄 pfm_queryalltab.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_queryalltab: Tfm_queryalltab
  Left = 131
  Top = 257
  Width = 781
  Height = 413
  Caption = 'fm_queryalltab'
  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
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 305
    Top = 0
    Width = 3
    Height = 386
    Cursor = crHSplit
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 305
    Height = 386
    Align = alLeft
    Caption = '流水号'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 301
      Height = 313
      Align = alClient
      Color = clInfoBk
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = '宋体'
      TitleFont.Style = []
    end
    object Panel1: TPanel
      Left = 2
      Top = 328
      Width = 301
      Height = 56
      Align = alBottom
      BevelInner = bvLowered
      TabOrder = 1
      object BitBtn1: TBitBtn
        Left = 24
        Top = 16
        Width = 109
        Height = 25
        Caption = '进货单查询'
        TabOrder = 0
        OnClick = BitBtn1Click
      end
      object BitBtn2: TBitBtn
        Left = 152
        Top = 16
        Width = 125
        Height = 25
        Caption = '进货单明细查询'
        TabOrder = 1
        OnClick = BitBtn2Click
      end
    end
  end
  object GroupBox2: TGroupBox
    Left = 308
    Top = 0
    Width = 465
    Height = 386
    Align = alClient
    Caption = '明细表'
    TabOrder = 1
    object DBGrid2: TDBGrid
      Left = 2
      Top = 15
      Width = 461
      Height = 369
      Align = alClient
      Color = clInfoBk
      DataSource = DataSource2
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = '宋体'
      TitleFont.Style = []
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 136
    Top = 48
  end
  object DataSource2: TDataSource
    DataSet = Query2
    Left = 241
    Top = 48
  end
  object QryName: TQuery
    DatabaseName = 'posdb'
    Left = 208
    Top = 16
  end
  object Query1: TQuery
    AfterScroll = Query1AfterScroll
    DatabaseName = 'posdb'
    Left = 136
    Top = 16
  end
  object Query2: TQuery
    DatabaseName = 'posdb'
    Left = 240
    Top = 16
  end
end

⌨️ 快捷键说明

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