Files

58 lines
3.7 KiB
AutoIt

#Region ### START Koda GUI section ### Form=D:\NextCloud\Hartl-Daten\EV-Hilfe\frm_Main_EVH.kxf
Global $frm_Main_EVH = GUICreate("EV-Hilfe v1", 620, 582, 192, 124)
Global $Label1 = GUICtrlCreateLabel("SM:", 25, 25, 23, 17)
Global $Label2 = GUICtrlCreateLabel("BelegNr", 25, 50, 42, 17)
Global $Label3 = GUICtrlCreateLabel("BelegEingang", 20, 75, 70, 17)
Global $Label4 = GUICtrlCreateLabel("Ausführungfrist", 20, 100, 74, 17)
Global $Label5 = GUICtrlCreateLabel("RV", 40, 125, 19, 17)
Global $Label6 = GUICtrlCreateLabel("Plan Preis", 25, 145, 51, 17)
Global $txt_sm_EVH = GUICtrlCreateInput("", 100, 20, 171, 21)
Global $txt_beleg_EVH = GUICtrlCreateInput("", 100, 45, 171, 21)
Global $txt_beleg_eingang_EVH = GUICtrlCreateInput("", 100, 70, 171, 21)
Global $txt_ausfuehrungsfrist_EVH = GUICtrlCreateInput("", 100, 95, 171, 21)
Global $txt_rv_EVH = GUICtrlCreateInput("", 100, 120, 171, 21)
Global $bt_sm_copy_EVH = GUICtrlCreateButton("Copy", 275, 20, 75, 25)
Global $bt_beleg_copy_EVH = GUICtrlCreateButton("Copy", 275, 45, 75, 25)
Global $bt_beleg_ein_copy_EVH = GUICtrlCreateButton("Copy", 275, 70, 75, 25)
Global $bt_ausfu_copy_EVH = GUICtrlCreateButton("Copy", 275, 95, 75, 25)
Global $bt_rv_copy_EVH = GUICtrlCreateButton("Copy", 275, 120, 75, 25)
Global $Label7 = GUICtrlCreateLabel("Ausgabe1:", 15, 400, 55, 17)
Global $txt_ausgabe01_EVH = GUICtrlCreateInput("", 15, 430, 316, 21)
Global $bt_ausgabe01_copy_EVH = GUICtrlCreateButton("Copy", 340, 425, 75, 25)
Global $Label8 = GUICtrlCreateLabel("Ausgabe2", 15, 465, 52, 17)
Global $txt_ausgabe02_EVH = GUICtrlCreateInput("", 15, 495, 316, 21)
Global $bt_ausgabe02_copy_EVH = GUICtrlCreateButton("Copy", 340, 495, 75, 25)
Global $txt_plan_preis_EVH = GUICtrlCreateInput("", 100, 145, 171, 21)
Global $bt_ppreis_copy_EVH = GUICtrlCreateButton("Copy", 275, 145, 75, 25)
Global $ed_aus_EVH = GUICtrlCreateEdit("", 355, 20, 250, 394)
Global $bt_start_EVH = GUICtrlCreateButton("Start", 10, 535, 75, 25)
Global $bt_NC_open_EVH = GUICtrlCreateButton("NC-Öffnen", 100, 535, 75, 25)
Global $Label9 = GUICtrlCreateLabel("Abruf Details EV:", 10, 175, 84, 17)
Global $txt_abruf_details_ev_EVH = GUICtrlCreateInput("", 100, 170, 171, 21)
Global $bt_abruf_details_open_EVH = GUICtrlCreateButton("öffnen", 275, 170, 75, 25)
Global $Leistungserfassung_EVH = GUICtrlCreateLabel("Leistungserfassung", 0, 200, 95, 17)
Global $txt_Leistungserfassung_EVH = GUICtrlCreateInput("", 100, 195, 171, 21)
Global $bt_leistugnserfassung_open_EVH = GUICtrlCreateButton("öffnen", 275, 195, 75, 25)
Global $Label10 = GUICtrlCreateLabel("LV GEAB", 30, 220, 49, 17)
Global $txt_lv_geab_EVH = GUICtrlCreateInput("", 100, 220, 171, 21)
Global $bt_lv_geab_open_EVH = GUICtrlCreateButton("öffnen", 275, 220, 75, 25)
Global $Label11 = GUICtrlCreateLabel("Ort:", 35, 250, 21, 17)
Global $txt_ort_EVH = GUICtrlCreateInput("", 100, 245, 171, 21)
Global $bt_ort_copy_EFH = GUICtrlCreateButton("Copy", 275, 245, 75, 25)
Global $Label12 = GUICtrlCreateLabel("Straße:", 30, 275, 38, 17)
Global $txt_strasse_EVH = GUICtrlCreateInput("", 100, 270, 171, 21)
Global $bt_strasse_copy_EVH = GUICtrlCreateButton("Copy", 275, 270, 75, 25)
Global $HsNr = GUICtrlCreateLabel("HsNr", 40, 300, 28, 17)
Global $txt_hsnr_EVH = GUICtrlCreateInput("", 100, 295, 171, 21)
Global $bt_hsnr_copy_EVH = GUICtrlCreateButton("Copy", 275, 295, 75, 25)
Global $Label13 = GUICtrlCreateLabel("NC PFAD:", 30, 325, 53, 17)
Global $txt_ncpfad_EVH = GUICtrlCreateInput("", 100, 320, 171, 21)
Global $bt_copy_ncpfad_EVH = GUICtrlCreateButton("Copy", 275, 320, 75, 25)
Global $label457 = GUICtrlCreateLabel("NC Ordner:", 30, 350, 57, 17)
Global $txt_nc_ordner_EVH = GUICtrlCreateInput("", 100, 345, 171, 21)
Global $bt_nc_ordner_copy_EVH = GUICtrlCreateButton("Copy", 275, 345, 75, 25)
;~ GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###