seldate.dfm

来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 53 行

DFM
53
字号
object sel_date: Tsel_date
  Left = 192
  Top = 107
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '选择日期'
  ClientHeight = 213
  ClientWidth = 320
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 305
    Height = 169
    Shape = bsFrame
  end
  object MonthCalendar1: TMonthCalendar
    Left = 16
    Top = 16
    Width = 288
    Height = 153
    AutoSize = True
    Date = 38614.4039625579
    TabOrder = 0
  end
  object xpButton1: TxpButton
    Left = 120
    Top = 184
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 1
    TabStop = True
    OnClick = xpButton1Click
  end
end

⌨️ 快捷键说明

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