u_date.~dfm

来自「小型劳资管理系统,用visual basic+access编写」· ~DFM 代码 · 共 59 行

~DFM
59
字号
object F_date: TF_date
  Left = 229
  Top = 185
  Width = 357
  Height = 240
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #36873#25321#26085#26399
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 281
    Height = 213
    Align = alLeft
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 0
    object MonthCalendar1: TMonthCalendar
      Left = -4
      Top = 0
      Width = 281
      Height = 209
      Align = alRight
      Date = 37547.4251984028
      TabOrder = 0
      OnDblClick = MonthCalendar1DblClick
    end
  end
  object Button1: TButton
    Left = 296
    Top = 16
    Width = 49
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 1
  end
  object Button2: TButton
    Left = 296
    Top = 56
    Width = 49
    Height = 25
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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