C# Class DSShared.Old2.CustomList

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Protected Properties

Свойство Type Description
collection System.Collections.ArrayList
drawColor Color
drawRow bool
headerHeight int
maxSelColumn int
minSelColumn int
minWidth int
moving bool[]
movingFlag bool
myFont System.Drawing.Font
name string
offX int
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

Свойство Type Description
scroll void

Méthodes publiques

Méthode Description
Closing ( object sender, CancelEventArgs e ) : void
ForceResize ( ) : void
MakeWebpage ( StreamWriter sw ) : void
MakeWebpage ( string title, string path ) : void
Unselect ( ) : void

Méthodes protégées

Méthode Description
CustomList ( string name ) : System
OnKeyDown ( KeyEventArgs 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
OnRenderLine ( Graphics g, float y, float height, object p, int rowNum, Font f ) : void
OnResize ( EventArgs e ) : void
backspace ( ) : void
calcX ( bool load ) : void
readChar ( Keys key ) : void
readDigit ( int digit ) : void
writeCSS ( StreamWriter sw ) : void

Private Methods

Méthode Description
scroll ( object sender, ScrollEventArgs e ) : void

Method Details

Closing() public méthode

public Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
Résultat void

CustomList() protected méthode

protected CustomList ( string name ) : System
name string
Résultat System

ForceResize() public méthode

public ForceResize ( ) : void
Résultat void

MakeWebpage() public méthode

public MakeWebpage ( StreamWriter sw ) : void
sw System.IO.StreamWriter
Résultat void

MakeWebpage() public méthode

public MakeWebpage ( string title, string path ) : void
title string
path string
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnOptionClick() protected méthode

protected OnOptionClick ( OptionClickEventArgs e ) : void
e OptionClickEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnRenderLine() protected méthode

protected OnRenderLine ( 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
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Unselect() public méthode

public Unselect ( ) : void
Résultat void

backspace() protected méthode

protected backspace ( ) : void
Résultat void

calcX() protected méthode

protected calcX ( bool load ) : void
load bool
Résultat void

readChar() protected méthode

protected readChar ( Keys key ) : void
key Keys
Résultat void

readDigit() protected méthode

protected readDigit ( int digit ) : void
digit int
Résultat void

writeCSS() protected méthode

protected writeCSS ( StreamWriter sw ) : void
sw System.IO.StreamWriter
Résultat void

Property Details

collection protected_oe property

protected ArrayList,System.Collections collection
Résultat System.Collections.ArrayList

drawColor protected_oe property

protected Color drawColor
Résultat Color

drawRow protected_oe property

protected bool drawRow
Résultat bool

headerHeight protected_oe property

protected int headerHeight
Résultat int

maxSelColumn protected_oe property

protected int maxSelColumn
Résultat int

minSelColumn protected_oe property

protected int minSelColumn
Résultat int

minWidth protected_oe property

protected int minWidth
Résultat int

moving protected_oe property

protected bool[] moving
Résultat bool[]

movingFlag protected_oe property

protected bool movingFlag
Résultat bool

myFont protected_oe property

protected Font,System.Drawing myFont
Résultat System.Drawing.Font

name protected_oe property

protected string name
Résultat string

offX protected_oe property

protected int offX
Résultat int

over protected_oe property

protected bool[] over
Résultat bool[]

overY protected_oe property

protected int overY
Résultat int

properties protected_oe property

protected StrPropertyList,DSShared.Old2 properties
Résultat StrPropertyList

rowHeight protected_oe property

protected int rowHeight
Résultat int

selBrush protected_oe property

protected Brush,System.Drawing selBrush
Résultat System.Drawing.Brush

selectedObject protected_oe property

protected IColorable selectedObject
Résultat IColorable

showing protected_oe property

protected bool[] showing
Résultat bool[]

smallFont protected_oe property

protected Font,System.Drawing smallFont
Résultat System.Drawing.Font

space protected_oe property

protected int space
Résultat int

startY protected_oe property

protected int startY
Résultat int

strList protected_oe property

protected string[] strList
Résultat string[]

threshhold protected_oe property

protected int threshhold
Résultat int

useColorable protected_oe property

protected bool useColorable
Résultat bool

vert protected_oe property

protected VScrollBar,System.Windows.Forms vert
Résultat System.Windows.Forms.VScrollBar

widths protected_oe property

protected int[] widths
Résultat int[]