|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Displays currently shared directories and lets the user manipulate them
Field Summary | |
---|---|
System.Windows.Forms.Button | btnAdd |
System.Windows.Forms.Button | btnOk |
System.Windows.Forms.Button | btnRemove |
System.Windows.Forms.ColumnHeader | colDescription |
System.Windows.Forms.ColumnHeader | colPath |
System.Windows.Forms.ColumnHeader | colRecursive |
System.ComponentModel.Container | components |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.ListView | mountList |
System.Collections.ArrayList | pendingMounts |
Fields inherited from class System.Windows.Forms.ScrollableControl |
---|
scrollPosition |
Fields inherited from class System.Windows.Forms.Control |
---|
window |
Constructor Summary | |
---|---|
frmShare() Constructor |
Properties inherited from class System.Windows.Forms.Form |
---|
AcceptButton, ActiveMdiChild, AllowTransparency, AutoScale, AutoScaleBaseSize, AutoScroll, BackColor, CancelButton, ClientSize, ControlBox, CreateParams, DefaultImeMode, DefaultSize, DesktopBounds, DesktopLocation, DialogResult, FormBorderStyle, HelpButton, Icon, IsMdiChild, IsMdiContainer, IsRestrictedWindow, KeyPreview, MaximizeBox, MaximizedBounds, MaximumSize, MdiChildren, MdiParent, Menu, MergedMenu, MinimizeBox, MinimumSize, Modal, Opacity, OwnedForms, Owner, ShowInTaskbar, Size, SizeGripStyle, StartPosition, TabIndex, TopLevel, TopMost, TransparencyKey, WindowState |
Properties inherited from class System.Windows.Forms.ContainerControl |
---|
ActiveControl, BindingContext, ParentForm |
Properties inherited from class System.Windows.Forms.ScrollableControl |
---|
AutoScrollMargin, AutoScrollMinSize, AutoScrollPosition, DisplayRectangle, DockPadding, HScroll, VScroll |
Properties inherited from class System.Windows.Forms.Control |
---|
AccessibilityObject, AccessibleDefaultActionDescription, AccessibleDescription, AccessibleName, AccessibleRole, AllowDrop, Anchor, BackgroundImage, Bottom, Bounds, CanFocus, CanSelect, Capture, CausesValidation, ClientRectangle, CompanyName, ContainsFocus, ContextMenu, Controls, Created, Cursor, DataBindings, Disposing, Dock, Enabled, Focused, Font, FontHeight, ForeColor, Handle, HasChildren, Height, ImeMode, InvokeRequired, IsAccessible, IsDisposed, IsHandleCreated, Left, Location, Name, Parent, ProductName, ProductVersion, RecreatingHandle, Region, RenderRightToLeft, ResizeRedraw, Right, RightToLeft, ShowFocusCues, ShowKeyboardCues, Site, TabStop, Tag, Text, Top, TopLevelControl, Visible, Width, WindowTarget |
Properties inherited from class System.ComponentModel.Component |
---|
Container, DesignMode, Events |
Method Summary | |
---|---|
void | btnAdd_Click(object sender, System.EventArgs e) |
void | btnOk_Click(object sender, System.EventArgs e) |
void | btnRemove_Click(object sender, System.EventArgs e) |
void | Dispose(bool disposing) |
void | frmShare_Load(object sender, System.EventArgs e) |
void |
InitializeComponent() Required method for Designer support - do not modify the contents of this method with the code editor. |
void | ListMounts() |
void | mountList_SelectedIndexChanged(object sender, System.EventArgs e) |
Methods inherited from class System.Windows.Forms.ContainerControl |
---|
IContainerControl.ActivateControl, OnControlRemoved, ProcessDialogChar, ProcessMnemonic, Validate |
Methods inherited from class System.Windows.Forms.ScrollableControl |
---|
GetScrollState, OnLayout, OnMouseWheel, ScrollControlIntoView, SetAutoScrollMargin, SetDisplayRectLocation, SetScrollState |
Methods inherited from class System.ComponentModel.Component |
---|
Dispose, Finalize, GetService |
Methods inherited from class System.MarshalByRefObject |
---|
CreateObjRef, GetLifetimeService, InitializeLifetimeService |
Methods inherited from class System.Object |
---|
Equals, GetHashCode, GetType, MemberwiseClone |
Events inherited from class System.Windows.Forms.Form |
---|
Activated, Closed, Closing, Deactivate, InputLanguageChanged, InputLanguageChanging, Load, MaximizedBoundsChanged, MaximumSizeChanged, MdiChildActivate, MenuComplete, MenuStart, MinimumSizeChanged |
Events inherited from class System.Windows.Forms.Control |
---|
BackColorChanged, BackgroundImageChanged, BindingContextChanged, CausesValidationChanged, ChangeUICues, Click, ContextMenuChanged, ControlAdded, ControlRemoved, CursorChanged, DockChanged, DoubleClick, DragDrop, DragEnter, DragLeave, DragOver, EnabledChanged, Enter, FontChanged, ForeColorChanged, GiveFeedback, GotFocus, HandleCreated, HandleDestroyed, HelpRequested, ImeModeChanged, Invalidated, KeyDown, KeyPress, KeyUp, Layout, Leave, LocationChanged, LostFocus, MouseDown, MouseEnter, MouseHover, MouseLeave, MouseMove, MouseUp, MouseWheel, Move, Paint, ParentChanged, QueryAccessibilityHelp, QueryContinueDrag, Resize, RightToLeftChanged, SizeChanged, StyleChanged, SystemColorsChanged, TabIndexChanged, TabStopChanged, TextChanged, Validated, Validating, VisibleChanged |
Events inherited from class System.ComponentModel.Component |
---|
Disposed |
Field Detail |
---|
private System.Windows.Forms.Button btnAdd
private System.Windows.Forms.Button btnOk
private System.Windows.Forms.Button btnRemove
private System.Windows.Forms.ColumnHeader colDescription
private System.Windows.Forms.ColumnHeader colPath
private System.Windows.Forms.ColumnHeader colRecursive
private System.ComponentModel.Container components
private System.Windows.Forms.GroupBox groupBox1
private System.Windows.Forms.Label label1
private System.Windows.Forms.ListView mountList
private System.Collections.ArrayList pendingMounts
Constructor Detail |
---|
public frmShare()
Constructor
Method Detail |
---|
private void btnAdd_Click(object sender, System.EventArgs e)
private void btnOk_Click(object sender, System.EventArgs e)
private void btnRemove_Click(object sender, System.EventArgs e)
protected void Dispose(bool disposing)
private void frmShare_Load(object sender, System.EventArgs e)
private void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor.
private void ListMounts()
private void mountList_SelectedIndexChanged(object sender, System.EventArgs e)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |