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

  1. object CopyMapDialog: TCopyMapDialog
  2.   Left = 279
  3.   Top = 179
  4.   Width = 579
  5.   Height = 365
  6.   Caption = 'CopyMapDialog'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormShow
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 249
  20.     Height = 338
  21.     Align = alLeft
  22.     BevelOuter = bvNone
  23.     TabOrder = 0
  24.     object FileNameLabel: TLabel
  25.       Left = 8
  26.       Top = 104
  27.       Width = 226
  28.       Height = 13
  29.       Caption = 'Dateiname (BMP f∩┐╜r Bitmaps, EMF f∩┐╜r Metafiles)'
  30.     end
  31.     object SizeLabel: TLabel
  32.       Left = 8
  33.       Top = 144
  34.       Width = 211
  35.       Height = 39
  36.       Caption = 
  37.         'Falls das Bild als Bitmap gespeichert werden soll, mu∩┐╜ die Gr∩┐╜∩┐╜e' +
  38.         ' des Bildes in Pixeln festgelegt werden.'
  39.       WordWrap = True
  40.     end
  41.     object WidthLabel: TLabel
  42.       Left = 24
  43.       Top = 192
  44.       Width = 27
  45.       Height = 13
  46.       Caption = 'Breite'
  47.     end
  48.     object HeightLabel: TLabel
  49.       Left = 128
  50.       Top = 192
  51.       Width = 26
  52.       Height = 13
  53.       Caption = 'H∩┐╜he'
  54.     end
  55.     object ExplanationLabel: TLabel
  56.       Left = 28
  57.       Top = 236
  58.       Width = 196
  59.       Height = 39
  60.       Caption = 
  61.         'Wenn dieser Schalter gesetzt ist, werden Linien nur in den Farbe' +
  62.         'n Schwarz und Wei∩┐╜ gezeichnet.'
  63.       WordWrap = True
  64.     end
  65.     object SuccessLabel: TLabel
  66.       Left = 8
  67.       Top = 280
  68.       Width = 3
  69.       Height = 13
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clLime
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.     object CopyMethodRadioGroup: TRadioGroup
  78.       Left = 8
  79.       Top = 8
  80.       Width = 233
  81.       Height = 89
  82.       Caption = 'Kopiermethode'
  83.       ItemIndex = 0
  84.       Items.Strings = (
  85.         'In Datei kopieren'
  86.         'In Zwischenablage kopieren'
  87.         'In Metafile kopieren'
  88.         'In vorgegebenen Ger∩┐╜tekontext kopieren')
  89.       TabOrder = 0
  90.       OnClick = CopyMethodRadioGroupClick
  91.     end
  92.     object FileNameEdit: TEdit
  93.       Left = 8
  94.       Top = 120
  95.       Width = 233
  96.       Height = 21
  97.       TabOrder = 1
  98.       Text = 'FileNameEdit'
  99.     end
  100.     object WidthEdit: TEdit
  101.       Left = 64
  102.       Top = 188
  103.       Width = 49
  104.       Height = 21
  105.       TabOrder = 2
  106.       Text = '1000'
  107.     end
  108.     object HeightEdit: TEdit
  109.       Left = 168
  110.       Top = 188
  111.       Width = 57
  112.       Height = 21
  113.       TabOrder = 3
  114.       Text = '1000'
  115.     end
  116.     object CopyButton: TButton
  117.       Left = 80
  118.       Top = 304
  119.       Width = 75
  120.       Height = 25
  121.       Caption = 'Kopieren'
  122.       TabOrder = 4
  123.       OnClick = CopyButtonClick
  124.     end
  125.     object CloseButton: TButton
  126.       Left = 168
  127.       Top = 304
  128.       Width = 75
  129.       Height = 25
  130.       Caption = 'Schlie∩┐╜en'
  131.       ModalResult = 1
  132.       TabOrder = 5
  133.     end
  134.     object BlackWhiteCheckbox: TCheckBox
  135.       Left = 8
  136.       Top = 216
  137.       Width = 153
  138.       Height = 17
  139.       Caption = 'Schwarz-Wei∩┐╜-Umsetzung'
  140.       TabOrder = 6
  141.       OnClick = BlackWhiteCheckboxClick
  142.     end
  143.   end
  144.   object Panel2: TPanel
  145.     Left = 249
  146.     Top = 0
  147.     Width = 322
  148.     Height = 338
  149.     Align = alClient
  150.     BevelOuter = bvNone
  151.     TabOrder = 1
  152.     OnResize = Panel2Resize
  153.     object GraphicsLabel: TLabel
  154.       Left = 12
  155.       Top = 12
  156.       Width = 261
  157.       Height = 13
  158.       Caption = 'Zeichenfenster f∩┐╜r Kopie in Metafile oder Ger∩┐╜tekontext'
  159.     end
  160.     object Image: TImage
  161.       Left = 8
  162.       Top = 32
  163.       Width = 305
  164.       Height = 296
  165.       IncrementalDisplay = True
  166.       Stretch = True
  167.     end
  168.   end
  169. end
  170.