home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFDATETIME / TFDATETIME.txt
Encoding:
Text File  |  2004-06-06  |  3.9 KB  |  203 lines

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