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

📄 mainfrm.dfm

📁 Delphi面向对象编程思想附书源码 好用哦!
💻 DFM
字号:
object Form1: TForm1
  Left = 369
  Top = 219
  Width = 436
  Height = 261
  Caption = #25913#36827#30340#25302#25918#25805#20316#28436#31034
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 32
    Top = 120
    Width = 80
    Height = 16
    Caption = #36825#26159'Label1'
    OnMouseDown = ControlMouseDown
  end
  object Bevel1: TBevel
    Left = 208
    Top = 32
    Width = 9
    Height = 185
    Shape = bsLeftLine
  end
  object Label2: TLabel
    Left = 232
    Top = 48
    Width = 104
    Height = 16
    Caption = #36825#26159'ListBox1:'
  end
  object Edit1: TEdit
    Left = 32
    Top = 48
    Width = 145
    Height = 24
    TabOrder = 0
    Text = #36825#26159'Edit1'
    OnMouseDown = ControlMouseDown
  end
  object ListBox1: TListBox
    Left = 224
    Top = 80
    Width = 185
    Height = 129
    ItemHeight = 16
    TabOrder = 1
    OnDragDrop = ListBox1DragDrop
    OnDragOver = ListBox1DragOver
  end
  object StaticText1: TStaticText
    Left = 24
    Top = 8
    Width = 380
    Height = 20
    BorderStyle = sbsSunken
    Caption = #35831#23558#24038#36793#30340'Edit1'#21644'Label1'#25302#25918#21040#21491#36793#30340'ListBox1'#20013#12290
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 32
    Top = 80
    Width = 121
    Height = 24
    TabOrder = 3
    Text = #36825#26159'Edit2'
    OnMouseDown = ControlMouseDown
  end
  object LabeledEdit1: TLabeledEdit
    Left = 32
    Top = 168
    Width = 145
    Height = 24
    EditLabel.Width = 128
    EditLabel.Height = 16
    EditLabel.Caption = #36825#26159'LabeledEdit1'
    TabOrder = 4
    Text = #36825#26159'LabeledEdit1'
    OnMouseDown = ControlMouseDown
  end
end

⌨️ 快捷键说明

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