Removed event handler for debug checkboxes
This commit is contained in:
parent
fbfcae6100
commit
ead5264fd6
@ -1066,7 +1066,6 @@ namespace VEPROMS
|
|||||||
this.cbxDebugPagination.TabIndex = 0;
|
this.cbxDebugPagination.TabIndex = 0;
|
||||||
this.cbxDebugPagination.Text = "Pagination";
|
this.cbxDebugPagination.Text = "Pagination";
|
||||||
this.cbxDebugPagination.UseVisualStyleBackColor = false;
|
this.cbxDebugPagination.UseVisualStyleBackColor = false;
|
||||||
this.cbxDebugPagination.CheckedChanged += new System.EventHandler(this.cbxDebugPagination_CheckedChanged);
|
|
||||||
//
|
//
|
||||||
// cbxDebugText
|
// cbxDebugText
|
||||||
//
|
//
|
||||||
@ -1078,7 +1077,6 @@ namespace VEPROMS
|
|||||||
this.cbxDebugText.TabIndex = 1;
|
this.cbxDebugText.TabIndex = 1;
|
||||||
this.cbxDebugText.Text = "Text";
|
this.cbxDebugText.Text = "Text";
|
||||||
this.cbxDebugText.UseVisualStyleBackColor = false;
|
this.cbxDebugText.UseVisualStyleBackColor = false;
|
||||||
this.cbxDebugText.CheckedChanged += new System.EventHandler(this.cbxDebugText_CheckedChanged);
|
|
||||||
//
|
//
|
||||||
// DlgPrintProcedure
|
// DlgPrintProcedure
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user