This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import clr | |
clr.AddReference("System.Drawing") | |
clr.AddReference("System.Windows.Forms") | |
from System.Windows.Forms import Application, Form, Button, Label, DockStyle, AnchorStyles, FormStartPosition | |
class OKWindow(Form): | |
def __init__(self,InfoTXT): | |
newlines = 0 | |
self.StartPosition = FormStartPosition.CenterScreen |