unit2.dfm

来自「类似计算器Calc.exe的软件」· DFM 代码 · 共 41 行

DFM
41
字号
object Form2: TForm2
  Left = 192
  Top = 114
  Width = 176
  Height = 132
  Caption = #31383#21475#36879#26126
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 168
    Height = 98
    Align = alClient
    TabOrder = 0
    object TrackBar1: TTrackBar
      Left = 8
      Top = 48
      Width = 150
      Height = 45
      Max = 255
      TabOrder = 0
      OnChange = TrackBar1Change
    end
    object Edit1: TEdit
      Left = 24
      Top = 8
      Width = 121
      Height = 21
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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