setdate.dfm

来自「BCB 级联表的设计源代码。有需要的朋友可以看看。BCB这个东西不知道还有人用么」· DFM 代码 · 共 52 行

DFM
52
字号
object frmSetDate: TfrmSetDate
  Left = 218
  Top = 204
  BorderStyle = bsDialog
  Caption = '设置日期'
  ClientHeight = 248
  ClientWidth = 324
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object btnCancel: TButton
    Left = 232
    Top = 216
    Width = 75
    Height = 25
    Caption = '取消(&C)'
    ModalResult = 2
    TabOrder = 0
  end
  object btnOk: TButton
    Left = 152
    Top = 216
    Width = 75
    Height = 25
    Caption = '确定(&O)'
    ModalResult = 1
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 297
    Height = 193
    TabOrder = 2
    object MonthCalendar1: TMonthCalendar
      Left = 8
      Top = 16
      Width = 281
      Height = 161
      Date = 36900
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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