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

📄 sqlu.~dfm

📁 商品管理系统是面向超市类的商品数据库管理系统。其主要功能包括用户购买商品
💻 ~DFM
字号:
object sqlform: Tsqlform
  Left = 208
  Top = 160
  AutoScroll = False
  AutoSize = True
  Caption = 'SQL语句查询'
  ClientHeight = 337
  ClientWidth = 513
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 344
    Top = 0
    Width = 97
    Height = 33
    AutoSize = False
    Caption = '查询结果'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = '楷体_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 264
    Top = 24
    Width = 249
    Height = 313
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 265
    Height = 337
    BevelInner = bvRaised
    BevelOuter = bvLowered
    BorderWidth = 2
    TabOrder = 1
    object Memo1: TMemo
      Left = 8
      Top = 256
      Width = 185
      Height = 73
      Hint = 'goods.db,company.db,produce.db,price.db'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      Lines.Strings = (
        '请在此直接输入SQL语句查询')
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object BitBtn1: TBitBtn
      Left = 200
      Top = 256
      Width = 57
      Height = 25
      Caption = '确定'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = BitBtn1Click
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 200
      Top = 304
      Width = 57
      Height = 25
      Caption = '重来'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn2Click
      Kind = bkRetry
    end
    object RadioGroup1: TRadioGroup
      Left = 8
      Top = 8
      Width = 249
      Height = 249
      Caption = '选择查询条件'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsItalic, fsUnderline]
      ParentFont = False
      TabOrder = 3
    end
    object RadioButton1: TRadioButton
      Left = 16
      Top = 32
      Width = 113
      Height = 17
      Caption = '按商品名称查询'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      TabStop = True
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 82
      Width = 113
      Height = 17
      Caption = '按商品种类查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
    end
    object RadioButton3: TRadioButton
      Left = 16
      Top = 132
      Width = 113
      Height = 17
      Caption = '按生产日期查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 6
    end
    object RadioButton4: TRadioButton
      Left = 16
      Top = 182
      Width = 113
      Height = 17
      Caption = '按过期日期查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 7
    end
    object RadioButton5: TRadioButton
      Left = 16
      Top = 232
      Width = 113
      Height = 17
      Caption = '按商品价格查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 8
    end
    object RadioButton6: TRadioButton
      Left = 136
      Top = 32
      Width = 113
      Height = 17
      Caption = '按公司名称查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 9
    end
    object RadioButton7: TRadioButton
      Left = 136
      Top = 82
      Width = 113
      Height = 17
      Caption = '按公司地址查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 10
    end
    object RadioButton8: TRadioButton
      Left = 136
      Top = 132
      Width = 113
      Height = 17
      Caption = '按电话号码查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 11
    end
    object RadioButton9: TRadioButton
      Left = 136
      Top = 182
      Width = 113
      Height = 17
      Caption = '按传真号码查询'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 12
    end
    object Button1: TButton
      Left = 144
      Top = 224
      Width = 75
      Height = 25
      Caption = '我选好了!'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 13
      OnClick = Button1Click
    end
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'allen'
    SQL.Strings = (
      'select*from goods.db')
    Left = 184
    Top = 65528
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 136
    Top = 65528
  end
end

⌨️ 快捷键说明

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