C# Class DSShared.Old.CustomList

Inheritance: System.Windows.Forms.Control
Mostra file Open project: pmprog/OpenXCOM.Tools

Protected Properties

Property Type Description
clearSelected bool
collection System.Collections.ArrayList
drawColor Color
headerHeight int
keepFocus bool
keystrokeProcessed bool
maxSelColumn int
minSelColumn int
minWidth int
moving bool[]
movingFlag bool
myFont System.Drawing.Font
name string
over bool[]
overY int
properties StrPropertyList
rowHeight int
selBrush System.Drawing.Brush
selectedObject IColorable
showing bool[]
smallFont System.Drawing.Font
space int
startY int
strList string[]
threshhold int
useColorable bool
vert System.Windows.Forms.VScrollBar
widths int[]

Private Properties

Property Type Description
scroll void

Public Methods

Method Description
Closing ( object sender, CancelEventArgs e ) : void
ForceResize ( ) : void
MakeWebpage ( string title, string path ) : void
Save ( ) : void

Protected Methods

Method Description
CustomList ( string name ) : System
OnKeyPress ( KeyPressEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnOptionClick ( OptionClickEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
backspace ( ) : void
calcX ( bool load ) : void
enterKey ( ) : void
readChar ( char c ) : void
readDigit ( int digit ) : void
renderLine ( Graphics g, float y, float height, object p, int rowNum, Font f ) : void
writeCSS ( StreamWriter sw ) : void

Private Methods

Method Description
scroll ( object sender, ScrollEventArgs e ) : void

Method Details

Closing() public method

public Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

CustomList() protected method

protected CustomList ( string name ) : System
name string
return System

ForceResize() public method

public ForceResize ( ) : void
return void

MakeWebpage() public method

public MakeWebpage ( string title, string path ) : void
title string
path string
return void

OnKeyPress() protected method

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseWheel() protected method

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnOptionClick() protected method

protected OnOptionClick ( OptionClickEventArgs e ) : void
e OptionClickEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Save() public method

public Save ( ) : void
return void

backspace() protected method

protected backspace ( ) : void
return void

calcX() protected method

protected calcX ( bool load ) : void
load bool
return void

enterKey() protected method

protected enterKey ( ) : void
return void

readChar() protected method

protected readChar ( char c ) : void
c char
return void

readDigit() protected method

protected readDigit ( int digit ) : void
digit int
return void

renderLine() protected method

protected renderLine ( Graphics g, float y, float height, object p, int rowNum, Font f ) : void
g System.Drawing.Graphics
y float
height float
p object
rowNum int
f System.Drawing.Font
return void

writeCSS() protected method

protected writeCSS ( StreamWriter sw ) : void
sw System.IO.StreamWriter
return void

Property Details

clearSelected protected_oe property

protected bool clearSelected
return bool

collection protected_oe property

protected ArrayList,System.Collections collection
return System.Collections.ArrayList

drawColor protected_oe property

protected Color drawColor
return Color

headerHeight protected_oe property

protected int headerHeight
return int

keepFocus protected_oe property

protected bool keepFocus
return bool

keystrokeProcessed protected_oe property

protected bool keystrokeProcessed
return bool

maxSelColumn protected_oe property

protected int maxSelColumn
return int

minSelColumn protected_oe property

protected int minSelColumn
return int

minWidth protected_oe property

protected int minWidth
return int

moving protected_oe property

protected bool[] moving
return bool[]

movingFlag protected_oe property

protected bool movingFlag
return bool

myFont protected_oe property

protected Font,System.Drawing myFont
return System.Drawing.Font

name protected_oe property

protected string name
return string

over protected_oe property

protected bool[] over
return bool[]

overY protected_oe property

protected int overY
return int

properties protected_oe property

protected StrPropertyList,DSShared.Old properties
return StrPropertyList

rowHeight protected_oe property

protected int rowHeight
return int

selBrush protected_oe property

protected Brush,System.Drawing selBrush
return System.Drawing.Brush

selectedObject protected_oe property

protected IColorable selectedObject
return IColorable

showing protected_oe property

protected bool[] showing
return bool[]

smallFont protected_oe property

protected Font,System.Drawing smallFont
return System.Drawing.Font

space protected_oe property

protected int space
return int

startY protected_oe property

protected int startY
return int

strList protected_oe property

protected string[] strList
return string[]

threshhold protected_oe property

protected int threshhold
return int

useColorable protected_oe property

protected bool useColorable
return bool

vert protected_oe property

protected VScrollBar,System.Windows.Forms vert
return System.Windows.Forms.VScrollBar

widths protected_oe property

protected int[] widths
return int[]