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

📄 layerstruce.~dfm

📁 delphi+mapx应用实例,包含MAPX所有功能!值得下载学习!
💻 ~DFM
字号:
object addinfolayer: Taddinfolayer
  Left = 255
  Top = 350
  Width = 544
  Height = 375
  Caption = 'layer structure'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 24
    Top = 16
    Width = 43
    Height = 13
    Caption = 'table info'
  end
  object Label5: TLabel
    Left = 16
    Top = 224
    Width = 51
    Height = 13
    Caption = 'layer name'
  end
  object Label6: TLabel
    Left = 264
    Top = 16
    Width = 63
    Height = 13
    Caption = 'add  layerinfo'
  end
  object ListBoxinfo: TListBox
    Left = 16
    Top = 48
    Width = 185
    Height = 161
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 72
    Top = 304
    Width = 97
    Height = 33
    Caption = 'create'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 304
    Width = 97
    Height = 33
    Caption = 'cancle'
    TabOrder = 2
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 264
    Top = 48
    Width = 209
    Height = 153
    Caption = 'layer info'
    TabOrder = 3
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 26
      Height = 13
      Caption = 'name'
    end
    object Label2: TLabel
      Left = 8
      Top = 64
      Width = 20
      Height = 13
      Caption = 'type'
    end
    object Label3: TLabel
      Left = 8
      Top = 120
      Width = 19
      Height = 13
      Caption = 'with'
    end
    object lyrname: TEdit
      Left = 56
      Top = 16
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
      TabOrder = 0
      Text = 'lyrname'
    end
    object ComboBoxtype: TComboBox
      Left = 56
      Top = 64
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
      ItemHeight = 13
      TabOrder = 1
      Text = 'ComboBoxtype'
    end
    object valuewith: TEdit
      Left = 56
      Top = 120
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
      TabOrder = 2
      Text = 'valuewith'
    end
  end
  object Button3: TButton
    Left = 272
    Top = 232
    Width = 73
    Height = 33
    Caption = 'add field'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 384
    Top = 232
    Width = 73
    Height = 33
    Caption = 'Button4'
    TabOrder = 5
  end
  object layername: TEdit
    Left = 16
    Top = 248
    Width = 161
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#25340#38899#21152#21152
    TabOrder = 6
    Text = 'layername'
  end
end

⌨️ 快捷键说明

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