home *** CD-ROM | disk | FTP | other *** search
- object FormPicDate: TFormPicDate
- Left = 327
- Top = 185
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Picture Date'
- ClientHeight = 252
- ClientWidth = 611
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnResize = FormResize
- OnShow = FormPicDateShow
- PixelsPerInch = 96
- TextHeight = 13
- object PanelBtn: TPanel
- Left = 0
- Top = 211
- Width = 611
- Height = 41
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 611
- 41)
- object BtnOK: TButton
- Left = 444
- Top = 9
- Width = 75
- Height = 25
- Anchors = [akRight]
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 525
- Top = 9
- Width = 75
- Height = 25
- Anchors = [akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 611
- Height = 211
- Align = alClient
- Caption = 'Panel1'
- TabOrder = 1
- object PanelCal: TPanel
- Left = 1
- Top = 1
- Width = 609
- Height = 168
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Cal: TMonthCalendar
- Left = 0
- Top = 0
- Width = 609
- Height = 168
- Align = alClient
- Date = 36393.581840613420000000
- TabOrder = 0
- OnClick = CalClick
- OnDblClick = CalDblClick
- end
- end
- object PanelDate: TPanel
- Left = 1
- Top = 169
- Width = 609
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 609
- 41)
- object Label2: TLabel
- Left = 225
- Top = 6
- Width = 177
- Height = 13
- Caption = 'Examples (1999 = Sometime in 1999)'
- end
- object Label3: TLabel
- Left = 277
- Top = 22
- Width = 189
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = '(1/1999 = Sometime in January of 1999)'
- end
- object Label1: TLabel
- Left = 12
- Top = 8
- Width = 59
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Picture Date'
- end
- object EditPartialDate: TEdit
- Left = 79
- Top = 6
- Width = 104
- Height = 21
- Anchors = [akLeft, akBottom]
- CharCase = ecUpperCase
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = EditPartialDateChange
- end
- end
- end
- end
-