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

📄 xschdcx1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
字号:
object xschdcx: Txschdcx
  Left = 308
  Top = 208
  Width = 562
  Height = 425
  BorderIcons = [biSystemMenu]
  Caption = '查找销售出货单'
  Color = clBtnFace
  DefaultMonitor = dmMainForm
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object dxDBGrid1: TdxDBGrid
    Left = 0
    Top = 0
    Width = 554
    Height = 361
    Bands = <
      item
      end>
    DefaultLayout = True
    HeaderPanelRowCount = 1
    KeyField = 'code'
    SummaryGroups = <>
    SummarySeparator = ', '
    Align = alClient
    Color = 15524050
    Font.Charset = GB2312_CHARSET
    Font.Color = 7479077
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnDblClick = dxDBGrid1DblClick
    BandFont.Charset = GB2312_CHARSET
    BandFont.Color = clWindowText
    BandFont.Height = -12
    BandFont.Name = '宋体'
    BandFont.Style = []
    DataSource = DataSource1
    Filter.Active = True
    Filter.Criteria = {00000000}
    GridLineColor = clNavy
    HeaderFont.Charset = GB2312_CHARSET
    HeaderFont.Color = clWindowText
    HeaderFont.Height = -12
    HeaderFont.Name = '宋体'
    HeaderFont.Style = []
    LookAndFeel = lfFlat
    OptionsBehavior = [edgoAutoSort, edgoDragScroll, edgoEditing, edgoEnterShowEditor, edgoImmediateEditor, edgoMultiSort, edgoStoreToRegistry, edgoTabThrough, edgoVertThrough]
    OptionsDB = [edgoCancelOnExit, edgoCanDelete, edgoCanInsert, edgoCanNavigation, edgoConfirmDelete, edgoLoadAllRecords, edgoSmartRefresh, edgoSmartReload, edgoUseBookmarks]
    OptionsView = [edgoBandHeaderWidth, edgoIndicator, edgoRowSelect, edgoUseBitmap]
    PreviewFont.Charset = DEFAULT_CHARSET
    PreviewFont.Color = clBlue
    PreviewFont.Height = -12
    PreviewFont.Name = '宋体'
    PreviewFont.Style = []
    RegistryPath = '\Software\server\xschdcx'
    object dxDBGrid1code: TdxDBGridMaskColumn
      Width = 95
      BandIndex = 0
      RowIndex = 0
      FieldName = 'code'
    end
    object dxDBGrid1ghsname: TdxDBGridMaskColumn
      Width = 144
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ckname'
    end
    object dxDBGrid1zje: TdxDBGridMaskColumn
      Width = 75
      BandIndex = 0
      RowIndex = 0
      FieldName = 'zje'
    end
    object dxDBGrid1yfje: TdxDBGridMaskColumn
      Width = 76
      BandIndex = 0
      RowIndex = 0
      FieldName = 'yfje'
    end
    object dxDBGrid1fplx: TdxDBGridMaskColumn
      Width = 77
      BandIndex = 0
      RowIndex = 0
      FieldName = 'fplx'
    end
    object dxDBGrid1ckname: TdxDBGridMaskColumn
      Width = 161
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ckname'
    end
    object dxDBGrid1ywyname: TdxDBGridMaskColumn
      Width = 91
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ywyname'
    end
    object dxDBGrid1zt: TdxDBGridMaskColumn
      Width = 82
      BandIndex = 0
      RowIndex = 0
      FieldName = 'zt'
    end
    object dxDBGrid1kdr: TdxDBGridMaskColumn
      BandIndex = 0
      RowIndex = 0
      FieldName = 'kdr'
    end
    object dxDBGrid1kdrq: TdxDBGridDateColumn
      Width = 80
      BandIndex = 0
      RowIndex = 0
      FieldName = 'kdrq'
    end
    object dxDBGrid1ck: TdxDBGridMaskColumn
      Width = 80
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ck'
    end
    object dxDBGrid1ghs: TdxDBGridMaskColumn
      Width = 94
      BandIndex = 0
      RowIndex = 0
      FieldName = 'kh'
    end
    object dxDBGrid1ywy: TdxDBGridMaskColumn
      Width = 95
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ywy'
    end
    object dxDBGrid1bz: TdxDBGridMaskColumn
      Width = 195
      BandIndex = 0
      RowIndex = 0
      FieldName = 'bz'
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 361
    Width = 554
    Height = 37
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 344
      Top = 8
      Width = 75
      Height = 25
      Caption = '确定'
      TabOrder = 0
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 432
      Top = 8
      Width = 75
      Height = 25
      Caption = '取消'
      TabOrder = 1
      Kind = bkCancel
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 304
    Top = 176
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = MainForm.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from xschcx_v')
    Left = 256
    Top = 176
    object ADOQuery1code: TStringField
      DisplayLabel = '单号'
      FieldName = 'code'
    end
    object ADOQuery1kdrq: TDateTimeField
      DisplayLabel = '开单日期'
      FieldName = 'kdrq'
    end
    object ADOQuery1ghs: TStringField
      DisplayLabel = '客户编码'
      FieldName = 'kh'
      Size = 5
    end
    object ADOQuery1ghsname: TStringField
      DisplayLabel = '客户名称'
      FieldName = 'khname'
      Size = 200
    end
    object ADOQuery1kdr: TStringField
      DisplayLabel = '开单人'
      FieldName = 'kdr'
      Size = 10
    end
    object ADOQuery1zje: TBCDField
      DisplayLabel = '总金额'
      FieldName = 'zje'
      Precision = 18
      Size = 3
    end
    object ADOQuery1ywy: TStringField
      DisplayLabel = '业务员代码'
      FieldName = 'ywy'
      Size = 10
    end
    object ADOQuery1bz: TStringField
      DisplayLabel = '备注'
      FieldName = 'bz'
      Size = 200
    end
    object ADOQuery1zt: TStringField
      DisplayLabel = '单据状态'
      FieldName = 'zt'
      Size = 10
    end
    object ADOQuery1fplx: TStringField
      DisplayLabel = '发票类型'
      FieldName = 'fplx'
    end
    object ADOQuery1ck: TStringField
      DisplayLabel = '仓库代码'
      FieldName = 'ck'
      Size = 5
    end
    object ADOQuery1ckname: TStringField
      DisplayLabel = '仓库名称'
      FieldName = 'ckname'
      Size = 200
    end
    object ADOQuery1yfje: TBCDField
      DisplayLabel = '已付款'
      FieldName = 'yfje'
      Precision = 18
      Size = 2
    end
    object ADOQuery1ywyname: TStringField
      DisplayLabel = '业务员名称'
      FieldName = 'ywyname'
      Size = 10
    end
  end
end

⌨️ 快捷键说明

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