Initial commit – AufmaßCreater v2.35
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#include <ButtonConstants.au3>
|
||||
#include <ComboConstants.au3>
|
||||
#include <EditConstants.au3>
|
||||
#include <GUIConstantsEx.au3>
|
||||
#include <ListViewConstants.au3>
|
||||
#include <StaticConstants.au3>
|
||||
#include <TabConstants.au3>
|
||||
#include <WindowsConstants.au3>
|
||||
Opt("GUIResizeMode", $GUI_DOCKAUTO+$GUI_DOCKHCENTER+$GUI_DOCKVCENTER)
|
||||
#Region ### START Koda GUI section ### Form=c:\users\flo\documents\isn autoit studio\projects\aufmasscreaterv2\forms\aufmasshilfe_main_big.kxf
|
||||
$hGui_AufmH = GUICreate("Aufmaßhilfe v1", 990, 570, 209, 139, BitOR($WS_MAXIMIZEBOX,$WS_MINIMIZEBOX,$WS_SIZEBOX,$WS_THICKFRAME,$WS_SYSMENU,$WS_GROUP,$WS_TABSTOP))
|
||||
$frmdatei = GUICtrlCreateMenu("&Datei")
|
||||
$frmdatei_zu = GUICtrlCreateMenu("Zurücksetzen", $frmdatei)
|
||||
$frmdatei_zu_akttan = GUICtrlCreateMenuItem("Aktueller Tab", $frmdatei_zu)
|
||||
$frmdatei_zu_alle = GUICtrlCreateMenuItem("Alle Tabs / Felder", $frmdatei_zu)
|
||||
$frmdatei_exit = GUICtrlCreateMenuItem("Beenden", $frmdatei)
|
||||
$Tab1 = GUICtrlCreateTab(8, 32, 969, 565, 0)
|
||||
$chb_vertrag = GUICtrlCreateCombo("", 64, 8, 145, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL))
|
||||
$Label5 = GUICtrlCreateLabel("Vertrag:", 16, 8, 41, 17, 0)
|
||||
$frm_aufmh_emptyRow = GUICtrlCreateButton("leere Zeile", 216, 8, 75, 25)
|
||||
|
||||
#EndRegion ### END Koda GUI section ###
|
||||
Reference in New Issue
Block a user