1841 lines
27 KiB
Plaintext
1841 lines
27 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 <TreeViewConstants.au3>
|
|
#include <EditConstants.au3>
|
|
#include <ListBoxConstants.au3>
|
|
#include <ComboConstants.au3>
|
|
|
|
$WorkManagement = GUICreate("WorkManagement",1268,923,-1,-1,-1,-1)
|
|
$tab = GUICtrlCreatetab(0,0,1262,890,-1,-1)
|
|
GUICtrlCreateTabItem("Rechnungsblatt")
|
|
GUICtrlCreateTabItem("EV-Liste")
|
|
GUICtrlCreateTabItem("")
|
|
_GUICtrlTab_SetCurFocus($tab,-1)
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,0)&GUICtrlRead ($tab, 1))
|
|
$LV_Rechnungsblatt = GUICtrlCreatelistview("AbrufNr|SMNr|DetailsID|LEPNr|Text|Vertrag|Start|Ende|in E-Vergabe|Status|Planungssumme|Abrufsumme|Vorname|Nachname|Telnr|Email|Bemerkungen",8,301,1245,576,$LVS_SHOWSELALWAYS,BitOr($LVS_EX_FULLROWSELECT,$LVS_EX_GRIDLINES,$WS_EX_CLIENTEDGE))
|
|
$bt_rb_liste_laden = GUICtrlCreateButton("Liste Laden",8,112,100,30,-1,-1)
|
|
$bt_rd_test = GUICtrlCreateButton("Hinzufügen",8,82,100,30,-1,-1)
|
|
GUICtrlCreateTabItem("")
|
|
$lbl_status = GUICtrlCreateLabel("Status:",8,896,194,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,0)&GUICtrlRead ($tab, 1))
|
|
GUICtrlCreateLabel("AbrufNr:",134,32,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_abrufnr = GUICtrlCreateInput("txt_rb_abrufnr",195,27,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("SMNr:",134,57,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_smnr = GUICtrlCreateInput("$txt_rb_smnr",195,50,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("DetailsID:",134,78,50,18,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_detailsid = GUICtrlCreateInput("txt_rb_detailsid",195,73,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("LEBNr:",134,100,37,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_lebnr = GUICtrlCreateInput("txt_rb_lebnr",195,95,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Text:",379,36,115,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_text = GUICtrlCreateInput("txt_rb_text",445,27,683,19,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("RV-Vertrag:",379,58,124,16,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_rvvertrag = GUICtrlCreateInput("txt_rb_rvvertrag",445,51,215,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Start:",379,81,115,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_start = GUICtrlCreateInput("txt_rb_start",445,75,110,18,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Ende:",379,101,115,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_ende = GUICtrlCreateInput("txt_rb_ende",446,96,109,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("in E Vergabe",377,121,126,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_inEVergabe = GUICtrlCreateInput("txt_rb_inEVergabe",446,121,109,19,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Status:",710,56,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_status = GUICtrlCreateInput("txt_rb_status",756,51,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Planungssume:",674,81,73,16,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_plansum = GUICtrlCreateInput("txt_rb_plansum",756,74,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Abrufsumme:",677,104,70,13,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_abrufsumme = GUICtrlCreateInput("txt_rb_abrufsumme",756,97,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Vorname:",921,57,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_vorname = GUICtrlCreateInput("txt_rb_vorname",978,52,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Nachname",921,80,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_nachname = GUICtrlCreateInput("txt_rb_nachname",978,80,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("TelNr:",921,103,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_telnr = GUICtrlCreateInput("txt_telnr",978,105,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Email:",921,134,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_email = GUICtrlCreateInput("$txt_rb_email",978,129,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Bemerkung:",129,148,60,11,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_bemerkung = GUICtrlCreateInput("txt_rb_bemerkung",195,148,411,20,-1,$WS_EX_CLIENTEDGE)
|
|
GUICtrlCreateLabel("Suche:",129,180,50,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
$txt_rb_suche = GUICtrlCreateInput("txt_rb_suche",195,171,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
$chb_sSpalte = GUICtrlCreateCombo("",352,174,150,21,-1,-1)
|
|
GUICtrlSetData(-1,"AbrufNr|SMNr|DetailsID|LEPNr|Text|Vertrag|Start|Ende|in E-Vergabe|Status|Planungssumme|Abrufsumme|Vorname|Nachname|Telnr|Email|Bemerkungen")
|
|
$bt_rb_suche = GUICtrlCreateButton("suchen...",510,174,100,30,-1,-1)
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,1)&GUICtrlRead ($tab, 1))
|
|
$LV_EVergabe = GUICtrlCreatelistview("AbrufNr|SMNr|DetailsID|Text|Start|Ende|Vertrag|Status",8,136,660,654,$LVS_SHOWSELALWAYS,BitOr($LVS_EX_FULLROWSELECT,$LVS_EX_GRIDLINES,$WS_EX_CLIENTEDGE))
|
|
$bt_EVL_holeDatenListe = GUICtrlCreateButton("Liste E-Vergabe holen",8,31,113,30,-1,-1)
|
|
$bt_EVL_uebernehmen = GUICtrlCreateButton("mark.übertragen",131,31,100,30,-1,-1)
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,0)&GUICtrlRead ($tab, 1))
|
|
$bt_rd_saveListe = GUICtrlCreateButton("Liste speichern",8,141,100,30,-1,-1)
|
|
$bt_rd_hole_aspa = GUICtrlCreateButton("Suche Ansprechpartner",1131,47,122,31,-1,-1)
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,1)&GUICtrlRead ($tab, 1))
|
|
$txt_EVL_suchfeld = GUICtrlCreateInput("",8,84,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
$bt_EVL_suche = GUICtrlCreateButton("Suche...",166,74,100,30,-1,-1)
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,0)&GUICtrlRead ($tab, 1))
|
|
$bt_rb_LVP = GUICtrlCreateButton("LV-Planung",129,212,100,30,-1,-1)
|
|
$bt_rb_LVerfassung = GUICtrlCreateButton("Leistungserfassung",129,247,100,30,-1,-1)
|
|
$lbl_rb_anzd = GUICtrlCreateLabel("Anzahl Daten:",12,277,121,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUISwitch($WorkManagement,_GUICtrlTab_SetCurFocus($tab,1)&GUICtrlRead ($tab, 1))
|
|
$lbl_EVL_anzd = GUICtrlCreateLabel("Anzahl Daten:",8,112,147,15,-1,-1)
|
|
GUICtrlSetBkColor(-1,"-2")
|
|
GUICtrlCreateGroup("NextCloud",680,33,569,757,-1,-1)
|
|
GUICtrlSetBkColor(-1,"0xF0F0F0")
|
|
GUICtrlCreateTreeView(688,64,449,229,-1,$WS_EX_CLIENTEDGE)
|
|
$lb_nextcloud = GUICtrlCreatelist("",688,299,449,253,-1,$WS_EX_CLIENTEDGE)
|
|
$bt_EVL_suchePfad = GUICtrlCreateButton("Suche NextCloud",688,592,100,30,-1,-1)
|
|
$txt_EVL_Pfad_Suche = GUICtrlCreateInput("",688,566,150,20,-1,$WS_EX_CLIENTEDGE)
|
|
$bt_EVL_copySM = GUICtrlCreateButton("mark. SM Copy",568,100,100,30,-1,-1)
|
|
_GUICtrlTab_SetCurFocus($tab,0)
|
|
|
|
|
|
|
|
#cs
|
|
[tab]
|
|
type=tab
|
|
x=0
|
|
y=0
|
|
width=1262
|
|
height=890
|
|
text=
|
|
tooltip=
|
|
pages=2
|
|
state=
|
|
style=
|
|
exstyle=
|
|
textcolour=
|
|
bgcolour=
|
|
font=
|
|
fontsize=
|
|
fontstyle=
|
|
fontattribute=
|
|
id=$tab
|
|
func=
|
|
bgimage=
|
|
handle=411
|
|
code=
|
|
tabpage=-1
|
|
iconindex=
|
|
resize=
|
|
textmode=func
|
|
order=0
|
|
[0x00102804]
|
|
order=0
|
|
[TABPAGE2]
|
|
page=2
|
|
text=EV-Liste
|
|
textmode=text
|
|
handle=
|
|
[TABPAGE1]
|
|
page=1
|
|
text=Rechnungsblatt
|
|
textmode=text
|
|
handle=
|
|
[gui]
|
|
Handle_deklaration=default
|
|
Handle_deklaration_const=false
|
|
title=WorkManagement
|
|
breite=1268
|
|
hoehe=923
|
|
style=-1
|
|
exstyle=-1
|
|
bgcolour=0xF0F0F0
|
|
bgimage=none
|
|
handle=$WorkManagement
|
|
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=
|
|
[0x00072908]
|
|
handle=412
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=listview
|
|
x=8
|
|
y=301
|
|
width=1245
|
|
height=576
|
|
text=AbrufNr|SMNr|DetailsID|LEPNr|Text|Vertrag|Start|Ende|in E-Vergabe|Status|Planungssumme|Abrufsumme|Vorname|Nachname|Telnr|Email|Bemerkungen
|
|
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=$LV_Rechnungsblatt
|
|
func=
|
|
bgimage=
|
|
order=2
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082900]
|
|
handle=413
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=8
|
|
y=112
|
|
width=100
|
|
height=30
|
|
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=$bt_rb_liste_laden
|
|
func=
|
|
bgimage=
|
|
order=3
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000628F4]
|
|
handle=414
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=8
|
|
y=82
|
|
width=100
|
|
height=30
|
|
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=$bt_rd_test
|
|
func=
|
|
bgimage=
|
|
order=4
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000628F0]
|
|
handle=415
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=8
|
|
y=896
|
|
width=194
|
|
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=5
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000628E2]
|
|
handle=416
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=134
|
|
y=32
|
|
width=50
|
|
height=15
|
|
text=AbrufNr:
|
|
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=6
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000828D6]
|
|
handle=417
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=195
|
|
y=27
|
|
width=150
|
|
height=20
|
|
text=txt_rb_abrufnr
|
|
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=$txt_rb_abrufnr
|
|
func=
|
|
bgimage=
|
|
order=7
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000828B2]
|
|
handle=418
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=134
|
|
y=57
|
|
width=50
|
|
height=15
|
|
text=SMNr:
|
|
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=8
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000828A8]
|
|
handle=419
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=195
|
|
y=50
|
|
width=150
|
|
height=20
|
|
text=$txt_rb_smnr
|
|
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=$txt_rb_smnr
|
|
func=
|
|
bgimage=
|
|
order=9
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000A281E]
|
|
handle=420
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=134
|
|
y=78
|
|
width=50
|
|
height=18
|
|
text=DetailsID:
|
|
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=10
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x001127AE]
|
|
handle=421
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=195
|
|
y=73
|
|
width=150
|
|
height=20
|
|
text=txt_rb_detailsid
|
|
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=$txt_rb_detailsid
|
|
func=
|
|
bgimage=
|
|
order=11
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000628E0]
|
|
handle=422
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=134
|
|
y=100
|
|
width=37
|
|
height=15
|
|
text=LEBNr:
|
|
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
|
|
[0x000728D0]
|
|
handle=423
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=195
|
|
y=95
|
|
width=150
|
|
height=20
|
|
text=txt_rb_lebnr
|
|
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=$txt_rb_lebnr
|
|
func=
|
|
bgimage=
|
|
order=13
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728D2]
|
|
handle=424
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=379
|
|
y=36
|
|
width=115
|
|
height=15
|
|
text=Text:
|
|
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
|
|
[0x000628CC]
|
|
handle=425
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=445
|
|
y=27
|
|
width=683
|
|
height=19
|
|
text=txt_rb_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=$txt_rb_text
|
|
func=
|
|
bgimage=
|
|
order=15
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000628CA]
|
|
handle=426
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=379
|
|
y=58
|
|
width=124
|
|
height=16
|
|
text=RV-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=16
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728C6]
|
|
handle=427
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=445
|
|
y=51
|
|
width=215
|
|
height=20
|
|
text=txt_rb_rvvertrag
|
|
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=$txt_rb_rvvertrag
|
|
func=
|
|
bgimage=
|
|
order=17
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728C4]
|
|
handle=428
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=379
|
|
y=81
|
|
width=115
|
|
height=15
|
|
text=Start:
|
|
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
|
|
[0x000728C2]
|
|
handle=429
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=445
|
|
y=75
|
|
width=110
|
|
height=18
|
|
text=txt_rb_start
|
|
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=$txt_rb_start
|
|
func=
|
|
bgimage=
|
|
order=19
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728C0]
|
|
handle=430
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=379
|
|
y=101
|
|
width=115
|
|
height=15
|
|
text=Ende:
|
|
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=20
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728BE]
|
|
handle=431
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=446
|
|
y=96
|
|
width=109
|
|
height=20
|
|
text=txt_rb_ende
|
|
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=$txt_rb_ende
|
|
func=
|
|
bgimage=
|
|
order=21
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728BA]
|
|
handle=432
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=377
|
|
y=121
|
|
width=126
|
|
height=15
|
|
text=in E Vergabe
|
|
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=22
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728B8]
|
|
handle=433
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=446
|
|
y=121
|
|
width=109
|
|
height=19
|
|
text=txt_rb_inEVergabe
|
|
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=$txt_rb_inEVergabe
|
|
func=
|
|
bgimage=
|
|
order=23
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728B6]
|
|
handle=434
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=710
|
|
y=56
|
|
width=50
|
|
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=
|
|
func=
|
|
bgimage=
|
|
order=24
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728B4]
|
|
handle=435
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=756
|
|
y=51
|
|
width=150
|
|
height=20
|
|
text=txt_rb_status
|
|
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=$txt_rb_status
|
|
func=
|
|
bgimage=
|
|
order=25
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728AC]
|
|
handle=436
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=674
|
|
y=81
|
|
width=73
|
|
height=16
|
|
text=Planungssume:
|
|
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
|
|
[0x000728A6]
|
|
handle=437
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=756
|
|
y=74
|
|
width=150
|
|
height=20
|
|
text=txt_rb_plansum
|
|
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=$txt_rb_plansum
|
|
func=
|
|
bgimage=
|
|
order=27
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728AA]
|
|
handle=438
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=677
|
|
y=104
|
|
width=70
|
|
height=13
|
|
text=Abrufsumme:
|
|
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=28
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728A4]
|
|
handle=439
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=756
|
|
y=97
|
|
width=150
|
|
height=20
|
|
text=txt_rb_abrufsumme
|
|
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=$txt_rb_abrufsumme
|
|
func=
|
|
bgimage=
|
|
order=29
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000728A2]
|
|
handle=440
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=921
|
|
y=57
|
|
width=50
|
|
height=15
|
|
text=Vorname:
|
|
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=30
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0007289E]
|
|
handle=441
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=978
|
|
y=52
|
|
width=150
|
|
height=20
|
|
text=txt_rb_vorname
|
|
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=$txt_rb_vorname
|
|
func=
|
|
bgimage=
|
|
order=31
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0007289C]
|
|
handle=442
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=921
|
|
y=80
|
|
width=50
|
|
height=15
|
|
text=Nachname
|
|
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=32
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0007289A]
|
|
handle=443
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=978
|
|
y=80
|
|
width=150
|
|
height=20
|
|
text=txt_rb_nachname
|
|
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=$txt_rb_nachname
|
|
func=
|
|
bgimage=
|
|
order=33
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00072898]
|
|
handle=444
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=921
|
|
y=103
|
|
width=50
|
|
height=15
|
|
text=TelNr:
|
|
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=34
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00072896]
|
|
handle=445
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=978
|
|
y=105
|
|
width=150
|
|
height=20
|
|
text=txt_telnr
|
|
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=$txt_rb_telnr
|
|
func=
|
|
bgimage=
|
|
order=35
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00072894]
|
|
handle=446
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=921
|
|
y=134
|
|
width=50
|
|
height=15
|
|
text=Email:
|
|
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=36
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00072892]
|
|
handle=447
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=978
|
|
y=129
|
|
width=150
|
|
height=20
|
|
text=$txt_rb_email
|
|
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=$txt_rb_email
|
|
func=
|
|
bgimage=
|
|
order=37
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0008288A]
|
|
handle=448
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=129
|
|
y=148
|
|
width=60
|
|
height=11
|
|
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=38
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000D2888]
|
|
handle=449
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=195
|
|
y=148
|
|
width=411
|
|
height=20
|
|
text=txt_rb_bemerkung
|
|
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=$txt_rb_bemerkung
|
|
func=
|
|
bgimage=
|
|
order=39
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082886]
|
|
handle=450
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=129
|
|
y=180
|
|
width=50
|
|
height=15
|
|
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=40
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082884]
|
|
handle=451
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=195
|
|
y=171
|
|
width=150
|
|
height=20
|
|
text=txt_rb_suche
|
|
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=$txt_rb_suche
|
|
func=
|
|
bgimage=
|
|
order=41
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082882]
|
|
handle=452
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=combo
|
|
x=352
|
|
y=174
|
|
width=150
|
|
height=21
|
|
text=AbrufNr|SMNr|DetailsID|LEPNr|Text|Vertrag|Start|Ende|in E-Vergabe|Status|Planungssumme|Abrufsumme|Vorname|Nachname|Telnr|Email|Bemerkungen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$chb_sSpalte
|
|
func=
|
|
bgimage=
|
|
order=42
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0008287C]
|
|
handle=453
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=510
|
|
y=174
|
|
width=100
|
|
height=30
|
|
text=suchen...
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_rb_suche
|
|
func=
|
|
bgimage=
|
|
order=43
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0009287A]
|
|
handle=454
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=listview
|
|
x=8
|
|
y=136
|
|
width=660
|
|
height=654
|
|
text=AbrufNr|SMNr|DetailsID|Text|Start|Ende|Vertrag|Status
|
|
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=$LV_EVergabe
|
|
func=
|
|
bgimage=
|
|
order=44
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00092870]
|
|
handle=455
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=8
|
|
y=31
|
|
width=113
|
|
height=30
|
|
text=Liste E-Vergabe holen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_EVL_holeDatenListe
|
|
func=
|
|
bgimage=
|
|
order=45
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082872]
|
|
handle=456
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=131
|
|
y=31
|
|
width=100
|
|
height=30
|
|
text=mark.übertragen
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_EVL_uebernehmen
|
|
func=
|
|
bgimage=
|
|
order=46
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082874]
|
|
handle=457
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=8
|
|
y=141
|
|
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_rd_saveListe
|
|
func=
|
|
bgimage=
|
|
order=47
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0008286E]
|
|
handle=458
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=1131
|
|
y=47
|
|
width=122
|
|
height=31
|
|
text=Suche Ansprechpartner
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_rd_hole_aspa
|
|
func=
|
|
bgimage=
|
|
order=48
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x000528EE]
|
|
handle=459
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=8
|
|
y=84
|
|
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=$txt_EVL_suchfeld
|
|
func=
|
|
bgimage=
|
|
order=49
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000A2868]
|
|
handle=460
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=166
|
|
y=74
|
|
width=100
|
|
height=30
|
|
text=Suche...
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_EVL_suche
|
|
func=
|
|
bgimage=
|
|
order=50
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x0008286A]
|
|
handle=461
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=129
|
|
y=212
|
|
width=100
|
|
height=30
|
|
text=LV-Planung
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_rb_LVP
|
|
func=
|
|
bgimage=
|
|
order=51
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x0008286C]
|
|
handle=462
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=129
|
|
y=247
|
|
width=100
|
|
height=30
|
|
text=Leistungserfassung
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_rb_LVerfassung
|
|
func=
|
|
bgimage=
|
|
order=52
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082866]
|
|
handle=463
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=12
|
|
y=277
|
|
width=121
|
|
height=15
|
|
text=Anzahl Daten:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$lbl_rb_anzd
|
|
func=
|
|
bgimage=
|
|
order=53
|
|
tabpage=0
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082864]
|
|
handle=464
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=label
|
|
x=8
|
|
y=112
|
|
width=147
|
|
height=15
|
|
text=Anzahl Daten:
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=-2
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$lbl_EVL_anzd
|
|
func=
|
|
bgimage=
|
|
order=54
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082862]
|
|
handle=465
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=group
|
|
x=680
|
|
y=33
|
|
width=569
|
|
height=757
|
|
text=NextCloud
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=0xF0F0F0
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=
|
|
func=
|
|
bgimage=
|
|
order=55
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00082860]
|
|
handle=466
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=treeview
|
|
x=688
|
|
y=64
|
|
width=449
|
|
height=229
|
|
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=
|
|
func=
|
|
bgimage=
|
|
order=56
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000C2848]
|
|
handle=467
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=listbox
|
|
x=688
|
|
y=299
|
|
width=449
|
|
height=253
|
|
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=$lb_nextcloud
|
|
func=
|
|
bgimage=
|
|
order=57
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00132846]
|
|
handle=468
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=688
|
|
y=592
|
|
width=100
|
|
height=30
|
|
text=Suche NextCloud
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_EVL_suchePfad
|
|
func=
|
|
bgimage=
|
|
order=58
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x00232842]
|
|
handle=469
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=input
|
|
x=688
|
|
y=566
|
|
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=$txt_EVL_Pfad_Suche
|
|
func=
|
|
bgimage=
|
|
order=59
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
[0x000628D4]
|
|
handle=478
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=568
|
|
y=100
|
|
width=100
|
|
height=30
|
|
text=mark. SM Copy
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_EVL_copySM
|
|
func=
|
|
bgimage=
|
|
order=60
|
|
tabpage=1
|
|
iconindex=
|
|
textmode=text
|
|
#ce
|