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

📄 drag.~dfm

📁 关于DEPHI7.0的信息管理系统源代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 187
  Top = 124
  Width = 313
  Height = 189
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  Caption = #25302#26355#25805#20316
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 72
    Height = 12
    Caption = #35201#25302#21160#30340#25991#23383
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 84
    Height = 12
    Caption = #25509#25910#25302#21160#30340#25991#23383
  end
  object Label3: TLabel
    Left = 288
    Top = 32
    Width = 84
    Height = 13
    Caption = #20248#21033#24037#20316#23460#20986#21697
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 104
    Top = 8
    Width = 185
    Height = 20
    Hint = #25353#20303#40736#26631#65292#21487#20197#25191#34892#25302#26355#25928#26524
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    Text = #25302#21160#27979#35797#25991#26412
    OnEndDrag = Edit1EndDrag
    OnMouseDown = Edit1MouseDown
  end
  object Memo1: TMemo
    Left = 104
    Top = 56
    Width = 185
    Height = 89
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    OnDragDrop = Memo1DragDrop
    OnDragOver = Memo1DragOver
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 32
    Top = 80
  end
end

⌨️ 快捷键说明

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