SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SeciUserInterface.Dialogs.Exes.AddExe Class Reference
Inheritance diagram for SeciUserInterface.Dialogs.Exes.AddExe:
Inheritance graph
Collaboration diagram for SeciUserInterface.Dialogs.Exes.AddExe:
Collaboration graph

Public Member Functions

 AddExe ()
 

Protected Member Functions

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

Private Member Functions

void btnAdd_Click (object sender, EventArgs e)
 
void btnBrowse_Click (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

System.Windows.Forms.OpenFileDialog browseDialog
 
System.Windows.Forms.Button btnAdd
 
System.Windows.Forms.Button btnBrowse
 
System.Windows.Forms.Button btnCancel
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox txtExe
 

Detailed Description

Definition at line 12 of file AddExe.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.Exes.AddExe.AddExe ( )
inline

Definition at line 15 of file AddExe.cs.

Member Function Documentation

void SeciUserInterface.Dialogs.Exes.AddExe.btnAdd_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 29 of file AddExe.cs.

void SeciUserInterface.Dialogs.Exes.AddExe.btnBrowse_Click ( object  sender,
EventArgs  e 
)
inlineprivate

Definition at line 21 of file AddExe.cs.

override void SeciUserInterface.Dialogs.Exes.AddExe.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file AddExe.Designer.cs.

void SeciUserInterface.Dialogs.Exes.AddExe.InitializeComponent ( )
inlineprivate

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

Definition at line 29 of file AddExe.Designer.cs.

Member Data Documentation

System.Windows.Forms.OpenFileDialog SeciUserInterface.Dialogs.Exes.AddExe.browseDialog
private

Definition at line 118 of file AddExe.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Exes.AddExe.btnAdd
private

Definition at line 120 of file AddExe.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Exes.AddExe.btnBrowse
private

Definition at line 117 of file AddExe.Designer.cs.

System.Windows.Forms.Button SeciUserInterface.Dialogs.Exes.AddExe.btnCancel
private

Definition at line 119 of file AddExe.Designer.cs.

System.ComponentModel.IContainer SeciUserInterface.Dialogs.Exes.AddExe.components = null
private

Required designer variable.

Definition at line 8 of file AddExe.Designer.cs.

System.Windows.Forms.Label SeciUserInterface.Dialogs.Exes.AddExe.label1
private

Definition at line 115 of file AddExe.Designer.cs.

System.Windows.Forms.TextBox SeciUserInterface.Dialogs.Exes.AddExe.txtExe
private

Definition at line 116 of file AddExe.Designer.cs.


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