home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMPICDATE / TFORMPICDATE.txt
Encoding:
Text File  |  2004-04-06  |  2.9 KB  |  138 lines

  1. object FormPicDate: TFormPicDate
  2.   Left = 327
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Picture Date'
  7.   ClientHeight = 252
  8.   ClientWidth = 611
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnResize = FormResize
  18.   OnShow = FormPicDateShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PanelBtn: TPanel
  22.     Left = 0
  23.     Top = 211
  24.     Width = 611
  25.     Height = 41
  26.     Align = alBottom
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     DesignSize = (
  31.       611
  32.       41)
  33.     object BtnOK: TButton
  34.       Left = 444
  35.       Top = 9
  36.       Width = 75
  37.       Height = 25
  38.       Anchors = [akRight]
  39.       Caption = 'OK'
  40.       Default = True
  41.       TabOrder = 0
  42.       OnClick = BtnOKClick
  43.     end
  44.     object BtnCancel: TButton
  45.       Left = 525
  46.       Top = 9
  47.       Width = 75
  48.       Height = 25
  49.       Anchors = [akRight]
  50.       Cancel = True
  51.       Caption = 'Cancel'
  52.       ModalResult = 2
  53.       TabOrder = 1
  54.       OnClick = BtnCancelClick
  55.     end
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 611
  61.     Height = 211
  62.     Align = alClient
  63.     Caption = 'Panel1'
  64.     TabOrder = 1
  65.     object PanelCal: TPanel
  66.       Left = 1
  67.       Top = 1
  68.       Width = 609
  69.       Height = 168
  70.       Align = alClient
  71.       BevelOuter = bvNone
  72.       TabOrder = 0
  73.       object Cal: TMonthCalendar
  74.         Left = 0
  75.         Top = 0
  76.         Width = 609
  77.         Height = 168
  78.         Align = alClient
  79.         Date = 36393.581840613420000000
  80.         TabOrder = 0
  81.         OnClick = CalClick
  82.         OnDblClick = CalDblClick
  83.       end
  84.     end
  85.     object PanelDate: TPanel
  86.       Left = 1
  87.       Top = 169
  88.       Width = 609
  89.       Height = 41
  90.       Align = alBottom
  91.       BevelOuter = bvNone
  92.       TabOrder = 1
  93.       DesignSize = (
  94.         609
  95.         41)
  96.       object Label2: TLabel
  97.         Left = 225
  98.         Top = 6
  99.         Width = 177
  100.         Height = 13
  101.         Caption = 'Examples  (1999 = Sometime in 1999)'
  102.       end
  103.       object Label3: TLabel
  104.         Left = 277
  105.         Top = 22
  106.         Width = 189
  107.         Height = 13
  108.         Anchors = [akLeft, akBottom]
  109.         Caption = '(1/1999 = Sometime in January of 1999)'
  110.       end
  111.       object Label1: TLabel
  112.         Left = 12
  113.         Top = 8
  114.         Width = 59
  115.         Height = 13
  116.         Anchors = [akLeft, akBottom]
  117.         Caption = 'Picture Date'
  118.       end
  119.       object EditPartialDate: TEdit
  120.         Left = 79
  121.         Top = 6
  122.         Width = 104
  123.         Height = 21
  124.         Anchors = [akLeft, akBottom]
  125.         CharCase = ecUpperCase
  126.         Font.Charset = DEFAULT_CHARSET
  127.         Font.Color = clWindowText
  128.         Font.Height = -11
  129.         Font.Name = 'MS Sans Serif'
  130.         Font.Style = []
  131.         ParentFont = False
  132.         TabOrder = 0
  133.         OnChange = EditPartialDateChange
  134.       end
  135.     end
  136.   end
  137. end
  138.