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

📄 unit2.dfm

📁 这是一个用DELPHI编写的汽车动态的在地图上运动轨迹的例子.
💻 DFM
字号:
object Form2: TForm2
  Left = 336
  Top = 132
  Width = 437
  Height = 297
  Caption = #35206#30422#21306#22495#23646#24615#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 88
    Width = 96
    Height = 16
    Caption = #35206#30422#21306#22495#22635#20805#31867#22411
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 136
    Width = 97
    Height = 24
    Caption = #35206'  '#30422'   '#33539'  '#22260
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 40
    Top = 32
    Width = 121
    Height = 25
    Caption = #35206#30422#21306' '#22495' '#39068' '#33394
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 200
    Top = 184
    Width = 75
    Height = 25
    Caption = #30830'  '#23450
    TabOrder = 1
    OnClick = Button3Click
  end
  object BitBtn1: TBitBtn
    Left = 288
    Top = 184
    Width = 75
    Height = 25
    TabOrder = 2
    Kind = bkClose
  end
  object ComboBox1: TComboBox
    Left = 176
    Top = 80
    Width = 145
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 3
    Text = ' miPatternNoFill'
    Items.Strings = (
      ' miPatternNoFill'
      ' miPatternHollow '
      ' miPatternSolid '
      ' miPatternHorizontal '
      ' miPatternVertical '
      ' miPatternFDiag '
      ' miPatternFilBDiag '
      ' miPatternCross '
      ' miPatternDiagCross')
  end
  object TrackBar1: TTrackBar
    Left = 184
    Top = 128
    Width = 150
    Height = 33
    LineSize = 10
    Max = 100
    Frequency = 10
    SelEnd = 1000
    TabOrder = 4
    OnChange = TrackBar1Change
  end
  object ColorDialog1: TColorDialog
    Left = 352
    Top = 8
  end
end

⌨️ 快捷键说明

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