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

📄 main_query_spfb.dfm

📁 商场管理系统源码 一套值得初学者学习的源码包含全部源码,控件
💻 DFM
字号:
inherited Frm_main_query_spfb: TFrm_main_query_spfb
  Left = 244
  Top = 231
  Caption = 'Frm_main_query_spfb'
  PixelsPerInch = 96
  TextHeight = 12
  inherited P_back: TPanel
    inherited P_main: TPanel
      object Splitter1: TSplitter [0]
        Left = 0
        Top = 211
        Width = 642
        Height = 5
        Cursor = crVSplit
        Align = alBottom
        ResizeStyle = rsLine
      end
      object Splitter2: TSplitter [1]
        Left = 143
        Top = 36
        Width = 5
        Height = 175
        Cursor = crHSplit
        ResizeStyle = rsLine
      end
      inherited DBG_data: TDBGrid
        Top = 216
        Height = 142
        Align = alBottom
        BorderStyle = bsSingle
        OnDrawColumnCell = nil
        Columns = <
          item
            Expanded = False
            FieldName = 'depotname'
            Title.Alignment = taCenter
            Title.Caption = #21830#22330#65288#20179#24211#65289
            Width = 100
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'goodsname'
            Title.Alignment = taCenter
            Title.Caption = #21697#21517
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'TYPE'
            Title.Alignment = taCenter
            Title.Caption = #22411#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'NUMBER'
            Title.Alignment = taCenter
            Title.Caption = #25968#37327
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'UNIT'
            Title.Alignment = taCenter
            Title.Caption = #21333#20301
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'DJ'
            Title.Alignment = taCenter
            Title.Caption = #21333#20215
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'PRICE'
            Title.Caption = #37329#39069
            Visible = True
          end>
      end
      inherited PageScroller1: TPageScroller
        inherited Panel_top: TPanel
          inherited Label1: TLabel
            Visible = False
          end
          inherited Label2: TLabel
            Left = 13
            Top = 29
            Visible = False
          end
          inherited Label3: TLabel
            Left = 157
            Top = 29
            Visible = False
          end
          inherited Label4: TLabel
            Visible = False
          end
          inherited SB_query: TFlatSpeedButton
            Visible = False
          end
          inherited CB_ywy: TFlatComboBox
            Left = 54
            Top = 9
            Visible = False
          end
          inherited CB_depot: TFlatComboBox
            Left = 49
            Top = 27
            Visible = False
          end
          inherited CB_goods: TFlatComboBox
            Left = 198
            Top = 26
            Visible = False
          end
          inherited DTP_begin: TDateTimePicker
            Visible = False
          end
          inherited DTP_end: TDateTimePicker
            Visible = False
          end
        end
      end
      object DBG_temp: TDBGrid
        Left = 0
        Top = 36
        Width = 143
        Height = 175
        Align = alLeft
        Ctl3D = False
        DataSource = DataSource_TEMP
        FixedColor = 14935011
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        ParentCtl3D = False
        TabOrder = 3
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'name'
            Title.Alignment = taCenter
            Title.Caption = #21697#21517
            Visible = True
          end>
      end
      object DBG_GOODS: TDBGrid
        Left = 148
        Top = 36
        Width = 494
        Height = 175
        Align = alClient
        Ctl3D = False
        DataSource = DataSource_GOODS
        FixedColor = 14935011
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
        ParentCtl3D = False
        TabOrder = 4
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'id'
            Title.Alignment = taCenter
            Title.Caption = #32534#30721
            Width = 117
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'name'
            Title.Alignment = taCenter
            Title.Caption = #21697#21517
            Width = 111
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'type'
            Title.Alignment = taCenter
            Title.Caption = #22411#21495
            Width = 118
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'memo'
            Title.Alignment = taCenter
            Title.Caption = #22791#27880
            Width = 97
            Visible = True
          end>
      end
    end
  end
  inherited Query_data: TQuery
    DataSource = DataSource_GOODS
    Left = 131
    Top = 308
  end
  inherited DataSource: TDataSource
    Left = 91
    Top = 301
  end
  object DataSource_TEMP: TDataSource
    DataSet = Query_temp
    Left = 45
    Top = 179
  end
  object DataSource_GOODS: TDataSource
    DataSet = Query_GOODS
    Left = 237
    Top = 114
  end
  object Query_GOODS: TQuery
    DataSource = DataSource_TEMP
    Left = 191
    Top = 107
  end
end

⌨️ 快捷键说明

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