|
|
@@ -2,13 +2,184 @@ Before you checkin code, run monostyle.exe on it.
|
|
|
More checkins are better! Checkin often!. More than once a day is great.
|
|
|
If you do not update your checkout date for 10 days, someone else may take them.
|
|
|
|
|
|
-Here are the file currently checked out:
|
|
|
+We have work at 4 levels right now:
|
|
|
|
|
|
-Screen - 10-26-2002 - Frs-Denis Gonthier <[email protected]>
|
|
|
-Button, ButtonBase - 10-26-2002 John Sohn <[email protected]>
|
|
|
-Label - 10-26-2002 John Sohn <[email protected]>
|
|
|
-All *tree* classes - 10-26-2002 - Jeff Bakst <[email protected]>
|
|
|
-All *arg*classes - Dennis Hayes <[email protected]>
|
|
|
-All *Scroll* classes scrollable window and scrollable control - 10-26-2002 - Dennis Hayes <[email protected]>
|
|
|
+1) Typing. if you can typ , we can use you.
|
|
|
+ Pick out of the the classes that need stubbing, or the one enum that has not been done
|
|
|
+ and create a skeloton for the class. Throw not implmented for all the functions.
|
|
|
+ Most of the file below can be used to see how to throw the execption.
|
|
|
+ Many more stubs needed for System.Drawing.
|
|
|
+
|
|
|
+2) General implentation. there is a lot of things in these classes that are not win32 api dependant and can
|
|
|
+ be done by people who know some C#.
|
|
|
+
|
|
|
+3) Data base implmentation. the Data* and Binding* classes couls use someone who uses data bases.
|
|
|
+ If you are working on mono databases, keep doing that. It is more importiant than this.
|
|
|
+
|
|
|
+4) WINE/WIN32 API implmentaton of classes.
|
|
|
+
|
|
|
+The same type of task also exist in the System.Drawing namespace.
|
|
|
|
|
|
Who wants to take on Data* and Binding*, all releated to database stuff, probably more than win32 api.?
|
|
|
+
|
|
|
+
|
|
|
+AccessibleObject.cs
|
|
|
+AmbientProperties.cs
|
|
|
+Application.cs Need CE
|
|
|
+ApplicationContext.cs
|
|
|
+AssemblyInfo.cs
|
|
|
+AxHost.cs
|
|
|
+Binding.cs Need CE
|
|
|
+BindingContext.cs Need CE
|
|
|
+BindingManagerBase.cs Need CE
|
|
|
+BindingMemberInfo.cs Need CE - Needs constructor only.
|
|
|
+Button.cs Need CE - 10-28-2002 John Sohn <[email protected]>
|
|
|
+CheckBox.cs Need CE
|
|
|
+CheckedListBox.cs
|
|
|
+Clipboard.cs
|
|
|
+ColorDialog.cs
|
|
|
+ColumnHeader.cs Need CE
|
|
|
+ComboBox.cs Need CE
|
|
|
+CommonDialog.cs Need CE
|
|
|
+ContainerControl.cs Need CE
|
|
|
+ContextMenu.cs Need CE
|
|
|
+Control.cs Need CE
|
|
|
+ControlBindingsCollection.cs Need CE
|
|
|
+ControlPaint.cs
|
|
|
+CreateParams.cs
|
|
|
+CurrencyManager.cs Need CE
|
|
|
+Cursor.cs Need CE
|
|
|
+CursorConverter.cs
|
|
|
+Cursors.cs Need CE
|
|
|
+DataFormats.cs
|
|
|
+DataGrid.cs
|
|
|
+DataGridBoolColumn.cs
|
|
|
+DataGridCell.cs
|
|
|
+DataGridColumnStyle.cs
|
|
|
+DataGridPreferredColumnWidthTypeConverter.cs
|
|
|
+DataGridTableStyle.cs
|
|
|
+DataGridTextBox.cs
|
|
|
+DataGridTextBoxColumn.cs
|
|
|
+DataObject.cs
|
|
|
+DateTimePicker.cs
|
|
|
+DomainUpDown.cs Need CE
|
|
|
+ErrorProvider.cs
|
|
|
+FeatureSupport.cs
|
|
|
+FileDialog.cs Need CE
|
|
|
+FolderBrowserDialog.cs
|
|
|
+FontDialog.cs
|
|
|
+Form.cs Need CE
|
|
|
+GridColumnStylesCollection.cs
|
|
|
+GridItem.cs
|
|
|
+GridItemCollection.cs
|
|
|
+GridTableStylesCollection.cs
|
|
|
+GroupBox.cs
|
|
|
+Help.cs
|
|
|
+HelpProvider.cs
|
|
|
+HScrollBar.cs Need CE - 10-28-2002- Dennis Hayes <[email protected]>
|
|
|
+ImageIndexConverter.cs
|
|
|
+ImageList.cs Need CE
|
|
|
+ImageListStreamer.cs
|
|
|
+InputLanguage.cs
|
|
|
+InputLanguageCollection.cs
|
|
|
+KeysConverter.cs
|
|
|
+Label.cs Need CE - 10-28-2002 John Sohn <[email protected]>
|
|
|
+LinkArea.cs
|
|
|
+LinkLabel.cs
|
|
|
+LinkState.cs
|
|
|
+ListBindingConverter.cs
|
|
|
+ListBox.cs Need CE - 10-28-2002 -Joshua Perry <[email protected]
|
|
|
+ListControl.cs Need CE
|
|
|
+ListView.cs Need CE
|
|
|
+ListViewItem.cs Need CE
|
|
|
+ListViewItemConverter.cs
|
|
|
+MainMenu.cs Need CE
|
|
|
+Menu.cs Need CE
|
|
|
+MenuItem.cs Need CE
|
|
|
+Message.cs
|
|
|
+MessageBox.cs Need CE
|
|
|
+MethodInvoker.cs
|
|
|
+MonthCalendar.cs
|
|
|
+NativeWindow.cs
|
|
|
+NotifyIcon.cs
|
|
|
+NumericUpDown.cs Need CE
|
|
|
+OpacityConverter.cs
|
|
|
+OpenFileDialog.cs Need CE
|
|
|
+OSFeature.cs
|
|
|
+PageSetupDialog.cs
|
|
|
+Panel.cs Need CE
|
|
|
+PictureBox Need CE Needs Stubbing!!!
|
|
|
+PrintControllerWithStatusDialog.cs
|
|
|
+PrintDialog.cs
|
|
|
+PrintPreviewControl.cs
|
|
|
+PrintPreviewDialog.cs
|
|
|
+ProgressBar.cs Need CE
|
|
|
+PropertyGrid.cs
|
|
|
+PropertyManager.cs Need CE
|
|
|
+RadioButton.cs Need CE
|
|
|
+RichTextBox.cs
|
|
|
+RichTextBoxSelectionAttribute.cs
|
|
|
+RichTextBoxWordPunctuations.cs
|
|
|
+SaveFileDialog.cs Need CE
|
|
|
+Screen.cs Need CE - 10-28-2002 - Frs-Denis Gonthier <[email protected]>
|
|
|
+ScrollableControl.cs Need CE - 10-28-2002 - Dennis Hayes <[email protected]>
|
|
|
+ScrollBar.cs Need CE - 10-28-2002 - Dennis Hayes <[email protected]>
|
|
|
+SecurityIDType.cs
|
|
|
+SelectionRange.cs
|
|
|
+SelectionRangeConverter.cs
|
|
|
+SendKeys.cs
|
|
|
+Splitter.cs
|
|
|
+StatusBar.cs Need CE
|
|
|
+StatusBarPanel.cs
|
|
|
+StatusBarPanelCollection.cs
|
|
|
+StructFormat.cs
|
|
|
+SystemInformation.cs Need CE (2 functions)
|
|
|
+TabControl.cs Need CE
|
|
|
+TabPage.cs Need CE
|
|
|
+TextBox.cs Need CE - 10-28-2002 - Joshua Perry <[email protected]
|
|
|
+TextBoxBase.cs Need CE - 10-28-2002 - Joshua Perry <[email protected]
|
|
|
+ThreadExceptionDialog.cs
|
|
|
+Timer.cs Need CE
|
|
|
+ToolBar.cs Need CE
|
|
|
+ToolBarButton.cs Need CE
|
|
|
+tooltip.cs
|
|
|
+TrackBar.cs Need CE
|
|
|
+TreeNode.cs Need CE - 10-28-2002 - Jeff Bakst <[email protected]>
|
|
|
+TreeNodeCollection.cs Need CE - 10-28-2002 - Jeff Bakst <[email protected]>
|
|
|
+TreeNodeConverter.cs - 10-28-2002 - Jeff Bakst <[email protected]>
|
|
|
+TreeView.cs Need CE - 10-28-2002 - Jeff Bakst <[email protected]>
|
|
|
+TreeViewImageIndexConverter.cs - 10-28-2002 - Jeff Bakst <[email protected]>
|
|
|
+UpDownBase.cs Need CE
|
|
|
+UserControl.cs
|
|
|
+VScrollBar.cs Need CE - 10-28-2002 - Dennis Hayes <[email protected]>
|
|
|
+
|
|
|
+===================================================
|
|
|
+
|
|
|
+System.Windows.Forms.Design
|
|
|
+None of these are needed for CE
|
|
|
+
|
|
|
+=============================
|
|
|
+
|
|
|
+AnchorEditor.cs
|
|
|
+AssemblyInfo.cs
|
|
|
+AxImporter.cs
|
|
|
+ComponentDocumentDesigner.cs
|
|
|
+ComponentEditor.cs Needs stubbing
|
|
|
+ComponentEditorForm.cs
|
|
|
+ComponentTray.cs Needs stubbing
|
|
|
+ControlDesigner.cs
|
|
|
+DocumentDesigner.cs Needs stubbing
|
|
|
+EventsTab.cs Needs stubbing
|
|
|
+FileNameEditor.cs Needs stubbing
|
|
|
+IMenuEditorService.cs Needs stubbing
|
|
|
+IUIService.cs Needs stubbing
|
|
|
+IWindowsformsEditorService.cs Needs stubbing
|
|
|
+MenusCommands.cs Needs stubbing
|
|
|
+ParentControlDesigner.cs Needs stubbing
|
|
|
+PropertyTab.cs Needs stubbing
|
|
|
+ScrollableControlDesigner.cs Needs stubbing
|
|
|
+SelectionRules.cs Needs enumeration! easy task for someone.
|
|
|
+UITypeEditor.cs Needs stubbing
|
|
|
+
|
|
|
+
|
|
|
+
|