uviewlayer.dfm

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

DFM
52
字号
object FViewLayer: TFViewLayer
  Left = 327
  Top = 363
  Width = 308
  Height = 123
  Caption = #22270#23618#25511#21046
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 25
    Top = 12
    Width = 39
    Height = 13
    Caption = #22270#23618#65306
  end
  object ComboBox1: TComboBox
    Left = 24
    Top = 32
    Width = 257
    Height = 22
    Style = csOwnerDrawFixed
    ItemHeight = 16
    TabOrder = 0
  end
  object Button1: TButton
    Left = 32
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 181
    Top = 64
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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