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

📄 unit1.dfm

📁 DELPHI经典程序
💻 DFM
字号:
object Form1: TForm1
  Left = 354
  Top = 103
  Width = 330
  Height = 220
  Caption = 'Form1'
  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 = 174
    Top = 124
    Width = 135
    Height = 35
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label1'
    Color = clAqua
    ParentColor = False
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 10
    Top = 14
    Width = 157
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = #25112#23558#20154#36873
    Color = clYellow
    ParentColor = False
    Layout = tlCenter
  end
  object Label3: TLabel
    Left = 174
    Top = 14
    Width = 135
    Height = 25
    Alignment = taCenter
    AutoSize = False
    Caption = #39547#27966#21517#21333
    Color = clYellow
    ParentColor = False
    Layout = tlCenter
  end
  object ListBox1: TListBox
    Left = 10
    Top = 44
    Width = 157
    Height = 71
    Columns = 2
    ItemHeight = 13
    Items.Strings = (
      #35199#38376#21561#38634
      #38470#23567#20964
      #20613#32418#38634
      #22799#38634#23452
      #37329#19990#36951
      #37329#36880#27969
      #34945#25215#24535
      #29420#23396#27714#36133
      #33831#23792
      #33831#36828#23665
      #20196#29392#20914
      #21521#38382#22825)
    MultiSelect = True
    TabOrder = 0
  end
  object Button1: TButton
    Left = 10
    Top = 124
    Width = 70
    Height = 25
    Caption = #30830#23450#21517#21333
    TabOrder = 1
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 174
    Top = 44
    Width = 135
    Height = 71
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Button2: TButton
    Left = 97
    Top = 124
    Width = 70
    Height = 25
    Caption = #25353#31508#30011#25490#21015
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 10
    Top = 154
    Width = 70
    Height = 25
    Caption = #22810#36873#25110#21333#36873
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 97
    Top = 154
    Width = 70
    Height = 25
    Caption = #21333#26639#26174#31034
    TabOrder = 5
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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