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

📄 unit2.dfm

📁 这是我自己用DELPHI写的一个完全模仿WINDOWS扫雷的游戏
💻 DFM
字号:
object Form2: TForm2
  Left = 445
  Top = 268
  BorderIcons = [biSystemMenu, biHelp]
  BorderStyle = bsDialog
  Caption = #33258#23450#20041#38647#21306
  ClientHeight = 148
  ClientWidth = 233
  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 = 20
    Top = 24
    Width = 41
    Height = 16
    AutoSize = False
    Caption = #39640#24230
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 19
    Top = 64
    Width = 41
    Height = 16
    AutoSize = False
    Caption = #23485#24230
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 15
    Top = 104
    Width = 41
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = #38647#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 65
    Top = 24
    Width = 49
    Height = 21
    MaxLength = 2
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 65
    Top = 64
    Width = 49
    Height = 21
    MaxLength = 2
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 65
    Top = 104
    Width = 49
    Height = 21
    MaxLength = 2
    TabOrder = 2
  end
  object Button1: TButton
    Left = 152
    Top = 40
    Width = 49
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 88
    Width = 49
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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