Dokument ausfüllen, *.rtf od. alternativen?

  • Also ich habe folgendes Problem:


    - Würde gerne diese Datei (siehe Bild) bearbeiten.
    - Format egal zb. als Bild od. als RTF bzw alternativen?
    - Es sollen die oberen 4 Felder ausgefüllt werden wobei sich die ausrichtung der Tabelle nicht ändern darf

    Bitte um Hilfe für die Richtige ansatzweise.

    Danke Mfg hs

    Einmal editiert, zuletzt von headsh0t (1. August 2009 um 23:49)

  • So zum Beispiel ;)

    Spoiler anzeigen
    [autoit]

    #include <ScreenCapture.au3>
    #include <GUIConstantsEx.au3>
    #include <WindowsConstants.au3>

    [/autoit] [autoit][/autoit] [autoit]

    $hGui = GUICreate('Formular ausfüllen', 601, 852, -1, -1, $ws_popup)
    GUICtrlCreatePic('Gelbestellung.jpg', 0, 0, 601, 852, 0)

    [/autoit] [autoit][/autoit] [autoit]

    GUICtrlCreateLabel('Produktname', 120, 180)
    GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
    GUICtrlCreateLabel('Bestelldatum', 420, 180)
    GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
    GUICtrlCreateLabel('Bestellt von', 120, 300)
    GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)
    GUICtrlCreateLabel('Menge', 420, 300)
    GUICtrlSetBkColor(-1, $GUI_BKCOLOR_TRANSPARENT)

    [/autoit] [autoit][/autoit] [autoit]

    GUISetState()

    [/autoit] [autoit][/autoit] [autoit]

    _ScreenCapture_CaptureWnd('Formular.jpg', $hGui)

    [/autoit] [autoit][/autoit] [autoit]

    ;~ Do
    ;~ Until GUIGetMsg() = -3

    [/autoit] [autoit][/autoit] [autoit][/autoit]

    Das Ergebnis wird als Formular.jpg abgelegt.