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

📄 pfm_viewwizard.dfm

📁 这是一个用DELPHI7开发的大型超市管理系统
💻 DFM
字号:
object fm_viewwizard: Tfm_viewwizard
  Left = 185
  Top = 90
  Width = 769
  Height = 580
  Caption = 'fm_viewwizard'
  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 PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 761
    Height = 553
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '数据列表'
      object Label1: TLabel
        Left = 16
        Top = 310
        Width = 33
        Height = 13
        AutoSize = False
        Caption = '字段'
      end
      object Label2: TLabel
        Left = 184
        Top = 310
        Width = 41
        Height = 13
        AutoSize = False
        Caption = '操作符'
      end
      object Label3: TLabel
        Left = 280
        Top = 310
        Width = 32
        Height = 13
        AutoSize = False
        Caption = '条件'
      end
      object Label4: TLabel
        Left = 472
        Top = 310
        Width = 26
        Height = 13
        Caption = '关系'
      end
      object ComBox1: TComboBox
        Left = 16
        Top = 334
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 0
        OnChange = ComBox1Change
      end
      object ComBox3: TComboBox
        Left = 272
        Top = 334
        Width = 193
        Height = 21
        ItemHeight = 13
        TabOrder = 1
      end
      object ComBox4: TComboBox
        Left = 472
        Top = 334
        Width = 65
        Height = 21
        ItemHeight = 13
        TabOrder = 2
        Items.Strings = (
          'AND'
          'OR')
      end
      object BitBtn1: TBitBtn
        Left = 16
        Top = 366
        Width = 75
        Height = 25
        Caption = '加入'
        TabOrder = 3
        OnClick = BitBtn1Click
      end
      object BitBtn2: TBitBtn
        Left = 104
        Top = 366
        Width = 75
        Height = 25
        Caption = '删除'
        TabOrder = 4
        OnClick = BitBtn2Click
      end
      object BitBtn3: TBitBtn
        Left = 192
        Top = 366
        Width = 75
        Height = 25
        Caption = '全部删除'
        TabOrder = 5
        OnClick = BitBtn3Click
      end
      object BitBtn4: TBitBtn
        Left = 384
        Top = 366
        Width = 65
        Height = 25
        Caption = '开始查询'
        TabOrder = 6
        OnClick = BitBtn4Click
      end
      object BitBtn5: TBitBtn
        Left = 464
        Top = 366
        Width = 73
        Height = 25
        Caption = '全部数据'
        TabOrder = 7
        OnClick = BitBtn5Click
      end
      object ComBox2: TComboBox
        Left = 176
        Top = 334
        Width = 89
        Height = 21
        ItemHeight = 13
        TabOrder = 8
      end
      object LView1: TListView
        Left = 0
        Top = 419
        Width = 753
        Height = 106
        Align = alBottom
        Color = clInfoBk
        Columns = <>
        ReadOnly = True
        RowSelect = True
        TabOrder = 9
        ViewStyle = vsReport
      end
      object DBGrid1: TDBGrid
        Left = 0
        Top = 0
        Width = 753
        Height = 273
        Align = alTop
        DataSource = DataSource1
        TabOrder = 10
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 48
    Top = 16
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    SQL.Strings = (
      '')
    Left = 8
    Top = 16
  end
end

⌨️ 快捷键说明

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