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

📄 inputdatetimeunit.dfm

📁 很好地delphi书籍源码
💻 DFM
字号:
object GetTimeForm: TGetTimeForm
  Left = 288
  Top = 70
  BorderStyle = bsDialog
  Caption = #33719#21462#26085#26399#21644#26102#38388
  ClientHeight = 263
  ClientWidth = 357
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DateMC: TMonthCalendar
    Left = 0
    Top = 0
    Width = 357
    Height = 183
    Align = alTop
    Date = 38120.921123159720000000
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object TimeP: TPanel
    Left = 0
    Top = 183
    Width = 357
    Height = 30
    Align = alTop
    BevelOuter = bvLowered
    Color = clBtnHighlight
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label1: TLabel
      Left = 10
      Top = 8
      Width = 43
      Height = 16
      Caption = #26102#38388':'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object TimeDTP: TDateTimePicker
      Left = 56
      Top = 2
      Width = 297
      Height = 24
      BevelInner = bvNone
      BevelOuter = bvNone
      Date = 37651.442154189810000000
      Time = 37651.442154189810000000
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      Kind = dtkTime
      ParentFont = False
      TabOrder = 0
    end
  end
  object OkBitBtn: TBitBtn
    Left = 80
    Top = 226
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    Kind = bkOK
  end
  object CancelBitBtn: TBitBtn
    Left = 172
    Top = 226
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    Kind = bkIgnore
  end
end

⌨️ 快捷键说明

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