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

📄 u_litest.dfm

📁 ListBox的一个基本操作,将ListBox2的内容添加到ListBox1里面的一个简单的操作,希望对一些新手有帮助.
💻 DFM
字号:
object Form1: TForm1
  Left = 332
  Top = 231
  Width = 374
  Height = 342
  Caption = 'ListBox'#30340#19968#20010#22522#26412#25805#20316
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 24
    Width = 193
    Height = 20
    AutoSize = False
    Caption = 'ListBox'#30340#19968#20010#22522#26412#25805#20316
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object ListBox1: TListBox
    Left = 24
    Top = 80
    Width = 113
    Height = 217
    ItemHeight = 13
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 224
    Top = 80
    Width = 121
    Height = 217
    ItemHeight = 13
    TabOrder = 1
  end
  object Button1: TButton
    Left = 148
    Top = 96
    Width = 69
    Height = 25
    Caption = #28155#21152'( < )'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 148
    Top = 152
    Width = 69
    Height = 25
    Caption = #21024#38500'( > )'
    TabOrder = 3
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=LiTest.mdb;Persist ' +
      'Security Info=False'
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 152
    Top = 200
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 152
    Top = 240
  end
end

⌨️ 快捷键说明

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