class: NewDllForm

public class: NewDllForm
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 13:35:16; Modified: 9.12.2005 12:52:32;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5E1D43C7-8029-421a-811F-550ADE5A6266}
Summary description for Form1.

 

Goto: Fields, Methods

Implements: Add module

See also: OneTransform, DBDataAdmin, ModuleDefinition, Add module

Appears in: UC Module definition, Class Diagram

Connections
 
NewDllForm Attributes
Attribute Details
private System.Windows.Forms.ComboBox
  CBClass
private System.Windows.Forms.Button
  button3
private System.Windows.Forms.Label
  label1
private System.Windows.Forms.Label
  label2
private System.Windows.Forms.Label
  label3
private System.Windows.Forms.OpenFileDialog
  OFD
private System.Windows.Forms.TextBox
  TBPath
private System.Windows.Forms.TextBox
  TBDesc
private System.Windows.Forms.Button
  BTNOK
private System.ComponentModel.Container
  components
Initial: null
Notes: Required designer variable.

private System.Windows.Forms.Label
  label4
private GuiExt.TextBoxInt
  TBId
private System.Windows.Forms.Button
  browseButton
private System.Windows.Forms.Label
  label5
private System.Windows.Forms.ComboBox
  cbType
public OneTransform
  ot
Notes: One new Transform

private DBDataAdmin
  dbAdmin
private DBDataAdmin.AllTransforms
  at
 
NewDllForm Methods
Operation Details
public
NewDllForm(
   DBDataAdmin dbAdmin,
   DBDataAdmin.AllTransforms at):
Notes: constructor without parameters

@param ="t"
protected
Dispose(
   bool disposing):void
Tags: override=true
Notes: Clean up any resources being used.
private
InitializeComponent():void
Notes: Required method for Designer support - do not modify the contents of this method with the code editor.
private
button1_Click(
   object sender,
   System.EventArgs e):void
Notes: Load all classes from specific DLL into Combo Box
private
BTNOKClick(
   object sender,
   System.EventArgs e):void
Notes: Validate all inputs.
private
CBClass_SelectedIndexChanged(
   object sender,
   System.EventArgs e):void
private
TBDesc_TextChanged(
   object sender,
   System.EventArgs e):void
private
TBId_TextChanged(
   object sender,
   System.EventArgs e):void