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

📄 mapproperties.dfm

📁 N年前有个法国小组用Delphi写了一个2D网游(AD&D类型)
💻 DFM
字号:
object MapProps: TMapProps
  Left = 379
  Top = 201
  BorderStyle = bsDialog
  Caption = 'Propri'#233't'#233's de la carte'
  ClientHeight = 178
  ClientWidth = 195
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Origine: TLabel
    Left = 16
    Top = 8
    Width = 33
    Height = 13
    Caption = 'Origine'
  end
  object Dimensions: TLabel
    Left = 8
    Top = 64
    Width = 54
    Height = 13
    Caption = 'Dimensions'
  end
  object SpeedButton1: TSpeedButton
    Tag = 101
    Left = 136
    Top = 8
    Width = 23
    Height = 22
    Caption = #245
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Wingdings'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Tag = 103
    Left = 162
    Top = 8
    Width = 23
    Height = 22
    Caption = #246
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Wingdings'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton3: TSpeedButton
    Tag = 301
    Left = 136
    Top = 32
    Width = 23
    Height = 22
    Caption = #247
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Wingdings'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton4: TSpeedButton
    Tag = 303
    Left = 162
    Top = 32
    Width = 23
    Height = 22
    Caption = #248
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Wingdings'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object Label1: TLabel
    Left = 136
    Top = 64
    Width = 14
    Height = 17
    Caption = #238
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Wingdings'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 136
    Top = 88
    Width = 14
    Height = 17
    Caption = #237
    Font.Charset = SYMBOL_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Wingdings'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 128
    Width = 82
    Height = 13
    Caption = 'Couleur ambiante'
  end
  object Shape1: TShape
    Left = 104
    Top = 128
    Width = 81
    Height = 17
    Brush.Color = clBlack
    OnMouseDown = Shape1MouseDown
  end
  object OrgX: TSpinEdit
    Left = 72
    Top = 8
    Width = 57
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 0
    OnChange = OrgXChange
  end
  object OrgY: TSpinEdit
    Left = 72
    Top = 32
    Width = 57
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 1
    Value = 0
    OnChange = OrgXChange
  end
  object SizeX: TSpinEdit
    Left = 72
    Top = 64
    Width = 57
    Height = 22
    MaxValue = 1000
    MinValue = 0
    TabOrder = 2
    Value = 0
    OnChange = SizeXChange
  end
  object SizeY: TSpinEdit
    Left = 72
    Top = 88
    Width = 57
    Height = 22
    MaxValue = 1000
    MinValue = 0
    TabOrder = 3
    Value = 0
    OnChange = SizeXChange
  end
  object cbDayLight: TCheckBox
    Left = 8
    Top = 152
    Width = 177
    Height = 17
    Caption = 'La carte est '#233'clair'#233'e par le soleil'
    TabOrder = 4
    OnClick = cbDayLightClick
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 160
    Top = 96
  end
end

⌨️ 快捷键说明

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