IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.ResizeForm Class Reference

Summary description for ResizeForm. More...

+ Inheritance diagram for IPLab.ResizeForm:
+ Collaboration diagram for IPLab.ResizeForm:

Public Member Functions

 ResizeForm ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

Size OriginalSize [get, set]
 
IFilter Filter [get]
 

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void ResizeForm_Load (object sender, System.EventArgs e)
 
void sizeButton_CheckedChanged (object sender, System.EventArgs e)
 
void factorButton_CheckedChanged (object sender, System.EventArgs e)
 
void factorBox_TextChanged (object sender, System.EventArgs e)
 
void widthBox_TextChanged (object sender, System.EventArgs e)
 
void heightBox_TextChanged (object sender, System.EventArgs e)
 
void okButton_Click (object sender, System.EventArgs e)
 

Private Attributes

Size originalSize
 
BaseResizeFilter filter = null
 
bool updating = false
 
System.Windows.Forms.RadioButton factorButton
 
System.Windows.Forms.TextBox factorBox
 
System.Windows.Forms.PictureBox pictureBox1
 
System.Windows.Forms.RadioButton sizeButton
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox widthBox
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.TextBox heightBox
 
System.Windows.Forms.PictureBox pictureBox2
 
System.Windows.Forms.Label label3
 
System.Windows.Forms.ComboBox methodCombo
 
System.Windows.Forms.Button okButton
 
System.Windows.Forms.Button cancelButton
 
System.Windows.Forms.CheckBox ratioCheck
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for ResizeForm.

Constructor & Destructor Documentation

IPLab.ResizeForm.ResizeForm ( )
inline

Member Function Documentation

override void IPLab.ResizeForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.ResizeForm.components.

void IPLab.ResizeForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Referenced by IPLab.ResizeForm.ResizeForm().

void IPLab.ResizeForm.ResizeForm_Load ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ResizeForm.sizeButton_CheckedChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ResizeForm.factorButton_CheckedChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ResizeForm.factorBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ResizeForm.widthBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ResizeForm.heightBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ResizeForm.okButton_Click ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

Size IPLab.ResizeForm.originalSize
private
BaseResizeFilter IPLab.ResizeForm.filter = null
private
bool IPLab.ResizeForm.updating = false
private
System.Windows.Forms.RadioButton IPLab.ResizeForm.factorButton
private
System.Windows.Forms.TextBox IPLab.ResizeForm.factorBox
private
System.Windows.Forms.PictureBox IPLab.ResizeForm.pictureBox1
private
System.Windows.Forms.RadioButton IPLab.ResizeForm.sizeButton
private
System.Windows.Forms.Label IPLab.ResizeForm.label1
private
System.Windows.Forms.Label IPLab.ResizeForm.label2
private
System.Windows.Forms.PictureBox IPLab.ResizeForm.pictureBox2
private
System.Windows.Forms.Label IPLab.ResizeForm.label3
private
System.Windows.Forms.ComboBox IPLab.ResizeForm.methodCombo
private
System.Windows.Forms.Button IPLab.ResizeForm.okButton
private
System.Windows.Forms.Button IPLab.ResizeForm.cancelButton
private
System.Windows.Forms.CheckBox IPLab.ResizeForm.ratioCheck
private
System.ComponentModel.Container IPLab.ResizeForm.components = null
private

Required designer variable.

Referenced by IPLab.ResizeForm.Dispose().

Property Documentation

Size IPLab.ResizeForm.OriginalSize
getset
IFilter IPLab.ResizeForm.Filter
get

The documentation for this class was generated from the following file: