using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
//to get the image resources from the
//assembly:
using System.Reflection;
using GZTW.AyaNova.BLL;
using Infragistics.Win;
using Infragistics.Win.UltraWinGrid;
using Infragistics.Win.UltraWinToolbars;
using System.Text;
using System.Drawing.Drawing2D;
using log4net;
namespace AyaNova
{
//Case 697
public delegate void WorkorderUpdated(object sender, EventArgs e);
///
/// Summary description for WorkorderForm.
///
public class WorkorderForm : System.Windows.Forms.Form
{
// Create a logger for use in this class
//case 1039 private static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
//private Watermark Water;
#region Control variables / constructor / dispose
private System.Windows.Forms.Panel pnlHeader;
private System.Windows.Forms.Panel pnlService;
private System.Windows.Forms.Panel pnlQuote;
private System.Windows.Forms.Panel pnlPM;
private System.Windows.Forms.Panel pnlItem;
private System.Windows.Forms.Panel pnlLabour;
private System.Windows.Forms.Panel pnlParts;
private System.Windows.Forms.Panel pnlExpense;
private System.Windows.Forms.Panel pnlOutsideService;
private System.Windows.Forms.Panel pnlScheduledUser;
private System.Windows.Forms.Panel pnlTask;
private System.Windows.Forms.Panel pnlTravel;
private System.Windows.Forms.Panel pnlUnit;
private System.Windows.Forms.Panel pnlNavigation;
private System.Windows.Forms.Panel pnlHeaderLeft;
private System.Windows.Forms.Panel pnlHeaderCenter;
private System.Windows.Forms.Panel pnlHeaderRight;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edClientID;
private Infragistics.Win.Misc.UltraButton btnClientID;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edCustomerContactName;
private Infragistics.Win.Misc.UltraLabel lblCustomerContactName;
private Infragistics.Win.Misc.UltraLabel lblSummary;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edSummary;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edCustomerReferenceNumber;
private Infragistics.Win.Misc.UltraLabel lblCustomerReferenceNumber;
private GZTW.WinForm.Controls.GZUltraComboEditor cbProjectID;
private Infragistics.Win.Misc.UltraButton btnProjectID;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderCategoryID;
private Infragistics.Win.Misc.UltraButton btnWorkorderCategoryID;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckOnsite;
private System.Windows.Forms.Panel pnlServiceLeft;
private System.Windows.Forms.Panel pnlServiceCenter;
private System.Windows.Forms.Panel pnlServiceRight;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderStatusID;
private Infragistics.Win.Misc.UltraButton btnWorkorderStatusID;
private Infragistics.Win.Misc.UltraLabel lblServiceDate;
private GZTW.WinForm.Controls.GZDateTimePicker dtServiceDate;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edInvoiceNumber;
private Infragistics.Win.Misc.UltraLabel lblInvoiceNumber;
private System.Windows.Forms.Panel pnlWorkorderItemCustomFields;
private Infragistics.Win.UltraWinGrid.UltraGrid gridWorkorderItems;
private Infragistics.Win.Misc.UltraButton btnViewLabors;
private Infragistics.Win.Misc.UltraButton btnViewUnit;
private Infragistics.Win.Misc.UltraButton btnViewParts;
private Infragistics.Win.Misc.UltraButton btnViewTravels;
private Infragistics.Win.Misc.UltraButton btnViewScheduledUsers;
private Infragistics.Win.Misc.UltraButton btnViewTasks;
private Infragistics.Win.Misc.UltraButton btnViewExpenses;
private Infragistics.Win.Misc.UltraButton btnViewOutsideService;
private Infragistics.Win.Misc.UltraButton btnViewCustomFields;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Panel WorkorderForm_Fill_Panel;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _WorkorderForm_Toolbars_Dock_Area_Left;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _WorkorderForm_Toolbars_Dock_Area_Right;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _WorkorderForm_Toolbars_Dock_Area_Top;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _WorkorderForm_Toolbars_Dock_Area_Bottom;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager tbManager;
private System.Windows.Forms.ErrorProvider epWO;
private System.Windows.Forms.CheckBox ckIsDirty;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edIntroduction;
private System.Windows.Forms.Panel pnlQuoteLeft;
private System.Windows.Forms.Panel pnlQuoteMiddle;
private System.Windows.Forms.Panel pnlQuoteRight;
private GZTW.WinForm.Controls.GZDateTimePicker dtDateApproved;
private GZTW.WinForm.Controls.GZDateTimePicker dtDateSubmitted;
private GZTW.WinForm.Controls.GZDateTimePicker dtValidUntilDate;
private GZTW.WinForm.Controls.GZDateTimePicker dtQuoteRequestDate;
private GZTW.WinForm.Controls.GZUltraComboEditor cbPreparedByID;
private Infragistics.Win.UltraWinGrid.UltraGrid gridLabor;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderItemUnitID;
private Infragistics.Win.Misc.UltraButton btnUnitID;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderItemUnitServiceTypeID;
private Infragistics.Win.Misc.UltraButton btnWorkorderItemUnitServiceTypeID;
private Infragistics.Win.UltraWinGrid.UltraGrid gridTravel;
private GZTW.WinForm.Controls.GZDateTimePicker GridCalendar;
private Infragistics.Win.UltraWinGrid.UltraGrid gridParts;
private Infragistics.Win.UltraWinGrid.UltraGrid gridScheduledUsers;
private Infragistics.Win.UltraWinGrid.UltraGrid gridExpense;
private System.Windows.Forms.Panel pnlOutsideServiceLeft;
private System.Windows.Forms.Panel pnlOutsideServiceCenter;
private System.Windows.Forms.Panel pnlOutsideServiceRight;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceNotes;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edWorkorderItemOutsideServiceNotes;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edWorkorderItemOutsideServiceRMANumber;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceRMANumber;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edWorkorderItemOutsideServiceTrackingNumber;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceTrackingNumber;
private Infragistics.Win.UltraWinEditors.UltraCurrencyEditor edWorkorderItemOutsideServiceRepairCost;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceRepairCost;
private Infragistics.Win.UltraWinEditors.UltraCurrencyEditor edWorkorderItemOutsideServiceRepairPrice;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceRepairPrice;
private Infragistics.Win.UltraWinEditors.UltraCurrencyEditor edWorkorderItemOutsideServiceShippingPrice;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceShippingPrice;
private Infragistics.Win.UltraWinEditors.UltraCurrencyEditor edWorkorderItemOutsideServiceShippingCost;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceShippingCost;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderItemOutsideServiceVendorSentToID;
private Infragistics.Win.Misc.UltraButton btnWorkorderItemOutsideServiceVendorSentToID;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderItemOutsideServiceVendorSentViaID;
private Infragistics.Win.Misc.UltraButton btnWorkorderItemOutsideServiceVendorSentViaID;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceDateSent;
private GZTW.WinForm.Controls.GZDateTimePicker dtWorkorderItemOutsideServiceDateSent;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceDateETA;
private GZTW.WinForm.Controls.GZDateTimePicker dtWorkorderItemOutsideServiceDateETA;
private Infragistics.Win.Misc.UltraLabel lblWorkorderItemOutsideServiceDateReturned;
private GZTW.WinForm.Controls.GZDateTimePicker dtWorkorderItemOutsideServiceDateReturned;
private Infragistics.Win.UltraWinGrid.UltraGrid gridCustom;
private System.Windows.Forms.Panel pnlTaskTop;
private Infragistics.Win.UltraWinGrid.UltraGrid gridTasks;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderItemTasks;
private Infragistics.Win.Misc.UltraButton btnWorkorderItemTask;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckServiceCompleted;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckClosed;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edWarrantyInfo;
private Infragistics.Win.Misc.UltraLabel lblQuoteRequestDate;
private Infragistics.Win.Misc.UltraLabel lblValidUntilDate;
private Infragistics.Win.Misc.UltraLabel lblDateSubmitted;
private Infragistics.Win.Misc.UltraLabel lblDateApproved;
private Infragistics.Win.Misc.UltraLabel lblPreparedByID;
private Infragistics.Win.Misc.UltraLabel lblIntroduction;
private Infragistics.Win.UltraWinGrid.UltraGrid gridPartRequests;
private Infragistics.Win.Misc.UltraLabel lblCloseByDate;
private GZTW.WinForm.Controls.GZDateTimePicker dtCloseByDate;
private Infragistics.Win.Misc.UltraButton btnViewLoans;
private System.Windows.Forms.Panel pnlLoan;
private Infragistics.Win.UltraWinGrid.UltraGrid gridLoan;
private GZTW.WinForm.Controls.GZUltraComboEditor cbWorkorderQuoteStatusID;
private Infragistics.Win.Misc.UltraLabel lblWorkorderQuoteStatusID;
private System.Windows.Forms.Panel pnlPMLeft;
private System.Windows.Forms.Panel pnlPMRight;
private Infragistics.Win.Misc.UltraLabel lblPMGenerateSpan;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbPMGenerateSpanUnit;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor edPMGenerateSpan;
private Infragistics.Win.Misc.UltraLabel lblPMThresholdSpan;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbPMThresholdSpanUnit;
private Infragistics.Win.UltraWinEditors.UltraNumericEditor edPMThresholdSpan;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckPMActive;
private Infragistics.Win.UltraWinEditors.UltraComboEditor cbPMDayOfTheWeek;
private Infragistics.Win.Misc.UltraLabel lblPMDayOfTheWeek;
private GZTW.WinForm.Controls.GZDateTimePicker dtPMNextServiceDate;
private Infragistics.Win.Misc.UltraLabel lblPMStopGeneratingDate;
private GZTW.WinForm.Controls.GZDateTimePicker dtPMStopGeneratingDate;
private GZTW.WinForm.Controls.GZUltraComboEditor cbPMWorkorderStatusID;
private Infragistics.Win.Misc.UltraButton btnPMWorkorderStatusID;
private System.Windows.Forms.Panel pnlPMMiddle;
private Infragistics.Win.Misc.UltraLabel lblPMNextServiceDate;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edInternalReferenceNumber;
private Infragistics.Win.Misc.UltraLabel lblInternalReferenceNumber;
private System.Windows.Forms.HelpProvider helpProvider1;
private Infragistics.Win.UltraWinToolTip.UltraToolTipManager tt;
private Infragistics.Win.UltraWinEditors.UltraTextEditor edTemplateDescription;
private Infragistics.Win.Misc.UltraLabel lblTemplateDescription;
private Infragistics.Win.Misc.UltraLabel lblTemplate;
private GZTW.WinForm.Controls.GZUltraComboEditor cbRegion;
private Infragistics.Win.Misc.UltraLabel lblRegionID;
private Label lblPartGridCaption;
private Button btWoItemPartAddNew;
private Button btnWOItemPartRefreshList;
private Panel pnlWoItemPartGridControlPanel;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckReOpen;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ckTemplateFreshPrice;
private System.ComponentModel.IContainer components;
public WorkorderForm()
{
//
// Required for Windows Form Designer support
//
InitializeComponent();
//
//
//
}
///
/// Clean up any resources being used.
///
protected override void Dispose(bool disposing)
{
if (disposing)
{
if (components != null)
{
components.Dispose();
}
}
//case 1092
//All I can determine is this might be a bug with the infragistics grid component
//but in some workorders under some conditions if you open them
//select parts grid then go to unit and drop down unit list (without making a selection)
//then save and exit you get an exception on dispose
//try
//{
// base.Dispose(disposing);
//}
//catch { };
//System.Threading.Thread.Sleep(200);
base.Dispose(disposing);
}
#endregion
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("WorkorderEntryMenuBar");
Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("LT:UI.Toolbar.Print");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.SaveClose");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:AssignedDoc.Label.List");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:O.WikiPage");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.RecordHistory");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:ScheduleMarker.Label.FollowUp");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:ClientNote.Label.List");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:O.Contract");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.Save");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.CurrentDateAndTime");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.Delete");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.Close");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.ToolBar.Customize");
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("WorkorderItemToolBar");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:WorkorderItemType.Label.List");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:WorkorderStatus.Label.List");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Priority.Label.List");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.Command.MoveWorkorderItem");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.Command.CopyWorkorderItem");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UnitMeterReading.Label.List");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.RecordHistory");
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar3 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("WorkorderItemLaborToolBar");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Rate.Label.List");
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar4 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("WorkorderItemPartToolBar");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Toolbar.WorkorderForm.SetAllPartsUsedInService");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.GenerateUnit");
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar5 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("WorkorderItemTravelToolBar");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Rate.Label.List");
Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar6 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("WorkorderItemScheduledUserToolBar");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.Command.ConvertScheduledUserToLabor");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.SaveClose");
Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:AssignedDoc.Label.List");
Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.RecordHistory");
Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.Save");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.Close");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:ClientNote.Label.List");
Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:O.Contract");
Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.Delete");
Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Command.CurrentDateAndTime");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.Toolbar.WorkorderForm.SetAllPartsUsedInService");
Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:WorkorderItemType.Label.List");
Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:WorkorderStatus.Label.List");
Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Priority.Label.List");
Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Rate.Label.List");
Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.Command.MoveWorkorderItem");
Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UnitMeterReading.Label.List");
Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.Command.ConvertScheduledUserToLabor");
Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.Command.CopyWorkorderItem");
Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("LT:UI.Toolbar.Print");
Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ListTool listTool1 = new Infragistics.Win.UltraWinToolbars.ListTool("REPORTLIST");
Infragistics.Win.UltraWinToolbars.ListTool listTool2 = new Infragistics.Win.UltraWinToolbars.ListTool("REPORTLIST");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:ScheduleMarker.Label.FollowUp");
Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:O.WikiPage");
Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:Workorder.Label.GenerateUnit");
Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("LT:UI.ToolBar.Customize");
this.pnlHeader = new System.Windows.Forms.Panel();
this.pnlHeaderRight = new System.Windows.Forms.Panel();
this.edInternalReferenceNumber = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblInternalReferenceNumber = new Infragistics.Win.Misc.UltraLabel();
this.edCustomerReferenceNumber = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.edCustomerContactName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblCustomerContactName = new Infragistics.Win.Misc.UltraLabel();
this.lblCustomerReferenceNumber = new Infragistics.Win.Misc.UltraLabel();
this.ckOnsite = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.GridCalendar = new GZTW.WinForm.Controls.GZDateTimePicker();
this.pnlHeaderCenter = new System.Windows.Forms.Panel();
this.cbProjectID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnProjectID = new Infragistics.Win.Misc.UltraButton();
this.cbWorkorderCategoryID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnWorkorderCategoryID = new Infragistics.Win.Misc.UltraButton();
this.edSummary = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblSummary = new Infragistics.Win.Misc.UltraLabel();
this.pnlHeaderLeft = new System.Windows.Forms.Panel();
this.ckTemplateFreshPrice = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.edTemplateDescription = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.cbRegion = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.lblRegionID = new Infragistics.Win.Misc.UltraLabel();
this.lblTemplate = new Infragistics.Win.Misc.UltraLabel();
this.lblTemplateDescription = new Infragistics.Win.Misc.UltraLabel();
this.ckIsDirty = new System.Windows.Forms.CheckBox();
this.edClientID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.btnClientID = new Infragistics.Win.Misc.UltraButton();
this.pnlService = new System.Windows.Forms.Panel();
this.pnlServiceRight = new System.Windows.Forms.Panel();
this.ckReOpen = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ckClosed = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ckServiceCompleted = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.pnlServiceCenter = new System.Windows.Forms.Panel();
this.edInvoiceNumber = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblInvoiceNumber = new Infragistics.Win.Misc.UltraLabel();
this.lblServiceDate = new Infragistics.Win.Misc.UltraLabel();
this.dtServiceDate = new GZTW.WinForm.Controls.GZDateTimePicker();
this.pnlServiceLeft = new System.Windows.Forms.Panel();
this.lblCloseByDate = new Infragistics.Win.Misc.UltraLabel();
this.dtCloseByDate = new GZTW.WinForm.Controls.GZDateTimePicker();
this.cbWorkorderStatusID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnWorkorderStatusID = new Infragistics.Win.Misc.UltraButton();
this.pnlQuote = new System.Windows.Forms.Panel();
this.pnlQuoteRight = new System.Windows.Forms.Panel();
this.lblQuoteRequestDate = new Infragistics.Win.Misc.UltraLabel();
this.dtQuoteRequestDate = new GZTW.WinForm.Controls.GZDateTimePicker();
this.lblValidUntilDate = new Infragistics.Win.Misc.UltraLabel();
this.dtValidUntilDate = new GZTW.WinForm.Controls.GZDateTimePicker();
this.pnlQuoteMiddle = new System.Windows.Forms.Panel();
this.lblWorkorderQuoteStatusID = new Infragistics.Win.Misc.UltraLabel();
this.lblDateSubmitted = new Infragistics.Win.Misc.UltraLabel();
this.dtDateSubmitted = new GZTW.WinForm.Controls.GZDateTimePicker();
this.lblDateApproved = new Infragistics.Win.Misc.UltraLabel();
this.dtDateApproved = new GZTW.WinForm.Controls.GZDateTimePicker();
this.cbWorkorderQuoteStatusID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.pnlQuoteLeft = new System.Windows.Forms.Panel();
this.lblPreparedByID = new Infragistics.Win.Misc.UltraLabel();
this.cbPreparedByID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.lblIntroduction = new Infragistics.Win.Misc.UltraLabel();
this.edIntroduction = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.pnlPM = new System.Windows.Forms.Panel();
this.pnlPMRight = new System.Windows.Forms.Panel();
this.cbPMWorkorderStatusID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnPMWorkorderStatusID = new Infragistics.Win.Misc.UltraButton();
this.pnlPMMiddle = new System.Windows.Forms.Panel();
this.lblPMStopGeneratingDate = new Infragistics.Win.Misc.UltraLabel();
this.dtPMStopGeneratingDate = new GZTW.WinForm.Controls.GZDateTimePicker();
this.lblPMNextServiceDate = new Infragistics.Win.Misc.UltraLabel();
this.dtPMNextServiceDate = new GZTW.WinForm.Controls.GZDateTimePicker();
this.lblPMDayOfTheWeek = new Infragistics.Win.Misc.UltraLabel();
this.cbPMDayOfTheWeek = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.pnlPMLeft = new System.Windows.Forms.Panel();
this.ckPMActive = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.lblPMThresholdSpan = new Infragistics.Win.Misc.UltraLabel();
this.cbPMThresholdSpanUnit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.edPMThresholdSpan = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.lblPMGenerateSpan = new Infragistics.Win.Misc.UltraLabel();
this.cbPMGenerateSpanUnit = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.edPMGenerateSpan = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
this.pnlItem = new System.Windows.Forms.Panel();
this.gridWorkorderItems = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlLabour = new System.Windows.Forms.Panel();
this.gridLabor = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlParts = new System.Windows.Forms.Panel();
this.gridPartRequests = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.gridParts = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlWoItemPartGridControlPanel = new System.Windows.Forms.Panel();
this.lblPartGridCaption = new System.Windows.Forms.Label();
this.btnWOItemPartRefreshList = new System.Windows.Forms.Button();
this.btWoItemPartAddNew = new System.Windows.Forms.Button();
this.pnlExpense = new System.Windows.Forms.Panel();
this.gridExpense = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlOutsideService = new System.Windows.Forms.Panel();
this.pnlOutsideServiceRight = new System.Windows.Forms.Panel();
this.lblWorkorderItemOutsideServiceDateReturned = new Infragistics.Win.Misc.UltraLabel();
this.dtWorkorderItemOutsideServiceDateReturned = new GZTW.WinForm.Controls.GZDateTimePicker();
this.lblWorkorderItemOutsideServiceDateETA = new Infragistics.Win.Misc.UltraLabel();
this.dtWorkorderItemOutsideServiceDateETA = new GZTW.WinForm.Controls.GZDateTimePicker();
this.lblWorkorderItemOutsideServiceDateSent = new Infragistics.Win.Misc.UltraLabel();
this.dtWorkorderItemOutsideServiceDateSent = new GZTW.WinForm.Controls.GZDateTimePicker();
this.pnlOutsideServiceCenter = new System.Windows.Forms.Panel();
this.edWorkorderItemOutsideServiceShippingPrice = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
this.lblWorkorderItemOutsideServiceShippingPrice = new Infragistics.Win.Misc.UltraLabel();
this.edWorkorderItemOutsideServiceShippingCost = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
this.lblWorkorderItemOutsideServiceShippingCost = new Infragistics.Win.Misc.UltraLabel();
this.lblWorkorderItemOutsideServiceTrackingNumber = new Infragistics.Win.Misc.UltraLabel();
this.edWorkorderItemOutsideServiceTrackingNumber = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.btnWorkorderItemOutsideServiceVendorSentViaID = new Infragistics.Win.Misc.UltraButton();
this.cbWorkorderItemOutsideServiceVendorSentViaID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.pnlOutsideServiceLeft = new System.Windows.Forms.Panel();
this.edWorkorderItemOutsideServiceRepairPrice = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
this.lblWorkorderItemOutsideServiceRepairPrice = new Infragistics.Win.Misc.UltraLabel();
this.edWorkorderItemOutsideServiceRepairCost = new Infragistics.Win.UltraWinEditors.UltraCurrencyEditor();
this.lblWorkorderItemOutsideServiceRepairCost = new Infragistics.Win.Misc.UltraLabel();
this.edWorkorderItemOutsideServiceRMANumber = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblWorkorderItemOutsideServiceRMANumber = new Infragistics.Win.Misc.UltraLabel();
this.cbWorkorderItemOutsideServiceVendorSentToID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnWorkorderItemOutsideServiceVendorSentToID = new Infragistics.Win.Misc.UltraButton();
this.edWorkorderItemOutsideServiceNotes = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.lblWorkorderItemOutsideServiceNotes = new Infragistics.Win.Misc.UltraLabel();
this.pnlScheduledUser = new System.Windows.Forms.Panel();
this.gridScheduledUsers = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlTask = new System.Windows.Forms.Panel();
this.gridTasks = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlTaskTop = new System.Windows.Forms.Panel();
this.cbWorkorderItemTasks = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnWorkorderItemTask = new Infragistics.Win.Misc.UltraButton();
this.pnlTravel = new System.Windows.Forms.Panel();
this.gridTravel = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.pnlUnit = new System.Windows.Forms.Panel();
this.edWarrantyInfo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.cbWorkorderItemUnitServiceTypeID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnWorkorderItemUnitServiceTypeID = new Infragistics.Win.Misc.UltraButton();
this.cbWorkorderItemUnitID = new GZTW.WinForm.Controls.GZUltraComboEditor();
this.btnUnitID = new Infragistics.Win.Misc.UltraButton();
this.pnlNavigation = new System.Windows.Forms.Panel();
this.btnViewLoans = new Infragistics.Win.Misc.UltraButton();
this.btnViewCustomFields = new Infragistics.Win.Misc.UltraButton();
this.btnViewOutsideService = new Infragistics.Win.Misc.UltraButton();
this.btnViewExpenses = new Infragistics.Win.Misc.UltraButton();
this.btnViewTasks = new Infragistics.Win.Misc.UltraButton();
this.btnViewScheduledUsers = new Infragistics.Win.Misc.UltraButton();
this.btnViewTravels = new Infragistics.Win.Misc.UltraButton();
this.btnViewParts = new Infragistics.Win.Misc.UltraButton();
this.btnViewUnit = new Infragistics.Win.Misc.UltraButton();
this.btnViewLabors = new Infragistics.Win.Misc.UltraButton();
this.pnlWorkorderItemCustomFields = new System.Windows.Forms.Panel();
this.gridCustom = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.splitter1 = new System.Windows.Forms.Splitter();
this.WorkorderForm_Fill_Panel = new System.Windows.Forms.Panel();
this.pnlLoan = new System.Windows.Forms.Panel();
this.gridLoan = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.epWO = new System.Windows.Forms.ErrorProvider(this.components);
this.helpProvider1 = new System.Windows.Forms.HelpProvider();
this.tt = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
this._WorkorderForm_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._WorkorderForm_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._WorkorderForm_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this._WorkorderForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
this.tbManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this.pnlHeader.SuspendLayout();
this.pnlHeaderRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edInternalReferenceNumber)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edCustomerReferenceNumber)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edCustomerContactName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckOnsite)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridCalendar)).BeginInit();
this.pnlHeaderCenter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbProjectID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderCategoryID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edSummary)).BeginInit();
this.pnlHeaderLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckTemplateFreshPrice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edTemplateDescription)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbRegion)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edClientID)).BeginInit();
this.pnlService.SuspendLayout();
this.pnlServiceRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckReOpen)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckClosed)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckServiceCompleted)).BeginInit();
this.pnlServiceCenter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edInvoiceNumber)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtServiceDate)).BeginInit();
this.pnlServiceLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtCloseByDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderStatusID)).BeginInit();
this.pnlQuote.SuspendLayout();
this.pnlQuoteRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtQuoteRequestDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtValidUntilDate)).BeginInit();
this.pnlQuoteMiddle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtDateSubmitted)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtDateApproved)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderQuoteStatusID)).BeginInit();
this.pnlQuoteLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbPreparedByID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edIntroduction)).BeginInit();
this.pnlPM.SuspendLayout();
this.pnlPMRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbPMWorkorderStatusID)).BeginInit();
this.pnlPMMiddle.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtPMStopGeneratingDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtPMNextServiceDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbPMDayOfTheWeek)).BeginInit();
this.pnlPMLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckPMActive)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbPMThresholdSpanUnit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edPMThresholdSpan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbPMGenerateSpanUnit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edPMGenerateSpan)).BeginInit();
this.pnlItem.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridWorkorderItems)).BeginInit();
this.pnlLabour.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridLabor)).BeginInit();
this.pnlParts.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridPartRequests)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridParts)).BeginInit();
this.pnlWoItemPartGridControlPanel.SuspendLayout();
this.pnlExpense.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridExpense)).BeginInit();
this.pnlOutsideService.SuspendLayout();
this.pnlOutsideServiceRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemOutsideServiceDateReturned)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemOutsideServiceDateETA)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemOutsideServiceDateSent)).BeginInit();
this.pnlOutsideServiceCenter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceShippingPrice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceShippingCost)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceTrackingNumber)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemOutsideServiceVendorSentViaID)).BeginInit();
this.pnlOutsideServiceLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceRepairPrice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceRepairCost)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceRMANumber)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemOutsideServiceVendorSentToID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceNotes)).BeginInit();
this.pnlScheduledUser.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridScheduledUsers)).BeginInit();
this.pnlTask.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridTasks)).BeginInit();
this.pnlTaskTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemTasks)).BeginInit();
this.pnlTravel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridTravel)).BeginInit();
this.pnlUnit.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.edWarrantyInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemUnitServiceTypeID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemUnitID)).BeginInit();
this.pnlNavigation.SuspendLayout();
this.pnlWorkorderItemCustomFields.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridCustom)).BeginInit();
this.WorkorderForm_Fill_Panel.SuspendLayout();
this.pnlLoan.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridLoan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.epWO)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbManager)).BeginInit();
this.SuspendLayout();
//
// pnlHeader
//
this.pnlHeader.Controls.Add(this.pnlHeaderRight);
this.pnlHeader.Controls.Add(this.pnlHeaderCenter);
this.pnlHeader.Controls.Add(this.pnlHeaderLeft);
this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlHeader.Location = new System.Drawing.Point(0, 0);
this.pnlHeader.Name = "pnlHeader";
this.pnlHeader.Size = new System.Drawing.Size(1014, 131);
this.pnlHeader.TabIndex = 0;
this.pnlHeader.SizeChanged += new System.EventHandler(this.pnlHeader_SizeChanged);
//
// pnlHeaderRight
//
this.pnlHeaderRight.Controls.Add(this.edInternalReferenceNumber);
this.pnlHeaderRight.Controls.Add(this.lblInternalReferenceNumber);
this.pnlHeaderRight.Controls.Add(this.edCustomerReferenceNumber);
this.pnlHeaderRight.Controls.Add(this.edCustomerContactName);
this.pnlHeaderRight.Controls.Add(this.lblCustomerContactName);
this.pnlHeaderRight.Controls.Add(this.lblCustomerReferenceNumber);
this.pnlHeaderRight.Controls.Add(this.ckOnsite);
this.pnlHeaderRight.Controls.Add(this.GridCalendar);
this.pnlHeaderRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlHeaderRight.Location = new System.Drawing.Point(586, 0);
this.pnlHeaderRight.Name = "pnlHeaderRight";
this.pnlHeaderRight.Size = new System.Drawing.Size(428, 131);
this.pnlHeaderRight.TabIndex = 2;
//
// edInternalReferenceNumber
//
this.edInternalReferenceNumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edInternalReferenceNumber.Location = new System.Drawing.Point(324, 65);
this.edInternalReferenceNumber.Name = "edInternalReferenceNumber";
this.edInternalReferenceNumber.Size = new System.Drawing.Size(48, 24);
this.edInternalReferenceNumber.TabIndex = 153;
this.edInternalReferenceNumber.Tag = "`";
//
// lblInternalReferenceNumber
//
this.lblInternalReferenceNumber.Location = new System.Drawing.Point(3, 65);
this.lblInternalReferenceNumber.Name = "lblInternalReferenceNumber";
this.lblInternalReferenceNumber.Size = new System.Drawing.Size(66, 19);
this.lblInternalReferenceNumber.TabIndex = 154;
this.lblInternalReferenceNumber.Tag = "`";
this.lblInternalReferenceNumber.Text = "LT:Workorder.Label.InternalReferenceNumber";
this.lblInternalReferenceNumber.WrapText = false;
//
// edCustomerReferenceNumber
//
this.edCustomerReferenceNumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edCustomerReferenceNumber.Location = new System.Drawing.Point(324, 45);
this.edCustomerReferenceNumber.Name = "edCustomerReferenceNumber";
this.edCustomerReferenceNumber.Size = new System.Drawing.Size(48, 24);
this.edCustomerReferenceNumber.TabIndex = 1;
this.edCustomerReferenceNumber.Tag = "`";
//
// edCustomerContactName
//
this.edCustomerContactName.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edCustomerContactName.Location = new System.Drawing.Point(324, 26);
this.edCustomerContactName.Name = "edCustomerContactName";
this.edCustomerContactName.Size = new System.Drawing.Size(48, 24);
this.edCustomerContactName.TabIndex = 2;
this.edCustomerContactName.Tag = "`";
//
// lblCustomerContactName
//
this.lblCustomerContactName.Location = new System.Drawing.Point(3, 26);
this.lblCustomerContactName.Name = "lblCustomerContactName";
this.lblCustomerContactName.Size = new System.Drawing.Size(109, 19);
this.lblCustomerContactName.TabIndex = 149;
this.lblCustomerContactName.Tag = "`";
this.lblCustomerContactName.Text = "LT:Workorder.Label.CustomerContactName";
this.lblCustomerContactName.WrapText = false;
//
// lblCustomerReferenceNumber
//
this.lblCustomerReferenceNumber.Location = new System.Drawing.Point(3, 45);
this.lblCustomerReferenceNumber.Name = "lblCustomerReferenceNumber";
this.lblCustomerReferenceNumber.Size = new System.Drawing.Size(66, 19);
this.lblCustomerReferenceNumber.TabIndex = 152;
this.lblCustomerReferenceNumber.Tag = "`";
this.lblCustomerReferenceNumber.Text = "LT:Workorder.Label.CustomerReferenceNumber";
this.lblCustomerReferenceNumber.WrapText = false;
//
// ckOnsite
//
this.ckOnsite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ckOnsite.Checked = true;
this.ckOnsite.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckOnsite.Location = new System.Drawing.Point(3, 83);
this.ckOnsite.Name = "ckOnsite";
this.ckOnsite.Size = new System.Drawing.Size(405, 19);
this.ckOnsite.TabIndex = 0;
this.ckOnsite.Tag = "`";
this.ckOnsite.Text = "LT:Workorder.Label.Onsite";
//
// GridCalendar
//
this.GridCalendar.GZEnabled = true;
this.GridCalendar.GZReadOnly = false;
this.GridCalendar.Location = new System.Drawing.Point(120, 0);
this.GridCalendar.Name = "GridCalendar";
this.GridCalendar.Size = new System.Drawing.Size(149, 24);
this.GridCalendar.TabIndex = 150;
this.GridCalendar.Visible = false;
//
// pnlHeaderCenter
//
this.pnlHeaderCenter.BackColor = System.Drawing.SystemColors.Control;
this.pnlHeaderCenter.Controls.Add(this.cbProjectID);
this.pnlHeaderCenter.Controls.Add(this.btnProjectID);
this.pnlHeaderCenter.Controls.Add(this.cbWorkorderCategoryID);
this.pnlHeaderCenter.Controls.Add(this.btnWorkorderCategoryID);
this.pnlHeaderCenter.Controls.Add(this.edSummary);
this.pnlHeaderCenter.Controls.Add(this.lblSummary);
this.pnlHeaderCenter.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlHeaderCenter.Location = new System.Drawing.Point(278, 0);
this.pnlHeaderCenter.Name = "pnlHeaderCenter";
this.pnlHeaderCenter.Size = new System.Drawing.Size(308, 131);
this.pnlHeaderCenter.TabIndex = 1;
//
// cbProjectID
//
this.cbProjectID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbProjectID.Location = new System.Drawing.Point(202, 53);
this.cbProjectID.MaxDropDownItems = 25;
this.cbProjectID.Name = "cbProjectID";
this.cbProjectID.Size = new System.Drawing.Size(105, 24);
this.cbProjectID.TabIndex = 1;
this.cbProjectID.Tag = "`";
this.cbProjectID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbProjectID_NeedMoreData);
//
// btnProjectID
//
appearance1.TextHAlignAsString = "Left";
this.btnProjectID.Appearance = appearance1;
this.btnProjectID.Location = new System.Drawing.Point(3, 53);
this.btnProjectID.Name = "btnProjectID";
this.btnProjectID.Size = new System.Drawing.Size(103, 24);
this.btnProjectID.TabIndex = 2;
this.btnProjectID.Tag = "`";
this.btnProjectID.Text = "LT:O.Project";
this.btnProjectID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnProjectID.WrapText = false;
this.btnProjectID.Click += new System.EventHandler(this.btnProjectID_Click);
//
// cbWorkorderCategoryID
//
this.cbWorkorderCategoryID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbWorkorderCategoryID.Location = new System.Drawing.Point(202, 81);
this.cbWorkorderCategoryID.Name = "cbWorkorderCategoryID";
this.cbWorkorderCategoryID.Size = new System.Drawing.Size(105, 24);
this.cbWorkorderCategoryID.TabIndex = 3;
this.cbWorkorderCategoryID.Tag = "`";
this.cbWorkorderCategoryID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderCategoryID_NeedMoreData);
//
// btnWorkorderCategoryID
//
appearance2.TextHAlignAsString = "Left";
this.btnWorkorderCategoryID.Appearance = appearance2;
this.btnWorkorderCategoryID.Location = new System.Drawing.Point(3, 77);
this.btnWorkorderCategoryID.Name = "btnWorkorderCategoryID";
this.btnWorkorderCategoryID.Size = new System.Drawing.Size(103, 25);
this.btnWorkorderCategoryID.TabIndex = 4;
this.btnWorkorderCategoryID.Tag = "`";
this.btnWorkorderCategoryID.Text = "LT:O.WorkorderCategory";
this.btnWorkorderCategoryID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnWorkorderCategoryID.WrapText = false;
this.btnWorkorderCategoryID.Click += new System.EventHandler(this.btnWorkorderCategoryID_Click);
//
// edSummary
//
this.edSummary.Anchor = System.Windows.Forms.AnchorStyles.Top;
appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.None;
this.edSummary.Appearance = appearance3;
this.edSummary.Location = new System.Drawing.Point(202, 28);
this.edSummary.Name = "edSummary";
this.edSummary.Size = new System.Drawing.Size(105, 24);
this.edSummary.TabIndex = 0;
this.edSummary.Tag = "\'";
//
// lblSummary
//
this.lblSummary.Location = new System.Drawing.Point(3, 28);
this.lblSummary.Name = "lblSummary";
this.lblSummary.Size = new System.Drawing.Size(199, 18);
this.lblSummary.TabIndex = 153;
this.lblSummary.Tag = "\'";
this.lblSummary.Text = "LT:Workorder.Label.Summary";
this.lblSummary.WrapText = false;
//
// pnlHeaderLeft
//
this.pnlHeaderLeft.AutoScroll = true;
this.pnlHeaderLeft.Controls.Add(this.ckTemplateFreshPrice);
this.pnlHeaderLeft.Controls.Add(this.edTemplateDescription);
this.pnlHeaderLeft.Controls.Add(this.cbRegion);
this.pnlHeaderLeft.Controls.Add(this.lblRegionID);
this.pnlHeaderLeft.Controls.Add(this.lblTemplate);
this.pnlHeaderLeft.Controls.Add(this.lblTemplateDescription);
this.pnlHeaderLeft.Controls.Add(this.ckIsDirty);
this.pnlHeaderLeft.Controls.Add(this.edClientID);
this.pnlHeaderLeft.Controls.Add(this.btnClientID);
this.pnlHeaderLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlHeaderLeft.Location = new System.Drawing.Point(0, 0);
this.pnlHeaderLeft.Name = "pnlHeaderLeft";
this.pnlHeaderLeft.Size = new System.Drawing.Size(278, 131);
this.pnlHeaderLeft.TabIndex = 0;
//
// ckTemplateFreshPrice
//
this.ckTemplateFreshPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ckTemplateFreshPrice.Checked = true;
this.ckTemplateFreshPrice.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckTemplateFreshPrice.Location = new System.Drawing.Point(6, 84);
this.ckTemplateFreshPrice.Name = "ckTemplateFreshPrice";
this.ckTemplateFreshPrice.Size = new System.Drawing.Size(224, 19);
this.ckTemplateFreshPrice.TabIndex = 158;
this.ckTemplateFreshPrice.Tag = "\'";
this.ckTemplateFreshPrice.Text = "LT:Workorder.Label.TemplateFreshPrice";
this.ckTemplateFreshPrice.Visible = false;
//
// edTemplateDescription
//
this.edTemplateDescription.Anchor = System.Windows.Forms.AnchorStyles.Top;
appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.None;
this.edTemplateDescription.Appearance = appearance4;
this.edTemplateDescription.Location = new System.Drawing.Point(201, 26);
this.edTemplateDescription.Name = "edTemplateDescription";
this.edTemplateDescription.Size = new System.Drawing.Size(74, 24);
this.edTemplateDescription.TabIndex = 154;
this.edTemplateDescription.Visible = false;
//
// cbRegion
//
this.cbRegion.AllowEmptySelection = false;
this.cbRegion.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbRegion.Location = new System.Drawing.Point(195, 53);
this.cbRegion.Name = "cbRegion";
this.cbRegion.Size = new System.Drawing.Size(80, 24);
this.cbRegion.TabIndex = 156;
this.cbRegion.Visible = false;
this.cbRegion.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbRegion_NeedMoreData);
//
// lblRegionID
//
this.lblRegionID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblRegionID.Location = new System.Drawing.Point(6, 61);
this.lblRegionID.Name = "lblRegionID";
this.lblRegionID.Size = new System.Drawing.Size(120, 16);
this.lblRegionID.TabIndex = 157;
this.lblRegionID.Tag = "";
this.lblRegionID.Text = "LT:O.Region";
this.lblRegionID.Visible = false;
this.lblRegionID.WrapText = false;
//
// lblTemplate
//
this.lblTemplate.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTemplate.Location = new System.Drawing.Point(6, 3);
this.lblTemplate.Name = "lblTemplate";
this.lblTemplate.Size = new System.Drawing.Size(263, 21);
this.lblTemplate.TabIndex = 151;
this.lblTemplate.Tag = "";
this.lblTemplate.Text = "Workorder preventive maintenance template";
this.lblTemplate.Visible = false;
//
// lblTemplateDescription
//
this.lblTemplateDescription.Location = new System.Drawing.Point(6, 26);
this.lblTemplateDescription.Name = "lblTemplateDescription";
this.lblTemplateDescription.Size = new System.Drawing.Size(165, 18);
this.lblTemplateDescription.TabIndex = 155;
this.lblTemplateDescription.Tag = "";
this.lblTemplateDescription.Text = "LT:Workorder.Label.TemplateDescription";
this.lblTemplateDescription.Visible = false;
this.lblTemplateDescription.WrapText = false;
//
// ckIsDirty
//
this.ckIsDirty.Location = new System.Drawing.Point(-67, -120);
this.ckIsDirty.Name = "ckIsDirty";
this.ckIsDirty.Size = new System.Drawing.Size(67, 120);
this.ckIsDirty.TabIndex = 148;
//
// edClientID
//
this.edClientID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.edClientID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.edClientID.Location = new System.Drawing.Point(3, 28);
this.edClientID.Multiline = true;
this.edClientID.Name = "edClientID";
this.edClientID.ReadOnly = true;
this.edClientID.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.edClientID.Size = new System.Drawing.Size(273, 74);
this.edClientID.TabIndex = 147;
this.edClientID.Enter += new System.EventHandler(this.edClientID_Enter);
this.edClientID.Leave += new System.EventHandler(this.edClientID_Leave);
//
// btnClientID
//
this.btnClientID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
appearance5.TextHAlignAsString = "Left";
this.btnClientID.Appearance = appearance5;
this.btnClientID.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupBorderless;
this.btnClientID.Location = new System.Drawing.Point(3, 0);
this.btnClientID.Name = "btnClientID";
this.btnClientID.Size = new System.Drawing.Size(273, 24);
this.btnClientID.TabIndex = 146;
this.btnClientID.Tag = "\'";
this.btnClientID.Text = "LT:O.Client";
this.btnClientID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnClientID.WrapText = false;
this.btnClientID.Click += new System.EventHandler(this.btnClientID_Click);
//
// pnlService
//
this.pnlService.Controls.Add(this.pnlServiceRight);
this.pnlService.Controls.Add(this.pnlServiceCenter);
this.pnlService.Controls.Add(this.pnlServiceLeft);
this.pnlService.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlService.Location = new System.Drawing.Point(0, 131);
this.pnlService.Name = "pnlService";
this.pnlService.Size = new System.Drawing.Size(1014, 82);
this.pnlService.TabIndex = 2;
this.pnlService.Visible = false;
this.pnlService.SizeChanged += new System.EventHandler(this.pnlService_SizeChanged);
//
// pnlServiceRight
//
this.pnlServiceRight.BackColor = System.Drawing.SystemColors.Control;
this.pnlServiceRight.Controls.Add(this.ckReOpen);
this.pnlServiceRight.Controls.Add(this.ckClosed);
this.pnlServiceRight.Controls.Add(this.ckServiceCompleted);
this.pnlServiceRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlServiceRight.Location = new System.Drawing.Point(586, 0);
this.pnlServiceRight.Name = "pnlServiceRight";
this.pnlServiceRight.Size = new System.Drawing.Size(428, 82);
this.pnlServiceRight.TabIndex = 2;
//
// ckReOpen
//
this.ckReOpen.BackColor = System.Drawing.SystemColors.Control;
this.ckReOpen.BackColorInternal = System.Drawing.SystemColors.Control;
this.ckReOpen.Checked = true;
this.ckReOpen.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckReOpen.Location = new System.Drawing.Point(6, 22);
this.ckReOpen.Name = "ckReOpen";
this.ckReOpen.Size = new System.Drawing.Size(148, 18);
this.ckReOpen.TabIndex = 155;
this.ckReOpen.TabStop = false;
this.ckReOpen.Tag = "\'";
this.ckReOpen.Text = "LT:Workorder.Label.Closed";
this.ckReOpen.CheckedChanged += new System.EventHandler(this.ckReOpen_CheckedChanged);
//
// ckClosed
//
this.ckClosed.Checked = true;
this.ckClosed.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckClosed.Location = new System.Drawing.Point(3, 23);
this.ckClosed.Name = "ckClosed";
this.ckClosed.Size = new System.Drawing.Size(151, 18);
this.ckClosed.TabIndex = 154;
this.ckClosed.TabStop = false;
this.ckClosed.Tag = "";
this.ckClosed.Text = "LT:Workorder.Label.Closed";
this.ckClosed.CheckedChanged += new System.EventHandler(this.ckClosed_CheckedChanged);
//
// ckServiceCompleted
//
this.ckServiceCompleted.Checked = true;
this.ckServiceCompleted.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckServiceCompleted.Location = new System.Drawing.Point(5, 0);
this.ckServiceCompleted.Name = "ckServiceCompleted";
this.ckServiceCompleted.Size = new System.Drawing.Size(149, 18);
this.ckServiceCompleted.TabIndex = 153;
this.ckServiceCompleted.Tag = "`";
this.ckServiceCompleted.Text = "LT:Workorder.Label.ServiceCompleted";
this.ckServiceCompleted.CheckedChanged += new System.EventHandler(this.ckServiceCompleted_CheckedChanged);
//
// pnlServiceCenter
//
this.pnlServiceCenter.BackColor = System.Drawing.SystemColors.Control;
this.pnlServiceCenter.Controls.Add(this.edInvoiceNumber);
this.pnlServiceCenter.Controls.Add(this.lblInvoiceNumber);
this.pnlServiceCenter.Controls.Add(this.lblServiceDate);
this.pnlServiceCenter.Controls.Add(this.dtServiceDate);
this.pnlServiceCenter.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlServiceCenter.Location = new System.Drawing.Point(278, 0);
this.pnlServiceCenter.Name = "pnlServiceCenter";
this.pnlServiceCenter.Size = new System.Drawing.Size(308, 82);
this.pnlServiceCenter.TabIndex = 1;
//
// edInvoiceNumber
//
this.edInvoiceNumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edInvoiceNumber.Location = new System.Drawing.Point(240, 0);
this.edInvoiceNumber.Name = "edInvoiceNumber";
this.edInvoiceNumber.Size = new System.Drawing.Size(67, 24);
this.edInvoiceNumber.TabIndex = 0;
this.edInvoiceNumber.Tag = "`";
//
// lblInvoiceNumber
//
this.lblInvoiceNumber.Location = new System.Drawing.Point(3, 0);
this.lblInvoiceNumber.Name = "lblInvoiceNumber";
this.lblInvoiceNumber.Size = new System.Drawing.Size(218, 18);
this.lblInvoiceNumber.TabIndex = 143;
this.lblInvoiceNumber.Tag = "`";
this.lblInvoiceNumber.Text = "LT:WorkorderService.Label.InvoiceNumber";
this.lblInvoiceNumber.WrapText = false;
//
// lblServiceDate
//
this.lblServiceDate.Location = new System.Drawing.Point(3, 41);
this.lblServiceDate.Name = "lblServiceDate";
this.lblServiceDate.Size = new System.Drawing.Size(208, 18);
this.lblServiceDate.TabIndex = 144;
this.lblServiceDate.Tag = "`";
this.lblServiceDate.Text = "LT:WorkorderService.Label.ServiceDate";
this.lblServiceDate.WrapText = false;
//
// dtServiceDate
//
this.dtServiceDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtServiceDate.GZEnabled = true;
this.dtServiceDate.GZReadOnly = false;
this.dtServiceDate.Location = new System.Drawing.Point(240, 41);
this.dtServiceDate.Name = "dtServiceDate";
this.dtServiceDate.Size = new System.Drawing.Size(65, 24);
this.dtServiceDate.TabIndex = 1;
this.dtServiceDate.Tag = "`";
//
// pnlServiceLeft
//
this.pnlServiceLeft.BackColor = System.Drawing.SystemColors.Control;
this.pnlServiceLeft.Controls.Add(this.lblCloseByDate);
this.pnlServiceLeft.Controls.Add(this.dtCloseByDate);
this.pnlServiceLeft.Controls.Add(this.cbWorkorderStatusID);
this.pnlServiceLeft.Controls.Add(this.btnWorkorderStatusID);
this.pnlServiceLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlServiceLeft.Location = new System.Drawing.Point(0, 0);
this.pnlServiceLeft.Name = "pnlServiceLeft";
this.pnlServiceLeft.Size = new System.Drawing.Size(278, 82);
this.pnlServiceLeft.TabIndex = 0;
//
// lblCloseByDate
//
this.lblCloseByDate.Location = new System.Drawing.Point(3, 41);
this.lblCloseByDate.Name = "lblCloseByDate";
this.lblCloseByDate.Size = new System.Drawing.Size(189, 18);
this.lblCloseByDate.TabIndex = 146;
this.lblCloseByDate.Tag = "`";
this.lblCloseByDate.Text = "LT:WorkorderService.Label.CloseByDate";
this.lblCloseByDate.WrapText = false;
//
// dtCloseByDate
//
this.dtCloseByDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtCloseByDate.GZEnabled = true;
this.dtCloseByDate.GZReadOnly = false;
this.dtCloseByDate.Location = new System.Drawing.Point(211, 41);
this.dtCloseByDate.Name = "dtCloseByDate";
this.dtCloseByDate.Size = new System.Drawing.Size(67, 24);
this.dtCloseByDate.TabIndex = 145;
this.dtCloseByDate.Tag = "`";
//
// cbWorkorderStatusID
//
this.cbWorkorderStatusID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbWorkorderStatusID.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
this.cbWorkorderStatusID.Location = new System.Drawing.Point(173, 0);
this.cbWorkorderStatusID.Name = "cbWorkorderStatusID";
this.cbWorkorderStatusID.Size = new System.Drawing.Size(105, 24);
this.cbWorkorderStatusID.TabIndex = 0;
this.cbWorkorderStatusID.Tag = "`";
this.cbWorkorderStatusID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderStatusID_NeedMoreData);
//
// btnWorkorderStatusID
//
appearance6.TextHAlignAsString = "Left";
this.btnWorkorderStatusID.Appearance = appearance6;
this.btnWorkorderStatusID.Location = new System.Drawing.Point(3, 0);
this.btnWorkorderStatusID.Name = "btnWorkorderStatusID";
this.btnWorkorderStatusID.Size = new System.Drawing.Size(103, 24);
this.btnWorkorderStatusID.TabIndex = 1;
this.btnWorkorderStatusID.Tag = "`";
this.btnWorkorderStatusID.Text = "LT:O.WorkorderStatus";
this.btnWorkorderStatusID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnWorkorderStatusID.WrapText = false;
this.btnWorkorderStatusID.Click += new System.EventHandler(this.btnWorkorderStatusID_Click);
//
// pnlQuote
//
this.pnlQuote.Controls.Add(this.pnlQuoteRight);
this.pnlQuote.Controls.Add(this.pnlQuoteMiddle);
this.pnlQuote.Controls.Add(this.pnlQuoteLeft);
this.pnlQuote.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlQuote.Location = new System.Drawing.Point(0, 213);
this.pnlQuote.Name = "pnlQuote";
this.pnlQuote.Size = new System.Drawing.Size(1014, 136);
this.pnlQuote.TabIndex = 3;
this.pnlQuote.Visible = false;
this.pnlQuote.SizeChanged += new System.EventHandler(this.pnlQuote_SizeChanged);
//
// pnlQuoteRight
//
this.pnlQuoteRight.BackColor = System.Drawing.SystemColors.Control;
this.pnlQuoteRight.Controls.Add(this.lblQuoteRequestDate);
this.pnlQuoteRight.Controls.Add(this.dtQuoteRequestDate);
this.pnlQuoteRight.Controls.Add(this.lblValidUntilDate);
this.pnlQuoteRight.Controls.Add(this.dtValidUntilDate);
this.pnlQuoteRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlQuoteRight.Location = new System.Drawing.Point(586, 0);
this.pnlQuoteRight.Name = "pnlQuoteRight";
this.pnlQuoteRight.Size = new System.Drawing.Size(428, 136);
this.pnlQuoteRight.TabIndex = 148;
//
// lblQuoteRequestDate
//
this.lblQuoteRequestDate.Location = new System.Drawing.Point(5, 0);
this.lblQuoteRequestDate.Name = "lblQuoteRequestDate";
this.lblQuoteRequestDate.Size = new System.Drawing.Size(245, 18);
this.lblQuoteRequestDate.TabIndex = 150;
this.lblQuoteRequestDate.Tag = "`";
this.lblQuoteRequestDate.Text = "LT:WorkorderQuote.Label.QuoteRequestDate";
this.lblQuoteRequestDate.WrapText = false;
//
// dtQuoteRequestDate
//
this.dtQuoteRequestDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtQuoteRequestDate.GZEnabled = true;
this.dtQuoteRequestDate.GZReadOnly = false;
this.dtQuoteRequestDate.Location = new System.Drawing.Point(334, 0);
this.dtQuoteRequestDate.Name = "dtQuoteRequestDate";
this.dtQuoteRequestDate.Size = new System.Drawing.Size(48, 24);
this.dtQuoteRequestDate.TabIndex = 149;
this.dtQuoteRequestDate.Tag = "`";
//
// lblValidUntilDate
//
this.lblValidUntilDate.Location = new System.Drawing.Point(3, 28);
this.lblValidUntilDate.Name = "lblValidUntilDate";
this.lblValidUntilDate.Size = new System.Drawing.Size(256, 18);
this.lblValidUntilDate.TabIndex = 148;
this.lblValidUntilDate.Tag = "`";
this.lblValidUntilDate.Text = "LT:WorkorderQuote.Label.ValidUntilDate";
this.lblValidUntilDate.WrapText = false;
//
// dtValidUntilDate
//
this.dtValidUntilDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtValidUntilDate.GZEnabled = true;
this.dtValidUntilDate.GZReadOnly = false;
this.dtValidUntilDate.Location = new System.Drawing.Point(334, 28);
this.dtValidUntilDate.Name = "dtValidUntilDate";
this.dtValidUntilDate.Size = new System.Drawing.Size(48, 24);
this.dtValidUntilDate.TabIndex = 147;
this.dtValidUntilDate.Tag = "`";
//
// pnlQuoteMiddle
//
this.pnlQuoteMiddle.BackColor = System.Drawing.SystemColors.Control;
this.pnlQuoteMiddle.Controls.Add(this.lblWorkorderQuoteStatusID);
this.pnlQuoteMiddle.Controls.Add(this.lblDateSubmitted);
this.pnlQuoteMiddle.Controls.Add(this.dtDateSubmitted);
this.pnlQuoteMiddle.Controls.Add(this.lblDateApproved);
this.pnlQuoteMiddle.Controls.Add(this.dtDateApproved);
this.pnlQuoteMiddle.Controls.Add(this.cbWorkorderQuoteStatusID);
this.pnlQuoteMiddle.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlQuoteMiddle.Location = new System.Drawing.Point(278, 0);
this.pnlQuoteMiddle.Name = "pnlQuoteMiddle";
this.pnlQuoteMiddle.Size = new System.Drawing.Size(308, 136);
this.pnlQuoteMiddle.TabIndex = 147;
//
// lblWorkorderQuoteStatusID
//
this.lblWorkorderQuoteStatusID.Location = new System.Drawing.Point(3, 74);
this.lblWorkorderQuoteStatusID.Name = "lblWorkorderQuoteStatusID";
this.lblWorkorderQuoteStatusID.Size = new System.Drawing.Size(229, 18);
this.lblWorkorderQuoteStatusID.TabIndex = 150;
this.lblWorkorderQuoteStatusID.Tag = "`";
this.lblWorkorderQuoteStatusID.Text = "LT:WorkorderQuote.Label.QuoteStatusType";
this.lblWorkorderQuoteStatusID.WrapText = false;
//
// lblDateSubmitted
//
this.lblDateSubmitted.Location = new System.Drawing.Point(3, 28);
this.lblDateSubmitted.Name = "lblDateSubmitted";
this.lblDateSubmitted.Size = new System.Drawing.Size(218, 18);
this.lblDateSubmitted.TabIndex = 148;
this.lblDateSubmitted.Tag = "`";
this.lblDateSubmitted.Text = "LT:WorkorderQuote.Label.DateSubmitted";
this.lblDateSubmitted.WrapText = false;
//
// dtDateSubmitted
//
this.dtDateSubmitted.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtDateSubmitted.GZEnabled = true;
this.dtDateSubmitted.GZReadOnly = false;
this.dtDateSubmitted.Location = new System.Drawing.Point(240, 28);
this.dtDateSubmitted.Name = "dtDateSubmitted";
this.dtDateSubmitted.Size = new System.Drawing.Size(67, 24);
this.dtDateSubmitted.TabIndex = 147;
this.dtDateSubmitted.Tag = "`";
//
// lblDateApproved
//
this.lblDateApproved.Location = new System.Drawing.Point(3, 0);
this.lblDateApproved.Name = "lblDateApproved";
this.lblDateApproved.Size = new System.Drawing.Size(205, 18);
this.lblDateApproved.TabIndex = 146;
this.lblDateApproved.Tag = "`";
this.lblDateApproved.Text = "LT:WorkorderQuote.Label.DateApproved";
this.lblDateApproved.WrapText = false;
//
// dtDateApproved
//
this.dtDateApproved.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtDateApproved.GZEnabled = true;
this.dtDateApproved.GZReadOnly = false;
this.dtDateApproved.Location = new System.Drawing.Point(240, 0);
this.dtDateApproved.Name = "dtDateApproved";
this.dtDateApproved.Size = new System.Drawing.Size(67, 24);
this.dtDateApproved.TabIndex = 145;
this.dtDateApproved.Tag = "`";
//
// cbWorkorderQuoteStatusID
//
this.cbWorkorderQuoteStatusID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbWorkorderQuoteStatusID.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
this.cbWorkorderQuoteStatusID.LimitToList = true;
this.cbWorkorderQuoteStatusID.Location = new System.Drawing.Point(240, 74);
this.cbWorkorderQuoteStatusID.MaxDropDownItems = 25;
this.cbWorkorderQuoteStatusID.Name = "cbWorkorderQuoteStatusID";
this.cbWorkorderQuoteStatusID.Size = new System.Drawing.Size(67, 24);
this.cbWorkorderQuoteStatusID.SortStyle = Infragistics.Win.ValueListSortStyle.Ascending;
this.cbWorkorderQuoteStatusID.TabIndex = 149;
this.cbWorkorderQuoteStatusID.Tag = "`";
//
// pnlQuoteLeft
//
this.pnlQuoteLeft.AutoScroll = true;
this.pnlQuoteLeft.BackColor = System.Drawing.SystemColors.Control;
this.pnlQuoteLeft.Controls.Add(this.lblPreparedByID);
this.pnlQuoteLeft.Controls.Add(this.cbPreparedByID);
this.pnlQuoteLeft.Controls.Add(this.lblIntroduction);
this.pnlQuoteLeft.Controls.Add(this.edIntroduction);
this.pnlQuoteLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlQuoteLeft.Location = new System.Drawing.Point(0, 0);
this.pnlQuoteLeft.Name = "pnlQuoteLeft";
this.pnlQuoteLeft.Size = new System.Drawing.Size(278, 136);
this.pnlQuoteLeft.TabIndex = 146;
//
// lblPreparedByID
//
this.lblPreparedByID.Location = new System.Drawing.Point(3, 0);
this.lblPreparedByID.Name = "lblPreparedByID";
this.lblPreparedByID.Size = new System.Drawing.Size(208, 18);
this.lblPreparedByID.TabIndex = 150;
this.lblPreparedByID.Tag = "`";
this.lblPreparedByID.Text = "LT:WorkorderQuote.Label.PreparedByID";
this.lblPreparedByID.WrapText = false;
//
// cbPreparedByID
//
this.cbPreparedByID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbPreparedByID.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
this.cbPreparedByID.LimitToList = true;
this.cbPreparedByID.Location = new System.Drawing.Point(230, 0);
this.cbPreparedByID.Name = "cbPreparedByID";
this.cbPreparedByID.Size = new System.Drawing.Size(48, 24);
this.cbPreparedByID.TabIndex = 149;
this.cbPreparedByID.Tag = "`";
this.cbPreparedByID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbPreparedByID_NeedMoreData);
//
// lblIntroduction
//
this.lblIntroduction.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblIntroduction.Location = new System.Drawing.Point(3, 28);
this.lblIntroduction.Name = "lblIntroduction";
this.lblIntroduction.Size = new System.Drawing.Size(273, 18);
this.lblIntroduction.TabIndex = 145;
this.lblIntroduction.Tag = "`";
this.lblIntroduction.Text = "LT:WorkorderQuote.Label.Introduction";
this.lblIntroduction.WrapText = false;
//
// edIntroduction
//
this.edIntroduction.AcceptsReturn = true;
this.edIntroduction.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.edIntroduction.Location = new System.Drawing.Point(3, 46);
this.edIntroduction.Multiline = true;
this.edIntroduction.Name = "edIntroduction";
this.edIntroduction.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.edIntroduction.Size = new System.Drawing.Size(273, 65);
this.edIntroduction.TabIndex = 144;
this.edIntroduction.Tag = "`";
//
// pnlPM
//
this.pnlPM.Controls.Add(this.pnlPMRight);
this.pnlPM.Controls.Add(this.pnlPMMiddle);
this.pnlPM.Controls.Add(this.pnlPMLeft);
this.pnlPM.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlPM.Location = new System.Drawing.Point(0, 349);
this.pnlPM.Name = "pnlPM";
this.pnlPM.Size = new System.Drawing.Size(1014, 153);
this.pnlPM.TabIndex = 4;
this.pnlPM.Visible = false;
this.pnlPM.SizeChanged += new System.EventHandler(this.pnlPM_SizeChanged);
//
// pnlPMRight
//
this.pnlPMRight.Controls.Add(this.cbPMWorkorderStatusID);
this.pnlPMRight.Controls.Add(this.btnPMWorkorderStatusID);
this.pnlPMRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlPMRight.Location = new System.Drawing.Point(586, 0);
this.pnlPMRight.Name = "pnlPMRight";
this.pnlPMRight.Size = new System.Drawing.Size(428, 153);
this.pnlPMRight.TabIndex = 2;
//
// cbPMWorkorderStatusID
//
this.cbPMWorkorderStatusID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbPMWorkorderStatusID.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
appearance7.BackColor = System.Drawing.SystemColors.GrayText;
valueListItem1.Appearance = appearance7;
valueListItem1.DataValue = new System.Guid("00000000-0000-0000-0000-000000000000");
valueListItem1.DisplayText = "";
this.cbPMWorkorderStatusID.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1});
this.cbPMWorkorderStatusID.LimitToList = true;
this.cbPMWorkorderStatusID.Location = new System.Drawing.Point(276, 9);
this.cbPMWorkorderStatusID.MaxDropDownItems = 25;
this.cbPMWorkorderStatusID.Name = "cbPMWorkorderStatusID";
this.cbPMWorkorderStatusID.Size = new System.Drawing.Size(106, 24);
this.cbPMWorkorderStatusID.SortStyle = Infragistics.Win.ValueListSortStyle.Ascending;
this.cbPMWorkorderStatusID.TabIndex = 2;
this.cbPMWorkorderStatusID.Tag = "`";
this.cbPMWorkorderStatusID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbPMWorkorderStatusID_NeedMoreData);
//
// btnPMWorkorderStatusID
//
appearance8.TextHAlignAsString = "Left";
this.btnPMWorkorderStatusID.Appearance = appearance8;
this.btnPMWorkorderStatusID.Location = new System.Drawing.Point(3, 9);
this.btnPMWorkorderStatusID.Name = "btnPMWorkorderStatusID";
this.btnPMWorkorderStatusID.Size = new System.Drawing.Size(103, 25);
this.btnPMWorkorderStatusID.TabIndex = 3;
this.btnPMWorkorderStatusID.Tag = "`";
this.btnPMWorkorderStatusID.Text = "LT:O.WorkorderStatus";
this.btnPMWorkorderStatusID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnPMWorkorderStatusID.WrapText = false;
this.btnPMWorkorderStatusID.Click += new System.EventHandler(this.btnPMWorkorderStatusID_Click);
//
// pnlPMMiddle
//
this.pnlPMMiddle.Controls.Add(this.lblPMStopGeneratingDate);
this.pnlPMMiddle.Controls.Add(this.dtPMStopGeneratingDate);
this.pnlPMMiddle.Controls.Add(this.lblPMNextServiceDate);
this.pnlPMMiddle.Controls.Add(this.dtPMNextServiceDate);
this.pnlPMMiddle.Controls.Add(this.lblPMDayOfTheWeek);
this.pnlPMMiddle.Controls.Add(this.cbPMDayOfTheWeek);
this.pnlPMMiddle.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlPMMiddle.Location = new System.Drawing.Point(278, 0);
this.pnlPMMiddle.Name = "pnlPMMiddle";
this.pnlPMMiddle.Size = new System.Drawing.Size(308, 153);
this.pnlPMMiddle.TabIndex = 1;
//
// lblPMStopGeneratingDate
//
this.lblPMStopGeneratingDate.Location = new System.Drawing.Point(3, 99);
this.lblPMStopGeneratingDate.Name = "lblPMStopGeneratingDate";
this.lblPMStopGeneratingDate.Size = new System.Drawing.Size(208, 19);
this.lblPMStopGeneratingDate.TabIndex = 160;
this.lblPMStopGeneratingDate.Tag = "`";
this.lblPMStopGeneratingDate.Text = "LT:WorkorderPreventiveMaintenance.Label.StopGeneratingDate";
this.lblPMStopGeneratingDate.WrapText = false;
//
// dtPMStopGeneratingDate
//
this.dtPMStopGeneratingDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtPMStopGeneratingDate.GZEnabled = true;
this.dtPMStopGeneratingDate.GZReadOnly = false;
this.dtPMStopGeneratingDate.Location = new System.Drawing.Point(240, 102);
this.dtPMStopGeneratingDate.Name = "dtPMStopGeneratingDate";
this.dtPMStopGeneratingDate.Size = new System.Drawing.Size(67, 24);
this.dtPMStopGeneratingDate.TabIndex = 159;
this.dtPMStopGeneratingDate.Tag = "`";
//
// lblPMNextServiceDate
//
this.lblPMNextServiceDate.Location = new System.Drawing.Point(3, 55);
this.lblPMNextServiceDate.Name = "lblPMNextServiceDate";
this.lblPMNextServiceDate.Size = new System.Drawing.Size(208, 19);
this.lblPMNextServiceDate.TabIndex = 158;
this.lblPMNextServiceDate.Tag = "`";
this.lblPMNextServiceDate.Text = "LT:WorkorderPreventiveMaintenance.Label.NextServiceDate";
this.lblPMNextServiceDate.WrapText = false;
//
// dtPMNextServiceDate
//
this.dtPMNextServiceDate.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtPMNextServiceDate.GZEnabled = true;
this.dtPMNextServiceDate.GZReadOnly = false;
this.dtPMNextServiceDate.Location = new System.Drawing.Point(240, 55);
this.dtPMNextServiceDate.Name = "dtPMNextServiceDate";
this.dtPMNextServiceDate.Size = new System.Drawing.Size(67, 24);
this.dtPMNextServiceDate.TabIndex = 157;
this.dtPMNextServiceDate.Tag = "`";
//
// lblPMDayOfTheWeek
//
this.lblPMDayOfTheWeek.Location = new System.Drawing.Point(3, 9);
this.lblPMDayOfTheWeek.Name = "lblPMDayOfTheWeek";
this.lblPMDayOfTheWeek.Size = new System.Drawing.Size(199, 19);
this.lblPMDayOfTheWeek.TabIndex = 156;
this.lblPMDayOfTheWeek.Tag = "`";
this.lblPMDayOfTheWeek.Text = "LT:WorkorderPreventiveMaintenance.Label.DayOfTheWeek";
this.lblPMDayOfTheWeek.WrapText = false;
//
// cbPMDayOfTheWeek
//
this.cbPMDayOfTheWeek.Location = new System.Drawing.Point(221, 9);
this.cbPMDayOfTheWeek.Name = "cbPMDayOfTheWeek";
this.cbPMDayOfTheWeek.Size = new System.Drawing.Size(86, 24);
this.cbPMDayOfTheWeek.TabIndex = 155;
this.cbPMDayOfTheWeek.Tag = "`";
//
// pnlPMLeft
//
this.pnlPMLeft.Controls.Add(this.ckPMActive);
this.pnlPMLeft.Controls.Add(this.lblPMThresholdSpan);
this.pnlPMLeft.Controls.Add(this.cbPMThresholdSpanUnit);
this.pnlPMLeft.Controls.Add(this.edPMThresholdSpan);
this.pnlPMLeft.Controls.Add(this.lblPMGenerateSpan);
this.pnlPMLeft.Controls.Add(this.cbPMGenerateSpanUnit);
this.pnlPMLeft.Controls.Add(this.edPMGenerateSpan);
this.pnlPMLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlPMLeft.Location = new System.Drawing.Point(0, 0);
this.pnlPMLeft.Name = "pnlPMLeft";
this.pnlPMLeft.Size = new System.Drawing.Size(278, 153);
this.pnlPMLeft.TabIndex = 0;
//
// ckPMActive
//
this.ckPMActive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ckPMActive.Checked = true;
this.ckPMActive.CheckState = System.Windows.Forms.CheckState.Checked;
this.ckPMActive.Location = new System.Drawing.Point(3, 9);
this.ckPMActive.Name = "ckPMActive";
this.ckPMActive.Size = new System.Drawing.Size(275, 19);
this.ckPMActive.TabIndex = 159;
this.ckPMActive.Tag = "`";
this.ckPMActive.Text = "LT:WorkorderPreventiveMaintenance.Label.Active";
//
// lblPMThresholdSpan
//
this.lblPMThresholdSpan.Location = new System.Drawing.Point(3, 83);
this.lblPMThresholdSpan.Name = "lblPMThresholdSpan";
this.lblPMThresholdSpan.Size = new System.Drawing.Size(266, 19);
this.lblPMThresholdSpan.TabIndex = 158;
this.lblPMThresholdSpan.Tag = "`";
this.lblPMThresholdSpan.Text = "LT:WorkorderPreventiveMaintenance.Label.ThresholdSpan";
this.lblPMThresholdSpan.WrapText = false;
//
// cbPMThresholdSpanUnit
//
this.cbPMThresholdSpanUnit.Location = new System.Drawing.Point(96, 102);
this.cbPMThresholdSpanUnit.Name = "cbPMThresholdSpanUnit";
this.cbPMThresholdSpanUnit.Size = new System.Drawing.Size(173, 24);
this.cbPMThresholdSpanUnit.TabIndex = 157;
this.cbPMThresholdSpanUnit.Tag = "`";
//
// edPMThresholdSpan
//
this.edPMThresholdSpan.Location = new System.Drawing.Point(3, 102);
this.edPMThresholdSpan.MinValue = 0;
this.edPMThresholdSpan.Name = "edPMThresholdSpan";
this.edPMThresholdSpan.PromptChar = ' ';
this.edPMThresholdSpan.Size = new System.Drawing.Size(83, 24);
this.edPMThresholdSpan.TabIndex = 156;
this.edPMThresholdSpan.Tag = "`";
//
// lblPMGenerateSpan
//
this.lblPMGenerateSpan.Location = new System.Drawing.Point(3, 37);
this.lblPMGenerateSpan.Name = "lblPMGenerateSpan";
this.lblPMGenerateSpan.Size = new System.Drawing.Size(266, 18);
this.lblPMGenerateSpan.TabIndex = 155;
this.lblPMGenerateSpan.Tag = "`";
this.lblPMGenerateSpan.Text = "LT:WorkorderPreventiveMaintenance.Label.GenerateSpan";
this.lblPMGenerateSpan.WrapText = false;
//
// cbPMGenerateSpanUnit
//
this.cbPMGenerateSpanUnit.Location = new System.Drawing.Point(96, 55);
this.cbPMGenerateSpanUnit.Name = "cbPMGenerateSpanUnit";
this.cbPMGenerateSpanUnit.Size = new System.Drawing.Size(173, 24);
this.cbPMGenerateSpanUnit.TabIndex = 154;
this.cbPMGenerateSpanUnit.Tag = "`";
//
// edPMGenerateSpan
//
this.edPMGenerateSpan.Location = new System.Drawing.Point(3, 55);
this.edPMGenerateSpan.MinValue = 0;
this.edPMGenerateSpan.Name = "edPMGenerateSpan";
this.edPMGenerateSpan.PromptChar = ' ';
this.edPMGenerateSpan.Size = new System.Drawing.Size(83, 24);
this.edPMGenerateSpan.TabIndex = 152;
this.edPMGenerateSpan.Tag = "`";
//
// pnlItem
//
this.pnlItem.Controls.Add(this.gridWorkorderItems);
this.pnlItem.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlItem.Location = new System.Drawing.Point(0, 502);
this.pnlItem.Name = "pnlItem";
this.pnlItem.Size = new System.Drawing.Size(1014, 92);
this.pnlItem.TabIndex = 5;
//
// gridWorkorderItems
//
this.gridWorkorderItems.Cursor = System.Windows.Forms.Cursors.Hand;
appearance9.FontData.BoldAsString = "True";
appearance9.TextHAlignAsString = "Left";
this.gridWorkorderItems.DisplayLayout.CaptionAppearance = appearance9;
this.gridWorkorderItems.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
this.gridWorkorderItems.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridWorkorderItems.Location = new System.Drawing.Point(0, 0);
this.gridWorkorderItems.Name = "gridWorkorderItems";
this.gridWorkorderItems.Size = new System.Drawing.Size(1014, 92);
this.gridWorkorderItems.TabIndex = 0;
this.gridWorkorderItems.Text = "LT:Workorder.Label.WorkorderItems";
this.gridWorkorderItems.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridWorkorderItems_InitializeLayout);
this.gridWorkorderItems.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridWorkorderItems_InitializeRow);
this.gridWorkorderItems.AfterRowsDeleted += new System.EventHandler(this.gridWorkorderItems_AfterRowsDeleted);
this.gridWorkorderItems.AfterRowResize += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.gridWorkorderItems_AfterRowResize);
this.gridWorkorderItems.BeforeRowActivate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.gridWorkorderItems_BeforeRowActivate);
this.gridWorkorderItems.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridWorkorderItems_ClickCellButton);
this.gridWorkorderItems.BeforeAutoSizeEdit += new Infragistics.Win.UltraWinGrid.CancelableAutoSizeEditEventHandler(this.gridWorkorderItems_BeforeAutoSizeEdit);
this.gridWorkorderItems.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridWorkorderItems_BeforeRowInsert);
this.gridWorkorderItems.BeforeRowsDeleted += new Infragistics.Win.UltraWinGrid.BeforeRowsDeletedEventHandler(this.gridWorkorderItems_BeforeRowsDeleted);
this.gridWorkorderItems.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridWorkorderItems_MouseEnterElement);
this.gridWorkorderItems.Enter += new System.EventHandler(this.gridWorkorderItems_Enter);
this.gridWorkorderItems.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridWorkorderItems_MouseDown);
//
// pnlLabour
//
this.pnlLabour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlLabour.Controls.Add(this.gridLabor);
this.pnlLabour.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlLabour.Location = new System.Drawing.Point(212, 594);
this.pnlLabour.Name = "pnlLabour";
this.pnlLabour.Size = new System.Drawing.Size(802, 69);
this.pnlLabour.TabIndex = 6;
this.pnlLabour.Visible = false;
//
// gridLabor
//
this.gridLabor.Cursor = System.Windows.Forms.Cursors.Hand;
appearance10.FontData.BoldAsString = "True";
appearance10.TextHAlignAsString = "Left";
this.gridLabor.DisplayLayout.CaptionAppearance = appearance10;
this.gridLabor.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridLabor.Location = new System.Drawing.Point(0, 0);
this.gridLabor.Name = "gridLabor";
this.gridLabor.Size = new System.Drawing.Size(800, 67);
this.gridLabor.TabIndex = 0;
this.gridLabor.Text = "LT:WorkorderItem.Label.Labors";
this.gridLabor.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridLabor_AfterCellUpdate);
this.gridLabor.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridLabor_InitializeLayout);
this.gridLabor.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridLabor_InitializeRow);
this.gridLabor.AfterRowsDeleted += new System.EventHandler(this.gridLabor_AfterRowsDeleted);
this.gridLabor.BeforeRowActivate += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.gridLabor_BeforeRowActivate);
this.gridLabor.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridLabor_ClickCellButton);
this.gridLabor.BeforeAutoSizeEdit += new Infragistics.Win.UltraWinGrid.CancelableAutoSizeEditEventHandler(this.gridLabor_BeforeAutoSizeEdit);
this.gridLabor.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridLabor_BeforeRowInsert);
this.gridLabor.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridLabor_MouseEnterElement);
this.gridLabor.Enter += new System.EventHandler(this.gridLabor_Enter);
//
// pnlParts
//
this.pnlParts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlParts.Controls.Add(this.gridPartRequests);
this.pnlParts.Controls.Add(this.gridParts);
this.pnlParts.Controls.Add(this.pnlWoItemPartGridControlPanel);
this.pnlParts.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlParts.Location = new System.Drawing.Point(212, 663);
this.pnlParts.Name = "pnlParts";
this.pnlParts.Size = new System.Drawing.Size(802, 42);
this.pnlParts.TabIndex = 7;
this.pnlParts.Visible = false;
this.pnlParts.SizeChanged += new System.EventHandler(this.pnlParts_SizeChanged);
//
// gridPartRequests
//
this.gridPartRequests.Cursor = System.Windows.Forms.Cursors.Hand;
appearance11.FontData.BoldAsString = "True";
appearance11.TextHAlignAsString = "Left";
this.gridPartRequests.DisplayLayout.CaptionAppearance = appearance11;
this.gridPartRequests.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
this.gridPartRequests.Dock = System.Windows.Forms.DockStyle.Top;
this.gridPartRequests.Location = new System.Drawing.Point(0, 134);
this.gridPartRequests.Name = "gridPartRequests";
this.gridPartRequests.Size = new System.Drawing.Size(800, 128);
this.gridPartRequests.TabIndex = 3;
this.gridPartRequests.Text = "LT:WorkorderItem.Label.PartRequests";
this.gridPartRequests.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridPartRequests_InitializeLayout);
this.gridPartRequests.AfterRowsDeleted += new System.EventHandler(this.gridPartRequests_AfterRowsDeleted);
this.gridPartRequests.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridPartRequests_ClickCellButton);
this.gridPartRequests.BeforeRowsDeleted += new Infragistics.Win.UltraWinGrid.BeforeRowsDeletedEventHandler(this.gridPartRequests_BeforeRowsDeleted);
//
// gridParts
//
this.gridParts.Cursor = System.Windows.Forms.Cursors.Default;
appearance12.FontData.BoldAsString = "True";
appearance12.TextHAlignAsString = "Left";
this.gridParts.DisplayLayout.CaptionAppearance = appearance12;
this.gridParts.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
this.gridParts.Dock = System.Windows.Forms.DockStyle.Top;
this.gridParts.Location = new System.Drawing.Point(0, 20);
this.gridParts.Name = "gridParts";
this.gridParts.Size = new System.Drawing.Size(800, 114);
this.gridParts.TabIndex = 2;
this.gridParts.Text = "LT:WorkorderItem.Label.Parts";
this.gridParts.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridParts_AfterCellUpdate);
this.gridParts.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridParts_InitializeLayout);
this.gridParts.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridParts_InitializeRow);
this.gridParts.AfterRowsDeleted += new System.EventHandler(this.gridParts_AfterRowsDeleted);
this.gridParts.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridParts_ClickCellButton);
this.gridParts.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridParts_BeforeRowInsert);
this.gridParts.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridParts_MouseEnterElement);
this.gridParts.Enter += new System.EventHandler(this.gridParts_Enter);
//
// pnlWoItemPartGridControlPanel
//
this.pnlWoItemPartGridControlPanel.Controls.Add(this.lblPartGridCaption);
this.pnlWoItemPartGridControlPanel.Controls.Add(this.btnWOItemPartRefreshList);
this.pnlWoItemPartGridControlPanel.Controls.Add(this.btWoItemPartAddNew);
this.pnlWoItemPartGridControlPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlWoItemPartGridControlPanel.Location = new System.Drawing.Point(0, 0);
this.pnlWoItemPartGridControlPanel.Name = "pnlWoItemPartGridControlPanel";
this.pnlWoItemPartGridControlPanel.Size = new System.Drawing.Size(800, 20);
this.pnlWoItemPartGridControlPanel.TabIndex = 7;
//
// lblPartGridCaption
//
this.lblPartGridCaption.AutoSize = true;
this.lblPartGridCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPartGridCaption.Location = new System.Drawing.Point(44, 4);
this.lblPartGridCaption.Name = "lblPartGridCaption";
this.lblPartGridCaption.Size = new System.Drawing.Size(226, 17);
this.lblPartGridCaption.TabIndex = 4;
this.lblPartGridCaption.Text = "LT:WorkorderItem.Label.Parts";
//
// btnWOItemPartRefreshList
//
this.btnWOItemPartRefreshList.FlatAppearance.BorderSize = 0;
this.btnWOItemPartRefreshList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWOItemPartRefreshList.Image = global::AyaNova.Resource1.Refresh16;
this.btnWOItemPartRefreshList.Location = new System.Drawing.Point(22, 0);
this.btnWOItemPartRefreshList.Name = "btnWOItemPartRefreshList";
this.btnWOItemPartRefreshList.Size = new System.Drawing.Size(17, 17);
this.btnWOItemPartRefreshList.TabIndex = 6;
this.btnWOItemPartRefreshList.UseVisualStyleBackColor = true;
this.btnWOItemPartRefreshList.Click += new System.EventHandler(this.btnWOItemPartRefreshList_Click);
//
// btWoItemPartAddNew
//
this.btWoItemPartAddNew.FlatAppearance.BorderSize = 0;
this.btWoItemPartAddNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btWoItemPartAddNew.Image = global::AyaNova.Resource1.New16;
this.btWoItemPartAddNew.Location = new System.Drawing.Point(0, 0);
this.btWoItemPartAddNew.Name = "btWoItemPartAddNew";
this.btWoItemPartAddNew.Size = new System.Drawing.Size(17, 17);
this.btWoItemPartAddNew.TabIndex = 5;
this.btWoItemPartAddNew.UseVisualStyleBackColor = true;
this.btWoItemPartAddNew.Click += new System.EventHandler(this.btWoItemPartAddNew_Click);
//
// pnlExpense
//
this.pnlExpense.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlExpense.Controls.Add(this.gridExpense);
this.pnlExpense.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlExpense.Location = new System.Drawing.Point(212, 705);
this.pnlExpense.Name = "pnlExpense";
this.pnlExpense.Size = new System.Drawing.Size(802, 74);
this.pnlExpense.TabIndex = 8;
this.pnlExpense.Visible = false;
//
// gridExpense
//
this.gridExpense.Cursor = System.Windows.Forms.Cursors.Default;
appearance13.FontData.BoldAsString = "True";
appearance13.TextHAlignAsString = "Left";
this.gridExpense.DisplayLayout.CaptionAppearance = appearance13;
this.gridExpense.DisplayLayout.GroupByBox.Hidden = true;
this.gridExpense.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridExpense.Location = new System.Drawing.Point(0, 0);
this.gridExpense.Name = "gridExpense";
this.gridExpense.Size = new System.Drawing.Size(800, 72);
this.gridExpense.TabIndex = 4;
this.gridExpense.Text = "LT:WorkorderItem.Label.Expenses";
this.gridExpense.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridExpense_InitializeLayout);
this.gridExpense.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridExpense_InitializeRow);
this.gridExpense.AfterRowsDeleted += new System.EventHandler(this.gridExpense_AfterRowsDeleted);
this.gridExpense.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridExpense_ClickCellButton);
this.gridExpense.BeforeAutoSizeEdit += new Infragistics.Win.UltraWinGrid.CancelableAutoSizeEditEventHandler(this.gridExpense_BeforeAutoSizeEdit);
this.gridExpense.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridExpense_BeforeRowInsert);
this.gridExpense.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridExpense_MouseEnterElement);
//
// pnlOutsideService
//
this.pnlOutsideService.AutoScroll = true;
this.pnlOutsideService.Controls.Add(this.pnlOutsideServiceRight);
this.pnlOutsideService.Controls.Add(this.pnlOutsideServiceCenter);
this.pnlOutsideService.Controls.Add(this.pnlOutsideServiceLeft);
this.pnlOutsideService.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlOutsideService.Location = new System.Drawing.Point(212, 779);
this.pnlOutsideService.Name = "pnlOutsideService";
this.pnlOutsideService.Size = new System.Drawing.Size(802, 312);
this.pnlOutsideService.TabIndex = 9;
this.pnlOutsideService.Visible = false;
this.pnlOutsideService.SizeChanged += new System.EventHandler(this.pnlOutsideService_SizeChanged);
//
// pnlOutsideServiceRight
//
this.pnlOutsideServiceRight.AutoScroll = true;
this.pnlOutsideServiceRight.BackColor = System.Drawing.SystemColors.Control;
this.pnlOutsideServiceRight.Controls.Add(this.lblWorkorderItemOutsideServiceDateReturned);
this.pnlOutsideServiceRight.Controls.Add(this.dtWorkorderItemOutsideServiceDateReturned);
this.pnlOutsideServiceRight.Controls.Add(this.lblWorkorderItemOutsideServiceDateETA);
this.pnlOutsideServiceRight.Controls.Add(this.dtWorkorderItemOutsideServiceDateETA);
this.pnlOutsideServiceRight.Controls.Add(this.lblWorkorderItemOutsideServiceDateSent);
this.pnlOutsideServiceRight.Controls.Add(this.dtWorkorderItemOutsideServiceDateSent);
this.pnlOutsideServiceRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlOutsideServiceRight.Location = new System.Drawing.Point(480, 0);
this.pnlOutsideServiceRight.Name = "pnlOutsideServiceRight";
this.pnlOutsideServiceRight.Size = new System.Drawing.Size(322, 312);
this.pnlOutsideServiceRight.TabIndex = 2;
//
// lblWorkorderItemOutsideServiceDateReturned
//
this.lblWorkorderItemOutsideServiceDateReturned.Location = new System.Drawing.Point(0, 92);
this.lblWorkorderItemOutsideServiceDateReturned.Name = "lblWorkorderItemOutsideServiceDateReturned";
this.lblWorkorderItemOutsideServiceDateReturned.Size = new System.Drawing.Size(44, 19);
this.lblWorkorderItemOutsideServiceDateReturned.TabIndex = 152;
this.lblWorkorderItemOutsideServiceDateReturned.Tag = "\'";
this.lblWorkorderItemOutsideServiceDateReturned.Text = "LT:WorkorderItemOutsideService.Label.DateReturned";
this.lblWorkorderItemOutsideServiceDateReturned.WrapText = false;
//
// dtWorkorderItemOutsideServiceDateReturned
//
this.dtWorkorderItemOutsideServiceDateReturned.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtWorkorderItemOutsideServiceDateReturned.GZEnabled = true;
this.dtWorkorderItemOutsideServiceDateReturned.GZReadOnly = false;
this.dtWorkorderItemOutsideServiceDateReturned.Location = new System.Drawing.Point(-343, 87);
this.dtWorkorderItemOutsideServiceDateReturned.Name = "dtWorkorderItemOutsideServiceDateReturned";
this.dtWorkorderItemOutsideServiceDateReturned.Size = new System.Drawing.Size(77, 24);
this.dtWorkorderItemOutsideServiceDateReturned.TabIndex = 151;
//
// lblWorkorderItemOutsideServiceDateETA
//
this.lblWorkorderItemOutsideServiceDateETA.Location = new System.Drawing.Point(0, 55);
this.lblWorkorderItemOutsideServiceDateETA.Name = "lblWorkorderItemOutsideServiceDateETA";
this.lblWorkorderItemOutsideServiceDateETA.Size = new System.Drawing.Size(44, 19);
this.lblWorkorderItemOutsideServiceDateETA.TabIndex = 150;
this.lblWorkorderItemOutsideServiceDateETA.Tag = "\'";
this.lblWorkorderItemOutsideServiceDateETA.Text = "LT:WorkorderItemOutsideService.Label.DateETA";
this.lblWorkorderItemOutsideServiceDateETA.WrapText = false;
//
// dtWorkorderItemOutsideServiceDateETA
//
this.dtWorkorderItemOutsideServiceDateETA.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtWorkorderItemOutsideServiceDateETA.GZEnabled = true;
this.dtWorkorderItemOutsideServiceDateETA.GZReadOnly = false;
this.dtWorkorderItemOutsideServiceDateETA.Location = new System.Drawing.Point(-324, 50);
this.dtWorkorderItemOutsideServiceDateETA.Name = "dtWorkorderItemOutsideServiceDateETA";
this.dtWorkorderItemOutsideServiceDateETA.Size = new System.Drawing.Size(58, 24);
this.dtWorkorderItemOutsideServiceDateETA.TabIndex = 149;
//
// lblWorkorderItemOutsideServiceDateSent
//
this.lblWorkorderItemOutsideServiceDateSent.Location = new System.Drawing.Point(0, 20);
this.lblWorkorderItemOutsideServiceDateSent.Name = "lblWorkorderItemOutsideServiceDateSent";
this.lblWorkorderItemOutsideServiceDateSent.Size = new System.Drawing.Size(77, 18);
this.lblWorkorderItemOutsideServiceDateSent.TabIndex = 148;
this.lblWorkorderItemOutsideServiceDateSent.Tag = "\'";
this.lblWorkorderItemOutsideServiceDateSent.Text = "LT:WorkorderItemOutsideService.Label.DateSent";
this.lblWorkorderItemOutsideServiceDateSent.WrapText = false;
//
// dtWorkorderItemOutsideServiceDateSent
//
this.dtWorkorderItemOutsideServiceDateSent.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.dtWorkorderItemOutsideServiceDateSent.GZEnabled = true;
this.dtWorkorderItemOutsideServiceDateSent.GZReadOnly = false;
this.dtWorkorderItemOutsideServiceDateSent.Location = new System.Drawing.Point(-324, 14);
this.dtWorkorderItemOutsideServiceDateSent.Name = "dtWorkorderItemOutsideServiceDateSent";
this.dtWorkorderItemOutsideServiceDateSent.Size = new System.Drawing.Size(68, 24);
this.dtWorkorderItemOutsideServiceDateSent.TabIndex = 147;
//
// pnlOutsideServiceCenter
//
this.pnlOutsideServiceCenter.AutoScroll = true;
this.pnlOutsideServiceCenter.BackColor = System.Drawing.SystemColors.Control;
this.pnlOutsideServiceCenter.Controls.Add(this.edWorkorderItemOutsideServiceShippingPrice);
this.pnlOutsideServiceCenter.Controls.Add(this.lblWorkorderItemOutsideServiceShippingPrice);
this.pnlOutsideServiceCenter.Controls.Add(this.edWorkorderItemOutsideServiceShippingCost);
this.pnlOutsideServiceCenter.Controls.Add(this.lblWorkorderItemOutsideServiceShippingCost);
this.pnlOutsideServiceCenter.Controls.Add(this.lblWorkorderItemOutsideServiceTrackingNumber);
this.pnlOutsideServiceCenter.Controls.Add(this.edWorkorderItemOutsideServiceTrackingNumber);
this.pnlOutsideServiceCenter.Controls.Add(this.btnWorkorderItemOutsideServiceVendorSentViaID);
this.pnlOutsideServiceCenter.Controls.Add(this.cbWorkorderItemOutsideServiceVendorSentViaID);
this.pnlOutsideServiceCenter.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlOutsideServiceCenter.Location = new System.Drawing.Point(240, 0);
this.pnlOutsideServiceCenter.Name = "pnlOutsideServiceCenter";
this.pnlOutsideServiceCenter.Size = new System.Drawing.Size(240, 312);
this.pnlOutsideServiceCenter.TabIndex = 1;
//
// edWorkorderItemOutsideServiceShippingPrice
//
this.edWorkorderItemOutsideServiceShippingPrice.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edWorkorderItemOutsideServiceShippingPrice.Location = new System.Drawing.Point(-342, 123);
this.edWorkorderItemOutsideServiceShippingPrice.MaskInput = "";
this.edWorkorderItemOutsideServiceShippingPrice.Name = "edWorkorderItemOutsideServiceShippingPrice";
this.edWorkorderItemOutsideServiceShippingPrice.Size = new System.Drawing.Size(58, 24);
this.edWorkorderItemOutsideServiceShippingPrice.TabIndex = 158;
this.edWorkorderItemOutsideServiceShippingPrice.Tag = "\'";
//
// lblWorkorderItemOutsideServiceShippingPrice
//
this.lblWorkorderItemOutsideServiceShippingPrice.Location = new System.Drawing.Point(0, 129);
this.lblWorkorderItemOutsideServiceShippingPrice.Name = "lblWorkorderItemOutsideServiceShippingPrice";
this.lblWorkorderItemOutsideServiceShippingPrice.Size = new System.Drawing.Size(48, 19);
this.lblWorkorderItemOutsideServiceShippingPrice.TabIndex = 159;
this.lblWorkorderItemOutsideServiceShippingPrice.Tag = "\'";
this.lblWorkorderItemOutsideServiceShippingPrice.Text = "LT:WorkorderItemOutsideService.Label.ShippingPrice";
this.lblWorkorderItemOutsideServiceShippingPrice.WrapText = false;
//
// edWorkorderItemOutsideServiceShippingCost
//
this.edWorkorderItemOutsideServiceShippingCost.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edWorkorderItemOutsideServiceShippingCost.Location = new System.Drawing.Point(-342, 87);
this.edWorkorderItemOutsideServiceShippingCost.MaskInput = "";
this.edWorkorderItemOutsideServiceShippingCost.Name = "edWorkorderItemOutsideServiceShippingCost";
this.edWorkorderItemOutsideServiceShippingCost.Size = new System.Drawing.Size(58, 24);
this.edWorkorderItemOutsideServiceShippingCost.TabIndex = 156;
this.edWorkorderItemOutsideServiceShippingCost.Tag = "\'";
//
// lblWorkorderItemOutsideServiceShippingCost
//
this.lblWorkorderItemOutsideServiceShippingCost.Location = new System.Drawing.Point(0, 92);
this.lblWorkorderItemOutsideServiceShippingCost.Name = "lblWorkorderItemOutsideServiceShippingCost";
this.lblWorkorderItemOutsideServiceShippingCost.Size = new System.Drawing.Size(86, 19);
this.lblWorkorderItemOutsideServiceShippingCost.TabIndex = 157;
this.lblWorkorderItemOutsideServiceShippingCost.Tag = "\'";
this.lblWorkorderItemOutsideServiceShippingCost.Text = "LT:WorkorderItemOutsideService.Label.ShippingCost";
this.lblWorkorderItemOutsideServiceShippingCost.WrapText = false;
//
// lblWorkorderItemOutsideServiceTrackingNumber
//
this.lblWorkorderItemOutsideServiceTrackingNumber.Location = new System.Drawing.Point(0, 55);
this.lblWorkorderItemOutsideServiceTrackingNumber.Name = "lblWorkorderItemOutsideServiceTrackingNumber";
this.lblWorkorderItemOutsideServiceTrackingNumber.Size = new System.Drawing.Size(86, 19);
this.lblWorkorderItemOutsideServiceTrackingNumber.TabIndex = 153;
this.lblWorkorderItemOutsideServiceTrackingNumber.Tag = "\'";
this.lblWorkorderItemOutsideServiceTrackingNumber.Text = "LT:WorkorderItemOutsideService.Label.TrackingNumber";
this.lblWorkorderItemOutsideServiceTrackingNumber.WrapText = false;
//
// edWorkorderItemOutsideServiceTrackingNumber
//
this.edWorkorderItemOutsideServiceTrackingNumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edWorkorderItemOutsideServiceTrackingNumber.Location = new System.Drawing.Point(-342, 50);
this.edWorkorderItemOutsideServiceTrackingNumber.Name = "edWorkorderItemOutsideServiceTrackingNumber";
this.edWorkorderItemOutsideServiceTrackingNumber.Size = new System.Drawing.Size(58, 24);
this.edWorkorderItemOutsideServiceTrackingNumber.TabIndex = 152;
this.edWorkorderItemOutsideServiceTrackingNumber.Tag = "\'";
//
// btnWorkorderItemOutsideServiceVendorSentViaID
//
appearance14.TextHAlignAsString = "Left";
this.btnWorkorderItemOutsideServiceVendorSentViaID.Appearance = appearance14;
this.btnWorkorderItemOutsideServiceVendorSentViaID.Location = new System.Drawing.Point(0, 14);
this.btnWorkorderItemOutsideServiceVendorSentViaID.Name = "btnWorkorderItemOutsideServiceVendorSentViaID";
this.btnWorkorderItemOutsideServiceVendorSentViaID.Size = new System.Drawing.Size(115, 24);
this.btnWorkorderItemOutsideServiceVendorSentViaID.TabIndex = 7;
this.btnWorkorderItemOutsideServiceVendorSentViaID.Tag = "\'";
this.btnWorkorderItemOutsideServiceVendorSentViaID.Text = "LT:WorkorderItemOutsideService.Label.VendorSentViaID";
this.btnWorkorderItemOutsideServiceVendorSentViaID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnWorkorderItemOutsideServiceVendorSentViaID.Click += new System.EventHandler(this.btnWorkorderItemOutsideServiceVendorSentViaID_Click);
//
// cbWorkorderItemOutsideServiceVendorSentViaID
//
this.cbWorkorderItemOutsideServiceVendorSentViaID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbWorkorderItemOutsideServiceVendorSentViaID.Location = new System.Drawing.Point(-342, 14);
this.cbWorkorderItemOutsideServiceVendorSentViaID.Name = "cbWorkorderItemOutsideServiceVendorSentViaID";
this.cbWorkorderItemOutsideServiceVendorSentViaID.Size = new System.Drawing.Size(58, 24);
this.cbWorkorderItemOutsideServiceVendorSentViaID.TabIndex = 8;
this.cbWorkorderItemOutsideServiceVendorSentViaID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderItemOutsideServiceVendorSentViaID_NeedMoreData);
//
// pnlOutsideServiceLeft
//
this.pnlOutsideServiceLeft.AutoScroll = true;
this.pnlOutsideServiceLeft.BackColor = System.Drawing.SystemColors.Control;
this.pnlOutsideServiceLeft.Controls.Add(this.edWorkorderItemOutsideServiceRepairPrice);
this.pnlOutsideServiceLeft.Controls.Add(this.lblWorkorderItemOutsideServiceRepairPrice);
this.pnlOutsideServiceLeft.Controls.Add(this.edWorkorderItemOutsideServiceRepairCost);
this.pnlOutsideServiceLeft.Controls.Add(this.lblWorkorderItemOutsideServiceRepairCost);
this.pnlOutsideServiceLeft.Controls.Add(this.edWorkorderItemOutsideServiceRMANumber);
this.pnlOutsideServiceLeft.Controls.Add(this.lblWorkorderItemOutsideServiceRMANumber);
this.pnlOutsideServiceLeft.Controls.Add(this.cbWorkorderItemOutsideServiceVendorSentToID);
this.pnlOutsideServiceLeft.Controls.Add(this.btnWorkorderItemOutsideServiceVendorSentToID);
this.pnlOutsideServiceLeft.Controls.Add(this.edWorkorderItemOutsideServiceNotes);
this.pnlOutsideServiceLeft.Controls.Add(this.lblWorkorderItemOutsideServiceNotes);
this.pnlOutsideServiceLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlOutsideServiceLeft.Location = new System.Drawing.Point(0, 0);
this.pnlOutsideServiceLeft.Name = "pnlOutsideServiceLeft";
this.pnlOutsideServiceLeft.Size = new System.Drawing.Size(240, 312);
this.pnlOutsideServiceLeft.TabIndex = 0;
//
// edWorkorderItemOutsideServiceRepairPrice
//
this.edWorkorderItemOutsideServiceRepairPrice.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edWorkorderItemOutsideServiceRepairPrice.Location = new System.Drawing.Point(-642, 123);
this.edWorkorderItemOutsideServiceRepairPrice.MaskInput = "";
this.edWorkorderItemOutsideServiceRepairPrice.Name = "edWorkorderItemOutsideServiceRepairPrice";
this.edWorkorderItemOutsideServiceRepairPrice.Size = new System.Drawing.Size(107, 24);
this.edWorkorderItemOutsideServiceRepairPrice.TabIndex = 154;
this.edWorkorderItemOutsideServiceRepairPrice.Tag = "\'";
//
// lblWorkorderItemOutsideServiceRepairPrice
//
this.lblWorkorderItemOutsideServiceRepairPrice.Location = new System.Drawing.Point(0, 129);
this.lblWorkorderItemOutsideServiceRepairPrice.Name = "lblWorkorderItemOutsideServiceRepairPrice";
this.lblWorkorderItemOutsideServiceRepairPrice.Size = new System.Drawing.Size(144, 19);
this.lblWorkorderItemOutsideServiceRepairPrice.TabIndex = 155;
this.lblWorkorderItemOutsideServiceRepairPrice.Tag = "\'";
this.lblWorkorderItemOutsideServiceRepairPrice.Text = "LT:WorkorderItemOutsideService.Label.RepairPrice";
this.lblWorkorderItemOutsideServiceRepairPrice.WrapText = false;
//
// edWorkorderItemOutsideServiceRepairCost
//
this.edWorkorderItemOutsideServiceRepairCost.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edWorkorderItemOutsideServiceRepairCost.Location = new System.Drawing.Point(-642, 83);
this.edWorkorderItemOutsideServiceRepairCost.MaskInput = "";
this.edWorkorderItemOutsideServiceRepairCost.Name = "edWorkorderItemOutsideServiceRepairCost";
this.edWorkorderItemOutsideServiceRepairCost.Size = new System.Drawing.Size(107, 24);
this.edWorkorderItemOutsideServiceRepairCost.TabIndex = 152;
this.edWorkorderItemOutsideServiceRepairCost.Tag = "\'";
//
// lblWorkorderItemOutsideServiceRepairCost
//
this.lblWorkorderItemOutsideServiceRepairCost.Location = new System.Drawing.Point(0, 92);
this.lblWorkorderItemOutsideServiceRepairCost.Name = "lblWorkorderItemOutsideServiceRepairCost";
this.lblWorkorderItemOutsideServiceRepairCost.Size = new System.Drawing.Size(58, 19);
this.lblWorkorderItemOutsideServiceRepairCost.TabIndex = 153;
this.lblWorkorderItemOutsideServiceRepairCost.Tag = "\'";
this.lblWorkorderItemOutsideServiceRepairCost.Text = "LT:WorkorderItemOutsideService.Label.RepairCost";
this.lblWorkorderItemOutsideServiceRepairCost.WrapText = false;
//
// edWorkorderItemOutsideServiceRMANumber
//
this.edWorkorderItemOutsideServiceRMANumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.edWorkorderItemOutsideServiceRMANumber.Location = new System.Drawing.Point(-642, 50);
this.edWorkorderItemOutsideServiceRMANumber.Name = "edWorkorderItemOutsideServiceRMANumber";
this.edWorkorderItemOutsideServiceRMANumber.Size = new System.Drawing.Size(107, 24);
this.edWorkorderItemOutsideServiceRMANumber.TabIndex = 150;
this.edWorkorderItemOutsideServiceRMANumber.Tag = "\'";
//
// lblWorkorderItemOutsideServiceRMANumber
//
this.lblWorkorderItemOutsideServiceRMANumber.Location = new System.Drawing.Point(0, 55);
this.lblWorkorderItemOutsideServiceRMANumber.Name = "lblWorkorderItemOutsideServiceRMANumber";
this.lblWorkorderItemOutsideServiceRMANumber.Size = new System.Drawing.Size(58, 19);
this.lblWorkorderItemOutsideServiceRMANumber.TabIndex = 151;
this.lblWorkorderItemOutsideServiceRMANumber.Tag = "\'";
this.lblWorkorderItemOutsideServiceRMANumber.Text = "LT:WorkorderItemOutsideService.Label.RMANumber";
this.lblWorkorderItemOutsideServiceRMANumber.WrapText = false;
//
// cbWorkorderItemOutsideServiceVendorSentToID
//
this.cbWorkorderItemOutsideServiceVendorSentToID.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cbWorkorderItemOutsideServiceVendorSentToID.Location = new System.Drawing.Point(-642, 14);
this.cbWorkorderItemOutsideServiceVendorSentToID.Name = "cbWorkorderItemOutsideServiceVendorSentToID";
this.cbWorkorderItemOutsideServiceVendorSentToID.Size = new System.Drawing.Size(115, 24);
this.cbWorkorderItemOutsideServiceVendorSentToID.TabIndex = 6;
this.cbWorkorderItemOutsideServiceVendorSentToID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderItemOutsideServiceVendorSentToID_NeedMoreData);
this.cbWorkorderItemOutsideServiceVendorSentToID.ValueChanged += new System.EventHandler(this.cbWorkorderItemOutsideServiceVendorSentToID_ValueChanged);
//
// btnWorkorderItemOutsideServiceVendorSentToID
//
appearance15.TextHAlignAsString = "Left";
this.btnWorkorderItemOutsideServiceVendorSentToID.Appearance = appearance15;
this.btnWorkorderItemOutsideServiceVendorSentToID.Location = new System.Drawing.Point(0, 14);
this.btnWorkorderItemOutsideServiceVendorSentToID.Name = "btnWorkorderItemOutsideServiceVendorSentToID";
this.btnWorkorderItemOutsideServiceVendorSentToID.Size = new System.Drawing.Size(119, 24);
this.btnWorkorderItemOutsideServiceVendorSentToID.TabIndex = 5;
this.btnWorkorderItemOutsideServiceVendorSentToID.Tag = "\'";
this.btnWorkorderItemOutsideServiceVendorSentToID.Text = "LT:WorkorderItemOutsideService.Label.VendorSentToID";
this.btnWorkorderItemOutsideServiceVendorSentToID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnWorkorderItemOutsideServiceVendorSentToID.Click += new System.EventHandler(this.btnWorkorderItemOutsideServiceVendorSentToID_Click);
//
// edWorkorderItemOutsideServiceNotes
//
this.edWorkorderItemOutsideServiceNotes.AcceptsReturn = true;
this.edWorkorderItemOutsideServiceNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.edWorkorderItemOutsideServiceNotes.Location = new System.Drawing.Point(0, 186);
this.edWorkorderItemOutsideServiceNotes.Multiline = true;
this.edWorkorderItemOutsideServiceNotes.Name = "edWorkorderItemOutsideServiceNotes";
this.edWorkorderItemOutsideServiceNotes.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.edWorkorderItemOutsideServiceNotes.Size = new System.Drawing.Size(144, 120);
this.edWorkorderItemOutsideServiceNotes.TabIndex = 132;
this.edWorkorderItemOutsideServiceNotes.Tag = "\'";
//
// lblWorkorderItemOutsideServiceNotes
//
this.lblWorkorderItemOutsideServiceNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblWorkorderItemOutsideServiceNotes.Location = new System.Drawing.Point(0, 166);
this.lblWorkorderItemOutsideServiceNotes.Name = "lblWorkorderItemOutsideServiceNotes";
this.lblWorkorderItemOutsideServiceNotes.Size = new System.Drawing.Size(0, 19);
this.lblWorkorderItemOutsideServiceNotes.TabIndex = 133;
this.lblWorkorderItemOutsideServiceNotes.Tag = "";
this.lblWorkorderItemOutsideServiceNotes.Text = "LT:WorkorderItemOutsideService.Label.Notes";
this.lblWorkorderItemOutsideServiceNotes.WrapText = false;
//
// pnlScheduledUser
//
this.pnlScheduledUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlScheduledUser.Controls.Add(this.gridScheduledUsers);
this.pnlScheduledUser.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlScheduledUser.Location = new System.Drawing.Point(212, 1091);
this.pnlScheduledUser.Name = "pnlScheduledUser";
this.pnlScheduledUser.Size = new System.Drawing.Size(802, 33);
this.pnlScheduledUser.TabIndex = 10;
this.pnlScheduledUser.Visible = false;
//
// gridScheduledUsers
//
this.gridScheduledUsers.Cursor = System.Windows.Forms.Cursors.Default;
appearance16.FontData.BoldAsString = "True";
appearance16.TextHAlignAsString = "Left";
this.gridScheduledUsers.DisplayLayout.CaptionAppearance = appearance16;
this.gridScheduledUsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridScheduledUsers.Location = new System.Drawing.Point(0, 0);
this.gridScheduledUsers.Name = "gridScheduledUsers";
this.gridScheduledUsers.Size = new System.Drawing.Size(800, 31);
this.gridScheduledUsers.TabIndex = 3;
this.gridScheduledUsers.Text = "LT:WorkorderItem.Label.ScheduledUsers";
this.gridScheduledUsers.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridScheduledUsers_AfterCellUpdate);
this.gridScheduledUsers.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridScheduledUsers_InitializeLayout);
this.gridScheduledUsers.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridScheduledUsers_InitializeRow);
this.gridScheduledUsers.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridScheduledUsers_ClickCellButton);
this.gridScheduledUsers.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridScheduledUsers_BeforeRowInsert);
this.gridScheduledUsers.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridScheduledUsers_MouseEnterElement);
this.gridScheduledUsers.Enter += new System.EventHandler(this.gridScheduledUsers_Enter);
//
// pnlTask
//
this.pnlTask.Controls.Add(this.gridTasks);
this.pnlTask.Controls.Add(this.pnlTaskTop);
this.pnlTask.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTask.Location = new System.Drawing.Point(212, 1124);
this.pnlTask.Name = "pnlTask";
this.pnlTask.Size = new System.Drawing.Size(802, 24);
this.pnlTask.TabIndex = 11;
this.pnlTask.Visible = false;
//
// gridTasks
//
this.gridTasks.Cursor = System.Windows.Forms.Cursors.Default;
appearance17.FontData.BoldAsString = "True";
appearance17.TextHAlignAsString = "Left";
this.gridTasks.DisplayLayout.CaptionAppearance = appearance17;
this.gridTasks.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridTasks.Location = new System.Drawing.Point(0, 83);
this.gridTasks.Name = "gridTasks";
this.gridTasks.Size = new System.Drawing.Size(802, 0);
this.gridTasks.TabIndex = 4;
this.gridTasks.Text = "LT:WorkorderItem.Label.Tasks";
this.gridTasks.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridTasks_InitializeLayout);
this.gridTasks.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridTasks_InitializeRow);
this.gridTasks.AfterRowsDeleted += new System.EventHandler(this.gridTasks_AfterRowsDeleted);
this.gridTasks.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridTasks_ClickCellButton);
this.gridTasks.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridTasks_MouseEnterElement);
//
// pnlTaskTop
//
this.pnlTaskTop.Controls.Add(this.cbWorkorderItemTasks);
this.pnlTaskTop.Controls.Add(this.btnWorkorderItemTask);
this.pnlTaskTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTaskTop.Location = new System.Drawing.Point(0, 0);
this.pnlTaskTop.Name = "pnlTaskTop";
this.pnlTaskTop.Size = new System.Drawing.Size(802, 83);
this.pnlTaskTop.TabIndex = 0;
//
// cbWorkorderItemTasks
//
this.cbWorkorderItemTasks.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
appearance18.Image = global::AyaNova.Resource1.New16;
editorButton1.Appearance = appearance18;
this.cbWorkorderItemTasks.ButtonsLeft.Add(editorButton1);
this.cbWorkorderItemTasks.Location = new System.Drawing.Point(10, 28);
this.cbWorkorderItemTasks.Name = "cbWorkorderItemTasks";
this.cbWorkorderItemTasks.Size = new System.Drawing.Size(449, 24);
this.cbWorkorderItemTasks.TabIndex = 8;
this.cbWorkorderItemTasks.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderItemTasks_NeedMoreData);
this.cbWorkorderItemTasks.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.cbWorkorderItemTasks_EditorButtonClick);
//
// btnWorkorderItemTask
//
this.btnWorkorderItemTask.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
appearance19.TextHAlignAsString = "Left";
this.btnWorkorderItemTask.Appearance = appearance19;
this.btnWorkorderItemTask.Location = new System.Drawing.Point(0, 0);
this.btnWorkorderItemTask.Name = "btnWorkorderItemTask";
this.btnWorkorderItemTask.Size = new System.Drawing.Size(459, 28);
this.btnWorkorderItemTask.TabIndex = 7;
this.btnWorkorderItemTask.Tag = "";
this.btnWorkorderItemTask.Text = "LT:TaskGroupTask.Label.TaskGroupID";
this.btnWorkorderItemTask.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnWorkorderItemTask.Click += new System.EventHandler(this.btnWorkorderItemTask_Click);
//
// pnlTravel
//
this.pnlTravel.Controls.Add(this.gridTravel);
this.pnlTravel.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTravel.Location = new System.Drawing.Point(212, 1148);
this.pnlTravel.Name = "pnlTravel";
this.pnlTravel.Size = new System.Drawing.Size(802, 28);
this.pnlTravel.TabIndex = 12;
this.pnlTravel.Visible = false;
//
// gridTravel
//
this.gridTravel.Cursor = System.Windows.Forms.Cursors.Default;
appearance20.FontData.BoldAsString = "True";
appearance20.TextHAlignAsString = "Left";
this.gridTravel.DisplayLayout.CaptionAppearance = appearance20;
this.gridTravel.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridTravel.Location = new System.Drawing.Point(0, 0);
this.gridTravel.Name = "gridTravel";
this.gridTravel.Size = new System.Drawing.Size(802, 28);
this.gridTravel.TabIndex = 1;
this.gridTravel.Text = "LT:WorkorderItem.Label.Travels";
this.gridTravel.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridTravel_AfterCellUpdate);
this.gridTravel.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridTravel_InitializeLayout);
this.gridTravel.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridTravel_InitializeRow);
this.gridTravel.AfterRowsDeleted += new System.EventHandler(this.gridTravel_AfterRowsDeleted);
this.gridTravel.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridTravel_ClickCellButton);
this.gridTravel.BeforeAutoSizeEdit += new Infragistics.Win.UltraWinGrid.CancelableAutoSizeEditEventHandler(this.gridTravel_BeforeAutoSizeEdit);
this.gridTravel.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridTravel_BeforeRowInsert);
this.gridTravel.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridTravel_MouseEnterElement);
this.gridTravel.Enter += new System.EventHandler(this.gridTravel_Enter);
//
// pnlUnit
//
this.pnlUnit.AutoScroll = true;
this.pnlUnit.Controls.Add(this.edWarrantyInfo);
this.pnlUnit.Controls.Add(this.cbWorkorderItemUnitServiceTypeID);
this.pnlUnit.Controls.Add(this.btnWorkorderItemUnitServiceTypeID);
this.pnlUnit.Controls.Add(this.cbWorkorderItemUnitID);
this.pnlUnit.Controls.Add(this.btnUnitID);
this.pnlUnit.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlUnit.Location = new System.Drawing.Point(212, 1176);
this.pnlUnit.Name = "pnlUnit";
this.pnlUnit.Size = new System.Drawing.Size(802, 267);
this.pnlUnit.TabIndex = 13;
this.pnlUnit.Visible = false;
//
// edWarrantyInfo
//
this.edWarrantyInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.edWarrantyInfo.BorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
this.edWarrantyInfo.Location = new System.Drawing.Point(19, 65);
this.edWarrantyInfo.Multiline = true;
this.edWarrantyInfo.Name = "edWarrantyInfo";
this.edWarrantyInfo.ReadOnly = true;
this.edWarrantyInfo.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
this.edWarrantyInfo.Size = new System.Drawing.Size(773, 197);
this.edWarrantyInfo.TabIndex = 154;
//
// cbWorkorderItemUnitServiceTypeID
//
this.cbWorkorderItemUnitServiceTypeID.Location = new System.Drawing.Point(19, 37);
this.cbWorkorderItemUnitServiceTypeID.Name = "cbWorkorderItemUnitServiceTypeID";
this.cbWorkorderItemUnitServiceTypeID.Size = new System.Drawing.Size(288, 24);
this.cbWorkorderItemUnitServiceTypeID.TabIndex = 153;
this.cbWorkorderItemUnitServiceTypeID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderItemUnitServiceTypeID_NeedMoreData);
//
// btnWorkorderItemUnitServiceTypeID
//
appearance21.TextHAlignAsString = "Left";
this.btnWorkorderItemUnitServiceTypeID.Appearance = appearance21;
this.btnWorkorderItemUnitServiceTypeID.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupBorderless;
this.btnWorkorderItemUnitServiceTypeID.Location = new System.Drawing.Point(19, 9);
this.btnWorkorderItemUnitServiceTypeID.Name = "btnWorkorderItemUnitServiceTypeID";
this.btnWorkorderItemUnitServiceTypeID.Size = new System.Drawing.Size(279, 28);
this.btnWorkorderItemUnitServiceTypeID.TabIndex = 152;
this.btnWorkorderItemUnitServiceTypeID.Tag = "";
this.btnWorkorderItemUnitServiceTypeID.Text = "LT:O.UnitServiceType";
this.btnWorkorderItemUnitServiceTypeID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnWorkorderItemUnitServiceTypeID.Click += new System.EventHandler(this.btnWorkorderItemUnitServiceTypeID_Click);
//
// cbWorkorderItemUnitID
//
this.cbWorkorderItemUnitID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbWorkorderItemUnitID.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
this.cbWorkorderItemUnitID.LimitToList = true;
this.cbWorkorderItemUnitID.Location = new System.Drawing.Point(326, 37);
this.cbWorkorderItemUnitID.Name = "cbWorkorderItemUnitID";
this.cbWorkorderItemUnitID.Size = new System.Drawing.Size(466, 24);
this.cbWorkorderItemUnitID.TabIndex = 151;
this.cbWorkorderItemUnitID.NeedMoreData += new GZTW.WinForm.Controls.NeedMoreDataHandler(this.cbWorkorderItemUnitID_NeedMoreData);
this.cbWorkorderItemUnitID.SelectionChanged += new System.EventHandler(this.cbWorkorderItemUnitID_SelectionChanged);
//
// btnUnitID
//
this.btnUnitID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
appearance22.TextHAlignAsString = "Left";
this.btnUnitID.Appearance = appearance22;
this.btnUnitID.ButtonStyle = Infragistics.Win.UIElementButtonStyle.PopupBorderless;
this.btnUnitID.Location = new System.Drawing.Point(326, 9);
this.btnUnitID.Name = "btnUnitID";
this.btnUnitID.Size = new System.Drawing.Size(456, 28);
this.btnUnitID.TabIndex = 150;
this.btnUnitID.Tag = "";
this.btnUnitID.Text = "LT:O.Unit";
this.btnUnitID.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnUnitID.Click += new System.EventHandler(this.btnUnitID_Click);
//
// pnlNavigation
//
this.pnlNavigation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlNavigation.Controls.Add(this.btnViewLoans);
this.pnlNavigation.Controls.Add(this.btnViewCustomFields);
this.pnlNavigation.Controls.Add(this.btnViewOutsideService);
this.pnlNavigation.Controls.Add(this.btnViewExpenses);
this.pnlNavigation.Controls.Add(this.btnViewTasks);
this.pnlNavigation.Controls.Add(this.btnViewScheduledUsers);
this.pnlNavigation.Controls.Add(this.btnViewTravels);
this.pnlNavigation.Controls.Add(this.btnViewParts);
this.pnlNavigation.Controls.Add(this.btnViewUnit);
this.pnlNavigation.Controls.Add(this.btnViewLabors);
this.pnlNavigation.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlNavigation.Location = new System.Drawing.Point(0, 594);
this.pnlNavigation.Name = "pnlNavigation";
this.pnlNavigation.Size = new System.Drawing.Size(202, 301);
this.pnlNavigation.TabIndex = 14;
this.pnlNavigation.SizeChanged += new System.EventHandler(this.pnlNavigation_SizeChanged);
//
// btnViewLoans
//
appearance23.TextHAlignAsString = "Left";
this.btnViewLoans.Appearance = appearance23;
this.btnViewLoans.ButtonStyle = Infragistics.Win.UIElementButtonStyle.WindowsVistaButton;
this.btnViewLoans.Location = new System.Drawing.Point(-1, 249);
this.btnViewLoans.Name = "btnViewLoans";
this.btnViewLoans.Size = new System.Drawing.Size(201, 27);
this.btnViewLoans.TabIndex = 9;
this.btnViewLoans.Text = "LT:WorkorderItem.Label.Loans";
this.btnViewLoans.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewLoans.Click += new System.EventHandler(this.btnViewLoans_Click);
//
// btnViewCustomFields
//
appearance24.TextHAlignAsString = "Left";
this.btnViewCustomFields.Appearance = appearance24;
this.btnViewCustomFields.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewCustomFields.Location = new System.Drawing.Point(0, 222);
this.btnViewCustomFields.Name = "btnViewCustomFields";
this.btnViewCustomFields.Size = new System.Drawing.Size(202, 27);
this.btnViewCustomFields.TabIndex = 8;
this.btnViewCustomFields.Text = "LT:WorkorderItem.Label.CustomFields";
this.btnViewCustomFields.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewCustomFields.Visible = false;
this.btnViewCustomFields.Click += new System.EventHandler(this.btnViewCustomFields_Click);
//
// btnViewOutsideService
//
appearance25.TextHAlignAsString = "Left";
this.btnViewOutsideService.Appearance = appearance25;
this.btnViewOutsideService.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewOutsideService.Location = new System.Drawing.Point(0, 194);
this.btnViewOutsideService.Name = "btnViewOutsideService";
this.btnViewOutsideService.Size = new System.Drawing.Size(202, 26);
this.btnViewOutsideService.TabIndex = 7;
this.btnViewOutsideService.Text = "LT:WorkorderItem.Label.OutsideService";
this.btnViewOutsideService.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewOutsideService.Click += new System.EventHandler(this.btnViewOutsideService_Click);
//
// btnViewExpenses
//
appearance26.TextHAlignAsString = "Left";
this.btnViewExpenses.Appearance = appearance26;
this.btnViewExpenses.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewExpenses.Location = new System.Drawing.Point(0, 166);
this.btnViewExpenses.Name = "btnViewExpenses";
this.btnViewExpenses.Size = new System.Drawing.Size(202, 27);
this.btnViewExpenses.TabIndex = 6;
this.btnViewExpenses.Text = "LT:WorkorderItem.Label.Expenses";
this.btnViewExpenses.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewExpenses.Click += new System.EventHandler(this.btnViewExpenses_Click);
//
// btnViewTasks
//
appearance27.TextHAlignAsString = "Left";
this.btnViewTasks.Appearance = appearance27;
this.btnViewTasks.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewTasks.Location = new System.Drawing.Point(0, 138);
this.btnViewTasks.Name = "btnViewTasks";
this.btnViewTasks.Size = new System.Drawing.Size(202, 27);
this.btnViewTasks.TabIndex = 5;
this.btnViewTasks.Text = "LT:WorkorderItem.Label.Tasks";
this.btnViewTasks.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewTasks.Click += new System.EventHandler(this.btnViewTasks_Click);
//
// btnViewScheduledUsers
//
appearance28.TextHAlignAsString = "Left";
this.btnViewScheduledUsers.Appearance = appearance28;
this.btnViewScheduledUsers.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewScheduledUsers.Location = new System.Drawing.Point(0, 111);
this.btnViewScheduledUsers.Name = "btnViewScheduledUsers";
this.btnViewScheduledUsers.Size = new System.Drawing.Size(202, 26);
this.btnViewScheduledUsers.TabIndex = 4;
this.btnViewScheduledUsers.Text = "LT:WorkorderItem.Label.ScheduledUsers";
this.btnViewScheduledUsers.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewScheduledUsers.Click += new System.EventHandler(this.btnViewScheduledUsers_Click);
//
// btnViewTravels
//
appearance29.TextHAlignAsString = "Left";
this.btnViewTravels.Appearance = appearance29;
this.btnViewTravels.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewTravels.Location = new System.Drawing.Point(0, 83);
this.btnViewTravels.Name = "btnViewTravels";
this.btnViewTravels.Size = new System.Drawing.Size(202, 27);
this.btnViewTravels.TabIndex = 3;
this.btnViewTravels.Text = "LT:WorkorderItem.Label.Travels";
this.btnViewTravels.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewTravels.Click += new System.EventHandler(this.btnViewTravels_Click);
//
// btnViewParts
//
appearance30.TextHAlignAsString = "Left";
this.btnViewParts.Appearance = appearance30;
this.btnViewParts.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewParts.Location = new System.Drawing.Point(0, 55);
this.btnViewParts.Name = "btnViewParts";
this.btnViewParts.Size = new System.Drawing.Size(202, 27);
this.btnViewParts.TabIndex = 2;
this.btnViewParts.Text = "LT:WorkorderItem.Label.Parts";
this.btnViewParts.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewParts.Click += new System.EventHandler(this.btnViewParts_Click);
//
// btnViewUnit
//
appearance31.TextHAlignAsString = "Left";
this.btnViewUnit.Appearance = appearance31;
this.btnViewUnit.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewUnit.Location = new System.Drawing.Point(0, 28);
this.btnViewUnit.Name = "btnViewUnit";
this.btnViewUnit.Size = new System.Drawing.Size(202, 26);
this.btnViewUnit.TabIndex = 1;
this.btnViewUnit.Text = "LT:O.Unit";
this.btnViewUnit.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewUnit.Click += new System.EventHandler(this.btnViewUnit_Click);
//
// btnViewLabors
//
appearance32.TextHAlignAsString = "Left";
this.btnViewLabors.Appearance = appearance32;
this.btnViewLabors.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
this.btnViewLabors.Location = new System.Drawing.Point(0, 0);
this.btnViewLabors.Name = "btnViewLabors";
this.btnViewLabors.Size = new System.Drawing.Size(202, 27);
this.btnViewLabors.TabIndex = 0;
this.btnViewLabors.Text = "LT:WorkorderItem.Label.Labors";
this.btnViewLabors.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;
this.btnViewLabors.Click += new System.EventHandler(this.btnViewLabors_Click);
//
// pnlWorkorderItemCustomFields
//
this.pnlWorkorderItemCustomFields.Controls.Add(this.gridCustom);
this.pnlWorkorderItemCustomFields.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlWorkorderItemCustomFields.Location = new System.Drawing.Point(212, 1443);
this.pnlWorkorderItemCustomFields.Name = "pnlWorkorderItemCustomFields";
this.pnlWorkorderItemCustomFields.Size = new System.Drawing.Size(802, 64);
this.pnlWorkorderItemCustomFields.TabIndex = 15;
this.pnlWorkorderItemCustomFields.Visible = false;
//
// gridCustom
//
this.gridCustom.Cursor = System.Windows.Forms.Cursors.Default;
appearance33.FontData.BoldAsString = "True";
this.gridCustom.DisplayLayout.CaptionAppearance = appearance33;
this.gridCustom.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridCustom.Location = new System.Drawing.Point(0, 0);
this.gridCustom.Name = "gridCustom";
this.gridCustom.Size = new System.Drawing.Size(802, 64);
this.gridCustom.TabIndex = 1;
this.gridCustom.Tag = "";
this.gridCustom.Text = "LT:ObjectCustomField.Label.CustomGrid";
this.gridCustom.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridCustom_AfterCellUpdate);
this.gridCustom.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridCustom_InitializeRow);
this.gridCustom.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridCustom_MouseEnterElement);
//
// splitter1
//
this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitter1.Location = new System.Drawing.Point(202, 594);
this.splitter1.MinSize = 50;
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(10, 301);
this.splitter1.TabIndex = 16;
this.splitter1.TabStop = false;
//
// WorkorderForm_Fill_Panel
//
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlLoan);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlWorkorderItemCustomFields);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlUnit);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlTravel);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlTask);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlScheduledUser);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlOutsideService);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlExpense);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlParts);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlLabour);
this.WorkorderForm_Fill_Panel.Controls.Add(this.splitter1);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlNavigation);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlItem);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlPM);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlQuote);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlService);
this.WorkorderForm_Fill_Panel.Controls.Add(this.pnlHeader);
this.WorkorderForm_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
this.WorkorderForm_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.WorkorderForm_Fill_Panel.Location = new System.Drawing.Point(0, 129);
this.WorkorderForm_Fill_Panel.Name = "WorkorderForm_Fill_Panel";
this.WorkorderForm_Fill_Panel.Size = new System.Drawing.Size(1014, 895);
this.WorkorderForm_Fill_Panel.TabIndex = 0;
//
// pnlLoan
//
this.pnlLoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlLoan.Controls.Add(this.gridLoan);
this.pnlLoan.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlLoan.Location = new System.Drawing.Point(212, 1507);
this.pnlLoan.Name = "pnlLoan";
this.pnlLoan.Size = new System.Drawing.Size(802, 74);
this.pnlLoan.TabIndex = 17;
this.pnlLoan.Visible = false;
//
// gridLoan
//
this.gridLoan.Cursor = System.Windows.Forms.Cursors.Default;
appearance34.FontData.BoldAsString = "True";
appearance34.TextHAlignAsString = "Left";
this.gridLoan.DisplayLayout.CaptionAppearance = appearance34;
this.gridLoan.DisplayLayout.GroupByBox.Hidden = true;
this.gridLoan.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridLoan.Location = new System.Drawing.Point(0, 0);
this.gridLoan.Name = "gridLoan";
this.gridLoan.Size = new System.Drawing.Size(800, 72);
this.gridLoan.TabIndex = 4;
this.gridLoan.Text = "LT:WorkorderItem.Label.Loans";
this.gridLoan.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridLoan_AfterCellUpdate);
this.gridLoan.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.gridLoan_InitializeLayout);
this.gridLoan.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.gridLoan_InitializeRow);
this.gridLoan.AfterRowsDeleted += new System.EventHandler(this.gridLoan_AfterRowsDeleted);
this.gridLoan.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.gridLoan_ClickCellButton);
this.gridLoan.BeforeAutoSizeEdit += new Infragistics.Win.UltraWinGrid.CancelableAutoSizeEditEventHandler(this.gridLoan_BeforeAutoSizeEdit);
this.gridLoan.BeforeRowInsert += new Infragistics.Win.UltraWinGrid.BeforeRowInsertEventHandler(this.gridLoan_BeforeRowInsert);
this.gridLoan.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.gridLoan_MouseEnterElement);
//
// epWO
//
this.epWO.ContainerControl = this;
//
// tt
//
this.tt.ContainingControl = this;
this.tt.DisplayStyle = Infragistics.Win.ToolTipDisplayStyle.BalloonTip;
//
// _WorkorderForm_Toolbars_Dock_Area_Left
//
this._WorkorderForm_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._WorkorderForm_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
this._WorkorderForm_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
this._WorkorderForm_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
this._WorkorderForm_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 129);
this._WorkorderForm_Toolbars_Dock_Area_Left.Name = "_WorkorderForm_Toolbars_Dock_Area_Left";
this._WorkorderForm_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 895);
this._WorkorderForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbManager;
//
// _WorkorderForm_Toolbars_Dock_Area_Right
//
this._WorkorderForm_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._WorkorderForm_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
this._WorkorderForm_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
this._WorkorderForm_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
this._WorkorderForm_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1014, 129);
this._WorkorderForm_Toolbars_Dock_Area_Right.Name = "_WorkorderForm_Toolbars_Dock_Area_Right";
this._WorkorderForm_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 895);
this._WorkorderForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbManager;
//
// _WorkorderForm_Toolbars_Dock_Area_Top
//
this._WorkorderForm_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._WorkorderForm_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
this._WorkorderForm_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
this._WorkorderForm_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
this._WorkorderForm_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
this._WorkorderForm_Toolbars_Dock_Area_Top.Name = "_WorkorderForm_Toolbars_Dock_Area_Top";
this._WorkorderForm_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1014, 129);
this._WorkorderForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbManager;
//
// _WorkorderForm_Toolbars_Dock_Area_Bottom
//
this._WorkorderForm_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._WorkorderForm_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
this._WorkorderForm_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
this._WorkorderForm_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
this._WorkorderForm_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 1024);
this._WorkorderForm_Toolbars_Dock_Area_Bottom.Name = "_WorkorderForm_Toolbars_Dock_Area_Bottom";
this._WorkorderForm_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1014, 0);
this._WorkorderForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbManager;
//
// tbManager
//
this.tbManager.DesignerFlags = 1;
this.tbManager.DockWithinContainer = this;
this.tbManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
this.tbManager.SettingsKey = "WorkorderForm.tbManager";
this.tbManager.ShowFullMenusDelay = 500;
ultraToolbar1.DockedColumn = 0;
ultraToolbar1.DockedRow = 2;
ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
popupMenuTool1,
buttonTool1,
buttonTool2,
buttonTool3,
buttonTool4,
buttonTool5,
buttonTool6,
buttonTool7,
buttonTool8,
buttonTool9,
buttonTool10,
buttonTool11,
buttonTool12});
ultraToolbar1.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar1.Settings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar1.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar1.Text = "WorkorderEntryMenuBar";
ultraToolbar2.DockedColumn = 0;
ultraToolbar2.DockedRow = 1;
buttonTool19.InstanceProps.RecentlyUsed = false;
ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool13,
buttonTool14,
buttonTool15,
buttonTool16,
buttonTool17,
buttonTool18,
buttonTool19});
ultraToolbar2.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar2.Settings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar2.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar2.Text = "WorkorderItemToolBar";
ultraToolbar3.DockedColumn = 1;
ultraToolbar3.DockedRow = 1;
ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool20});
ultraToolbar3.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar3.Settings.AllowFloating = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar3.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
ultraToolbar3.Text = "WorkorderItemLaborToolBar";
ultraToolbar4.DockedColumn = 2;
ultraToolbar4.DockedRow = 1;
ultraToolbar4.FloatingSize = new System.Drawing.Size(135, 38);
ultraToolbar4.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool21,
buttonTool22});
ultraToolbar4.Text = "WorkorderItemPartToolBar";
ultraToolbar5.DockedColumn = 1;
ultraToolbar5.DockedRow = 0;
ultraToolbar5.FloatingSize = new System.Drawing.Size(97, 20);
ultraToolbar5.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool23});
ultraToolbar5.Text = "WorkorderItemTravelToolBar";
ultraToolbar6.DockedColumn = 0;
ultraToolbar6.DockedRow = 0;
ultraToolbar6.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool24});
ultraToolbar6.Text = "WorkorderItemScheduledUserToolBar";
this.tbManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
ultraToolbar1,
ultraToolbar2,
ultraToolbar3,
ultraToolbar4,
ultraToolbar5,
ultraToolbar6});
this.tbManager.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
buttonTool25.SharedPropsInternal.AccessibleDescription = "recorddd";
appearance35.Image = global::AyaNova.Resource1.SaveExit32;
buttonTool25.SharedPropsInternal.AppearancesLarge.Appearance = appearance35;
appearance36.Image = global::AyaNova.Resource1.SaveExit16;
buttonTool25.SharedPropsInternal.AppearancesSmall.Appearance = appearance36;
buttonTool25.SharedPropsInternal.Caption = "LT:UI.Command.SaveClose";
appearance37.Image = global::AyaNova.Resource1.Documents32;
buttonTool26.SharedPropsInternal.AppearancesLarge.Appearance = appearance37;
appearance38.Image = global::AyaNova.Resource1.Documents16;
buttonTool26.SharedPropsInternal.AppearancesSmall.Appearance = appearance38;
buttonTool26.SharedPropsInternal.Caption = "LT:AssignedDoc.Label.List";
appearance39.Image = global::AyaNova.Resource1.RecordHistory32;
buttonTool27.SharedPropsInternal.AppearancesLarge.Appearance = appearance39;
appearance40.Image = global::AyaNova.Resource1.RecordHistory16;
buttonTool27.SharedPropsInternal.AppearancesSmall.Appearance = appearance40;
buttonTool27.SharedPropsInternal.Caption = "LT:UI.Command.RecordHistory";
buttonTool28.SharedPropsInternal.Caption = "LT:UI.Command.Save";
buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
buttonTool29.SharedPropsInternal.Caption = "LT:UI.Command.Close";
buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
appearance41.Image = global::AyaNova.Resource1.ClientNotes32;
buttonTool30.SharedPropsInternal.AppearancesLarge.Appearance = appearance41;
appearance42.Image = global::AyaNova.Resource1.ClientNotes16;
buttonTool30.SharedPropsInternal.AppearancesSmall.Appearance = appearance42;
buttonTool30.SharedPropsInternal.Caption = "LT:ClientNote.Label.List";
appearance43.Image = global::AyaNova.Resource1.Contract32;
buttonTool31.SharedPropsInternal.AppearancesLarge.Appearance = appearance43;
appearance44.Image = global::AyaNova.Resource1.Contract16;
buttonTool31.SharedPropsInternal.AppearancesSmall.Appearance = appearance44;
buttonTool31.SharedPropsInternal.Caption = "LT:O.Contract";
appearance45.Image = global::AyaNova.Resource1.Delete32;
buttonTool32.SharedPropsInternal.AppearancesLarge.Appearance = appearance45;
appearance46.Image = global::AyaNova.Resource1.Delete16;
buttonTool32.SharedPropsInternal.AppearancesSmall.Appearance = appearance46;
buttonTool32.SharedPropsInternal.Caption = "LT:UI.Command.Delete";
buttonTool33.SharedPropsInternal.Caption = "LT:UI.Command.CurrentDateAndTime";
buttonTool33.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
appearance47.Image = global::AyaNova.Resource1.PartToUsed32;
buttonTool34.SharedPropsInternal.AppearancesLarge.Appearance = appearance47;
appearance48.Image = global::AyaNova.Resource1.PartToUsed16;
buttonTool34.SharedPropsInternal.AppearancesSmall.Appearance = appearance48;
buttonTool34.SharedPropsInternal.Caption = "LT:UI.Toolbar.WorkorderForm.SetAllPartsUsedInService";
buttonTool34.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
appearance49.Image = global::AyaNova.Resource1.WorkorderTypes32;
buttonTool35.SharedPropsInternal.AppearancesLarge.Appearance = appearance49;
appearance50.Image = global::AyaNova.Resource1.WorkorderTypes16;
buttonTool35.SharedPropsInternal.AppearancesSmall.Appearance = appearance50;
buttonTool35.SharedPropsInternal.Caption = "LT:WorkorderItemType.Label.List";
appearance51.Image = global::AyaNova.Resource1.WorkorderStatuses32;
buttonTool36.SharedPropsInternal.AppearancesLarge.Appearance = appearance51;
appearance52.Image = global::AyaNova.Resource1.WorkorderStatuses16;
buttonTool36.SharedPropsInternal.AppearancesSmall.Appearance = appearance52;
buttonTool36.SharedPropsInternal.Caption = "LT:WorkorderStatus.Label.List";
appearance53.Image = global::AyaNova.Resource1.Priorities32;
buttonTool37.SharedPropsInternal.AppearancesLarge.Appearance = appearance53;
appearance54.Image = global::AyaNova.Resource1.Priorities16;
buttonTool37.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
buttonTool37.SharedPropsInternal.Caption = "LT:Priority.Label.List";
appearance55.Image = global::AyaNova.Resource1.Rates32;
buttonTool38.SharedPropsInternal.AppearancesLarge.Appearance = appearance55;
appearance56.Image = global::AyaNova.Resource1.Rates16;
buttonTool38.SharedPropsInternal.AppearancesSmall.Appearance = appearance56;
buttonTool38.SharedPropsInternal.Caption = "LT:Rate.Label.List";
appearance57.Image = global::AyaNova.Resource1.WOItemMove32;
buttonTool39.SharedPropsInternal.AppearancesLarge.Appearance = appearance57;
appearance58.Image = global::AyaNova.Resource1.WOItemMove16;
buttonTool39.SharedPropsInternal.AppearancesSmall.Appearance = appearance58;
buttonTool39.SharedPropsInternal.Caption = "LT:Workorder.Label.Command.MoveWorkorderItem";
appearance59.Image = global::AyaNova.Resource1.UnitMeterReading32;
buttonTool40.SharedPropsInternal.AppearancesLarge.Appearance = appearance59;
appearance60.Image = global::AyaNova.Resource1.UnitMeterReading16;
buttonTool40.SharedPropsInternal.AppearancesSmall.Appearance = appearance60;
buttonTool40.SharedPropsInternal.Caption = "LT:UnitMeterReading.Label.List";
appearance61.Image = global::AyaNova.Resource1.ConvertScheduledUserToLabor32;
buttonTool41.SharedPropsInternal.AppearancesLarge.Appearance = appearance61;
appearance62.Image = global::AyaNova.Resource1.ConvertScheduledUserToLabor16;
buttonTool41.SharedPropsInternal.AppearancesSmall.Appearance = appearance62;
buttonTool41.SharedPropsInternal.Caption = "LT:Workorder.Label.Command.ConvertScheduledUserToLabor";
appearance63.Image = global::AyaNova.Resource1.WOItemCopy32;
buttonTool42.SharedPropsInternal.AppearancesLarge.Appearance = appearance63;
appearance64.Image = global::AyaNova.Resource1.WOItemCopy16;
buttonTool42.SharedPropsInternal.AppearancesSmall.Appearance = appearance64;
buttonTool42.SharedPropsInternal.Caption = "LT:Workorder.Label.Command.CopyWorkorderItem";
appearance65.Image = global::AyaNova.Resource1.Print32;
popupMenuTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance65;
appearance66.Image = global::AyaNova.Resource1.Print16;
popupMenuTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance66;
popupMenuTool2.SharedPropsInternal.Caption = "LT:UI.Toolbar.Print";
popupMenuTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageOnlyOnToolbars;
popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
listTool1});
listTool2.DisplayCheckmark = false;
listTool2.SharedPropsInternal.Caption = "REPORTLIST";
appearance67.Image = global::AyaNova.Resource1.FollowUp32;
buttonTool43.SharedPropsInternal.AppearancesLarge.Appearance = appearance67;
appearance68.Image = global::AyaNova.Resource1.FollowUp16;
buttonTool43.SharedPropsInternal.AppearancesSmall.Appearance = appearance68;
buttonTool43.SharedPropsInternal.Caption = "LT:ScheduleMarker.Label.FollowUp";
buttonTool43.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageOnlyOnToolbars;
appearance69.Image = global::AyaNova.Resource1.Wiki32;
buttonTool44.SharedPropsInternal.AppearancesLarge.Appearance = appearance69;
appearance70.Image = global::AyaNova.Resource1.Wiki16;
buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance70;
buttonTool44.SharedPropsInternal.Caption = "LT:O.WikiPage";
appearance71.Image = global::AyaNova.Resource1.GenerateUnit32;
buttonTool45.SharedPropsInternal.AppearancesLarge.Appearance = appearance71;
appearance72.Image = global::AyaNova.Resource1.GenerateUnit16;
buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance72;
buttonTool45.SharedPropsInternal.Caption = "LT:Workorder.Label.GenerateUnit";
buttonTool46.SharedPropsInternal.Caption = "LT:UI.ToolBar.Customize";
buttonTool46.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
this.tbManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
buttonTool25,
buttonTool26,
buttonTool27,
buttonTool28,
buttonTool29,
buttonTool30,
buttonTool31,
buttonTool32,
buttonTool33,
buttonTool34,
buttonTool35,
buttonTool36,
buttonTool37,
buttonTool38,
buttonTool39,
buttonTool40,
buttonTool41,
buttonTool42,
popupMenuTool2,
listTool2,
buttonTool43,
buttonTool44,
buttonTool45,
buttonTool46});
this.tbManager.UseLargeImagesOnToolbar = true;
this.tbManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.tbManager_ToolClick);
//
// WorkorderForm
//
this.AllowDrop = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1014, 1024);
this.Controls.Add(this.WorkorderForm_Fill_Panel);
this.Controls.Add(this._WorkorderForm_Toolbars_Dock_Area_Left);
this.Controls.Add(this._WorkorderForm_Toolbars_Dock_Area_Right);
this.Controls.Add(this._WorkorderForm_Toolbars_Dock_Area_Bottom);
this.Controls.Add(this._WorkorderForm_Toolbars_Dock_Area_Top);
this.helpProvider1.SetHelpKeyword(this, "");
this.helpProvider1.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.Topic);
this.MinimumSize = new System.Drawing.Size(614, 591);
this.Name = "WorkorderForm";
this.helpProvider1.SetShowHelp(this, true);
this.Closing += new System.ComponentModel.CancelEventHandler(this.WorkorderForm_Closing);
this.Load += new System.EventHandler(this.WorkorderForm_Load);
this.SizeChanged += new System.EventHandler(this.WorkorderForm_SizeChanged);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form_DragEnter);
this.pnlHeader.ResumeLayout(false);
this.pnlHeaderRight.ResumeLayout(false);
this.pnlHeaderRight.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.edInternalReferenceNumber)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edCustomerReferenceNumber)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edCustomerContactName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckOnsite)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridCalendar)).EndInit();
this.pnlHeaderCenter.ResumeLayout(false);
this.pnlHeaderCenter.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbProjectID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderCategoryID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edSummary)).EndInit();
this.pnlHeaderLeft.ResumeLayout(false);
this.pnlHeaderLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ckTemplateFreshPrice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edTemplateDescription)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbRegion)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edClientID)).EndInit();
this.pnlService.ResumeLayout(false);
this.pnlServiceRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ckReOpen)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckClosed)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckServiceCompleted)).EndInit();
this.pnlServiceCenter.ResumeLayout(false);
this.pnlServiceCenter.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.edInvoiceNumber)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtServiceDate)).EndInit();
this.pnlServiceLeft.ResumeLayout(false);
this.pnlServiceLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtCloseByDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderStatusID)).EndInit();
this.pnlQuote.ResumeLayout(false);
this.pnlQuoteRight.ResumeLayout(false);
this.pnlQuoteRight.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtQuoteRequestDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtValidUntilDate)).EndInit();
this.pnlQuoteMiddle.ResumeLayout(false);
this.pnlQuoteMiddle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtDateSubmitted)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtDateApproved)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderQuoteStatusID)).EndInit();
this.pnlQuoteLeft.ResumeLayout(false);
this.pnlQuoteLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbPreparedByID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edIntroduction)).EndInit();
this.pnlPM.ResumeLayout(false);
this.pnlPMRight.ResumeLayout(false);
this.pnlPMRight.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbPMWorkorderStatusID)).EndInit();
this.pnlPMMiddle.ResumeLayout(false);
this.pnlPMMiddle.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtPMStopGeneratingDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtPMNextServiceDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbPMDayOfTheWeek)).EndInit();
this.pnlPMLeft.ResumeLayout(false);
this.pnlPMLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ckPMActive)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbPMThresholdSpanUnit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edPMThresholdSpan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbPMGenerateSpanUnit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edPMGenerateSpan)).EndInit();
this.pnlItem.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridWorkorderItems)).EndInit();
this.pnlLabour.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridLabor)).EndInit();
this.pnlParts.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridPartRequests)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridParts)).EndInit();
this.pnlWoItemPartGridControlPanel.ResumeLayout(false);
this.pnlWoItemPartGridControlPanel.PerformLayout();
this.pnlExpense.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridExpense)).EndInit();
this.pnlOutsideService.ResumeLayout(false);
this.pnlOutsideServiceRight.ResumeLayout(false);
this.pnlOutsideServiceRight.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemOutsideServiceDateReturned)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemOutsideServiceDateETA)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemOutsideServiceDateSent)).EndInit();
this.pnlOutsideServiceCenter.ResumeLayout(false);
this.pnlOutsideServiceCenter.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceShippingPrice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceShippingCost)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceTrackingNumber)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemOutsideServiceVendorSentViaID)).EndInit();
this.pnlOutsideServiceLeft.ResumeLayout(false);
this.pnlOutsideServiceLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceRepairPrice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceRepairCost)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceRMANumber)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemOutsideServiceVendorSentToID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.edWorkorderItemOutsideServiceNotes)).EndInit();
this.pnlScheduledUser.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridScheduledUsers)).EndInit();
this.pnlTask.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridTasks)).EndInit();
this.pnlTaskTop.ResumeLayout(false);
this.pnlTaskTop.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemTasks)).EndInit();
this.pnlTravel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridTravel)).EndInit();
this.pnlUnit.ResumeLayout(false);
this.pnlUnit.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.edWarrantyInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemUnitServiceTypeID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbWorkorderItemUnitID)).EndInit();
this.pnlNavigation.ResumeLayout(false);
this.pnlWorkorderItemCustomFields.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridCustom)).EndInit();
this.WorkorderForm_Fill_Panel.ResumeLayout(false);
this.pnlLoan.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridLoan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.epWO)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbManager)).EndInit();
this.ResumeLayout(false);
}
#endregion
// __ _ _ ___ ____ __ __ __ __ __ ___ ___
// / _)( )( )/ __)(_ _)/ \( \/ ) / _)/ \( \( _)
// ( (_ )()( \__ \ )( ( () )) ( ( (_( () )) ) )) _)
// \__) \__/ (___/ (__) \__/(_/\/\_) \__)\__/(___/(___)
//
#region Custom Events
//custom delegate for main grid to know when a workorder has been updated so it
//can refresh if necessary. Required as part of the change to modeless workorder editing dialog
//i.e. editing multiple wo at once.
//Case 697
public event WorkorderUpdated WorkorderUpdated;
#endregion
#region Global variables / items to be filled in later from preferences
//If the client or head office are bankable then this
//variable will contain that info
private TypeAndID mWorkorderBankableObject = null;
//applicable contract
//private Contract mContract=null;
//Tool tip to use for displaying broken rules in grids
private System.Windows.Forms.ToolTip tipError = new System.Windows.Forms.ToolTip();
///
/// Used to track whether the close was done by the program
/// or done by the user clicking on the upper left corner X control
///
bool bClosingHandled = false;
//variable to hold user form settings
//UIUserFormSetting mFormSetting;
//Flag to save time setting to read only if has been done already
bool bCurrentStateIsReadOnly = false;
//used to indicate to the syncui idle event that the focus needs to be set back to the
//UPC field in the gridParts Template add row because it just can't be done from
//within any event handled by the grid itself
//this is set to true in the AfterCellUpdate event then cleared by the
//SyncUI event
private bool bScanningParts = false;
//used to track a potential change in state of the workorder
//i.e. one of it's child items has changed
//this is used by the SyncUI code to determine if it
//should redraw the nav buttons or not
private bool bWorkorderChildrenStateChanged = false;
private ControlContainerEditor ccGridDateTimeEditor = null;
#endregion
#region Form load and close
private bool bLoading = true;
private bool bSuspendAppIdleHandler = false;
private bool bShowCustomFields = false;
private string mHideControlsFormName = "";
#region Loading
private void WorkorderForm_Load(object sender, System.EventArgs e)
{
//
// helpProvider1
//
this.helpProvider1.HelpNamespace = Util.BaseHelpUrl + "the_order_header.htm";
//case 1039 //log.Debug("WorkorderForm_Load");
Cursor.Current = Cursors.WaitCursor;
this.Visible = false;
if (AyaBizUtils.Lite)
{
//should never be here if it's lite, this is for testing and development more than anything else
MessageBox.Show("Error: Full Workorder form can not be used with AyaNova LITE.\r\nThis is a bug, report to AyaNova Support.");
this.Close();
return;
}
//See if user has any rights to be here...
//(this is done here to ensure that no matter what happens if a user has no rights they can't get here
//useful in case we miss a way of getting to a User edit screen from elsewhere in the program)
if (mWorkorder.Rights < SecurityLevelTypes.ReadOnly)//Less than read only instead of NoAccess to catch records where it's zero instead of 1
{
//Inform them of their wicked ways and boot them out of here...
MessageBox.Show(string.Format(
Util.LocaleText.GetLocalizedText("Error.Security.NotAuthorizedToRetrieve"),
Util.LocaleText.GetLocalizedText("User.Label.Workorder")));
this.Close();
return;
}
//Get contract and bankable status of client / head office
mWorkorderBankableObject = mWorkorder.BankableResolved();
//mContract=mWorkorder.ContractResolved();
//--------------------------------------
//Set date and time editor to format used by
//this locale
//this date and time editor is re-used in all the grids
//on this form
ccGridDateTimeEditor = new ControlContainerEditor();
ccGridDateTimeEditor.EditingControl = GridCalendar;
//ccGridDateTimeEditor.RenderingControl = GridCalendar;
//DateTimeEditor editor = this.GridCalendar.Editor as DateTimeEditor;
//this.GridCalendar.MaskInput = Util.LocaleDateTimeMask();
//dtServiceDate.MaskInput = Util.LocaleDateTimeMask();
//dtDateApproved.MaskInput = Util.LocaleDateTimeMask();
//dtDateSubmitted.MaskInput = Util.LocaleDateTimeMask();
//dtValidUntilDate.MaskInput = Util.LocaleDateTimeMask();
//dtQuoteRequestDate.MaskInput = Util.LocaleDateTimeMask();
//dtWorkorderItemOutsideServiceDateSent.MaskInput = Util.LocaleDateTimeMask();
//dtWorkorderItemOutsideServiceDateETA.MaskInput = Util.LocaleDateTimeMask();
//dtWorkorderItemOutsideServiceDateReturned.MaskInput = Util.LocaleDateTimeMask();
//dtCloseByDate.MaskInput = Util.LocaleDateTimeMask();
//dtPMNextServiceDate.MaskInput = Util.LocaleDateTimeMask();
//dtPMStopGeneratingDate.MaskInput = Util.LocaleDateTimeMask();
//-------------------------------------------
if (mWorkorder.WorkorderItems.Count > 0)
mCurrentWorkorderItem = mWorkorder.WorkorderItems[0];
else
mCurrentWorkorderItem = null;
LoadReadOnlyLists();
int Split1 = 0;
Util.LoadFormCustomization("WorkorderInfo", this, tbManager, false, ref Split1);
splitter1.SplitPosition = Split1;
Util.PluginInsertMenu(tbManager, new Util.PluginMenuOptionData(true, mWorkorder.RootObjectType, mWorkorder, null));//case 941
//case 1122
Util.ShowAllInsertMenu(tbManager, new TypeAndID(RootObjectTypes.Client, mWorkorder.ClientID), this);
//case 1810
Util.LocalizeHelperInsertMenu(tbManager, this);
Util.Localize(this);
//case 1537
foreach (UltraToolbar tb in tbManager.Toolbars)
{
if (tb.Key == "WorkorderEntryMenuBar")
{
tb.DockedColumn = 0;
tb.DockedRow = 0;
}
else
{
tb.DockedColumn = 1;
tb.DockedRow = 0;
}
}
SetViewButtonToolTips();
bLoading = false;
NavButtonHop();
InitializeComboBoxes();
DataBind();
InitializeGrid();
//Initial panel to show
//todo: replace this with appropriate selection code
ShowPanel(pnlUnit);
Cursor.Current = Cursors.Default;
HideAllChildToolBars();
RestrictUI();
//case 1194
mHideControlsFormName = this.Name + "[" + this.mWorkorder.WorkorderType.ToString() + "]";
if (Util.GlobalSettings.HiddenControls.Count > 0)
{
HideSelectedControls(mHideControlsFormName, this);
}
this.Visible = true;
//Adjust display to show
//all of the workorder item or 1/4 the
//form height, whichever is smaller
SizeWorkorderItemsArea();
//Take user directly to preselected item if applicable
GoToSelectedItem();
WorkorderForm_SizeChanged(null, null);
//Show popup notes if applicable and not internal workorder
if (mWorkorder.ClientID != Guid.Empty)
{
string sPop = ClientPopUpNotesFetcher.GetNotes(mWorkorder.ClientID);
if (sPop != "")
MessageBox.Show(sPop, Util.LocaleText.GetLocalizedText("Client.Label.PopUpNotes"), MessageBoxButtons.OK, MessageBoxIcon.Information);
}
//Case 152
(new TabOrderManager(this)).SetTabOrder(TabOrderManager.TabScheme.AcrossFirst);
//Case 697 refresh maingrid form
if (Util.frmMain != null && Util.frmMain.frmMainGrid != null)
WorkorderUpdated += new WorkorderUpdated(Util.frmMain.frmMainGrid.w_WorkorderUpdated);
//Case 702 refresh schedule form
if (this.mWorkorder.IsServiceWorkorder && Util.frmMain != null && Util.frmMain.frmMainSchedule != null)
WorkorderUpdated += new WorkorderUpdated(Util.frmMain.frmMainSchedule.w_WorkorderUpdated);
//case 2108
pnlWoItemPartGridControlPanel.BackColor = Color.Honeydew;
Application.Idle += new EventHandler(Application_Idle);
}
#endregion loading
#region HideFields
private bool bDesignMode = false;
System.Collections.Generic.List