hsl.dfm

来自「数字图像模式识别工程软件设计第1章基于图像分析的黄豆质量评估系统」· DFM 代码 · 共 395 行 · 第 1/2 页

DFM
395
字号
    Caption = #33394'    '#35843' H'#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 9
    Top = 74
    Width = 104
    Height = 23
    AutoSize = False
    Caption = #39281#21644#24230' S'#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 12
    Top = 117
    Width = 97
    Height = 24
    AutoSize = False
    Caption = #20142'    '#24230' L'#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object label11: TLabel
    Left = 341
    Top = 30
    Width = 42
    Height = 20
    Caption = '(0-20)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 341
    Top = 74
    Width = 42
    Height = 20
    Caption = '(0-10)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 341
    Top = 114
    Width = 42
    Height = 20
    Caption = '(0-10)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 163
    Top = 32
    Width = 129
    Height = 20
    AutoSize = False
    Caption = #33394#35843#20540#21464#21270'  '#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label8: TLabel
    Left = 160
    Top = 76
    Width = 137
    Height = 20
    AutoSize = False
    Caption = #39281#21644#24230#20540#21464#21270#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label9: TLabel
    Left = 162
    Top = 116
    Width = 133
    Height = 20
    AutoSize = False
    Caption = #20142#24230#20540#21464#21270'  '#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object h: TLabel
    Left = 121
    Top = 29
    Width = 16
    Height = 24
    Caption = 'H'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object s: TLabel
    Left = 120
    Top = 76
    Width = 14
    Height = 24
    Caption = 'S'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object l: TLabel
    Left = 124
    Top = 117
    Width = 12
    Height = 24
    Caption = 'L'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 300
    Top = 30
    Width = 37
    Height = 24
    TabOrder = 0
    Text = '0'
  end
  object Edit2: TEdit
    Left = 299
    Top = 72
    Width = 38
    Height = 24
    TabOrder = 1
    Text = '0'
  end
  object Edit3: TEdit
    Left = 300
    Top = 113
    Width = 38
    Height = 24
    TabOrder = 2
    Text = '0'
  end
  object Button1: TButton
    Left = 168
    Top = 168
    Width = 67
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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