C# Class RockWeb.Blocks.CheckIn.Config.EditLabel

Inheritance: Rock.Web.UI.RockBlock
Mostra file Open project: NewSpring/Rock

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

btnCancel_Click ( object sender, EventArgs e ) : void
btnOpen_Click ( object sender, EventArgs e ) : void
btnPrint_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

btnRedraw_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
SetLabelImage ( ) : void
SetLabelSize ( string zpl ) : void

Tries to set the size of the label using the ZPL contents to calculate width and height.

Method Details

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

btnCancel_Click() protected method

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnOpen_Click() protected method

protected btnOpen_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnPrint_Click() protected method

Handles the Click event of the btnSave control.
protected btnPrint_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnRedraw_Click() protected method

protected btnRedraw_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSave_Click() protected method

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void