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

📄 unit7.dfm

📁 < SQL SERVER 2000 案例教程>>,冶金工业出版社,这本书的代码
💻 DFM
字号:
object settimeform: Tsettimeform
  Left = 224
  Top = 202
  Width = 508
  Height = 288
  Caption = 'settimeform'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 132
    Height = 20
    Caption = #19978#21320#19978#29677#26102#38388'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 24
    Top = 64
    Width = 124
    Height = 20
    Caption = #19978#21320#19979#29677#26102#38388'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 24
    Top = 104
    Width = 128
    Height = 20
    Caption = #19979#21320#19978#29677#26102#38388'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label13: TLabel
    Left = 24
    Top = 144
    Width = 132
    Height = 20
    Caption = #19979#21320#19979#29677#26102#38388'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object settime: TBitBtn
    Left = 32
    Top = 192
    Width = 81
    Height = 33
    Caption = #35774'    '#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = settimeClick
  end
  object cancel: TBitBtn
    Left = 288
    Top = 192
    Width = 81
    Height = 33
    Caption = #36864'   '#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = cancelClick
  end
  object amstart: TDateTimePicker
    Left = 184
    Top = 24
    Width = 186
    Height = 21
    Date = 37904.862350625000000000
    Time = 37904.862350625000000000
    Kind = dtkTime
    TabOrder = 2
  end
  object amend: TDateTimePicker
    Left = 184
    Top = 64
    Width = 186
    Height = 21
    Date = 37904.862350625000000000
    Time = 37904.862350625000000000
    Kind = dtkTime
    TabOrder = 3
  end
  object pmstart: TDateTimePicker
    Left = 184
    Top = 104
    Width = 186
    Height = 21
    Date = 37904.862350625000000000
    Time = 37904.862350625000000000
    Kind = dtkTime
    TabOrder = 4
  end
  object pmend: TDateTimePicker
    Left = 184
    Top = 144
    Width = 186
    Height = 21
    Date = 37904.862350625000000000
    Time = 37904.862350625000000000
    Kind = dtkTime
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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