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

📄 unit1.~dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 ~DFM
字号:
object Form1: TForm1
  Left = 234
  Top = 196
  Width = 305
  Height = 207
  Caption = #31227#21160#36873#39033
  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 Label1: TLabel
    Left = 16
    Top = 8
    Width = 60
    Height = 13
    Caption = #21487#36873#35838#31243#65306
  end
  object Label2: TLabel
    Left = 168
    Top = 8
    Width = 60
    Height = 13
    Caption = #24050#36873#35838#31243#65306
  end
  object ListBox1: TListBox
    Left = 14
    Top = 32
    Width = 97
    Height = 129
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    Items.Strings = (
      #35745#31639#26426#25991#21270#22522#30784
      'C'#31243#24207#35774#35745
      #25968#25454#32467#26500
      #25805#20316#31995#32479
      #25968#25454#24211#21407#29702
      #25968#25454#24211#24212#29992
      #36719#20214#24037#31243
      #32593#32476#22522#30784
      #32593#32476#24212#29992)
    MultiSelect = True
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 168
    Top = 32
    Width = 113
    Height = 129
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 1
  end
  object ButtonRS: TButton
    Left = 129
    Top = 36
    Width = 23
    Height = 25
    Caption = '>'
    TabOrder = 2
    OnClick = ButtonRSClick
  end
  object ButtonRSA: TButton
    Left = 128
    Top = 72
    Width = 25
    Height = 25
    Caption = '>>'
    TabOrder = 3
  end
  object ButtonLS: TButton
    Left = 129
    Top = 104
    Width = 23
    Height = 25
    Caption = '<'
    Enabled = False
    TabOrder = 4
    OnClick = ButtonLSClick
  end
  object ButtonLSA: TButton
    Left = 128
    Top = 136
    Width = 25
    Height = 25
    Caption = '<<'
    Enabled = False
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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