unit1.dfm

来自「Delphi7高级应用开发随书源码」· DFM 代码 · 共 66 行

DFM
66
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 384
  Height = 374
  Caption = #19968#20010#27169#22411#35266#30475#31243#24207
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 328
    Width = 185
    Height = 13
    AutoSize = False
    Caption = '>'
  end
  object TrackBar1: TTrackBar
    Left = 336
    Top = 10
    Width = 29
    Height = 300
    LineSize = 2
    Max = 100
    Min = 1
    Orientation = trVertical
    PageSize = 4
    Frequency = 2
    Position = 50
    TabOrder = 0
    ThumbLength = 17
    OnChange = TrackBar1Change
  end
  object ComboBox1: TComboBox
    Left = 264
    Top = 320
    Width = 105
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 1
    OnChange = ComboBox1Change
    Items.Strings = (
      'Cone'
      'Cyllinder'
      'Sphere')
  end
  object Button1: TButton
    Left = 208
    Top = 320
    Width = 49
    Height = 25
    Caption = #32472#22270
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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