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

📄 frmmain.dfm

📁 花了两个多星期写的考勤系统
💻 DFM
字号:
object mainfrm: Tmainfrm
  Left = 150
  Top = 114
  Width = 731
  Height = 581
  Caption = #32771#21220#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 56
    Width = 105
    Height = 17
    AutoSize = False
    Caption = #25945#23398#31185#30446
  end
  object Label2: TLabel
    Left = 64
    Top = 112
    Width = 121
    Height = 17
    AutoSize = False
    Caption = #29677#32423
  end
  object Label3: TLabel
    Left = 64
    Top = 176
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #25277#26597#20154#25968
  end
  object Label4: TLabel
    Left = 424
    Top = 256
    Width = 105
    Height = 17
    AutoSize = False
    Caption = #23398#21495
  end
  object Label5: TLabel
    Left = 368
    Top = 304
    Width = 113
    Height = 17
    AutoSize = False
    Caption = #22995#21517
  end
  object Label6: TLabel
    Left = 368
    Top = 352
    Width = 121
    Height = 17
    AutoSize = False
    Caption = #26103#35838#27425#25968
  end
  object ComboBox1: TComboBox
    Left = 64
    Top = 88
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    OnChange = ComboBox1Change
  end
  object ComboBox2: TComboBox
    Left = 64
    Top = 144
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 1
  end
  object ComboBox3: TComboBox
    Left = 64
    Top = 200
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      '2'
      '5'
      '10'
      '20'
      #20840#37096)
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 336
    Width = 177
    Height = 161
    DataSource = DM.DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Visible = False
  end
  object Starbtn: TButton
    Left = 128
    Top = 272
    Width = 113
    Height = 33
    Caption = #24320#22987#28857#21517
    TabOrder = 4
    OnClick = StarbtnClick
  end
  object ListView1: TListView
    Left = 368
    Top = 56
    Width = 250
    Height = 193
    Columns = <
      item
        Caption = #23398#21495
      end
      item
        Caption = #22995#21517
      end
      item
        Caption = #26103#35838#27425#25968
        Width = 80
      end>
    Font.Charset = DEFAULT_CHARSET
    Font.Color = 33023
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    GridLines = True
    ReadOnly = True
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    TabOrder = 5
    ViewStyle = vsReport
    OnClick = ListView1Click
    OnColumnClick = ListView1ColumnClick
  end
  object Edit1: TEdit
    Left = 368
    Top = 280
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 6
  end
  object Edit2: TEdit
    Left = 368
    Top = 328
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 7
  end
  object Edit3: TEdit
    Left = 368
    Top = 376
    Width = 121
    Height = 21
    AutoSize = False
    TabOrder = 8
  end
  object addbtn: TButton
    Left = 368
    Top = 424
    Width = 73
    Height = 25
    Caption = #35760#24405#26103#35838
    TabOrder = 9
    OnClick = addbtnClick
  end
  object subbtb: TButton
    Left = 448
    Top = 424
    Width = 73
    Height = 25
    Caption = #25764#28040
    TabOrder = 10
    OnClick = subbtbClick
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 504
    Width = 723
    Height = 23
    Panels = <
      item
        Alignment = taCenter
        Text = #25805#20316#21592#65306
        Width = 70
      end
      item
        Alignment = taCenter
        Width = 80
      end
      item
        Alignment = taCenter
        Text = #29616#22312#26102#38388
        Width = 90
      end
      item
        Alignment = taCenter
        Width = 100
      end
      item
        Alignment = taCenter
        Text = #26085#26399
        Width = 50
      end
      item
        Width = 90
      end
      item
        Alignment = taCenter
        Text = #36719#20214#21046#20316#32773':'
        Width = 80
      end
      item
        Text = '   '#20309#30410#30410
        Width = 50
      end>
  end
  object MainMenu1: TMainMenu
    Left = 688
    Top = 24
    object da1: TMenuItem
      Caption = #25991#20214
      object N1: TMenuItem
        Caption = #25171#24320
      end
      object N2: TMenuItem
        Caption = #20445#23384
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object N4: TMenuItem
        Caption = #20851#38381
        OnClick = N4Click
      end
    end
    object N5: TMenuItem
      Caption = #35760#24405#20462#25913
      object N6: TMenuItem
        Caption = #28155#21152#23398#29983#35760#24405
        OnClick = N6Click
      end
      object N7: TMenuItem
        Caption = #28155#21152#32769#24072#35760#24405
        OnClick = N7Click
      end
    end
    object N8: TMenuItem
      Caption = #25968#25454#24211#31243#24207
      object N9: TMenuItem
        Caption = #25968#25454#24211#31243#24207
        OnClick = N9Click
      end
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 672
    Top = 8
  end
end

⌨️ 快捷键说明

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