home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / ALLDAY / _SETUP.1 / AllDay.exe / 0 / RCDATA / TFRMDAYINFO / TFRMDAYINFO.txt < prev   
Text File  |  1999-12-29  |  3KB  |  141 lines

  1. object FrmDayInfo: TFrmDayInfo
  2.   Left = 466
  3.   Top = 267
  4.   Width = 233
  5.   Height = 390
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Kalenderblatt'
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnClose = FormClose
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lbDay: TLabel
  23.     Left = 12
  24.     Top = 16
  25.     Width = 203
  26.     Height = 13
  27.     Anchors = [akLeft, akTop, akRight]
  28.     AutoSize = False
  29.     Caption = 'lbDay'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object lbDays: TLabel
  38.     Left = 12
  39.     Top = 36
  40.     Width = 203
  41.     Height = 13
  42.     Anchors = [akLeft, akTop, akRight]
  43.     AutoSize = False
  44.     Caption = 'lbDays'
  45.   end
  46.   object lbWeeks: TLabel
  47.     Left = 12
  48.     Top = 56
  49.     Width = 203
  50.     Height = 13
  51.     Anchors = [akLeft, akTop, akRight]
  52.     AutoSize = False
  53.     Caption = 'lbWeeks'
  54.   end
  55.   object lbJD: TLabel
  56.     Left = 12
  57.     Top = 92
  58.     Width = 203
  59.     Height = 13
  60.     Anchors = [akLeft, akTop, akRight]
  61.     AutoSize = False
  62.     Caption = 'lbJD'
  63.   end
  64.   object lbSaSu: TLabel
  65.     Left = 36
  66.     Top = 146
  67.     Width = 182
  68.     Height = 13
  69.     Anchors = [akLeft, akTop, akRight]
  70.     AutoSize = False
  71.     Caption = 'lbSaSu'
  72.   end
  73.   object lbMaMu: TLabel
  74.     Left = 36
  75.     Top = 166
  76.     Width = 182
  77.     Height = 13
  78.     Anchors = [akLeft, akTop, akRight]
  79.     AutoSize = False
  80.     Caption = 'lbMaMu'
  81.   end
  82.   object Image1: TImage
  83.     Left = 12
  84.     Top = 144
  85.     Width = 16
  86.     Height = 16
  87.     Picture.Data = {<image000.bmp>}
  88.     Transparent = True
  89.   end
  90.   object Image2: TImage
  91.     Left = 12
  92.     Top = 164
  93.     Width = 16
  94.     Height = 16
  95.     Picture.Data = {<image001.bmp>}
  96.     Transparent = True
  97.   end
  98.   object lbJw: TLabel
  99.     Left = 12
  100.     Top = 112
  101.     Width = 200
  102.     Height = 13
  103.     Anchors = [akLeft, akTop, akRight]
  104.     AutoSize = False
  105.     Caption = 'lbJw'
  106.   end
  107.   object lbEvNames: TListBox
  108.     Left = 8
  109.     Top = 188
  110.     Width = 212
  111.     Height = 169
  112.     Hint = 'rechte Maustaste...'
  113.     Anchors = [akLeft, akTop, akRight, akBottom]
  114.     ExtendedSelect = False
  115.     ItemHeight = 13
  116.     ParentShowHint = False
  117.     PopupMenu = pmEdit
  118.     ShowHint = True
  119.     TabOrder = 0
  120.     OnDblClick = iEditClick
  121.   end
  122.   object pmEdit: TPopupMenu
  123.     OnPopup = pmEditPopup
  124.     Left = 28
  125.     Top = 216
  126.     object iNew: TMenuItem
  127.       Caption = 'Neu'
  128.       OnClick = iNewClick
  129.     end
  130.     object iEdit: TMenuItem
  131.       Caption = 'Bearbeiten'
  132.       Default = True
  133.       OnClick = iEditClick
  134.     end
  135.     object iDelete: TMenuItem
  136.       Caption = 'L∩┐╜schen'
  137.       OnClick = iDeleteClick
  138.     end
  139.   end
  140. end
  141.