Skip to content

Instantly share code, notes, and snippets.

View db0's full-sized avatar
🎯
Providing generative AI for everyone via the AI Horde

Divided by Zer0 db0

🎯
Providing generative AI for everyone via the AI Horde
View GitHub Profile
@db0
db0 / gist:3767055
Created September 22, 2012 17:39
iteration of OK form for OCTGN
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