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

📄 unit2.dfm

📁 游戏地图编辑器游戏地图编辑器游戏地图编辑器游戏地图编辑器
💻 DFM
字号:
object Form2: TForm2
  Left = 265
  Top = 141
  Width = 437
  Height = 308
  Caption = #26032#24314#22320#22270
  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 Panel1: TPanel
    Left = 32
    Top = 16
    Width = 377
    Height = 185
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 40
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #22320#22270#23485#24230#65306' '
    end
    object Label2: TLabel
      Left = 40
      Top = 80
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #22320#22270#38271#24230#65306' '
    end
    object Label3: TLabel
      Left = 40
      Top = 120
      Width = 87
      Height = 13
      AutoSize = False
      Caption = #22320#22270#25991#20214#36335#24452#65306' '
    end
    object SpinEdit1: TSpinEdit
      Left = 144
      Top = 40
      Width = 121
      Height = 22
      MaxValue = 50
      MinValue = 10
      TabOrder = 0
      Value = 20
    end
    object SpinEdit2: TSpinEdit
      Left = 144
      Top = 72
      Width = 121
      Height = 22
      MaxValue = 50
      MinValue = 10
      TabOrder = 1
      Value = 15
    end
    object Edit1: TEdit
      Left = 144
      Top = 120
      Width = 209
      Height = 21
      TabOrder = 2
      Text = 'c:\map.map'
    end
    object Button1: TButton
      Left = 349
      Top = 120
      Width = 20
      Height = 20
      Caption = '...'
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object BitBtn1: TBitBtn
    Left = 96
    Top = 232
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 288
    Top = 232
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    Kind = bkCancel
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'map'
    Left = 344
    Top = 72
  end
end

⌨️ 快捷键说明

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