unit6.~dfm

来自「大家可以看看还不错的管理系统」· ~DFM 代码 · 共 48 行

~DFM
48
字号
object Form6: TForm6
  Left = 246
  Top = 312
  Width = 582
  Height = 413
  Caption = 'Form6'
  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 PageControl1: TPageControl
    Left = 0
    Top = 8
    Width = 569
    Height = 353
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #25353#20070#21517#26597#35810
      object Label1: TLabel
        Left = 8
        Top = 16
        Width = 113
        Height = 25
        AutoSize = False
        Caption = #35831#36755#20837#26597#35810#30340#20070#21517':'
      end
      object Edit1: TEdit
        Left = 120
        Top = 16
        Width = 145
        Height = 21
        TabOrder = 0
        Text = 'Edit1'
      end
    end
    object TabSheet2: TTabSheet
      Caption = #25353#20316#32773#26597#35810
      ImageIndex = 1
    end
  end
end

⌨️ 快捷键说明

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