Unit1.dfm

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > Delphi > jQueryDatePicker >

Unit1.dfm

object IWForm1: TIWForm1

 Left = 0

 Top = 0

 Width = 555

 Height = 400

 RenderInvisibleControls = False

 AllowPageAccess = True

 ConnectionMode = cmAny

 OnCreate = IWAppFormCreate

 Background.Fixed = False

 HandleTabs = False

 LeftToRight = True

 LockUntilLoaded = True

 LockOnSubmit = True

 ShowHint = True

 XPTheme = True

 DesignLeft = 8

 DesignTop = 8

 object IWEdit1: TIWEdit

 Left = 16

 Top = 128

 Width = 121

 Height = 21

 Cursor = crAuto

 Css = 'cal'

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Alignment = taLeftJustify

 BGColor = clNone

 FocusColor = clNone

 Editable = True

 NonEditableAsLabel = False

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 FriendlyName = 'IWEdit1'

 MaxLength = 0

 ReadOnly = False

 Required = False

 ScriptEvents = <>

 SubmitOnAsyncEvent = True

 TabOrder = 0

 OnAsyncChange = IWEdit1AsyncChange

 PasswordPrompt = False

 end

 object lbDate: TIWLabel

 Left = 192

 Top = 128

 Width = 201

 Height = 16

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 Alignment = taLeftJustify

 BGColor = clNone

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 NoWrap = False

 ConvertSpaces = False

 HasTabOrder = False

 AutoSize = False

 FriendlyName = 'lbDate'

 RawText = False

 end

 object IWMemo1: TIWMemo

 Left = 16

 Top = 16

 Width = 521

 Height = 73

 Cursor = crAuto

 ParentShowHint = False

 ShowHint = True

 ZIndex = 0

 RenderSize = True

 BGColor = clNone

 Editable = True

 Font.Color = clNone

 Font.Size = 10

 Font.Style = []

 ScriptEvents = <>

 InvisibleBorder = False

 HorizScrollBar = False

 VertScrollBar = True

 Required = False

 TabOrder = 1

 SubmitOnAsyncEvent = True

 FriendlyName = 'IWMemo1'

 Lines.Strings = (

 'Click on IWEdit1 below to display the jQuery date picker')

 end

 object JQuery: TIWJQueryWidget

 Enabled = True

 Left = 144

 Top = 192

 end

end