Removed event handler for debug checkboxes

This commit is contained in:
Rich 2011-08-23 19:01:52 +00:00
parent fbfcae6100
commit ead5264fd6

View File

@ -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
// //