home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kompon / d3456 / FILEEXPL.ZIP / Demo1 / FileDate.dfm / FileDate.txt next >
Encoding:
Text File  |  2002-03-08  |  1.8 KB  |  91 lines

  1. object FileDateForm: TFileDateForm
  2.   Left = 259
  3.   Top = 116
  4.   Width = 350
  5.   Height = 148
  6.   Caption = 'Re-write File Date/Time'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 60
  21.     Width = 160
  22.     Height = 16
  23.     Caption = 'Select New File Date/Time'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object DTPicker1: TDateTimePicker
  32.     Left = 24
  33.     Top = 80
  34.     Width = 186
  35.     Height = 21
  36.     CalAlignment = dtaLeft
  37.     Date = 36694.042372685200000000
  38.     Time = 36694.042372685200000000
  39.     DateFormat = dfShort
  40.     DateMode = dmComboBox
  41.     Kind = dtkDate
  42.     ParseInput = False
  43.     TabOrder = 0
  44.   end
  45.   object BtnOK: TBitBtn
  46.     Left = 244
  47.     Top = 20
  48.     Width = 75
  49.     Height = 25
  50.     TabOrder = 1
  51.     OnClick = BtnOKClick
  52.     Kind = bkOK
  53.   end
  54.   object BtnCancel: TBitBtn
  55.     Left = 244
  56.     Top = 56
  57.     Width = 75
  58.     Height = 25
  59.     TabOrder = 2
  60.     OnClick = BtnCancelClick
  61.     Kind = bkCancel
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 24
  65.     Top = 12
  66.     Width = 185
  67.     Height = 41
  68.     TabOrder = 3
  69.     object RadioButton1: TRadioButton
  70.       Left = 12
  71.       Top = 16
  72.       Width = 65
  73.       Height = 17
  74.       Caption = 'SetDate'
  75.       Checked = True
  76.       TabOrder = 0
  77.       TabStop = True
  78.       OnClick = RadioButton1Click
  79.     end
  80.     object RadioButton2: TRadioButton
  81.       Left = 96
  82.       Top = 16
  83.       Width = 73
  84.       Height = 17
  85.       Caption = 'Set Time'
  86.       TabOrder = 1
  87.       OnClick = RadioButton2Click
  88.     end
  89.   end
  90. end
  91.