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

📄 queryarchievementunit.dfm

📁 一个很不错的系统! 查询模块方面是我编的最好的一次.几乎完美!!!!.
💻 DFM
字号:
object frm_queryarchievement: Tfrm_queryarchievement
  Left = 388
  Top = 219
  Width = 494
  Height = 452
  Caption = #21592#24037#19994#32489#26597#35810'....'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  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 = 20
      Width = 57
      Height = 13
      Caption = #21592#24037#32534#21495':  '
    end
    object Label2: TLabel
      Left = 144
      Top = 20
      Width = 57
      Height = 13
      Caption = #21592#24037#22995#21517':  '
    end
    object employeeId: TComboBox
      Left = 48
      Top = 16
      Width = 73
      Height = 21
      Style = csDropDownList
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      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
        Date = 37661.395227349500000000
        Time = 37661.395227349500000000
        ImeName = #26497#21697#20116#31508#36755#20837#27861
        TabOrder = 0
      end
      object highTime: TDateTimePicker
        Left = 120
        Top = 16
        Width = 81
        Height = 21
        Date = 37661.395329351800000000
        Time = 37661.395329351800000000
        ImeName = #26497#21697#20116#31508#36755#20837#27861
        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
        ImeName = #26497#21697#20116#31508#36755#20837#27861
        TabOrder = 0
      end
      object highMoney: TEdit
        Left = 136
        Top = 16
        Width = 97
        Height = 21
        ImeName = #26497#21697#20116#31508#36755#20837#27861
        TabOrder = 1
      end
    end
    object b_query: TButton
      Left = 312
      Top = 15
      Width = 65
      Height = 21
      Caption = #26597'  '#35810
      TabOrder = 3
      OnClick = b_queryClick
    end
    object b_clear: TButton
      Left = 392
      Top = 15
      Width = 65
      Height = 21
      Caption = #28165'  '#23631
      TabOrder = 4
      OnClick = b_clearClick
    end
    object employeeName: TEdit
      Left = 200
      Top = 16
      Width = 89
      Height = 21
      Color = cl3DLight
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      ReadOnly = True
      TabOrder = 5
    end
  end
  object GroupBox6: TGroupBox
    Left = 304
    Top = 96
    Width = 177
    Height = 41
    Caption = #25490#24207#26041#27861
    TabOrder = 1
    object asc: TRadioButton
      Left = 32
      Top = 16
      Width = 49
      Height = 17
      Caption = #21319#24207
      TabOrder = 0
      OnClick = ascClick
    end
    object desc: TRadioButton
      Left = 96
      Top = 18
      Width = 41
      Height = 13
      Caption = #38477#24207
      TabOrder = 1
      OnClick = ascClick
    end
  end
  object GroupBox4: TGroupBox
    Left = 8
    Top = 96
    Width = 289
    Height = 41
    Caption = #35760#24405#27983#35272#25353#38062
    TabOrder = 2
    object DBNavigator1: TDBNavigator
      Left = 24
      Top = 15
      Width = 248
      Height = 18
      DataSource = ds_archievement
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    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 = ds_archievement
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object q_archievement: TADOQuery
    Connection = DataModule1.ADOConnection1
    Parameters = <>
    Left = 64
    Top = 344
  end
  object ds_archievement: TDataSource
    DataSet = q_archievement
    Left = 96
    Top = 344
  end
  object t_employee: TADOTable
    Connection = DataModule1.ADOConnection1
    TableName = 'employee'
    Left = 136
    Top = 344
  end
end

⌨️ 快捷键说明

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