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

📄 unitdrawstylemodify.dfm

📁 在delphi下基于MapX5.0的GIS程序
💻 DFM
📖 第 1 页 / 共 3 页
字号:
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 36
            EditLabel.Height = 12
            EditLabel.Caption = 'Color:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 0
          end
          object LEditRegionPattern: TLabeledEdit
            Left = 8
            Top = 37
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 48
            EditLabel.Height = 12
            EditLabel.Caption = 'Pattern:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 1
          end
          object LEditRegionBackColor: TLabeledEdit
            Left = 128
            Top = 74
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 60
            EditLabel.Height = 12
            EditLabel.Caption = 'BackColor:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 2
          end
          object LEditRegionTransparent: TLabeledEdit
            Left = 8
            Top = 74
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 72
            EditLabel.Height = 12
            EditLabel.Caption = 'Transparent:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 3
          end
          object LEditRegionBorderStyle: TLabeledEdit
            Left = 8
            Top = 112
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 72
            EditLabel.Height = 12
            EditLabel.Caption = 'BorderStyle:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 4
          end
          object LEditRegionBorderColor: TLabeledEdit
            Left = 128
            Top = 111
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 72
            EditLabel.Height = 12
            EditLabel.Caption = 'BorderColor:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 5
          end
          object LEditRegionBorderWidthUnit: TLabeledEdit
            Left = 8
            Top = 148
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 96
            EditLabel.Height = 12
            EditLabel.Caption = 'BorderWidthUnit:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 6
          end
          object LEditRegionBorderWidth: TLabeledEdit
            Left = 128
            Top = 148
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 66
            EditLabel.Height = 12
            EditLabel.Caption = 'BorderWidth'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 7
          end
        end
      end
      object TabSheet4: TTabSheet
        Caption = #25991#23383
        ImageIndex = 3
        OnShow = TabSheet4Show
        object GroupBox1: TGroupBox
          Left = 4
          Top = 7
          Width = 237
          Height = 186
          Caption = #25991#23383#23646#24615
          TabOrder = 0
          object LEditTextSizes: TLabeledEdit
            Left = 128
            Top = 37
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 36
            EditLabel.Height = 12
            EditLabel.Caption = 'Sizes:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 0
          end
          object LEditTextName: TLabeledEdit
            Left = 8
            Top = 37
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 30
            EditLabel.Height = 12
            EditLabel.Caption = 'Name:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 1
          end
          object LEditTextColor: TLabeledEdit
            Left = 8
            Top = 74
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 36
            EditLabel.Height = 12
            EditLabel.Caption = 'Color:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 2
          end
          object GBoxTextBackground: TGroupBox
            Left = 8
            Top = 98
            Width = 217
            Height = 75
            Caption = 'Background'
            TabOrder = 3
            object RBtnTextFontNone: TRadioButton
              Left = 8
              Top = 22
              Width = 57
              Height = 17
              Caption = 'None'
              Checked = True
              TabOrder = 0
              TabStop = True
            end
            object RBtnTextFontHalo: TRadioButton
              Left = 80
              Top = 22
              Width = 49
              Height = 17
              Caption = 'Halo'
              TabOrder = 1
            end
            object RBtnTextFontBox: TRadioButton
              Left = 144
              Top = 22
              Width = 57
              Height = 17
              Caption = 'Box'
              TabOrder = 2
            end
            object LEditTextBackcolor: TLabeledEdit
              Left = 80
              Top = 45
              Width = 113
              Height = 21
              BevelKind = bkSoft
              BorderStyle = bsNone
              EditLabel.Width = 60
              EditLabel.Height = 12
              EditLabel.Caption = 'Backcolor:'
              LabelPosition = lpLeft
              LabelSpacing = 10
              ReadOnly = True
              TabOrder = 3
            end
          end
          object LEditTextRotation: TLabeledEdit
            Left = 128
            Top = 74
            Width = 97
            Height = 21
            BevelKind = bkSoft
            BorderStyle = bsNone
            EditLabel.Width = 54
            EditLabel.Height = 12
            EditLabel.Caption = 'Rotation:'
            LabelPosition = lpAbove
            LabelSpacing = 3
            ReadOnly = True
            TabOrder = 4
          end
        end
      end
    end
    object BtnModifySymbol: TBitBtn
      Left = 10
      Top = 229
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 1
      OnClick = BtnModifySymbolClick
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
        000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
        00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
        F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
        0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
        FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
        FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
        0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
        00333377737FFFFF773333303300000003333337337777777333}
      NumGlyphs = 2
    end
    object BtnSymbolStyleAdd: TBitBtn
      Left = 90
      Top = 229
      Width = 75
      Height = 25
      Caption = #20837#24211
      Enabled = False
      TabOrder = 2
      OnClick = BtnSymbolStyleAddClick
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000130B0000130B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
        333333333333337FF3333333333333903333333333333377FF33333333333399
        03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
        99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
        99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
        03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
        33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
        33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
        3333777777333333333333333333333333333333333333333333}
      NumGlyphs = 2
    end
    object BitBtn1: TBitBtn
      Left = 170
      Top = 229
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 3
      Kind = bkClose
    end
  end
  object PanelDrawTypeValue: TPanel
    Left = 131
    Top = 60
    Width = 120
    Height = 21
    Color = clCream
    TabOrder = 6
  end
  object ImageList1: TImageList
    Left = 149
    Top = 16
    Bitmap = {
      494C010104000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000400000003000000001001800000000000024
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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