unit1.dfm

来自「在窗体上做一个浮雕效果的文字.......」· DFM 代码 · 共 91 行

DFM
91
字号
object Form1: TForm1
  Left = 192
  Top = 146
  Width = 870
  Height = 500
  Caption = 'Form1'
  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 edt1: TEdit
    Left = 232
    Top = 32
    Width = 121
    Height = 21
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    Text = 'edt1'
  end
  object chk1: TCheckBox
    Left = 232
    Top = 80
    Width = 97
    Height = 17
    Caption = 'chk1'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object rb1: TRadioButton
    Left = 232
    Top = 112
    Width = 113
    Height = 17
    Caption = 'rb1'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
  end
  object scrlbr1: TScrollBar
    Left = 232
    Top = 152
    Width = 121
    Height = 17
    PageSize = 0
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
  end
  object edt2: TEdit
    Left = 232
    Top = 208
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'edt2'
  end
  object btn1: TButton
    Left = 464
    Top = 136
    Width = 75
    Height = 25
    Hint = 'fdgfdg'
    Caption = 'btn1'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 5
  end
  object pm1: TPopupMenu
    Left = 488
    Top = 56
  end
  object con1: TADOConnection
    Left = 488
    Top = 96
  end
  object aplctnvnts1: TApplicationEvents
    OnShowHint = aplctnvnts1ShowHint
    Left = 528
    Top = 56
  end
end

⌨️ 快捷键说明

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