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

📄 u_statistic.dfm

📁 用DELPHI开发的培训管理系统.数据库为SQL SERVER8.0,欢迎下载.
💻 DFM
字号:
object F_statistic: TF_statistic
  Left = 294
  Top = 266
  Width = 388
  Height = 190
  Caption = '培训统计'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 144
    Top = 40
    Width = 42
    Height = 13
    Caption = '部门:'
  end
  object Label2: TLabel
    Left = 144
    Top = 72
    Width = 42
    Height = 13
    Caption = '员工:'
  end
  object Label3: TLabel
    Left = 144
    Top = 104
    Width = 42
    Height = 13
    Caption = '时间:'
  end
  object Label4: TLabel
    Left = 264
    Top = 104
    Width = 14
    Height = 13
    Caption = '至'
  end
  object i_stat: TRadioGroup
    Left = 24
    Top = 16
    Width = 97
    Height = 105
    Caption = '统计类别'
    ItemIndex = 0
    Items.Strings = (
      '全体员工'
      '部门员工'
      '单个员工')
    TabOrder = 0
  end
  object i_depart_name: TEdit
    Left = 272
    Top = 36
    Width = 81
    Height = 21
    Enabled = False
    TabOrder = 1
  end
  object i_depart_id: TMaskEdit
    Left = 192
    Top = 36
    Width = 49
    Height = 21
    EditMask = '>aaa;1;_'
    MaxLength = 3
    TabOrder = 2
    Text = '   '
    OnChange = i_depart_idChange
  end
  object i_person_id: TMaskEdit
    Left = 192
    Top = 68
    Width = 49
    Height = 21
    EditMask = '>a!99999;1;_'
    MaxLength = 6
    TabOrder = 3
    Text = '      '
    OnChange = i_person_idChange
  end
  object i_person_name: TEdit
    Left = 272
    Top = 68
    Width = 81
    Height = 21
    TabOrder = 4
  end
  object i_start_date: TMaskEdit
    Left = 192
    Top = 100
    Width = 65
    Height = 21
    EditMask = '!0000-!90-90;1;_'
    MaxLength = 10
    TabOrder = 5
    Text = '    -  -  '
  end
  object i_end_date: TMaskEdit
    Left = 288
    Top = 100
    Width = 65
    Height = 21
    EditMask = '!0000-!90-90;1;_'
    MaxLength = 10
    TabOrder = 6
    Text = '    -  -  '
  end
  object Button1: TButton
    Left = 120
    Top = 128
    Width = 129
    Height = 25
    Caption = '预览并打印报表'
    Default = True
    TabOrder = 7
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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