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

📄 ufrmmain.~dfm

📁 演示delphi在运行环境中自动生成控件的例子
💻 ~DFM
字号:
object Form1: TForm1
  Left = 226
  Top = 234
  Width = 672
  Height = 410
  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 Button1: TButton
    Left = 16
    Top = 344
    Width = 75
    Height = 25
    Caption = 'COPY'
    TabOrder = 0
    OnClick = Button1Click
  end
  object PageControl1: TPageControl
    Left = 16
    Top = 16
    Width = 609
    Height = 313
    ActivePage = TabSheet1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Memo1: TMemo
        Left = 16
        Top = 16
        Width = 185
        Height = 89
        Lines.Strings = (
          'Memo1'
          'asdfasdfasdfasdfasdf')
        TabOrder = 0
      end
      object Button2: TButton
        Left = 48
        Top = 128
        Width = 75
        Height = 25
        Caption = 'message'
        TabOrder = 1
        OnClick = Button2Click
      end
    end
  end
end

⌨️ 快捷键说明

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