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

📄 unit1.dfm

📁 千年2的脱机源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 396
  Top = 154
  Width = 400
  Height = 416
  Caption = #21315#24180#22320#22270#25991#20214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 208
    Top = 8
    Width = 66
    Height = 16
    Caption = #22320#22270':             '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Labelx: TLabel
    Left = 304
    Top = 8
    Width = 42
    Height = 13
    Caption = '              '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object MapImage: TImage
    Left = 0
    Top = 28
    Width = 385
    Height = 357
    DragCursor = crDefault
    OnMouseDown = MapImageMouseDown
    OnMouseMove = MapImageMouseMove
  end
  object Labely: TLabel
    Left = 344
    Top = 8
    Width = 45
    Height = 13
    Caption = '               '
  end
  object ButtonOpen: TButton
    Left = 0
    Top = 0
    Width = 65
    Height = 25
    Caption = #25171#24320#22320#22270
    TabOrder = 0
    OnClick = ButtonOpenClick
  end
  object ButtonSaveBMP: TButton
    Left = 64
    Top = 0
    Width = 65
    Height = 25
    Caption = #20445#23384#20026#20301#22270
    Enabled = False
    TabOrder = 1
    OnClick = ButtonSaveBMPClick
  end
  object ButtonSaveFile: TButton
    Left = 128
    Top = 0
    Width = 73
    Height = 25
    Caption = #20445#23384#20026#25991#20214
    Enabled = False
    TabOrder = 2
    OnClick = ButtonSaveFileClick
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'map'
    Filter = #21315#24180#22320#22270#25991#20214'(*.map)|*.map'
    InitialDir = 'D:\netgame\1000y-Client'
    Left = 16
    Top = 32
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'bmp'
    Filter = 'bmp'#25991#20214'(*.bmp)|*.bmp'
    Left = 48
    Top = 32
  end
  object SaveDialog2: TSaveDialog
    Filter = '*.nap|*.nap'
    Left = 80
    Top = 32
  end
end

⌨️ 快捷键说明

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