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

📄 queryachievement.dfm

📁 餐饮管理源代码 使用BDE Administrator在本地机器上添加一个Paradox数据库别名命名为WorkData
💻 DFM
字号:
object frmQueryArchievement: TfrmQueryArchievement
  Left = 202
  Top = 21
  BorderStyle = bsDialog
  Caption = #21592#24037#19994#32489#26597#35810
  ClientHeight = 424
  ClientWidth = 485
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 0
    Width = 473
    Height = 97
    Caption = #36755#20837#26597#35810#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 48
      Height = 13
      Caption = #21592#24037#32534#21495
    end
    object Label2: TLabel
      Left = 144
      Top = 24
      Width = 48
      Height = 13
      Caption = #21592#24037#22995#21517
    end
    object employeeId: TComboBox
      Left = 56
      Top = 20
      Width = 73
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 0
      OnChange = employeeIdChange
    end
    object GroupBox2: TGroupBox
      Left = 8
      Top = 40
      Width = 209
      Height = 49
      Caption = #26597#35810#26102#26399
      TabOrder = 1
      object Label3: TLabel
        Left = 96
        Top = 20
        Width = 12
        Height = 13
        Caption = #33267
      end
      object lowTime: TDateTimePicker
        Left = 8
        Top = 16
        Width = 81
        Height = 21
        CalAlignment = dtaLeft
        Date = 37661.3952273495
        Time = 37661.3952273495
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 0
      end
      object highTime: TDateTimePicker
        Left = 120
        Top = 16
        Width = 81
        Height = 21
        CalAlignment = dtaLeft
        Date = 37661.3953293518
        Time = 37661.3953293518
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 1
      end
    end
    object GroupBox3: TGroupBox
      Left = 224
      Top = 40
      Width = 241
      Height = 49
      Caption = #26597#35810#37329#39069#21512#35745#65288#20803#65289
      TabOrder = 2
      object Label4: TLabel
        Left = 112
        Top = 20
        Width = 12
        Height = 13
        Caption = #33267
      end
      object lowMoney: TEdit
        Left = 8
        Top = 16
        Width = 97
        Height = 21
        TabOrder = 0
      end
      object highMoney: TEdit
        Left = 136
        Top = 16
        Width = 97
        Height = 21
        TabOrder = 1
      end
    end
    object Button1: TButton
      Left = 312
      Top = 12
      Width = 65
      Height = 21
      Caption = #26597'  '#35810
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 392
      Top = 12
      Width = 65
      Height = 21
      Caption = #28165'  '#23631
      TabOrder = 4
      OnClick = Button2Click
    end
    object employeeName: TEdit
      Left = 200
      Top = 20
      Width = 89
      Height = 21
      Color = cl3DLight
      ReadOnly = True
      TabOrder = 5
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 96
    Width = 289
    Height = 41
    Caption = #35760#24405#27983#35272#25353#38062
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 24
      Top = 15
      Width = 248
      Height = 18
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    end
  end
  object GroupBox6: TGroupBox
    Left = 304
    Top = 96
    Width = 177
    Height = 41
    Caption = #25490#24207#26041#27861
    TabOrder = 2
    object asc: TRadioButton
      Left = 32
      Top = 16
      Width = 49
      Height = 17
      Caption = #21319#24207
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = ascClick
    end
    object desc: TRadioButton
      Left = 96
      Top = 18
      Width = 41
      Height = 13
      Caption = #38477#24207
      TabOrder = 1
      OnClick = descClick
    end
  end
  object GroupBox7: TGroupBox
    Left = 8
    Top = 136
    Width = 473
    Height = 281
    Caption = #21592#24037#19994#32489
    TabOrder = 3
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 457
      Height = 257
      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 sqlArchievement: TQuery
    DatabaseName = 'WorkData'
    Left = 56
    Top = 216
  end
  object DataSource1: TDataSource
    DataSet = sqlArchievement
    Left = 96
    Top = 216
  end
end

⌨️ 快捷键说明

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