home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / PSPad.exe / 0 / RCDATA / TFDATETIME / TFDATETIME.txt
Text File  |  2002-07-12  |  3KB  |  181 lines

  1. object fDateTime: TfDateTime
  2.   Left = 422
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Vlo∩┐╜it datum a ∩┐╜as...'
  7.   ClientHeight = 265
  8.   ClientWidth = 316
  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 = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 208
  22.     Top = 24
  23.     Width = 78
  24.     Height = 13
  25.     Caption = 'd, dd, ddd, dddd'
  26.   end
  27.   object Label4: TLabel
  28.     Left = 208
  29.     Top = 40
  30.     Width = 98
  31.     Height = 13
  32.     Caption = 'm, mm, mmm, mmmm'
  33.   end
  34.   object Label5: TLabel
  35.     Left = 208
  36.     Top = 56
  37.     Width = 36
  38.     Height = 13
  39.     Caption = 'yy, yyyy'
  40.   end
  41.   object Label6: TLabel
  42.     Left = 208
  43.     Top = 104
  44.     Width = 24
  45.     Height = 13
  46.     Caption = 'h, hh'
  47.   end
  48.   object Label7: TLabel
  49.     Left = 208
  50.     Top = 120
  51.     Width = 24
  52.     Height = 13
  53.     Caption = 'n, nn'
  54.   end
  55.   object Label8: TLabel
  56.     Left = 208
  57.     Top = 136
  58.     Width = 21
  59.     Height = 13
  60.     Caption = 's, ss'
  61.   end
  62.   object lDate: TLabel
  63.     Left = 208
  64.     Top = 8
  65.     Width = 41
  66.     Height = 13
  67.     Caption = 'Datum:'
  68.     Font.Charset = EASTEUROPE_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.   end
  75.   object lTime: TLabel
  76.     Left = 208
  77.     Top = 88
  78.     Width = 26
  79.     Height = 13
  80.     Caption = '∩┐╜as:'
  81.     Font.Charset = EASTEUROPE_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.   end
  88.   object lDateTime: TLabel
  89.     Left = 8
  90.     Top = 184
  91.     Width = 58
  92.     Height = 13
  93.     Caption = 'lDateTime'
  94.     Font.Charset = EASTEUROPE_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.   end
  101.   object listDate: TListBox
  102.     Left = 8
  103.     Top = 8
  104.     Width = 193
  105.     Height = 169
  106.     ItemHeight = 16
  107.     Items.Strings = (
  108.       'dd/mm/yyyy hh:nn:ss'
  109.       'dd.mm.yyyy'
  110.       'dd. mmmm yyyy'
  111.       'd mmm yyyy'
  112.       'dddd dd. mmm.yyyy'
  113.       'hh:mm:ss'
  114.       'h:m:s')
  115.     Style = lbOwnerDrawFixed
  116.     TabOrder = 0
  117.     OnClick = listDateClick
  118.     OnDblClick = bOKClick
  119.     OnDrawItem = listDateDrawItem
  120.     OnKeyPress = listDateKeyPress
  121.   end
  122.   object bOK: TButton
  123.     Left = 232
  124.     Top = 200
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&OK'
  128.     Default = True
  129.     TabOrder = 5
  130.     OnClick = bOKClick
  131.   end
  132.   object bCancel: TButton
  133.     Left = 232
  134.     Top = 232
  135.     Width = 75
  136.     Height = 25
  137.     Cancel = True
  138.     Caption = '&Storno'
  139.     ModalResult = 2
  140.     TabOrder = 6
  141.   end
  142.   object bAdd: TButton
  143.     Left = 8
  144.     Top = 232
  145.     Width = 65
  146.     Height = 25
  147.     Caption = 'P∩┐╜&idat'
  148.     Enabled = False
  149.     TabOrder = 2
  150.     OnClick = bAddClick
  151.   end
  152.   object bReplace: TButton
  153.     Left = 72
  154.     Top = 232
  155.     Width = 65
  156.     Height = 25
  157.     Caption = 'P∩┐╜&epsat'
  158.     Enabled = False
  159.     TabOrder = 3
  160.     OnClick = bReplaceClick
  161.   end
  162.   object bDelete: TButton
  163.     Left = 136
  164.     Top = 232
  165.     Width = 65
  166.     Height = 25
  167.     Caption = 'S&mazat'
  168.     Enabled = False
  169.     TabOrder = 4
  170.     OnClick = bDeleteClick
  171.   end
  172.   object eDate: TEdit
  173.     Left = 8
  174.     Top = 200
  175.     Width = 193
  176.     Height = 21
  177.     TabOrder = 1
  178.     OnChange = eDateChange
  179.   end
  180. end
  181.