Initial commit – AufmaßCreater v2.35

This commit is contained in:
2026-06-10 11:03:43 +02:00
commit 84c933ea9c
2823 changed files with 490495 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
;GUI_Grubentool.au3
Opt("GUIResizeMode", $GUI_DOCKAUTO)
Opt("GUIResizeMode", $GUI_DOCKAUTO)
Opt("GUIResizeMode", $GUI_DOCKAUTO)
#Region ### START Koda GUI section ### Form=C:\Users\Flo\Documents\ISN AutoIt Studio\Projects\AufmassCreaterV2\Forms\formGT.kxf
Global $formGT = GUICreate("Grubenfaktor", 306, 283, 302, 218)
Global $Label1 = GUICtrlCreateLabel("Länge:", 8, 16, 37, 17)
Global $Label2 = GUICtrlCreateLabel("Breite", 8, 40, 31, 17)
Global $txt_gf_l = GUICtrlCreateInput("", 48, 8, 57, 21)
Global $txt_gf_b = GUICtrlCreateInput("", 48, 32, 57, 21)
Global $bt_gf_rechne = GUICtrlCreateButton("Faktor rechnen", 120, 8, 83, 25)
Global $ed_gf_ausgabe = GUICtrlCreateEdit("", 8, 64, 289, 209)
GUICtrlSetData(-1, "")
Global $bt_gt_leeren = GUICtrlCreateButton("Liste löschen", 120, 32, 83, 25)
;~ GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###