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

  1. object MoWahl: TMoWahl
  2.   Left = 207
  3.   Top = 252
  4.   ActiveControl = sp1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Druckauswahl'
  7.   ClientHeight = 141
  8.   ClientWidth = 277
  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 = 16
  20.     Top = 8
  21.     Width = 161
  22.     Height = 121
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 40
  28.     Top = 23
  29.     Width = 86
  30.     Height = 13
  31.     Caption = 'Druckzeitraum:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 39
  35.     Top = 51
  36.     Width = 62
  37.     Height = 13
  38.     Caption = 'Von Monat'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 40
  42.     Top = 88
  43.     Width = 57
  44.     Height = 13
  45.     Caption = 'Bis Monat'
  46.   end
  47.   object OKBtn: TBitBtn
  48.     Left = 184
  49.     Top = 8
  50.     Width = 77
  51.     Height = 27
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 2
  58.     OnClick = OKBtnClick
  59.     Kind = bkOK
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object CancelBtn: TBitBtn
  65.     Left = 184
  66.     Top = 40
  67.     Width = 77
  68.     Height = 27
  69.     Caption = 'Abbruch'
  70.     Font.Color = clBlack
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 3
  76.     Kind = bkCancel
  77.     Margin = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object sp1: TSpinEdit
  82.     Left = 112
  83.     Top = 40
  84.     Width = 41
  85.     Height = 22
  86.     MaxLength = 2
  87.     MaxValue = 12
  88.     MinValue = 1
  89.     TabOrder = 0
  90.     Value = 1
  91.   end
  92.   object sp2: TSpinEdit
  93.     Left = 112
  94.     Top = 80
  95.     Width = 41
  96.     Height = 22
  97.     MaxLength = 2
  98.     MaxValue = 12
  99.     MinValue = 1
  100.     TabOrder = 1
  101.     Value = 1
  102.   end
  103.   object BitBtn1: TBitBtn
  104.     Left = 184
  105.     Top = 104
  106.     Width = 77
  107.     Height = 28
  108.     Caption = '&Setup'
  109.     Font.Color = clBlack
  110.     Font.Height = -11
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 4
  115.     OnClick = BitBtn1Click
  116.     Glyph.Data = {
  117.       78010000424D7801000000000000760000002800000020000000100000000100
  118.       04000000000000000000120B0000120B00000000000000000000000000000000
  119.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  120.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  121.       333333333333333333333333333333333333333FF33333333FF3330033333333
  122.       00333377FF33333377FF300003333330000337777FFFFFF7777F000000000000
  123.       000077777777777777770F88FFFF8FFF88F07F333F33333333370FFF9FFF8FFF
  124.       FF707F337FF333FFFFF70FF999FF800000037F377733377777730FFF9FFF0888
  125.       80337F3373337F3337330FFFFFFF088803337FFFFFFF7FFF7333700000000000
  126.       3333777777777777F33333333339399939333333333337773333333333333393
  127.       3333333333333373333333333333933393333333333333333333333333333393
  128.       33333333333333333333333333333333333333333333333333330000}
  129.     NumGlyphs = 2
  130.   end
  131.   object HelpBtn: TBitBtn
  132.     Left = 184
  133.     Top = 72
  134.     Width = 77
  135.     Height = 27
  136.     Font.Color = clBlack
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     TabOrder = 5
  142.     OnClick = HelpBtnClick
  143.     Kind = bkHelp
  144.     Margin = 2
  145.     Spacing = -1
  146.     IsControl = True
  147.   end
  148.   object ps: TPrinterSetupDialog
  149.     Left = 120
  150.     Top = 65528
  151.   end
  152. end
  153.