rad8form.dfm

来自「/* * tesswind.c * This program dem」· DFM 代码 · 共 76 行

DFM
76
字号
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 + =
减小字号Ctrl + -
显示快捷键?