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

📄 lldcx1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
字号:
object lldcx: Tlldcx
  Left = 250
  Top = 146
  Width = 569
  Height = 382
  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 Panel1: TPanel
    Left = 0
    Top = 318
    Width = 561
    Height = 37
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    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 dxDBGrid1: TdxDBGrid
    Left = 0
    Top = 0
    Width = 561
    Height = 318
    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 = 1
    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\lldcx'
    object dxDBGrid1code: TdxDBGridMaskColumn
      Width = 91
      BandIndex = 0
      RowIndex = 0
      FieldName = 'code'
    end
    object dxDBGrid1kdrq: TdxDBGridDateColumn
      Width = 83
      BandIndex = 0
      RowIndex = 0
      FieldName = 'kdrq'
    end
    object dxDBGrid1ck: TdxDBGridMaskColumn
      Width = 65
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ck'
    end
    object dxDBGrid1ckname: TdxDBGridMaskColumn
      Width = 171
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ckname'
    end
    object dxDBGrid1ywy: TdxDBGridMaskColumn
      Width = 69
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ywy'
    end
    object dxDBGrid1ywyname: TdxDBGridMaskColumn
      Width = 95
      BandIndex = 0
      RowIndex = 0
      FieldName = 'ywyname'
    end
    object dxDBGrid1dkr: TdxDBGridMaskColumn
      Width = 94
      BandIndex = 0
      RowIndex = 0
      FieldName = 'dkr'
    end
    object dxDBGrid1bz: TdxDBGridMaskColumn
      Width = 199
      BandIndex = 0
      RowIndex = 0
      FieldName = 'bz'
    end
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = MainForm.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from ckllcx_v')
    Left = 256
    Top = 176
    object ADOQuery1code: TStringField
      DisplayLabel = '单号'
      FieldName = 'code'
    end
    object ADOQuery1kdrq: TDateTimeField
      DisplayLabel = '开单日期'
      FieldName = 'kdrq'
    end
    object ADOQuery1dkr: TStringField
      DisplayLabel = '操作员编码'
      FieldName = 'dkr'
      Size = 6
    end
    object ADOQuery1ck: TStringField
      DisplayLabel = '仓库'
      FieldName = 'ck'
      Size = 5
    end
    object ADOQuery1ckname: TStringField
      DisplayLabel = '仓库'
      FieldName = 'ckname'
      Size = 200
    end
    object ADOQuery1ywy: TStringField
      DisplayLabel = '业务员'
      FieldName = 'ywy'
      Size = 5
    end
    object ADOQuery1ywyname: TStringField
      DisplayLabel = '业务员'
      FieldName = 'ywyname'
      Size = 10
    end
    object ADOQuery1bz: TStringField
      DisplayLabel = '备注'
      FieldName = 'bz'
      Size = 250
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 304
    Top = 176
  end
end

⌨️ 快捷键说明

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