- Initial check-in
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 9 Jul 2004 05:21:25 +0000 (05:21 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 9 Jul 2004 05:21:25 +0000 (05:21 -0000)
commit908ff003b970485f4ada36d68bd2f056ae4268f7
tree3d66147c8cca28dddb7375d3a6ee349b14b596d8
parent3622cdcf9e4af89b13cb8fbb55d96f671840b314
- Initial check-in

svn path=/trunk/mcs/; revision=30913
106 files changed:
mcs/class/Managed.Windows.Forms/Assembly/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Assembly/ChangeLog [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Assembly/Consts.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Assembly/Locale.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Makefile [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/README [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleObject.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleRole.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/AccessibleStates.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/AnchorStyles.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ApplicationContext.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BaseCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Binding.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingContext.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingMemberInfo.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingsCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BindingsManagerBase.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Border3DSide.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Border3DStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BorderStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/BoundsSpecified.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonBorderStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ButtonState.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CaptionButton.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckBox.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ContainerControl.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlPaint.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ControlStyles.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ConvertEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ConvertEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Copyright [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CreateParams.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DockStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragAction.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragDropEffects.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DragEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FlatStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/FrameStyle.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/GiveFeedbackEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/GiveFeedbackEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/HelpEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/IContainerControl.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/IDataObject.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/IMessageFilter.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/IWin32Window.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImeMode.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguage.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangedEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageChangingEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InputLanguageCollection.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InvalidateEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/InvalidateEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyPressEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/KeyPressEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Keys.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Label.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/LayoutEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MenuGlyph.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Message.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseButtons.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MouseEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaintEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/PaintEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ProgressBar.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryAccessibilityHelpEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryContinueDragEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/QueryContinueDragEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RightToLeft.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SWF.csproj [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/SWF.csproj.user [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBars.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollButton.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollEventType.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollableControl.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TODO [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TODOAttribute.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICues.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventArgs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UICuesEventHandler.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/X11Structs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIStructs.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/System.Windows.Forms/lang.cs [new file with mode: 0644]