home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / system / data1.cab / MapServer / English.dll / 0 / RCDATA / TPRINTMAPDIALOG / TPRINTMAPDIALOG.txt < prev   
Text File  |  2001-08-13  |  5KB  |  238 lines

  1. object PrintMapDialog: TPrintMapDialog
  2.   Left = 248
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ausdruck der Karte'
  6.   ClientHeight = 368
  7.   ClientWidth = 593
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 304
  17.     Top = 8
  18.     Width = 281
  19.     Height = 321
  20.     Caption = 'Texte und Schriftarten'
  21.     TabOrder = 0
  22.     object TitleFontLabel: TLabel
  23.       Left = 24
  24.       Top = 64
  25.       Width = 3
  26.       Height = 13
  27.     end
  28.     object HeaderFontLabel: TLabel
  29.       Left = 24
  30.       Top = 176
  31.       Width = 3
  32.       Height = 13
  33.     end
  34.     object FooterFontLabel: TLabel
  35.       Left = 24
  36.       Top = 288
  37.       Width = 3
  38.       Height = 13
  39.     end
  40.     object TitleEdit: TEdit
  41.       Left = 24
  42.       Top = 32
  43.       Width = 249
  44.       Height = 21
  45.       TabOrder = 0
  46.       Text = 'Titel (einzeilig)'
  47.       OnExit = TitleEditExit
  48.     end
  49.     object TitleCheckBox: TCheckBox
  50.       Left = 8
  51.       Top = 16
  52.       Width = 97
  53.       Height = 17
  54.       Caption = 'Titel anzeigen'
  55.       State = cbChecked
  56.       TabOrder = 1
  57.       OnClick = TitleCheckBoxClick
  58.     end
  59.     object TitleFontButton: TButton
  60.       Left = 200
  61.       Top = 62
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'Schriftart ...'
  65.       TabOrder = 2
  66.       OnClick = TitleFontButtonClick
  67.     end
  68.     object HeaderCheckBox: TCheckBox
  69.       Left = 8
  70.       Top = 88
  71.       Width = 113
  72.       Height = 17
  73.       Caption = 'Kopfzeile anzeigen'
  74.       State = cbChecked
  75.       TabOrder = 3
  76.       OnClick = HeaderCheckBoxClick
  77.     end
  78.     object HeaderFontButton: TButton
  79.       Left = 200
  80.       Top = 174
  81.       Width = 75
  82.       Height = 25
  83.       Caption = 'Schriftart ...'
  84.       TabOrder = 4
  85.       OnClick = HeaderFontButtonClick
  86.     end
  87.     object FooterCheckBox: TCheckBox
  88.       Left = 8
  89.       Top = 200
  90.       Width = 129
  91.       Height = 17
  92.       Caption = 'Fu∩┐╜zeile anzeigen'
  93.       State = cbChecked
  94.       TabOrder = 5
  95.       OnClick = FooterCheckBoxClick
  96.     end
  97.     object FooterFontButton: TButton
  98.       Left = 200
  99.       Top = 286
  100.       Width = 75
  101.       Height = 25
  102.       Caption = 'Schriftart ...'
  103.       TabOrder = 6
  104.       OnClick = FooterFontButtonClick
  105.     end
  106.     object HeaderMemo: TMemo
  107.       Left = 24
  108.       Top = 104
  109.       Width = 249
  110.       Height = 65
  111.       Lines.Strings = (
  112.         'Kopfzeile (mehrzeilig)')
  113.       TabOrder = 7
  114.       OnExit = TitleEditExit
  115.     end
  116.     object FooterMemo: TMemo
  117.       Left = 24
  118.       Top = 216
  119.       Width = 249
  120.       Height = 65
  121.       Lines.Strings = (
  122.         'Fu∩┐╜zeile (mehrzeilig)')
  123.       TabOrder = 8
  124.       OnExit = TitleEditExit
  125.     end
  126.   end
  127.   object GroupBox2: TGroupBox
  128.     Left = 8
  129.     Top = 8
  130.     Width = 289
  131.     Height = 321
  132.     Caption = 'Rand um den Kartenausschnitt in Millimetern'
  133.     TabOrder = 1
  134.     object Image1: TImage
  135.       Left = 56
  136.       Top = 48
  137.       Width = 180
  138.       Height = 243
  139.       AutoSize = True
  140.       Picture.Data = {<image000.bmp>}
  141.     end
  142.     object LeftEdit: TEdit
  143.       Left = 8
  144.       Top = 152
  145.       Width = 41
  146.       Height = 21
  147.       TabOrder = 0
  148.       OnExit = LeftEditExit
  149.     end
  150.     object TopEdit: TEdit
  151.       Left = 120
  152.       Top = 24
  153.       Width = 41
  154.       Height = 21
  155.       TabOrder = 1
  156.       OnExit = TopEditExit
  157.     end
  158.     object RightEdit: TEdit
  159.       Left = 236
  160.       Top = 152
  161.       Width = 41
  162.       Height = 21
  163.       TabOrder = 2
  164.       OnExit = RightEditExit
  165.     end
  166.     object BottomEdit: TEdit
  167.       Left = 120
  168.       Top = 288
  169.       Width = 41
  170.       Height = 21
  171.       TabOrder = 3
  172.       OnExit = BottomEditExit
  173.     end
  174.     object Button1: TButton
  175.       Left = 8
  176.       Top = 16
  177.       Width = 89
  178.       Height = 25
  179.       Caption = 'Seite ausnutzen'
  180.       TabOrder = 4
  181.       OnClick = Button1Click
  182.     end
  183.   end
  184.   object OKButton: TButton
  185.     Left = 432
  186.     Top = 336
  187.     Width = 75
  188.     Height = 25
  189.     Caption = 'OK'
  190.     ModalResult = 1
  191.     TabOrder = 2
  192.     OnClick = OKButtonClick
  193.   end
  194.   object CancelButton: TButton
  195.     Left = 512
  196.     Top = 336
  197.     Width = 75
  198.     Height = 25
  199.     Caption = 'Abbrechen'
  200.     ModalResult = 2
  201.     TabOrder = 3
  202.   end
  203.   object TitleFontDialog: TFontDialog
  204.     Font.Color = clWindowText
  205.     Font.Height = -11
  206.     Font.Name = 'MS Sans Serif'
  207.     Font.Style = []
  208.     MinFontSize = 0
  209.     MaxFontSize = 0
  210.     Left = 312
  211.     Top = 336
  212.   end
  213.   object HeaderFontDialog: TFontDialog
  214.     Font.Color = clWindowText
  215.     Font.Height = -11
  216.     Font.Name = 'MS Sans Serif'
  217.     Font.Style = []
  218.     MinFontSize = 0
  219.     MaxFontSize = 0
  220.     Left = 352
  221.     Top = 336
  222.   end
  223.   object FooterFontDialog: TFontDialog
  224.     Font.Color = clWindowText
  225.     Font.Height = -11
  226.     Font.Name = 'MS Sans Serif'
  227.     Font.Style = []
  228.     MinFontSize = 0
  229.     MaxFontSize = 0
  230.     Left = 392
  231.     Top = 336
  232.   end
  233.   object PrinterSetupDialog1: TPrinterSetupDialog
  234.     Left = 272
  235.     Top = 336
  236.   end
  237. end
  238.