frm_c_yhfkpas.dfm

来自「是一个用delphi设计的考勤系统」· DFM 代码 · 共 125 行

DFM
125
字号
inherited MyModalForm2: TMyModalForm2
  Left = 214
  Top = 183
  Width = 588
  Height = 459
  Caption = #29992#25143#21457#21345
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox4: TGroupBox
    Left = 9
    Top = 49
    Width = 182
    Height = 96
    Caption = #21457#21345#26041#24335
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 13
      Top = 45
      Width = 60
      Height = 12
      Caption = #29992#25143#32534#21495#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object rb3: TRadioButton
      Left = 8
      Top = 19
      Width = 81
      Height = 17
      Caption = #20010#20154#21457#21345
      TabOrder = 0
    end
    object edtyhbh: TEdit
      Left = 74
      Top = 38
      Width = 93
      Height = 22
      TabOrder = 1
      Text = 'edtyhbh'
    end
    object rb4: TRadioButton
      Left = 8
      Top = 70
      Width = 113
      Height = 17
      Caption = #25353#37096#38376#25209#37327#21457#21345
      TabOrder = 2
    end
  end
  object GroupBox2: TGroupBox
    Left = 13
    Top = 150
    Width = 180
    Height = 259
    Caption = #26426#26500#21015#34920
    Enabled = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object TvJglist: TTreeView
      Left = 6
      Top = 16
      Width = 161
      Height = 281
      Indent = 19
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
    end
  end
  object GroupBox1: TGroupBox
    Left = 207
    Top = 54
    Width = 354
    Height = 363
    Caption = #39044#21457#21345#29992#25143#21015#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    object lvYhxx: TListView
      Left = 4
      Top = 24
      Width = 333
      Height = 329
      Checkboxes = True
      Columns = <
        item
          Caption = #29992#25143#32534#21495
          Width = 100
        end
        item
          Alignment = taCenter
          Caption = #22995#21517
          Width = 60
        end
        item
          Alignment = taCenter
          AutoSize = True
          Caption = #25152#23646#37096#38376
        end>
      TabOrder = 0
      ViewStyle = vsReport
    end
  end
end

⌨️ 快捷键说明

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