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

📄 designfrom.~dfm

📁 delphi 运行进行设计模式,象delphi的编辑环境一样
💻 ~DFM
字号:
object frmDesignForm: TfrmDesignForm
  Left = 192
  Top = 114
  Width = 870
  Height = 500
  Caption = 'frmDesignForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ControlBar1: TControlBar
    Left = 0
    Top = 0
    Width = 862
    Height = 41
    Align = alTop
    TabOrder = 0
    object ToolBar1: TToolBar
      Left = 11
      Top = 2
      Width = 150
      Height = 22
      Caption = 'ToolBar1'
      TabOrder = 0
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 41
    Width = 105
    Height = 406
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 1
    object But_BeginDesign: TButton
      Left = 16
      Top = 16
      Width = 75
      Height = 25
      Caption = 'BeginDesign'
      TabOrder = 0
      OnClick = But_BeginDesignClick
    end
    object But_EndDesign: TButton
      Left = 16
      Top = 56
      Width = 75
      Height = 25
      Caption = 'EndDesign'
      TabOrder = 1
      OnClick = But_EndDesignClick
    end
    object But_add: TButton
      Left = 16
      Top = 128
      Width = 75
      Height = 25
      Caption = 'But_add'
      TabOrder = 2
      OnClick = But_addClick
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 447
    Width = 862
    Height = 19
    Panels = <
      item
        Width = 50
      end>
  end
  object Panel_edir: TPanel
    Left = 105
    Top = 41
    Width = 757
    Height = 406
    Align = alClient
    BevelOuter = bvLowered
    Caption = 'Panel_edir'
    Color = clWhite
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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