2176 lines
31 KiB
Plaintext
2176 lines
31 KiB
Plaintext
; -- Created with ISN Form Studio 2 for ISN AutoIt Studio -- ;
|
|
#include <StaticConstants.au3>
|
|
#include <GUIConstantsEx.au3>
|
|
#include <WindowsConstants.au3>
|
|
#Include <GuiButton.au3>
|
|
#include <GuiListView.au3>
|
|
#include <GuiTab.au3>
|
|
#include <DateTimeConstants.au3>
|
|
#include <EditConstants.au3>
|
|
#include <ComboConstants.au3>
|
|
|
|
Global $LV_Eingabe_kl = GUICreate("LV-Eingabe_kl",1198,750,-1,-1,-1,-1)
|
|
Global $tab = GUICtrlCreatetab(11,0,366,796,-1,-1)
|
|
GuiCtrlSetState(-1,2048)
|
|
GUICtrlCreateTabItem("LV-Eingabe")
|
|
GUICtrlCreateTabItem("Kopfdaten")
|
|
GUICtrlCreateTabItem("Logs")
|
|
GUICtrlCreateTabItem("Liste")
|
|
GUICtrlCreateTabItem("")
|
|
_GUICtrlTab_SetCurFocus($tab,-1)
|
|
Global $bt_LVEingabe_ListImport = GUICtrlCreateButton("Liste importieren",483,720,100,30,-1,-1)
|
|
Global $LV_Aufm = GUICtrlCreatelistview("RSA-Abschnitt|PositionNr|Faktor|Länge|Breite|Tiefe|Menge|ME|Leistungskurztext|Bemerkung|Menge|E-Preis|Summe",390,10,1315,690,$LVS_SHOWSELALWAYS,BitOr($LVS_EX_FULLROWSELECT,$LVS_EX_GRIDLINES,$WS_EX_CLIENTEDGE))
|
|
GUICtrlSetState(-1,$GUI_SHOW)
|
|
GUISwitch($LV_Eingabe_kl,_GUICtrlTab_SetCurFocus($tab,0)&GUICtrlRead ($tab, 1))
|
|
GUICtrlCreateLabel("Vertrag:",23,30,40,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $LVE_TAB_chb_Vertrag = GUICtrlCreateCombo("",68,24,215,21,-1,-1)
|
|
GUICtrlSetData(-1,"")
|
|
Global $LVE_TAB_bt_Vertrag_laden = GUICtrlCreateButton("Liste Laden",290,24,65,24,-1,-1)
|
|
GUICtrlCreateLabel("Suche:",23,58,36,17,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $LVE_TAB_txt_suche = GUICtrlCreateInput("",68,55,211,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_bt_suche = GUICtrlCreateButton("suche...",290,55,65,24,-1,-1)
|
|
Global $LVE_TAB_LV_PosListe = GUICtrlCreatelistview("PosNr|Kurztext|Einheit|Preis",23,86,332,226,$LVS_SHOWSELALWAYS,BitOr($LVS_EX_FULLROWSELECT,$LVS_EX_GRIDLINES,$WS_EX_CLIENTEDGE))
|
|
GUICtrlCreateLabel("PosNr:",23,377,31,18,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $LVE_TAB_txt_posnr = GUICtrlCreateInput("",68,375,92,20,$ES_READONLY,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_txt_kurztext = GUICtrlCreateInput("",163,375,192,20,$ES_READONLY,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("RSA-Abschnitt:",23,402,73,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $LVE_TAB_txt_rsa = GUICtrlCreateInput("",108,400,243,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Faktor:",23,422,32,17,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUICtrlCreateLabel("Länge:",71,424,40,17,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUICtrlCreateLabel("Breite:",115,424,32,17,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUICtrlCreateLabel("Tiefe:",151,423,33,17,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUICtrlCreateLabel("Menge:",192,423,42,17,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $LVE_TAB_txt_faktor = GUICtrlCreateInput("",23,439,36,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_txt_leange = GUICtrlCreateInput("",71,439,32,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_txt_breite = GUICtrlCreateInput("",108,440,29,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_txt_tiefe = GUICtrlCreateInput("",151,440,30,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_txt_menge = GUICtrlCreateInput("",192,440,42,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $LVE_TAB_bt_hinzuPos = GUICtrlCreateButton("hinzufügen",241,430,59,31,-1,-1)
|
|
Global $LVE_TAB_bt_leereZeile = GUICtrlCreateButton("leere Zeile",303,430,56,31,-1,-1)
|
|
GUICtrlCreateLabel("Bemerkung:",28,470,68,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $LVE_TAB_chb_bemerkung = GUICtrlCreateCombo("",18,485,341,21,-1,-1)
|
|
GUICtrlSetData(-1,"")
|
|
Global $LVE_TAB_ed_langtext = GUICtrlCreateEdit("",20,521,339,265,-1,-1)
|
|
GUICtrlCreateTabItem("")
|
|
Global $bt_LVEingabe_ListSave = GUICtrlCreateButton("Liste speichern",480,759,100,30,-1,-1)
|
|
Global $bt_LVEingabe_markcopy = GUICtrlCreateButton("Mark. kopieren",591,720,100,30,-1,-1)
|
|
Global $bt_LVEingabe_markdelete = GUICtrlCreateButton("Mark. löschen",588,759,100,30,-1,-1)
|
|
Global $bt_LVEingabe_liste_aktu = GUICtrlCreateButton("Liste aktualisieren",701,720,100,30,-1,-1)
|
|
Global $bt_LVEingabe_exportexcel = GUICtrlCreateButton("Export Excel",698,759,100,30,-1,-1)
|
|
Global $bt_LVEingabe_open_folder = GUICtrlCreateButton("Ordner öffnen",813,720,100,30,-1,-1)
|
|
Global $bt_LVEingabe_Listedelete = GUICtrlCreateButton("Liste löschen",1472,718,100,30,-1,-1)
|
|
GUICtrlSetFont(-1,8,700,0,"MS Sans Serif")
|
|
GUICtrlSetColor(-1,"0xFF0000")
|
|
Global $lbl_Summe = GUICtrlCreateLabel("",1592,718,178,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $bt_in_EV = GUICtrlCreateButton("E-Vergabe",813,759,100,30,-1,-1)
|
|
GUISwitch($LV_Eingabe_kl,_GUICtrlTab_SetCurFocus($tab,1)&GUICtrlRead ($tab, 1))
|
|
Global $kopf_TAB_rd_teilauf = GUICtrlCreateRadio("Teilaufmaß",28,30,77,20,-1,-1)
|
|
Global $kopf_TAB_rd_schluss = GUICtrlCreateRadio("Schlussaufmaß",28,60,94,20,-1,-1)
|
|
GUICtrlCreateLabel("Vertrag:",146,35,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_chb_vertrag = GUICtrlCreateCombo("",214,30,150,21,-1,-1)
|
|
GUICtrlSetData(-1,"")
|
|
GUICtrlCreateLabel("Abruf-Nr:",146,62,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_abrufnr = GUICtrlCreateInput("",214,60,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("SM-Nr:",146,92,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_smnr = GUICtrlCreateInput("",214,87,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Datum:",146,118,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_datum = GUICtrlCreateInput("",214,118,92,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $kopf_TAB_bt_heute = GUICtrlCreateButton("Heute",316,118,48,24,-1,-1)
|
|
GUICtrlCreateLabel("Baustelle:",28,151,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_baustelle = GUICtrlCreateInput("",113,146,251,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Bauabschnitt:",28,178,70,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_bauabschnitt = GUICtrlCreateInput("",113,178,251,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Zeitraum von:",28,214,70,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_datum_start = GUICtrlCreateInput("",113,209,72,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Zeitraum bis:",28,242,77,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_datum_ende = GUICtrlCreateInput("",113,237,72,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $kopf_TAB_datumfeld_start = GUICtrlCreateDate("",200,208,86,21,-1,-1)
|
|
Global $kopf_TAB_datumfeld_ende = GUICtrlCreateDate("",200,237,86,20,-1,-1)
|
|
GUICtrlCreateLabel("Ansprechpartner:",28,269,85,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_chb_aspa = GUICtrlCreateCombo("",113,263,173,21,-1,-1)
|
|
GUICtrlSetData(-1,"")
|
|
GUICtrlCreateLabel("TelefonNr.:",28,295,62,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_telnr = GUICtrlCreateInput("",113,295,173,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Kolone:",28,324,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
Global $kopf_TAB_txt_kolone = GUICtrlCreateInput("",111,319,175,20,-1,$WS_EX_CLIENTEDGE)
|
|
Global $kopf_TAB_bt_laden = GUICtrlCreateButton("laden",28,359,100,30,-1,-1)
|
|
Global $kopf_TAB_bt_speichern = GUICtrlCreateButton("speichern",138,359,100,30,-1,-1)
|
|
Global $kopf_TAB_bt_holedaten = GUICtrlCreateButton("hole Daten von SM-Nr",248,359,127,30,-1,-1)
|
|
GUICtrlCreateTabItem("")
|
|
Global $lbl_status = GUICtrlCreateLabel("Status:",1428,774,345,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUISwitch($LV_Eingabe_kl,_GUICtrlTab_SetCurFocus($tab,2)&GUICtrlRead ($tab, 1))
|
|
Global $logs_TAB_ed_logs = GUICtrlCreateEdit("",18,30,438,707,-1,-1)
|
|
_GUICtrlTab_SetCurFocus($tab,0)
|
|
|
|
|
|
|
|
#cs
|
|
[tab]
|
|
type=tab
|
|
x=11
|
|
y=0
|
|
width=366
|
|
height=796
|
|
text=
|
|
tooltip=
|
|
pages=4
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$tab
|
|
func=
|
|
bgimage=
|
|
handle=411
|
|
code=
|
|
tabpage=-1
|
|
iconindex=
|
|
resize=
|
|
textmode=text
|
|
order=0
|
|
[0x00012190]
|
|
order=0
|
|
[TABPAGE4]
|
|
page=4
|
|
text=Liste
|
|
textmode=text
|
|
handle=
|
|
[TABPAGE3]
|
|
page=3
|
|
text=Logs
|
|
textmode=text
|
|
handle=
|
|
[TABPAGE2]
|
|
page=2
|
|
text=Kopfdaten
|
|
textmode=text
|
|
handle=
|
|
[TABPAGE1]
|
|
page=1
|
|
text=LV-Eingabe
|
|
textmode=text
|
|
handle=
|
|
[gui]
|
|
Handle_deklaration=global
|
|
Handle_deklaration_const=false
|
|
title=LV-Eingabe_kl
|
|
breite=1198
|
|
hoehe=750
|
|
style=-1
|
|
exstyle=-1
|
|
bgcolour=0xF0F0F0
|
|
bgimage=none
|
|
handle=$LV_Eingabe_kl
|
|
parent=
|
|
code=
|
|
codebeforegui=
|
|
xpos=-1
|
|
ypos=-1
|
|
center_gui=true
|
|
title_textmode=normal
|
|
isf_include_once=false
|
|
only_controls_in_isf=false
|
|
const_modus=default
|
|
gui_code_in_function=false
|
|
gui_code_in_function_name=
|
|
gui_event_close=
|
|
gui_event_minimize=
|
|
gui_event_restore=
|
|
gui_event_maximize=
|
|
gui_event_mousemove=
|
|
gui_event_primarydown=
|
|
gui_event_primaryup=
|
|
gui_event_secoundarydown=
|
|
gui_event_secoundaryup=
|
|
gui_event_resized=
|
|
gui_event_dropped=
|
|
[0x00012194]
|
|
handle=412
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=listview
|
|
x=390
|
|
y=10
|
|
width=1315
|
|
height=690
|
|
text=RSA-Abschnitt|PositionNr|Faktor|Länge|Breite|Tiefe|Menge|ME|Leistungskurztext|Bemerkung|Menge|E-Preis|Summe
|
|
tooltip=
|
|
state=$GUI_SHOW
|
|
style=$LVS_SHOWSELALWAYS
|
|
exstyle=$LVS_EX_FULLROWSELECT+$LVS_EX_GRIDLINES+$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LV_Aufm
|
|
func=
|
|
bgimage=
|
|
order=1
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0002219A]
|
|
handle=413
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=483
|
|
y=720
|
|
width=100
|
|
height=30
|
|
text=Liste importieren
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_ListImport
|
|
func=
|
|
bgimage=
|
|
order=0
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001219C]
|
|
handle=414
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=23
|
|
y=30
|
|
width=40
|
|
height=15
|
|
text=Vertrag:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=2
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001219E]
|
|
handle=415
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=combo
|
|
x=68
|
|
y=24
|
|
width=215
|
|
height=21
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_chb_Vertrag
|
|
func=
|
|
bgimage=
|
|
order=3
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121A4]
|
|
handle=416
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=290
|
|
y=24
|
|
width=65
|
|
height=24
|
|
text=Liste Laden
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_bt_Vertrag_laden
|
|
func=
|
|
bgimage=
|
|
order=4
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121A6]
|
|
handle=417
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=23
|
|
y=58
|
|
width=36
|
|
height=17
|
|
text=Suche:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=5
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121A8]
|
|
handle=418
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=68
|
|
y=55
|
|
width=211
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_suche
|
|
func=
|
|
bgimage=
|
|
order=6
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121AA]
|
|
handle=419
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=290
|
|
y=55
|
|
width=65
|
|
height=24
|
|
text=suche...
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_bt_suche
|
|
func=
|
|
bgimage=
|
|
order=7
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121AC]
|
|
handle=420
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=listview
|
|
x=23
|
|
y=86
|
|
width=332
|
|
height=226
|
|
text=PosNr|Kurztext|Einheit|Preis
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=$LVS_SHOWSELALWAYS
|
|
exstyle=$LVS_EX_FULLROWSELECT+$LVS_EX_GRIDLINES+$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_LV_PosListe
|
|
func=
|
|
bgimage=
|
|
order=8
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000221B2]
|
|
handle=421
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=23
|
|
y=377
|
|
width=31
|
|
height=18
|
|
text=PosNr:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=9
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121B4]
|
|
handle=422
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=68
|
|
y=375
|
|
width=92
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=$ES_READONLY
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_posnr
|
|
func=
|
|
bgimage=
|
|
order=10
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121B6]
|
|
handle=423
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=163
|
|
y=375
|
|
width=192
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=$ES_READONLY
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_kurztext
|
|
func=
|
|
bgimage=
|
|
order=11
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121B8]
|
|
handle=424
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=23
|
|
y=402
|
|
width=73
|
|
height=15
|
|
text=RSA-Abschnitt:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=12
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121BA]
|
|
handle=425
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=108
|
|
y=400
|
|
width=243
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_rsa
|
|
func=
|
|
bgimage=
|
|
order=13
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121BC]
|
|
handle=426
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=23
|
|
y=422
|
|
width=32
|
|
height=17
|
|
text=Faktor:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=14
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121BE]
|
|
handle=427
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=71
|
|
y=424
|
|
width=40
|
|
height=17
|
|
text=Länge:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=15
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121C0]
|
|
handle=428
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=115
|
|
y=424
|
|
width=32
|
|
height=17
|
|
text=Breite:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=16
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121C2]
|
|
handle=429
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=151
|
|
y=423
|
|
width=33
|
|
height=17
|
|
text=Tiefe:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=17
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121C4]
|
|
handle=430
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=192
|
|
y=423
|
|
width=42
|
|
height=17
|
|
text=Menge:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=18
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121C6]
|
|
handle=431
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=23
|
|
y=439
|
|
width=36
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_faktor
|
|
func=
|
|
bgimage=
|
|
order=19
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121C8]
|
|
handle=432
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=71
|
|
y=439
|
|
width=32
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_leange
|
|
func=
|
|
bgimage=
|
|
order=20
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121CA]
|
|
handle=433
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=108
|
|
y=440
|
|
width=29
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_breite
|
|
func=
|
|
bgimage=
|
|
order=21
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121CC]
|
|
handle=434
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=151
|
|
y=440
|
|
width=30
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_tiefe
|
|
func=
|
|
bgimage=
|
|
order=22
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121CE]
|
|
handle=435
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=192
|
|
y=440
|
|
width=42
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_txt_menge
|
|
func=
|
|
bgimage=
|
|
order=23
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121D4]
|
|
handle=436
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=241
|
|
y=430
|
|
width=59
|
|
height=31
|
|
text=hinzufügen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_bt_hinzuPos
|
|
func=
|
|
bgimage=
|
|
order=24
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121D6]
|
|
handle=437
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=303
|
|
y=430
|
|
width=56
|
|
height=31
|
|
text=leere Zeile
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_bt_leereZeile
|
|
func=
|
|
bgimage=
|
|
order=25
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121D8]
|
|
handle=438
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=470
|
|
width=68
|
|
height=15
|
|
text=Bemerkung:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=26
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121DA]
|
|
handle=439
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=combo
|
|
x=18
|
|
y=485
|
|
width=341
|
|
height=21
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_chb_bemerkung
|
|
func=
|
|
bgimage=
|
|
order=27
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121E0]
|
|
handle=440
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=edit
|
|
x=20
|
|
y=521
|
|
width=339
|
|
height=265
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$LVE_TAB_ed_langtext
|
|
func=
|
|
bgimage=
|
|
order=28
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121E2]
|
|
handle=441
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=480
|
|
y=759
|
|
width=100
|
|
height=30
|
|
text=Liste speichern
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_ListSave
|
|
func=
|
|
bgimage=
|
|
order=29
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121E4]
|
|
handle=442
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=591
|
|
y=720
|
|
width=100
|
|
height=30
|
|
text=Mark. kopieren
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_markcopy
|
|
func=
|
|
bgimage=
|
|
order=30
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121E6]
|
|
handle=443
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=588
|
|
y=759
|
|
width=100
|
|
height=30
|
|
text=Mark. löschen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_markdelete
|
|
func=
|
|
bgimage=
|
|
order=31
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121E8]
|
|
handle=444
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=701
|
|
y=720
|
|
width=100
|
|
height=30
|
|
text=Liste aktualisieren
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_liste_aktu
|
|
func=
|
|
bgimage=
|
|
order=32
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121EA]
|
|
handle=445
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=698
|
|
y=759
|
|
width=100
|
|
height=30
|
|
text=Export Excel
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_exportexcel
|
|
func=
|
|
bgimage=
|
|
order=33
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121EC]
|
|
handle=446
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=813
|
|
y=720
|
|
width=100
|
|
height=30
|
|
text=Ordner öffnen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_open_folder
|
|
func=
|
|
bgimage=
|
|
order=34
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121EE]
|
|
handle=447
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=1472
|
|
y=718
|
|
width=100
|
|
height=30
|
|
text=Liste löschen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0xFF0000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=700
|
|
fontattribute=0
|
|
id=$bt_LVEingabe_Listedelete
|
|
func=
|
|
bgimage=
|
|
order=35
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121F0]
|
|
handle=448
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=1592
|
|
y=718
|
|
width=178
|
|
height=15
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$lbl_Summe
|
|
func=
|
|
bgimage=
|
|
order=36
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121F2]
|
|
handle=449
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=813
|
|
y=759
|
|
width=100
|
|
height=30
|
|
text=E-Vergabe
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_in_EV
|
|
func=
|
|
bgimage=
|
|
order=37
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121F4]
|
|
handle=450
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=radio
|
|
x=28
|
|
y=30
|
|
width=77
|
|
height=20
|
|
text=Teilaufmaß
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=0xF0F0F0
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_rd_teilauf
|
|
func=
|
|
bgimage=
|
|
order=38
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121F6]
|
|
handle=451
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=radio
|
|
x=28
|
|
y=60
|
|
width=94
|
|
height=20
|
|
text=Schlussaufmaß
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=0xF0F0F0
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_rd_schluss
|
|
func=
|
|
bgimage=
|
|
order=39
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121F8]
|
|
handle=452
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=146
|
|
y=35
|
|
width=50
|
|
height=15
|
|
text=Vertrag:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=40
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000121FA]
|
|
handle=453
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=combo
|
|
x=214
|
|
y=30
|
|
width=150
|
|
height=21
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_chb_vertrag
|
|
func=
|
|
bgimage=
|
|
order=41
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012200]
|
|
handle=454
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=146
|
|
y=62
|
|
width=50
|
|
height=15
|
|
text=Abruf-Nr:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=42
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012202]
|
|
handle=455
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=214
|
|
y=60
|
|
width=150
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_abrufnr
|
|
func=
|
|
bgimage=
|
|
order=43
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012204]
|
|
handle=456
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=146
|
|
y=92
|
|
width=50
|
|
height=15
|
|
text=SM-Nr:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=44
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012206]
|
|
handle=457
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=214
|
|
y=87
|
|
width=150
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_smnr
|
|
func=
|
|
bgimage=
|
|
order=45
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012208]
|
|
handle=458
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=146
|
|
y=118
|
|
width=50
|
|
height=15
|
|
text=Datum:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=46
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001220A]
|
|
handle=459
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=214
|
|
y=118
|
|
width=92
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_datum
|
|
func=
|
|
bgimage=
|
|
order=47
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001220C]
|
|
handle=460
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=316
|
|
y=118
|
|
width=48
|
|
height=24
|
|
text=Heute
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_bt_heute
|
|
func=
|
|
bgimage=
|
|
order=48
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001220E]
|
|
handle=461
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=151
|
|
width=50
|
|
height=15
|
|
text=Baustelle:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=49
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012210]
|
|
handle=462
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=113
|
|
y=146
|
|
width=251
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_baustelle
|
|
func=
|
|
bgimage=
|
|
order=50
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012212]
|
|
handle=463
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=178
|
|
width=70
|
|
height=15
|
|
text=Bauabschnitt:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=51
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012214]
|
|
handle=464
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=113
|
|
y=178
|
|
width=251
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_bauabschnitt
|
|
func=
|
|
bgimage=
|
|
order=52
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012216]
|
|
handle=465
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=214
|
|
width=70
|
|
height=15
|
|
text=Zeitraum von:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=53
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012218]
|
|
handle=466
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=113
|
|
y=209
|
|
width=72
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_datum_start
|
|
func=
|
|
bgimage=
|
|
order=54
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001221A]
|
|
handle=467
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=242
|
|
width=77
|
|
height=15
|
|
text=Zeitraum bis:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=55
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001221C]
|
|
handle=468
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=113
|
|
y=237
|
|
width=72
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_datum_ende
|
|
func=
|
|
bgimage=
|
|
order=56
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001221E]
|
|
handle=469
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=date
|
|
x=200
|
|
y=208
|
|
width=86
|
|
height=21
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_datumfeld_start
|
|
func=
|
|
bgimage=
|
|
order=57
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012220]
|
|
handle=470
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=date
|
|
x=200
|
|
y=237
|
|
width=86
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_datumfeld_ende
|
|
func=
|
|
bgimage=
|
|
order=58
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012222]
|
|
handle=471
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=269
|
|
width=85
|
|
height=15
|
|
text=Ansprechpartner:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=59
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012224]
|
|
handle=472
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=combo
|
|
x=113
|
|
y=263
|
|
width=173
|
|
height=21
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_chb_aspa
|
|
func=
|
|
bgimage=
|
|
order=60
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001222A]
|
|
handle=473
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=295
|
|
width=62
|
|
height=15
|
|
text=TelefonNr.:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=61
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001222C]
|
|
handle=474
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=113
|
|
y=295
|
|
width=173
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_telnr
|
|
func=
|
|
bgimage=
|
|
order=62
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001222E]
|
|
handle=475
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=28
|
|
y=324
|
|
width=50
|
|
height=15
|
|
text=Kolone:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=63
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012230]
|
|
handle=476
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=111
|
|
y=319
|
|
width=175
|
|
height=20
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=$WS_EX_CLIENTEDGE
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_txt_kolone
|
|
func=
|
|
bgimage=
|
|
order=64
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012232]
|
|
handle=477
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=28
|
|
y=359
|
|
width=100
|
|
height=30
|
|
text=laden
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_bt_laden
|
|
func=
|
|
bgimage=
|
|
order=65
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012234]
|
|
handle=478
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=138
|
|
y=359
|
|
width=100
|
|
height=30
|
|
text=speichern
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_bt_speichern
|
|
func=
|
|
bgimage=
|
|
order=66
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012236]
|
|
handle=479
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=248
|
|
y=359
|
|
width=127
|
|
height=30
|
|
text=hole Daten von SM-Nr
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$kopf_TAB_bt_holedaten
|
|
func=
|
|
bgimage=
|
|
order=67
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00012238]
|
|
handle=480
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=1428
|
|
y=774
|
|
width=345
|
|
height=15
|
|
text=Status:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$lbl_status
|
|
func=
|
|
bgimage=
|
|
order=68
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0001223A]
|
|
handle=481
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=edit
|
|
x=18
|
|
y=30
|
|
width=438
|
|
height=707
|
|
text=
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$logs_TAB_ed_logs
|
|
func=
|
|
bgimage=
|
|
order=71
|
|
tabpage=2
|
|
iconindex=
|
|
textmode=text
|
|
#ce
|