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

📄 rad8form.dfm

📁 /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation proper
💻 DFM
字号:
object Form1: TForm1
  Left = 61
  Top = 1
  Width = 702
  Height = 514
  Caption = #1042#1077#1088#1089#1080#1103' 0.3 (http://www.tmtlib.narod.ru/)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 694
    Height = 33
    Align = alTop
    Caption = 
      'glOrtho + glReadPixels (z-buffer, color R,G,B <-> polygon N,U,V)' +
      ' radiosity example by Georgy Moshkin'
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 33
    Width = 209
    Height = 447
    Align = alLeft
    TabOrder = 1
    object ScrollBar5: TScrollBar
      Left = 8
      Top = 8
      Width = 185
      Height = 17
      PageSize = 0
      TabOrder = 0
    end
    object Memo1: TMemo
      Left = 8
      Top = 32
      Width = 185
      Height = 89
      Lines.Strings = (
        #1047#1072#1087#1091#1089#1082#1072#1081#1090#1077' '#1087#1088#1086#1075#1088#1072#1084#1084#1091' '#1090#1086#1083#1100#1082#1086' '#1074' '
        #1088#1077#1078#1080#1084#1077' 32bpp '#1088#1072#1073#1086#1095#1077#1075#1086' '#1089#1090#1086#1083#1072' '
        'Windows.'
        ''
        'Requirements: 32bpp windows '
        'desktop colordepth.')
      TabOrder = 1
    end
  end
  object Panel3: TPanel
    Left = 209
    Top = 33
    Width = 485
    Height = 447
    Align = alClient
    Color = clBlack
    FullRepaint = False
    TabOrder = 2
  end
  object Timer1: TTimer
    Interval = 1
    OnTimer = TimerDraw
    Left = 8
  end
end

⌨️ 快捷键说明

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