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

📄 unit1.~dfm

📁 在Delphi利用opengl调用3ds文件并且添加背景帖图。
💻 ~DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 706
  Width = 739
  Height = 542
  Caption = 'wo '
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnClose = FormClose
  OnKeyDown = FormKeyDown
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 185
    Top = 0
    Width = 546
    Height = 508
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    OnClick = Panel1Click
    OnMouseDown = Panel1MouseDown
    OnMouseMove = Panel1MouseMove
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 508
    Align = alLeft
    Caption = 'Panel2'
    TabOrder = 1
    object SpeedButton1: TSpeedButton
      Left = 40
      Top = 168
      Width = 23
      Height = 22
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 104
      Top = 168
      Width = 23
      Height = 22
      OnClick = SpeedButton2Click
    end
    object SpeedButton3: TSpeedButton
      Left = 72
      Top = 304
      Width = 23
      Height = 22
      OnClick = SpeedButton3Click
    end
    object Edit1: TEdit
      Left = 40
      Top = 80
      Width = 121
      Height = 21
      TabOrder = 0
      Text = '0'
    end
    object Edit2: TEdit
      Left = 40
      Top = 128
      Width = 121
      Height = 21
      TabOrder = 1
      Text = '0'
    end
  end
  object ApplicationEvents1: TApplicationEvents
    OnIdle = ApplicationEvents1Idle
    Left = 815
    Top = 5
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 233
    Top = 48
  end
end

⌨️ 快捷键说明

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