main.~dfm

来自「Delphi7数据库开发教程,包含该书21套实例」· ~DFM 代码 · 共 32 行

~DFM
32
字号
object frmMain: TfrmMain
  Left = 210
  Top = 210
  Width = 418
  Height = 261
  Caption = #20027#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 72
    Top = 56
    Width = 273
    Height = 24
    AutoSize = False
    Caption = #36825#26159#24212#29992#31243#24207#30340#20027#31383#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
end

⌨️ 快捷键说明

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