mainfrm.dfm

来自「关于利用DELPHI来进行企业级方案解决的著作的附书源码」· DFM 代码 · 共 98 行

DFM
98
字号
object MainForm: TMainForm
  Left = 294
  Top = 182
  Width = 348
  Height = 206
  Caption = #24120#29992#30446#24405#30340#33719#21462
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 32
    Top = 16
    Width = 114
    Height = 13
    Caption = 'Windows'#30446#24405#20301#32622#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 32
    Top = 56
    Width = 91
    Height = 13
    Caption = #31995#32479#30446#24405#20301#32622#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 32
    Top = 96
    Width = 104
    Height = 13
    Caption = #26412#24212#29992#31243#24207#20301#32622#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 32
    Top = 136
    Width = 91
    Height = 13
    Caption = #20020#26102#30446#24405#20301#32622#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object WindowsLabel: TLabel
    Left = 160
    Top = 16
    Width = 70
    Height = 13
    Caption = 'WindowsLabel'
  end
  object SystemLabel: TLabel
    Left = 160
    Top = 56
    Width = 60
    Height = 13
    Caption = 'SystemLabel'
  end
  object ApplicationLabel: TLabel
    Left = 160
    Top = 96
    Width = 78
    Height = 13
    Caption = 'ApplicationLabel'
  end
  object TempLabel: TLabel
    Left = 160
    Top = 136
    Width = 53
    Height = 13
    Caption = 'TempLabel'
  end
end

⌨️ 快捷键说明

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