#include <NewSubmittedJobFormUnit.h>
Collaboration diagram for TNewSubmittedJobForm:
Public Methods | |
void __fastcall | FormCreate (TObject *Sender) |
void __fastcall | SubmitBitBtnClick (TObject *Sender) |
void __fastcall | PostponeBitBtnClick (TObject *Sender) |
void __fastcall | ComputersCBChange (TObject *Sender) |
__fastcall | TNewSubmittedJobForm (CJob *p_job, CXMLElement *p_ele) |
Public Attributes | |
TBitBtn * | SubmitBitBtn |
TBitBtn * | PostponeBitBtn |
TBitBtn * | DismissBitBtn |
TImage * | Image1 |
TLabel * | Label1 |
TLabel * | JobNameLabel |
TComboBox * | ComputersCB |
TComboBox * | QueuesCB |
TLabel * | Label5 |
TLabel * | Label6 |
TLabel * | Label7 |
TLabel * | ProjectNameLabel |
TCheckBox * | CheckBox1 |
int | ComputerID |
int | QueueID |
bool | Paused |