106 lines
2.4 KiB
Plaintext
106 lines
2.4 KiB
Plaintext
object JvDBDateTimePickerMainForm: TJvDBDateTimePickerMainForm
|
|
Left = 285
|
|
Top = 137
|
|
Width = 531
|
|
Height = 409
|
|
Caption = 'JVCL Date Time Picker Demo'
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 300
|
|
Constraints.MinWidth = 450
|
|
DefaultMonitor = dmDesktop
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poDesktopCenter
|
|
Scaled = False
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 27
|
|
Width = 112
|
|
Height = 26
|
|
Caption = 'A JvDBDateTimePicker'#13#10'with kind dtkDate:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 208
|
|
Top = 28
|
|
Width = 112
|
|
Height = 26
|
|
Caption = 'A JvDBDateTimePicker'#13#10'with kind dtkTime:'
|
|
end
|
|
object DBGrid1: TDBGrid
|
|
Left = 10
|
|
Top = 142
|
|
Width = 503
|
|
Height = 227
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
DataSource = DataSource1
|
|
TabOrder = 0
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object DBNavigator1: TDBNavigator
|
|
Left = 10
|
|
Top = 98
|
|
Width = 240
|
|
Height = 25
|
|
DataSource = DataSource1
|
|
TabOrder = 1
|
|
end
|
|
object JvDBDateTimePicker1: TJvDBDateTimePicker
|
|
Left = 10
|
|
Top = 60
|
|
Width = 186
|
|
Height = 21
|
|
CalAlignment = dtaLeft
|
|
Date = 35231.5696097685
|
|
Time = 35231.5696097685
|
|
DateFormat = dfShort
|
|
DateMode = dmComboBox
|
|
Kind = dtkDate
|
|
ParseInput = False
|
|
TabOrder = 2
|
|
DropDownDate = 37579
|
|
NullText = '(none)'
|
|
DataField = 'Event_Date'
|
|
DataSource = DataSource1
|
|
end
|
|
object JvDBDateTimePicker2: TJvDBDateTimePicker
|
|
Left = 202
|
|
Top = 60
|
|
Width = 186
|
|
Height = 21
|
|
CalAlignment = dtaLeft
|
|
Date = 2.56960976852133
|
|
Time = 2.56960976852133
|
|
DateFormat = dfShort
|
|
DateMode = dmComboBox
|
|
Kind = dtkTime
|
|
ParseInput = False
|
|
TabOrder = 3
|
|
DropDownDate = 37579
|
|
NullText = '(none)'
|
|
DataField = 'Event_Time'
|
|
DataSource = DataSource1
|
|
end
|
|
object DataSource1: TDataSource
|
|
DataSet = Table1
|
|
Left = 416
|
|
Top = 24
|
|
end
|
|
object Table1: TTable
|
|
DatabaseName = 'DBDEMOS'
|
|
TableName = 'events.db'
|
|
Left = 472
|
|
Top = 24
|
|
end
|
|
end
|