unit_rubb_mix.dfm

来自「此代码为企业原料管理代码」· DFM 代码 · 共 49 行

DFM
49
字号
object Form_: TForm_
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = 'Form_'
  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 Edit1: TEdit
    Left = 144
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Panel1: TPanel
    Left = 168
    Top = 168
    Width = 185
    Height = 41
    Caption = 'Panel1'
    TabOrder = 1
  end
  object Panel2: TPanel
    Left = 184
    Top = 112
    Width = 185
    Height = 41
    Caption = 'Panel2'
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 144
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
end

⌨️ 快捷键说明

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