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

📄 unit1.dfm

📁 在窗体上做一个浮雕效果的文字.......
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -