unitnote.dfm

来自「数据仓库维表及参照表维护系统」· DFM 代码 · 共 63 行

DFM
63
字号
object Note: TNote
  Left = 324
  Top = 171
  Width = 361
  Height = 149
  Caption = #27880#24847
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 353
    Height = 122
    Align = alClient
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object StaticText1: TStaticText
      Left = 8
      Top = 40
      Width = 349
      Height = 20
      Caption = #33258#21160#32500#25252#31243#24207#36816#34892#26399#38388#65292#23558#19981#33021#20570#20854#20182#30340#32500#25252#24037#20316#65281
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #21326#25991#26032#39759
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Button1: TButton
      Left = 48
      Top = 80
      Width = 75
      Height = 25
      Caption = #24320#22987#32500#25252
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 216
      Top = 80
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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