⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u_date.~dfm

📁 小型劳资管理系统,用visual basic+access编写
💻 ~DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -