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

📄 unit1.dfm

📁 自制 9格拼图游戏 bbc vcl程序 按钮拼图记录步数 用时 重玩 退一步 新局
💻 DFM
字号:
object MainForm: TMainForm
  Left = 335
  Top = 162
  Width = 845
  Height = 533
  Caption = #25340#22270
  Color = cl3DLight
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu
  OldCreateOrder = False
  Scaled = False
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 13
  object LabStepNum: TLabel
    Left = 168
    Top = 24
    Width = 113
    Height = 33
    AutoSize = False
    Caption = #27493#25968': 0'
    Color = clMenuHighlight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object LabTimer: TLabel
    Left = 312
    Top = 24
    Width = 113
    Height = 33
    AutoSize = False
    Caption = #26102#38388': 0'
    Color = clMenuHighlight
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object BtnDingWei: TButton
    Left = 80
    Top = 64
    Width = 321
    Height = 257
    Caption = #23450#20301
    Font.Charset = GB2312_CHARSET
    Font.Color = clHighlight
    Font.Height = -29
    Font.Name = #24494#36719#38597#40657
    Font.Pitch = fpFixed
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    Visible = False
    OnClick = ButtonClick
  end
  object QuitButton: TButton
    Left = 440
    Top = 160
    Width = 89
    Height = 49
    Caption = #36864#20986
    TabOrder = 1
    OnClick = QuitButtonClick
  end
  object BtnRe: TButton
    Left = 440
    Top = 109
    Width = 89
    Height = 49
    Caption = #37325#26032#27492#23616
    TabOrder = 2
    OnClick = BtnReClick
  end
  object BtnBack: TButton
    Left = 440
    Top = 58
    Width = 89
    Height = 49
    Caption = #36864#19968#27493
    TabOrder = 3
    OnClick = BtnBackClick
  end
  object PageControl1: TPageControl
    Left = 416
    Top = 216
    Width = 385
    Height = 249
    ActivePage = TabSheet2
    TabIndex = 1
    TabOrder = 4
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Button2: TButton
        Left = 56
        Top = 32
        Width = 65
        Height = 49
        Caption = 'Button2'
        TabOrder = 0
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object BtnNew: TButton
        Left = 48
        Top = 32
        Width = 89
        Height = 49
        Caption = #26032#23616
        TabOrder = 0
        OnClick = BtnNewClick
      end
    end
  end
  object MainMenu: TMainMenu
    Left = 32
    Top = 32
    object wenjian1: TMenuItem
      Caption = #25991#20214
      object N1: TMenuItem
        Caption = #25171#24320
      end
      object N2: TMenuItem
        Caption = #36864#20986
        OnClick = N2Click
      end
    end
  end
end

⌨️ 快捷键说明

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