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

  1. object HalbWahl: THalbWahl
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Druckauswahl'
  7.   ClientHeight = 156
  8.   ClientWidth = 265
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 153
  22.     Height = 137
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object la: TLabel
  27.     Left = 40
  28.     Top = 24
  29.     Width = 82
  30.     Height = 13
  31.     Caption = 'Druckzeitraum'
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 176
  35.     Top = 8
  36.     Width = 77
  37.     Height = 27
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     OnClick = OKBtnClick
  45.     Kind = bkOK
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 176
  52.     Top = 40
  53.     Width = 77
  54.     Height = 27
  55.     Caption = 'Abbruch'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 1
  62.     Kind = bkCancel
  63.     Margin = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object HelpBtn: TBitBtn
  68.     Left = 176
  69.     Top = 72
  70.     Width = 77
  71.     Height = 27
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 2
  78.     OnClick = HelpBtnClick
  79.     Kind = bkHelp
  80.     Margin = 2
  81.     Spacing = -1
  82.     IsControl = True
  83.   end
  84.   object BitBtn1: TBitBtn
  85.     Left = 176
  86.     Top = 104
  87.     Width = 77
  88.     Height = 28
  89.     Caption = '&Setup'
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentFont = False
  95.     TabOrder = 3
  96.     OnClick = BitBtn1Click
  97.     Glyph.Data = {
  98.       78010000424D7801000000000000760000002800000020000000100000000100
  99.       04000000000000000000120B0000120B00000000000000000000000000000000
  100.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  101.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  102.       333333333333333333333333333333333333333FF33333333FF3330033333333
  103.       00333377FF33333377FF300003333330000337777FFFFFF7777F000000000000
  104.       000077777777777777770F88FFFF8FFF88F07F333F33333333370FFF9FFF8FFF
  105.       FF707F337FF333FFFFF70FF999FF800000037F377733377777730FFF9FFF0888
  106.       80337F3373337F3337330FFFFFFF088803337FFFFFFF7FFF7333700000000000
  107.       3333777777777777F33333333339399939333333333337773333333333333393
  108.       3333333333333373333333333333933393333333333333333333333333333393
  109.       33333333333333333333333333333333333333333333333333330000}
  110.     NumGlyphs = 2
  111.   end
  112.   object rb1: TCheckBox
  113.     Left = 40
  114.     Top = 48
  115.     Width = 97
  116.     Height = 17
  117.     Caption = '&1. Halbjahr'
  118.     State = cbChecked
  119.     TabOrder = 4
  120.   end
  121.   object rb2: TCheckBox
  122.     Left = 40
  123.     Top = 72
  124.     Width = 97
  125.     Height = 17
  126.     Caption = '&2. Halbjahr'
  127.     State = cbChecked
  128.     TabOrder = 5
  129.   end
  130.   object ps: TPrinterSetupDialog
  131.     Left = 112
  132.     Top = 112
  133.   end
  134. end
  135.