Skip to content

Instantly share code, notes, and snippets.

View ricardyn's full-sized avatar

Ricardo Freitas ricardyn

View GitHub Profile
@MostafaElAyoubi
MostafaElAyoubi / UI.MultipleInputForm Updated
Last active January 4, 2017 14:23
UI.MultipleInputForm Updated
#Copyright (c) mostafa el ayoubi , 2016
#Data-Shapes www.data-shapes.net , elayoubi.mostafa@gmail.com
import clr
clr.AddReference('System.Windows.Forms')
clr.AddReference('System.Drawing')
from System.Drawing import Point
from System.Windows.Forms import Application, Button, Form, Label, TextBox, CheckBox, FolderBrowserDialog, OpenFileDialog, DialogResult, ComboBox, FormBorderStyle
from System.Collections.Generic import *