rlunt.dfm

来自「商品销售系统完全的功能SQL和JAVA」· DFM 代码 · 共 57 行

DFM
57
字号
object rlfrm: Trlfrm
  Left = 286
  Top = 136
  BorderStyle = bsSingle
  Caption = #26085#21382
  ClientHeight = 210
  ClientWidth = 410
  Color = 16766935
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  Scaled = False
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 10
    Top = 7
    Width = 72
    Height = 29
    Caption = #20170#22825#12288
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 98
    Top = 6
    Width = 277
    Height = 30
    AutoSize = False
    Caption = 'Label2'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -23
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Calendar1: TCalendar
    Left = 10
    Top = 39
    Width = 394
    Height = 169
    StartOfWeek = 0
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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