unit1.dfm

来自「用于开发税务票据管理的软件」· DFM 代码 · 共 45 行

DFM
45
字号
object Form1: TForm1
  Left = 243
  Top = 114
  Width = 308
  Height = 226
  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 FlatButton1: TFlatButton
    Left = 112
    Top = 136
    Width = 73
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = FlatButton1Click
  end
  object frReport1: TfrReport
    InitialZoom = pzDefault
    PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit]
    Left = 56
    Top = 32
    ReportForm = {18000000}
  end
  object frDesigner1: TfrDesigner
    Left = 104
    Top = 40
  end
  object frBDEComponents1: TfrBDEComponents
    Left = 224
    Top = 40
  end
  object frDialogControls1: TfrDialogControls
    Left = 168
    Top = 32
  end
end

⌨️ 快捷键说明

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