76 lines
1.2 KiB
Plaintext
76 lines
1.2 KiB
Plaintext
; -- Created with ISN Form Studio 2 for ISN AutoIt Studio -- ;
|
|
#include <StaticConstants.au3>
|
|
#include <GUIConstantsEx.au3>
|
|
#include <WindowsConstants.au3>
|
|
#Include <GuiButton.au3>
|
|
|
|
Global $HauptGui = GUICreate("AufmaßCreaterV2",350,350,-1,-1,-1,-1)
|
|
Global $bt_LV_Eingabe = GUICtrlCreateButton("LV-Eingabe",10,10,100,30,-1,-1)
|
|
|
|
|
|
|
|
#cs
|
|
[gui]
|
|
Handle_deklaration=global
|
|
Handle_deklaration_const=false
|
|
title=AufmaßCreaterV2
|
|
breite=350
|
|
hoehe=350
|
|
style=-1
|
|
exstyle=-1
|
|
bgcolour=0xF0F0F0
|
|
bgimage=none
|
|
handle=$HauptGui
|
|
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=
|
|
[0x000120AC]
|
|
handle=411
|
|
locked=0
|
|
resize=
|
|
code=
|
|
type=button
|
|
x=10
|
|
y=10
|
|
width=100
|
|
height=30
|
|
text=LV-Eingabe
|
|
tooltip=
|
|
state=$GUI_SHOW+$GUI_ENABLE
|
|
style=
|
|
exstyle=
|
|
textcolour=0x000000
|
|
bgcolour=
|
|
font=MS Sans Serif
|
|
fontsize=8
|
|
fontstyle=400
|
|
fontattribute=0
|
|
id=$bt_LV_Eingabe
|
|
func=
|
|
bgimage=
|
|
order=0
|
|
tabpage=-1
|
|
iconindex=
|
|
textmode=text
|
|
#ce
|