showinfou.dfm

来自「source for card readers」· DFM 代码 · 共 51 行

DFM
51
字号
inherited frmShowInfo: TfrmShowInfo
  Left = 338
  Top = 108
  Caption = ' Show Information'
  OldCreateOrder = True
  PixelsPerInch = 120
  TextHeight = 16
  object lblPrompt: TLabel [0]
    Left = 39
    Top = 10
    Width = 157
    Height = 16
    Caption = 'The sighting information is:'
  end
  object lblGrid: TLabel [1]
    Left = 59
    Top = 98
    Width = 51
    Height = 16
    Caption = '(Grid ref)'
  end
  object lblNumber: TLabel [2]
    Left = 59
    Top = 128
    Width = 137
    Height = 16
    Caption = '(Number of individuals)'
  end
  object lblSightType: TLabel [3]
    Left = 59
    Top = 69
    Width = 85
    Height = 16
    Caption = '(Sighting type)'
  end
  object lblDate: TLabel [4]
    Left = 59
    Top = 39
    Width = 43
    Height = 16
    Caption = 'lblDate'
  end
  object lblBreeding: TLabel [5]
    Left = 59
    Top = 158
    Width = 69
    Height = 16
    Caption = 'lblBreeding'
  end
end

⌨️ 快捷键说明

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