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

  1. object FrmDayCalc: TFrmDayCalc
  2.   Left = 416
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FrmDayCalc'
  7.   ClientHeight = 384
  8.   ClientWidth = 583
  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 = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnClose: TButton
  21.     Left = 85
  22.     Top = 208
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'btnClose'
  26.     TabOrder = 1
  27.     OnClick = btnCloseClick
  28.   end
  29.   object gbCalc: TGroupBox
  30.     Left = 4
  31.     Top = 4
  32.     Width = 237
  33.     Height = 61
  34.     Caption = 'gbCalc'
  35.     TabOrder = 3
  36.     object Label1: TLabel
  37.       Left = 4
  38.       Top = 32
  39.       Width = 33
  40.       Height = 13
  41.       Alignment = taRightJustify
  42.       AutoSize = False
  43.       Caption = 'von:'
  44.     end
  45.     object Label2: TLabel
  46.       Left = 116
  47.       Top = 32
  48.       Width = 29
  49.       Height = 13
  50.       Alignment = taRightJustify
  51.       AutoSize = False
  52.       Caption = 'bis:'
  53.     end
  54.     object dtpFrom: TDateTimePicker
  55.       Left = 40
  56.       Top = 28
  57.       Width = 80
  58.       Height = 21
  59.       CalAlignment = dtaLeft
  60.       Date = 36254.518683449070000000
  61.       Time = 36254.518683449070000000
  62.       DateFormat = dfShort
  63.       DateMode = dmComboBox
  64.       Kind = dtkDate
  65.       ParseInput = True
  66.       TabOrder = 0
  67.       OnCloseUp = dtpFromCloseUp
  68.       OnKeyDown = dtpFromKeyDown
  69.     end
  70.     object dtpTo: TDateTimePicker
  71.       Left = 148
  72.       Top = 28
  73.       Width = 80
  74.       Height = 21
  75.       CalAlignment = dtaLeft
  76.       Date = 36254.525867013890000000
  77.       Time = 36254.525867013890000000
  78.       DateFormat = dfShort
  79.       DateMode = dmComboBox
  80.       Kind = dtkDate
  81.       ParseInput = False
  82.       TabOrder = 1
  83.       OnCloseUp = dtpToCloseUp
  84.       OnKeyDown = dtpToKeyDown
  85.     end
  86.   end
  87.   object btnOptions: TButton
  88.     Left = 166
  89.     Top = 208
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'btnOptions'
  93.     TabOrder = 2
  94.     OnClick = btnOptionsClick
  95.   end
  96.   object btnCalc: TButton
  97.     Left = 4
  98.     Top = 208
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'btnCalc'
  102.     Default = True
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 0
  110.     OnClick = btnCalcClick
  111.   end
  112.   object gbCount: TGroupBox
  113.     Left = 264
  114.     Top = 4
  115.     Width = 133
  116.     Height = 225
  117.     Caption = 'gbCount'
  118.     TabOrder = 4
  119.     object Label3: TLabel
  120.       Left = 8
  121.       Top = 20
  122.       Width = 120
  123.       Height = 13
  124.       AutoSize = False
  125.       Caption = 'Wochentage:'
  126.     end
  127.     object Label4: TLabel
  128.       Left = 8
  129.       Top = 132
  130.       Width = 120
  131.       Height = 13
  132.       AutoSize = False
  133.       Caption = 'Gruppen:'
  134.     end
  135.     object lbCntWkDays: TListBox
  136.       Left = 8
  137.       Top = 36
  138.       Width = 117
  139.       Height = 69
  140.       ItemHeight = 13
  141.       TabOrder = 0
  142.       OnClick = lbCntWkDaysClick
  143.       OnDblClick = btnHideClick
  144.     end
  145.     object lbCntGrps: TListBox
  146.       Left = 8
  147.       Top = 148
  148.       Width = 117
  149.       Height = 69
  150.       ItemHeight = 13
  151.       TabOrder = 1
  152.       OnClick = lbCntGrpsClick
  153.       OnDblClick = btnHideClick
  154.     end
  155.     object rbAnd: TRadioButton
  156.       Left = 72
  157.       Top = 108
  158.       Width = 50
  159.       Height = 17
  160.       Caption = 'rbAnd'
  161.       TabOrder = 2
  162.       OnClick = rbAndClick
  163.     end
  164.     object rbOr: TRadioButton
  165.       Left = 12
  166.       Top = 108
  167.       Width = 50
  168.       Height = 17
  169.       Caption = 'rbOr'
  170.       Checked = True
  171.       TabOrder = 3
  172.       TabStop = True
  173.       OnClick = rbOrClick
  174.     end
  175.     object cbNot: TCheckBox
  176.       Left = 72
  177.       Top = 128
  178.       Width = 50
  179.       Height = 17
  180.       Caption = 'cbNot'
  181.       Enabled = False
  182.       TabOrder = 4
  183.       OnClick = cbNotClick
  184.     end
  185.   end
  186.   object gbDontCount: TGroupBox
  187.     Left = 444
  188.     Top = 4
  189.     Width = 133
  190.     Height = 225
  191.     Caption = 'gbDontCount'
  192.     TabOrder = 5
  193.     object Label5: TLabel
  194.       Left = 8
  195.       Top = 20
  196.       Width = 120
  197.       Height = 13
  198.       AutoSize = False
  199.       Caption = 'Wochentage:'
  200.     end
  201.     object Label6: TLabel
  202.       Left = 8
  203.       Top = 120
  204.       Width = 120
  205.       Height = 13
  206.       AutoSize = False
  207.       Caption = 'Gruppen:'
  208.     end
  209.     object lbNoCntWkDays: TListBox
  210.       Left = 8
  211.       Top = 36
  212.       Width = 117
  213.       Height = 77
  214.       ItemHeight = 13
  215.       TabOrder = 0
  216.       OnClick = lbNoCntWkDaysClick
  217.       OnDblClick = btnShowClick
  218.     end
  219.     object lbNoCntGrps: TListBox
  220.       Left = 8
  221.       Top = 136
  222.       Width = 117
  223.       Height = 81
  224.       ItemHeight = 13
  225.       TabOrder = 1
  226.       OnClick = lbNoCntGrpsClick
  227.       OnDblClick = btnShowClick
  228.     end
  229.   end
  230.   object btnHide: TButton
  231.     Left = 404
  232.     Top = 84
  233.     Width = 33
  234.     Height = 25
  235.     Caption = '>'
  236.     Enabled = False
  237.     TabOrder = 6
  238.     OnClick = btnHideClick
  239.   end
  240.   object btnShow: TButton
  241.     Left = 404
  242.     Top = 120
  243.     Width = 33
  244.     Height = 25
  245.     Caption = '<'
  246.     Enabled = False
  247.     TabOrder = 7
  248.     OnClick = btnShowClick
  249.   end
  250.   object gbResult: TGroupBox
  251.     Left = 4
  252.     Top = 80
  253.     Width = 237
  254.     Height = 89
  255.     Caption = 'gbResult'
  256.     TabOrder = 8
  257.     object Panel1: TPanel
  258.       Left = 8
  259.       Top = 16
  260.       Width = 221
  261.       Height = 65
  262.       BevelInner = bvLowered
  263.       BevelOuter = bvLowered
  264.       Color = clWhite
  265.       TabOrder = 0
  266.       object lbResult: TLabel
  267.         Left = 8
  268.         Top = 12
  269.         Width = 197
  270.         Height = 13
  271.         AutoSize = False
  272.         Caption = 'lbResult'
  273.         Font.Charset = DEFAULT_CHARSET
  274.         Font.Color = clWindowText
  275.         Font.Height = -11
  276.         Font.Name = 'MS Sans Serif'
  277.         Font.Style = [fsBold]
  278.         ParentFont = False
  279.       end
  280.       object lbSubResult1: TLabel
  281.         Left = 8
  282.         Top = 52
  283.         Width = 197
  284.         Height = 13
  285.         AutoSize = False
  286.         Caption = 'lbSubResult1'
  287.         Font.Charset = DEFAULT_CHARSET
  288.         Font.Color = clWindowText
  289.         Font.Height = -11
  290.         Font.Name = 'MS Sans Serif'
  291.         Font.Style = [fsBold]
  292.         ParentFont = False
  293.         Visible = False
  294.       end
  295.       object lbSubResult2: TLabel
  296.         Left = 8
  297.         Top = 68
  298.         Width = 197
  299.         Height = 13
  300.         AutoSize = False
  301.         Caption = 'lbSubResult2'
  302.         Font.Charset = DEFAULT_CHARSET
  303.         Font.Color = clWindowText
  304.         Font.Height = -11
  305.         Font.Name = 'MS Sans Serif'
  306.         Font.Style = [fsBold]
  307.         ParentFont = False
  308.         Visible = False
  309.       end
  310.       object lbSubResult3: TLabel
  311.         Left = 8
  312.         Top = 32
  313.         Width = 197
  314.         Height = 13
  315.         AutoSize = False
  316.         Caption = 'lbSubResult3'
  317.         Font.Charset = DEFAULT_CHARSET
  318.         Font.Color = clWindowText
  319.         Font.Height = -11
  320.         Font.Name = 'MS Sans Serif'
  321.         Font.Style = [fsBold]
  322.         ParentFont = False
  323.       end
  324.     end
  325.   end
  326.   object lbCntWkDayNo: TListBox
  327.     Left = 284
  328.     Top = 256
  329.     Width = 121
  330.     Height = 61
  331.     ItemHeight = 13
  332.     TabOrder = 9
  333.   end
  334.   object lbNoCntWkDayNo: TListBox
  335.     Left = 412
  336.     Top = 256
  337.     Width = 121
  338.     Height = 61
  339.     ItemHeight = 13
  340.     TabOrder = 10
  341.   end
  342.   object lbCntGrpNo: TListBox
  343.     Left = 284
  344.     Top = 320
  345.     Width = 121
  346.     Height = 57
  347.     ItemHeight = 13
  348.     TabOrder = 11
  349.   end
  350.   object lbNoCntGrpNo: TListBox
  351.     Left = 412
  352.     Top = 320
  353.     Width = 121
  354.     Height = 57
  355.     ItemHeight = 13
  356.     TabOrder = 12
  357.   end
  358.   object btnHideAll: TButton
  359.     Left = 404
  360.     Top = 56
  361.     Width = 33
  362.     Height = 25
  363.     Caption = '>>'
  364.     Enabled = False
  365.     TabOrder = 13
  366.     OnClick = btnHideAllClick
  367.   end
  368.   object btnShowAll: TButton
  369.     Left = 404
  370.     Top = 148
  371.     Width = 33
  372.     Height = 25
  373.     Caption = '<<'
  374.     Enabled = False
  375.     TabOrder = 14
  376.     OnClick = btnShowAllClick
  377.   end
  378. end
  379.