home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95kalend / kalender.exe / 0 / RCDATA / TSPEZIAL / TSPEZIAL.txt
Text File  |  1996-06-23  |  9KB  |  375 lines

  1. object Spezial: TSpezial
  2.   Left = 97
  3.   Top = 98
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Sondereintragungen des Kalender'
  8.   ClientHeight = 282
  9.   ClientWidth = 516
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsMDIForm
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 417
  23.     Height = 265
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object OKBtn: TBitBtn
  28.     Left = 428
  29.     Top = 8
  30.     Width = 77
  31.     Height = 27
  32.     Caption = '&OK'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 4
  39.     OnClick = OKBtnClick
  40.     Kind = bkOK
  41.     Margin = 2
  42.     Spacing = -1
  43.     IsControl = True
  44.   end
  45.   object CancelBtn: TBitBtn
  46.     Left = 428
  47.     Top = 40
  48.     Width = 77
  49.     Height = 27
  50.     Caption = 'A&bbruch'
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 5
  57.     OnClick = CancelBtnClick
  58.     Kind = bkCancel
  59.     Margin = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object HelpBtn: TBitBtn
  64.     Left = 428
  65.     Top = 72
  66.     Width = 77
  67.     Height = 27
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 6
  74.     OnClick = HelpBtnClick
  75.     Kind = bkHelp
  76.     Margin = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object LB: TListBox
  81.     Left = 16
  82.     Top = 16
  83.     Width = 153
  84.     Height = 241
  85.     Font.Color = clBlack
  86.     Font.Height = -11
  87.     Font.Name = 'Courier New'
  88.     Font.Style = []
  89.     ItemHeight = 14
  90.     ParentFont = False
  91.     TabOrder = 0
  92.     OnClick = LBClick
  93.   end
  94.   object GroupBox1: TGroupBox
  95.     Left = 176
  96.     Top = 24
  97.     Width = 129
  98.     Height = 169
  99.     Caption = 'Wochentag'
  100.     TabOrder = 1
  101.     object Label1: TLabel
  102.       Left = 9
  103.       Top = 19
  104.       Width = 21
  105.       Height = 13
  106.       Caption = 'Der'
  107.     end
  108.     object versatz: TSpinEdit
  109.       Left = 40
  110.       Top = 16
  111.       Width = 41
  112.       Height = 22
  113.       MaxLength = 2
  114.       MaxValue = 50
  115.       MinValue = 1
  116.       TabOrder = 0
  117.       Value = 1
  118.       OnClick = rb1Click
  119.     end
  120.     object rb1: TRadioButton
  121.       Tag = 2
  122.       Left = 8
  123.       Top = 38
  124.       Width = 113
  125.       Height = 17
  126.       Caption = 'Montag'
  127.       Checked = True
  128.       TabOrder = 1
  129.       TabStop = True
  130.       OnClick = rb1Click
  131.     end
  132.     object rb2: TRadioButton
  133.       Tag = 3
  134.       Left = 8
  135.       Top = 56
  136.       Width = 113
  137.       Height = 17
  138.       Caption = 'Dienstag'
  139.       TabOrder = 2
  140.       OnClick = rb1Click
  141.     end
  142.     object rb3: TRadioButton
  143.       Tag = 4
  144.       Left = 8
  145.       Top = 75
  146.       Width = 113
  147.       Height = 17
  148.       Caption = 'Mittwoch'
  149.       TabOrder = 3
  150.       OnClick = rb1Click
  151.     end
  152.     object rb4: TRadioButton
  153.       Tag = 5
  154.       Left = 8
  155.       Top = 93
  156.       Width = 113
  157.       Height = 17
  158.       Caption = 'Donnertag'
  159.       TabOrder = 4
  160.       OnClick = rb1Click
  161.     end
  162.     object rb5: TRadioButton
  163.       Tag = 6
  164.       Left = 8
  165.       Top = 111
  166.       Width = 113
  167.       Height = 17
  168.       Caption = 'Freitag'
  169.       TabOrder = 5
  170.       OnClick = rb1Click
  171.     end
  172.     object rb6: TRadioButton
  173.       Tag = 7
  174.       Left = 8
  175.       Top = 130
  176.       Width = 113
  177.       Height = 16
  178.       Caption = 'Samstag'
  179.       TabOrder = 6
  180.       OnClick = rb1Click
  181.     end
  182.     object rb7: TRadioButton
  183.       Tag = 1
  184.       Left = 8
  185.       Top = 148
  186.       Width = 113
  187.       Height = 17
  188.       Caption = 'Sonntag'
  189.       TabOrder = 7
  190.       OnClick = rb1Click
  191.     end
  192.   end
  193.   object GroupBox2: TGroupBox
  194.     Left = 312
  195.     Top = 24
  196.     Width = 105
  197.     Height = 169
  198.     Caption = 'Versatz'
  199.     TabOrder = 2
  200.     object Label2: TLabel
  201.       Left = 6
  202.       Top = 86
  203.       Width = 23
  204.       Height = 13
  205.       Caption = 'Tag'
  206.     end
  207.     object Label3: TLabel
  208.       Left = 6
  209.       Top = 118
  210.       Width = 36
  211.       Height = 13
  212.       Caption = 'Monat'
  213.     end
  214.     object rbvor: TRadioButton
  215.       Tag = -1
  216.       Left = 9
  217.       Top = 38
  218.       Width = 80
  219.       Height = 17
  220.       Caption = 'vor dem'
  221.       TabOrder = 0
  222.       OnClick = rb1Click
  223.     end
  224.     object rbnach: TRadioButton
  225.       Tag = 1
  226.       Left = 9
  227.       Top = 55
  228.       Width = 83
  229.       Height = 17
  230.       Caption = 'nach dem'
  231.       Checked = True
  232.       TabOrder = 1
  233.       TabStop = True
  234.       OnClick = rb1Click
  235.     end
  236.     object tag: TSpinEdit
  237.       Left = 48
  238.       Top = 81
  239.       Width = 49
  240.       Height = 22
  241.       MaxLength = 2
  242.       MaxValue = 31
  243.       MinValue = 1
  244.       TabOrder = 2
  245.       Value = 1
  246.       OnChange = rb1Click
  247.     end
  248.     object monat: TSpinEdit
  249.       Left = 48
  250.       Top = 114
  251.       Width = 49
  252.       Height = 22
  253.       MaxLength = 2
  254.       MaxValue = 12
  255.       MinValue = 1
  256.       TabOrder = 3
  257.       Value = 1
  258.       OnChange = monatChange
  259.     end
  260.   end
  261.   object GroupBox3: TGroupBox
  262.     Left = 176
  263.     Top = 208
  264.     Width = 241
  265.     Height = 49
  266.     Caption = 'Kalendertext'
  267.     TabOrder = 3
  268.     object text: TEdit
  269.       Left = 8
  270.       Top = 16
  271.       Width = 225
  272.       Height = 21
  273.       TabOrder = 0
  274.     end
  275.   end
  276.   object neu: TBitBtn
  277.     Left = 428
  278.     Top = 184
  279.     Width = 77
  280.     Height = 25
  281.     Caption = '&Neu'
  282.     Default = True
  283.     Font.Color = clBlack
  284.     Font.Height = -11
  285.     Font.Name = 'MS Sans Serif'
  286.     Font.Style = []
  287.     ParentFont = False
  288.     TabOrder = 7
  289.     OnClick = neuClick
  290.     Glyph.Data = {
  291.       76010000424D7601000000000000760000002800000020000000100000000100
  292.       04000000000000010000130B0000130B00000000000000000000000000000000
  293.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  294.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  295.       003337777777777777F330FFFFFFFFFFF03337F3333FFF3337F330FFFF000FFF
  296.       F03337F33377733337F330FFFFF0FFFFF03337F33337F33337F330FFFF00FFFF
  297.       F03337F33377F33337F330FFFFF0FFFFF03337F33337333337F330FFFFFFFFFF
  298.       F03337FFF3F3F3F3F7F33000F0F0F0F0F0333777F7F7F7F7F7F330F0F000F070
  299.       F03337F7F777F777F7F330F0F0F0F070F03337F7F7373777F7F330F0FF0FF0F0
  300.       F03337F733733737F7F330FFFFFFFF00003337F33333337777F330FFFFFFFF0F
  301.       F03337FFFFFFFF7F373330999999990F033337777777777F733330FFFFFFFF00
  302.       333337FFFFFFFF77333330000000000333333777777777733333}
  303.     Margin = 2
  304.     NumGlyphs = 2
  305.     Spacing = -1
  306.     IsControl = True
  307.   end
  308.   object aendern: TBitBtn
  309.     Left = 428
  310.     Top = 216
  311.     Width = 77
  312.     Height = 25
  313.     Caption = '∩┐╜n&dern'
  314.     Default = True
  315.     Enabled = False
  316.     Font.Color = clBlack
  317.     Font.Height = -11
  318.     Font.Name = 'MS Sans Serif'
  319.     Font.Style = []
  320.     ParentFont = False
  321.     TabOrder = 8
  322.     OnClick = aendernClick
  323.     Glyph.Data = {
  324.       78010000424D7801000000000000760000002800000020000000100000000100
  325.       04000000000000000000120B0000120B00000000000000000000000000000000
  326.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  327.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  328.       000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
  329.       FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
  330.       00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
  331.       00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
  332.       FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
  333.       0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
  334.       05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
  335.       55557F77777775555555000000055555555577777775555555550000}
  336.     Margin = 2
  337.     NumGlyphs = 2
  338.     Spacing = -1
  339.     IsControl = True
  340.   end
  341.   object loeschen: TBitBtn
  342.     Left = 428
  343.     Top = 248
  344.     Width = 77
  345.     Height = 25
  346.     Caption = '&L∩┐╜schen'
  347.     Default = True
  348.     Enabled = False
  349.     Font.Color = clBlack
  350.     Font.Height = -11
  351.     Font.Name = 'MS Sans Serif'
  352.     Font.Style = []
  353.     ParentFont = False
  354.     TabOrder = 9
  355.     OnClick = loeschenClick
  356.     Glyph.Data = {
  357.       78010000424D7801000000000000760000002800000020000000100000000100
  358.       04000000000000000000120B0000120B00000000000000000000000000000000
  359.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  360.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  361.       55555FFFFFFF5F55FFF5777777757559995777777775755777F7555555555550
  362.       305555555555FF57F7F555555550055BB0555555555775F777F55555550FB000
  363.       005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  364.       B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  365.       B05555577F555557F7F5550E0BFBFB00B055557575F55577F7F550EEE0BFB0B0
  366.       B05557FF575F5757F7F5000EEE0BFBF0B055777FF575FFF7F7F50000EEE00000
  367.       B0557777FF577777F7F500000E055550805577777F7555575755500000555555
  368.       05555777775555557F55550005555555055555777555555575550000}
  369.     Margin = 2
  370.     NumGlyphs = 2
  371.     Spacing = -1
  372.     IsControl = True
  373.   end
  374. end
  375.