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

📄 u_handexception.~dfm

📁 人事考勤系统
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object F_handexception: TF_handexception
  Left = 181
  Top = 96
  Width = 600
  Height = 420
  Caption = #38750#24120#30064#24120#34389#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 24
    Height = 13
    Caption = #21345#34399
    FocusControl = DBEdit1
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 36
    Height = 13
    Caption = #24037#20316#26085
    FocusControl = DBEdit2
  end
  object Label3: TLabel
    Left = 152
    Top = 16
    Width = 48
    Height = 13
    Caption = #19978#21320#19978#29677
    FocusControl = DBEdit3
  end
  object Label4: TLabel
    Left = 170
    Top = 56
    Width = 24
    Height = 13
    Caption = #27161#35672
    FocusControl = DBEdit4
  end
  object Label5: TLabel
    Left = 224
    Top = 16
    Width = 48
    Height = 13
    Caption = #19978#21320#19979#29677
    FocusControl = DBEdit5
  end
  object Label6: TLabel
    Left = 242
    Top = 56
    Width = 24
    Height = 13
    Caption = #27161#35672
    FocusControl = DBEdit6
  end
  object Label7: TLabel
    Left = 296
    Top = 16
    Width = 48
    Height = 13
    Caption = #19979#21320#19978#29677
    FocusControl = DBEdit7
  end
  object Label8: TLabel
    Left = 314
    Top = 56
    Width = 24
    Height = 13
    Caption = #27161#35672
    FocusControl = DBEdit8
  end
  object Label9: TLabel
    Left = 368
    Top = 16
    Width = 48
    Height = 13
    Caption = #19979#21320#19979#29677
    FocusControl = DBEdit9
  end
  object Label10: TLabel
    Left = 386
    Top = 56
    Width = 24
    Height = 13
    Caption = #27161#35672
    FocusControl = DBEdit10
  end
  object Label11: TLabel
    Left = 440
    Top = 16
    Width = 48
    Height = 13
    Caption = #26202#38291#19978#29677
    FocusControl = DBEdit11
  end
  object Label12: TLabel
    Left = 458
    Top = 56
    Width = 24
    Height = 13
    Caption = #27161#35672
    FocusControl = DBEdit12
  end
  object Label13: TLabel
    Left = 512
    Top = 16
    Width = 48
    Height = 13
    Caption = #26202#38291#19979#29677
    FocusControl = DBEdit13
  end
  object Label14: TLabel
    Left = 530
    Top = 56
    Width = 24
    Height = 13
    Caption = #27161#35672
    FocusControl = DBEdit14
  end
  object Label15: TLabel
    Left = 16
    Top = 104
    Width = 48
    Height = 13
    Caption = #30064#24120#39006#21029
    FocusControl = DBEdit15
  end
  object Label16: TLabel
    Left = 16
    Top = 144
    Width = 24
    Height = 13
    Caption = #29677#27425
    FocusControl = DBEdit16
  end
  object Label17: TLabel
    Left = 392
    Top = 152
    Width = 93
    Height = 13
    Caption = '<<---'#21407#22987#32771#21220#25976#25818
  end
  object DBGrid1: TDBGrid
    Left = 152
    Top = 144
    Width = 233
    Height = 225
    DataSource = Ds_kqdata
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'date_ymd'
        Title.Caption = #25171#21345#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'date_T'
        Title.Caption = #25171#21345#26178#38291
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'check_char'
        Title.Caption = #25171#21345#27161#35672
        Visible = True
      end>
  end
  object DBEdit1: TDBEdit
    Left = 16
    Top = 32
    Width = 113
    Height = 21
    Color = clWhite
    DataField = 'cardnum'
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 16
    Top = 72
    Width = 112
    Height = 21
    DataField = 'workday'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 152
    Top = 32
    Width = 44
    Height = 21
    DataField = 'moringup'
    DataSource = DataSource1
    TabOrder = 3
    OnExit = DBEdit3Exit
  end
  object DBEdit4: TDBEdit
    Left = 170
    Top = 72
    Width = 28
    Height = 21
    CharCase = ecUpperCase
    DataField = 'char1'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit5: TDBEdit
    Left = 224
    Top = 32
    Width = 44
    Height = 21
    DataField = 'moringdown'
    DataSource = DataSource1
    TabOrder = 5
    OnExit = DBEdit5Exit
  end
  object DBEdit6: TDBEdit
    Left = 242
    Top = 72
    Width = 28
    Height = 21
    CharCase = ecUpperCase
    DataField = 'char2'
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit7: TDBEdit
    Left = 296
    Top = 32
    Width = 44
    Height = 21
    DataField = 'afternoonup'
    DataSource = DataSource1
    TabOrder = 7
    OnExit = DBEdit7Exit
  end
  object DBEdit8: TDBEdit
    Left = 314
    Top = 72
    Width = 28
    Height = 21
    CharCase = ecUpperCase
    DataField = 'char3'
    DataSource = DataSource1
    TabOrder = 8
  end
  object DBEdit9: TDBEdit
    Left = 368
    Top = 32
    Width = 44
    Height = 21
    DataField = 'afternoondown'
    DataSource = DataSource1
    TabOrder = 9
    OnExit = DBEdit9Exit
  end
  object DBEdit10: TDBEdit
    Left = 386
    Top = 72
    Width = 25
    Height = 21
    CharCase = ecUpperCase
    DataField = 'char4'
    DataSource = DataSource1
    TabOrder = 10
  end
  object DBEdit11: TDBEdit
    Left = 440
    Top = 32
    Width = 44
    Height = 21
    DataField = 'eveningup'
    DataSource = DataSource1
    TabOrder = 11
    OnExit = DBEdit11Exit
  end
  object DBEdit12: TDBEdit
    Left = 458
    Top = 72
    Width = 28
    Height = 21
    CharCase = ecUpperCase

⌨️ 快捷键说明

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