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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 277
  Top = 277
  Width = 380
  Height = 242
  Caption = 'Drag & Drop '
  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 ListBox1: TListBox
    Left = 24
    Top = 16
    Width = 145
    Height = 177
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 13
    Items.Strings = (
      #39134#29392#22806#20256
      #38634#23665#39134#29392
      #36830#22478#35776
      #22825#40857#20843#37096
      #23556#38613#33521#38596#20256
      #30333#39532#21880#35199#39118
      #40575#40718#35760)
    ParentFont = False
    TabOrder = 0
    OnDragDrop = ListBoxDragDrop
    OnDragOver = ListBoxDragOver
    OnMouseDown = ListBoxMouseDown
  end
  object ListBox2: TListBox
    Left = 200
    Top = 16
    Width = 145
    Height = 177
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemHeight = 13
    Items.Strings = (
      #31505#20658#27743#28246
      #20070#21073#24681#20167#24405
      #31070#38613#20384#20387
      #20384#23458#34892
      #20506#22825#23648#40857#35760
      #30887#34880#21073
      #40499#40495#20992)
    ParentFont = False
    TabOrder = 1
    OnDragDrop = ListBoxDragDrop
    OnDragOver = ListBoxDragOver
    OnMouseDown = ListBoxMouseDown
  end
end

⌨️ 快捷键说明

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