⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 layerset.~dfm

📁 校园GIS系统——介绍校园个部门
💻 ~DFM
字号:
object LayerSetFrm: TLayerSetFrm
  Left = 10
  Top = 376
  BorderStyle = bsDialog
  Caption = '属性设置'
  ClientHeight = 281
  ClientWidth = 235
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 40
    Width = 54
    Height = 13
    Caption = '图层名:  '
  end
  object Label2: TLabel
    Left = 16
    Top = 88
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object label3: TLabel
    Left = 16
    Top = 184
    Width = 42
    Height = 13
    Caption = '颜色:  '
  end
  object Label4: TLabel
    Left = 16
    Top = 136
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object CbbLayer: TComboBox
    Left = 72
    Top = 40
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'CbbLayer'
    OnChange = CbbLayerChange
  end
  object Edit1: TEdit
    Left = 72
    Top = 88
    Width = 129
    Height = 21
    TabOrder = 1
    Text = '0'
  end
  object CbbPstyle: TComboBox
    Left = 72
    Top = 136
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = 'CbbPstyle'
  end
  object PalColor: TPanel
    Left = 72
    Top = 184
    Width = 145
    Height = 25
    TabOrder = 3
    OnClick = PalColorClick
  end
  object BtApplication: TButton
    Left = 176
    Top = 232
    Width = 49
    Height = 25
    Caption = '应用'
    TabOrder = 4
    OnClick = BtApplicationClick
  end
  object UDSize: TUpDown
    Left = 201
    Top = 88
    Width = 17
    Height = 21
    Associate = Edit1
    Min = 0
    Position = 0
    TabOrder = 5
    Wrap = False
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 96
    Top = 216
  end
end

⌨️ 快捷键说明

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