umodifylegend.dfm

来自「用DELPHI 和MAPX的基础练习.是学习的好资料」· DFM 代码 · 共 52 行

DFM
52
字号
object FModifyLegend: TFModifyLegend
  Left = 321
  Top = 305
  Width = 379
  Height = 129
  Caption = #20462#25913#22270#20363'...'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 12
    Width = 56
    Height = 13
    Caption = #19987#39064#22270#65306
  end
  object ComboBox1: TComboBox
    Left = 16
    Top = 36
    Width = 337
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 0
  end
  object Button1: TButton
    Left = 48
    Top = 71
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 71
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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