C# Class PrintPageLayout.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
Frame2 System.Windows.Forms.GroupBox
Label1 System.Windows.Forms.Label
Label10 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label
Label5 System.Windows.Forms.Label
Label6 System.Windows.Forms.Label
Label7 System.Windows.Forms.Label
Label8 System.Windows.Forms.Label
Label9 System.Windows.Forms.Label
Line2 System.Windows.Forms.Label
cboPageSize System.Windows.Forms.ComboBox
cboPageToPrinterMapping System.Windows.Forms.ComboBox
cmdLoadMxFile System.Windows.Forms.Button
cmdPrint System.Windows.Forms.Button
fraPrint System.Windows.Forms.GroupBox
fraPrinter System.Windows.Forms.GroupBox
lblPageCount System.Windows.Forms.Label
lblPdcdcrinter System.Windows.Forms.Label
lblPrinterName System.Windows.Forms.Label
lblPrinterOrientation System.Windows.Forms.Label
lblPrinterSize System.Windows.Forms.Label
optLandscape System.Windows.Forms.RadioButton
optPortrait System.Windows.Forms.RadioButton
txbEndPage System.Windows.Forms.TextBox
txbMxFilePath System.Windows.Forms.TextBox
txbOverlap System.Windows.Forms.TextBox
txbStartPage System.Windows.Forms.TextBox

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EnableOrientation ( bool b ) : void
Form1_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

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

Main ( ) : void
UpdatePrintPageDisplay ( ) : void
UpdatePrintingDisplay ( ) : void
cboPageSize_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboPageToPrinterMapping_Click ( object sender, System e ) : void
cmdLoadMxFile_Click ( object sender, System e ) : void
cmdPrint_Click ( object sender, System e ) : void
optLandscape_Click ( object sender, System e ) : void
optPortrait_Click ( object sender, System e ) : void
txbOverlap_Leave ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Form1() public method

public Form1 ( ) : System
return System

Property Details

Frame2 public_oe property

public GroupBox,System.Windows.Forms Frame2
return System.Windows.Forms.GroupBox

Label1 public_oe property

public Label,System.Windows.Forms Label1
return System.Windows.Forms.Label

Label10 public_oe property

public Label,System.Windows.Forms Label10
return System.Windows.Forms.Label

Label2 public_oe property

public Label,System.Windows.Forms Label2
return System.Windows.Forms.Label

Label5 public_oe property

public Label,System.Windows.Forms Label5
return System.Windows.Forms.Label

Label6 public_oe property

public Label,System.Windows.Forms Label6
return System.Windows.Forms.Label

Label7 public_oe property

public Label,System.Windows.Forms Label7
return System.Windows.Forms.Label

Label8 public_oe property

public Label,System.Windows.Forms Label8
return System.Windows.Forms.Label

Label9 public_oe property

public Label,System.Windows.Forms Label9
return System.Windows.Forms.Label

Line2 public_oe property

public Label,System.Windows.Forms Line2
return System.Windows.Forms.Label

cboPageSize public_oe property

public ComboBox,System.Windows.Forms cboPageSize
return System.Windows.Forms.ComboBox

cboPageToPrinterMapping public_oe property

public ComboBox,System.Windows.Forms cboPageToPrinterMapping
return System.Windows.Forms.ComboBox

cmdLoadMxFile public_oe property

public Button,System.Windows.Forms cmdLoadMxFile
return System.Windows.Forms.Button

cmdPrint public_oe property

public Button,System.Windows.Forms cmdPrint
return System.Windows.Forms.Button

fraPrint public_oe property

public GroupBox,System.Windows.Forms fraPrint
return System.Windows.Forms.GroupBox

fraPrinter public_oe property

public GroupBox,System.Windows.Forms fraPrinter
return System.Windows.Forms.GroupBox

lblPageCount public_oe property

public Label,System.Windows.Forms lblPageCount
return System.Windows.Forms.Label

lblPdcdcrinter public_oe property

public Label,System.Windows.Forms lblPdcdcrinter
return System.Windows.Forms.Label

lblPrinterName public_oe property

public Label,System.Windows.Forms lblPrinterName
return System.Windows.Forms.Label

lblPrinterOrientation public_oe property

public Label,System.Windows.Forms lblPrinterOrientation
return System.Windows.Forms.Label

lblPrinterSize public_oe property

public Label,System.Windows.Forms lblPrinterSize
return System.Windows.Forms.Label

optLandscape public_oe property

public RadioButton,System.Windows.Forms optLandscape
return System.Windows.Forms.RadioButton

optPortrait public_oe property

public RadioButton,System.Windows.Forms optPortrait
return System.Windows.Forms.RadioButton

txbEndPage public_oe property

public TextBox,System.Windows.Forms txbEndPage
return System.Windows.Forms.TextBox

txbMxFilePath public_oe property

public TextBox,System.Windows.Forms txbMxFilePath
return System.Windows.Forms.TextBox

txbOverlap public_oe property

public TextBox,System.Windows.Forms txbOverlap
return System.Windows.Forms.TextBox

txbStartPage public_oe property

public TextBox,System.Windows.Forms txbStartPage
return System.Windows.Forms.TextBox