object CopyMapDialog: TCopyMapDialog Left = 279 Top = 179 Width = 579 Height = 365 Caption = 'CopyMapDialog' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormShow OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 249 Height = 338 Align = alLeft BevelOuter = bvNone TabOrder = 0 object FileNameLabel: TLabel Left = 8 Top = 104 Width = 226 Height = 13 Caption = 'Dateiname (BMP f�r Bitmaps, EMF f�r Metafiles)' end object SizeLabel: TLabel Left = 8 Top = 144 Width = 211 Height = 39 Caption = 'Falls das Bild als Bitmap gespeichert werden soll, mu� die Gr��e' + ' des Bildes in Pixeln festgelegt werden.' WordWrap = True end object WidthLabel: TLabel Left = 24 Top = 192 Width = 27 Height = 13 Caption = 'Breite' end object HeightLabel: TLabel Left = 128 Top = 192 Width = 26 Height = 13 Caption = 'H�he' end object ExplanationLabel: TLabel Left = 28 Top = 236 Width = 196 Height = 39 Caption = 'Wenn dieser Schalter gesetzt ist, werden Linien nur in den Farbe' + 'n Schwarz und Wei� gezeichnet.' WordWrap = True end object SuccessLabel: TLabel Left = 8 Top = 280 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object CopyMethodRadioGroup: TRadioGroup Left = 8 Top = 8 Width = 233 Height = 89 Caption = 'Kopiermethode' ItemIndex = 0 Items.Strings = ( 'In Datei kopieren' 'In Zwischenablage kopieren' 'In Metafile kopieren' 'In vorgegebenen Ger�tekontext kopieren') TabOrder = 0 OnClick = CopyMethodRadioGroupClick end object FileNameEdit: TEdit Left = 8 Top = 120 Width = 233 Height = 21 TabOrder = 1 Text = 'FileNameEdit' end object WidthEdit: TEdit Left = 64 Top = 188 Width = 49 Height = 21 TabOrder = 2 Text = '1000' end object HeightEdit: TEdit Left = 168 Top = 188 Width = 57 Height = 21 TabOrder = 3 Text = '1000' end object CopyButton: TButton Left = 80 Top = 304 Width = 75 Height = 25 Caption = 'Kopieren' TabOrder = 4 OnClick = CopyButtonClick end object CloseButton: TButton Left = 168 Top = 304 Width = 75 Height = 25 Caption = 'Schlie�en' ModalResult = 1 TabOrder = 5 end object BlackWhiteCheckbox: TCheckBox Left = 8 Top = 216 Width = 153 Height = 17 Caption = 'Schwarz-Wei�-Umsetzung' TabOrder = 6 OnClick = BlackWhiteCheckboxClick end end object Panel2: TPanel Left = 249 Top = 0 Width = 322 Height = 338 Align = alClient BevelOuter = bvNone TabOrder = 1 OnResize = Panel2Resize object GraphicsLabel: TLabel Left = 12 Top = 12 Width = 261 Height = 13 Caption = 'Zeichenfenster f�r Kopie in Metafile oder Ger�tekontext' end object Image: TImage Left = 8 Top = 32 Width = 305 Height = 296 IncrementalDisplay = True Stretch = True end end end