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

📄 queryarticle.dfm

📁 餐饮管理源代码 使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为WorkData
💻 DFM
字号:
object frmQueryArticle: TfrmQueryArticle
  Left = 219
  Top = 148
  Width = 544
  Height = 375
  HorzScrollBar.Position = 273
  Caption = #21830#21697#36164#26009#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = -265
    Top = 0
    Width = 785
    Height = 97
    Caption = #22635#20889#21830#21697#22522#26412#20449#24687
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 472
      Top = 24
      Width = 24
      Height = 13
      Caption = #31867#22411
    end
    object Label1: TLabel
      Left = 248
      Top = 24
      Width = 48
      Height = 13
      Caption = #21830#21697#21517#31216
    end
    object Label9: TLabel
      Left = 472
      Top = 60
      Width = 24
      Height = 13
      Caption = #20135#22320
    end
    object Label12: TLabel
      Left = 32
      Top = 24
      Width = 48
      Height = 13
      Caption = #21830#21697#32534#21495
    end
    object Label4: TLabel
      Left = 632
      Top = 28
      Width = 120
      Height = 13
      Caption = #65288#27880#65306#19981#22635#34920#31034#25152#26377#65289
    end
    object goodsType: TEdit
      Left = 504
      Top = 20
      Width = 105
      Height = 21
      TabOrder = 0
    end
    object goodsName: TEdit
      Left = 304
      Top = 20
      Width = 153
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object birthplace: TEdit
      Left = 504
      Top = 56
      Width = 105
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object btnOk: TButton
      Left = 620
      Top = 56
      Width = 65
      Height = 21
      Caption = #26597'  '#35810
      TabOrder = 3
      OnClick = btnOkClick
    end
    object btnClear: TButton
      Left = 700
      Top = 56
      Width = 65
      Height = 21
      Caption = #28165'  '#23631
      TabOrder = 4
      OnClick = btnClearClick
    end
    object goodsId: TEdit
      Left = 88
      Top = 20
      Width = 145
      Height = 21
      TabOrder = 5
    end
    object GroupBox2: TGroupBox
      Left = 24
      Top = 40
      Width = 209
      Height = 49
      Caption = #21333#20215#65288#20803#65289
      TabOrder = 6
      object Label5: TLabel
        Left = 96
        Top = 20
        Width = 12
        Height = 13
        Caption = #33267
      end
      object lowPrice: TEdit
        Left = 8
        Top = 16
        Width = 81
        Height = 21
        TabOrder = 0
      end
      object highPrice: TEdit
        Left = 112
        Top = 16
        Width = 81
        Height = 21
        TabOrder = 1
      end
    end
    object GroupBox3: TGroupBox
      Left = 240
      Top = 40
      Width = 217
      Height = 49
      Caption = #23384#36135
      TabOrder = 7
      object Label6: TLabel
        Left = 104
        Top = 20
        Width = 12
        Height = 13
        Caption = #33267
      end
      object lowStock: TEdit
        Left = 16
        Top = 16
        Width = 81
        Height = 21
        TabOrder = 0
      end
      object highStock: TEdit
        Left = 120
        Top = 16
        Width = 81
        Height = 21
        TabOrder = 1
      end
    end
  end
  object GroupBox4: TGroupBox
    Left = -265
    Top = 96
    Width = 193
    Height = 41
    Caption = #35760#24405#27983#35272#25353#38062
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 18
      Top = 15
      Width = 164
      Height = 18
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    end
  end
  object GroupBox8: TGroupBox
    Left = -65
    Top = 96
    Width = 113
    Height = 41
    Caption = #20107#21153#22788#29702#25353#38062
    TabOrder = 2
    object change: TButton
      Left = 16
      Top = 16
      Width = 41
      Height = 17
      Caption = #20462#25913
      TabOrder = 0
      OnClick = changeClick
    end
    object delete: TButton
      Left = 60
      Top = 16
      Width = 41
      Height = 17
      Caption = #21024#38500
      TabOrder = 1
      OnClick = deleteClick
    end
  end
  object GroupBox6: TGroupBox
    Left = 55
    Top = 96
    Width = 121
    Height = 41
    Caption = #25490#24207#26041#27861
    TabOrder = 3
    object asc: TRadioButton
      Left = 16
      Top = 16
      Width = 49
      Height = 17
      Caption = #21319#24207
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = ascClick
    end
    object desc: TRadioButton
      Left = 72
      Top = 18
      Width = 41
      Height = 13
      Caption = #38477#24207
      TabOrder = 1
      OnClick = descClick
    end
  end
  object GroupBox5: TGroupBox
    Left = 183
    Top = 96
    Width = 337
    Height = 41
    Caption = #25490#24207#20869#23481
    TabOrder = 4
    object id: TRadioButton
      Left = 40
      Top = 16
      Width = 41
      Height = 17
      Caption = #32534#21495
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = idClick
    end
    object name: TRadioButton
      Left = 109
      Top = 16
      Width = 41
      Height = 17
      Caption = #21517#31216
      TabOrder = 1
      OnClick = nameClick
    end
    object price: TRadioButton
      Left = 178
      Top = 16
      Width = 41
      Height = 17
      Caption = #21333#20215
      TabOrder = 2
      OnClick = priceClick
    end
    object stock: TRadioButton
      Left = 248
      Top = 16
      Width = 49
      Height = 17
      Caption = #23384#36135
      TabOrder = 3
      OnClick = stockClick
    end
  end
  object GroupBox7: TGroupBox
    Left = -265
    Top = 136
    Width = 785
    Height = 345
    Caption = #20250#21592#36164#26009
    TabOrder = 5
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 769
      Height = 321
      Color = clBtnShadow
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object sqlgoods: TQuery
    DatabaseName = 'WorkData'
    Left = 248
    Top = 240
  end
  object DataSource1: TDataSource
    DataSet = sqlgoods
    Left = 208
    Top = 240
  end
end

⌨️ 快捷键说明

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