Guest User

Untitled

a guest
Jan 27th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 3.40 KB | None | 0 0
  1. #include <GUIConstants.au3>
  2.  
  3. #Region ### START Koda GUI section ### Form=c:\autoit\gui\kodak\forms\de es.kxf
  4. $Form1_1 = GUICreate("Form1", 941, 727, 193, 123)
  5. GUISetFont(8, 800, 0, "MS Sans Serif")
  6. $Label1 = GUICtrlCreateLabel("Trackingnummer", 16, 40, 121, 17)
  7. $Input1 = GUICtrlCreateInput("", 152, 32, 297, 21)
  8. $Label2 = GUICtrlCreateLabel("Name", 16, 80, 84, 17)
  9. $Input2 = GUICtrlCreateInput("", 152, 72, 297, 21)
  10. $Label3 = GUICtrlCreateLabel("Adresse", 16, 120, 97, 17)
  11. $Input3 = GUICtrlCreateInput("", 152, 112, 297, 21)
  12. $Label4 = GUICtrlCreateLabel("Ort / Plz", 16, 160, 100, 17)
  13. $Input4 = GUICtrlCreateInput("", 152, 152, 297, 21)
  14. $Label5 = GUICtrlCreateLabel("Telefon", 16, 200, 95, 17)
  15. $Input5 = GUICtrlCreateInput("", 152, 192, 297, 21)
  16. $Checkbox1 = GUICtrlCreateCheckbox("Fehlende Telefonnummer     ", 24, 336, 233, 17)
  17. $Checkbox2 = GUICtrlCreateCheckbox("Neue Telefonnummer angegebene Falsch", 24, 368, 305, 17)
  18. $Checkbox3 = GUICtrlCreateCheckbox("Fehlende Rechnung", 24, 400, 241, 17)
  19. $Checkbox4 = GUICtrlCreateCheckbox("China Puschen ", 24, 432, 225, 17)
  20. $Checkbox5 = GUICtrlCreateCheckbox("TR verzollung verweigert  ", 24, 464, 257, 17)
  21. $Checkbox6 = GUICtrlCreateCheckbox("Adresse und Telefonnummer Falsch", 24, 496, 281, 17)
  22. $Checkbox7 = GUICtrlCreateCheckbox("Russlad Verzollung verweigert ", 24, 536, 265, 17)
  23. $Checkbox8 = GUICtrlCreateCheckbox("Ukraine 10 Tage DDl nicht verzollt", 24, 568, 265, 17)
  24. $Checkbox9 = GUICtrlCreateCheckbox("Verweigerte Zollkosten ", 312, 336, 209, 17)
  25. $Checkbox10 = GUICtrlCreateCheckbox("Verweigert Transportkosten ", 312, 368, 209, 17)
  26. $Checkbox11 = GUICtrlCreateCheckbox("Sendung verweigert", 312, 400, 209, 17)
  27. $Checkbox12 = GUICtrlCreateCheckbox("Zoll Form USA fehlt", 312, 432, 241, 17)
  28. $Checkbox13 = GUICtrlCreateCheckbox("RTS Shanghai", 312, 464, 193, 17)
  29. $Button1 = GUICtrlCreateButton("Brief Erstellen", 288, 648, 377, 41, 0)
  30. $Button2 = GUICtrlCreateButton("Neu", 24, 648, 209, 41, 0)
  31. $Checkbox14 = GUICtrlCreateCheckbox("3x Not In PH# NA", 312, 496, 161, 17)
  32. $Checkbox15 = GUICtrlCreateCheckbox("Empfänger nicht erreicht unter der neuen Nummer", 312, 528, 321, 17)
  33. $Checkbox16 = GUICtrlCreateCheckbox("Rechnungs Änderung China", 312, 560, 273, 17)
  34. $Checkbox17 = GUICtrlCreateCheckbox("Rückholung nicht Shanghai", 648, 336, 257, 17)
  35. $Checkbox18 = GUICtrlCreateCheckbox("T2 San Marino", 648, 368, 249, 17)
  36. $Checkbox19 = GUICtrlCreateCheckbox("Nicht Verzollung FDA Brasilien", 648, 400, 241, 17)
  37. $Checkbox20 = GUICtrlCreateCheckbox("Value Limit 200 Euro in Russland", 648, 432, 265, 17)
  38. $Checkbox21 = GUICtrlCreateCheckbox("Chemikalien Russland ", 648, 464, 233, 17)
  39. $Checkbox22 = GUICtrlCreateCheckbox("Privat Sendungen Russland", 648, 496, 249, 17)
  40. $Checkbox23 = GUICtrlCreateCheckbox("Große Firma Name, Abt, Durchwahl ", 648, 528, 249, 17)
  41. $Account = GUICtrlCreateLabel("Account", 504, 72, 99, 17)
  42. $Input6 = GUICtrlCreateInput("", 504, 112, 121, 21)
  43. $Emailadresse = GUICtrlCreateLabel("Emailadresse", 504, 160, 158, 17)
  44. $Input7 = GUICtrlCreateInput("", 504, 200, 281, 21)
  45. $Faxnummer = GUICtrlCreateLabel("Faxnummer", 8, 240, 115, 17)
  46. $Input8 = GUICtrlCreateInput("", 152, 232, 297, 21)
  47. $Button3 = GUICtrlCreateButton("Speichern", 664, 112, 121, 25, 0)
  48. $Label6 = GUICtrlCreateLabel("Label6", 504, 24, 42, 17)
  49. GUISetState(@SW_SHOW)
  50. #EndRegion ### END Koda GUI section ###
  51.  
  52. While 1
  53. $nMsg = GUIGetMsg()
  54. Switch $nMsg
  55. Case $GUI_EVENT_CLOSE
  56. Exit
  57.  
  58. EndSwitch
  59. WEnd
Add Comment
Please, Sign In to add comment