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

📄 unit2.dfm

📁 delphi 三层结构的例子
💻 DFM
字号:
object Form2: TForm2
  Left = 330
  Top = 127
  BorderStyle = bsDialog
  ClientHeight = 268
  ClientWidth = 341
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 227
    Width = 341
    Height = 41
    Align = alBottom
    TabOrder = 0
    object Label1: TLabel
      Left = 28
      Top = 16
      Width = 36
      Height = 12
      Caption = #31867#22411#65306
    end
    object ComboBox1: TComboBox
      Left = 70
      Top = 11
      Width = 95
      Height = 20
      BevelInner = bvNone
      BevelOuter = bvNone
      Ctl3D = True
      ItemHeight = 12
      ItemIndex = 0
      ParentCtl3D = False
      TabOrder = 0
      Text = #30028#38754
      Items.Strings = (
        #30028#38754
        #25968#25454#24211
        #31995#32479
        #20854#20182)
    end
    object Button1: TButton
      Left = 256
      Top = 8
      Width = 75
      Height = 25
      Caption = #30830#35748
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 341
    Height = 56
    Align = alTop
    TabOrder = 1
    object Label2: TLabel
      Left = 160
      Top = 8
      Width = 24
      Height = 12
      Caption = #26631#39064
    end
    object Edit1: TEdit
      Left = 8
      Top = 24
      Width = 321
      Height = 20
      TabOrder = 0
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 56
    Width = 341
    Height = 171
    Align = alClient
    BorderWidth = 3
    TabOrder = 2
    object Memo1: TMemo
      Left = 4
      Top = 4
      Width = 333
      Height = 163
      Align = alClient
      BorderStyle = bsNone
      Lines.Strings = (
        '')
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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