Files
ayanova7/source/Plugins/AyaNovaOL/MsgToWo.Designer.cs
2018-06-29 19:47:36 +00:00

725 lines
40 KiB
C#

namespace AyaNovaOL
{
partial class MsgToWo
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
this.lblClientID = new System.Windows.Forms.Label();
this.cbProjectID = new System.Windows.Forms.ComboBox();
this.lblScheduledUserID = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.edClient = new System.Windows.Forms.TextBox();
this.edCustomerContactName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.edCustomerReferenceNumber = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.edInternalReferenceNumber = new System.Windows.Forms.TextBox();
this.ckOnsite = new System.Windows.Forms.CheckBox();
this.cbWorkorderStatusID = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.edSummary = new System.Windows.Forms.TextBox();
this.cbWorkorderCategoryID = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.dtCloseByDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.dtServiceDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.epWO = new System.Windows.Forms.ErrorProvider(this.components);
this.ckIsDirty = new System.Windows.Forms.CheckBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tbHeader = new System.Windows.Forms.TabPage();
this.tbWorkorderItem = new System.Windows.Forms.TabPage();
this.cbUnitServiceTypeID = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.cbUnitID = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.ckWorkorderItemWarrantyService = new System.Windows.Forms.CheckBox();
this.cbWorkorderItemTypeID = new System.Windows.Forms.ComboBox();
this.label14 = new System.Windows.Forms.Label();
this.cbWorkorderItemPriorityID = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.cbWorkorderItemStatusID = new System.Windows.Forms.ComboBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.dtWorkorderItemRequestDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.label10 = new System.Windows.Forms.Label();
this.edWorkorderItemTechNotes = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.edWorkorderItemSummary = new System.Windows.Forms.TextBox();
this.tbScheduledUsers = new System.Windows.Forms.TabPage();
this.gridScheduledUsers = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.tipError = new System.Windows.Forms.ToolTip(this.components);
this.GridCalendar = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.btnTest = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dtCloseByDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtServiceDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.epWO)).BeginInit();
this.tabControl1.SuspendLayout();
this.tbHeader.SuspendLayout();
this.tbWorkorderItem.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemRequestDate)).BeginInit();
this.tbScheduledUsers.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridScheduledUsers)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridCalendar)).BeginInit();
this.SuspendLayout();
//
// lblClientID
//
this.lblClientID.AutoSize = true;
this.lblClientID.Location = new System.Drawing.Point(24, 27);
this.lblClientID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblClientID.Name = "lblClientID";
this.lblClientID.Size = new System.Drawing.Size(79, 17);
this.lblClientID.TabIndex = 1;
this.lblClientID.Text = "LT:O.Client";
//
// cbProjectID
//
this.cbProjectID.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbProjectID.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbProjectID.FormattingEnabled = true;
this.cbProjectID.Location = new System.Drawing.Point(419, 268);
this.cbProjectID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbProjectID.Name = "cbProjectID";
this.cbProjectID.Size = new System.Drawing.Size(367, 24);
this.cbProjectID.TabIndex = 6;
//
// lblScheduledUserID
//
this.lblScheduledUserID.AutoSize = true;
this.lblScheduledUserID.Location = new System.Drawing.Point(415, 247);
this.lblScheduledUserID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblScheduledUserID.Name = "lblScheduledUserID";
this.lblScheduledUserID.Size = new System.Drawing.Size(88, 17);
this.lblScheduledUserID.TabIndex = 5;
this.lblScheduledUserID.Text = "LT:O.Project";
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnOK.Image = global::AyaNovaOL.Resource1.OK24;
this.btnOK.Location = new System.Drawing.Point(1175, 548);
this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 43);
this.btnOK.TabIndex = 32;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnCancel.Image = global::AyaNovaOL.Resource1.Cancel24;
this.btnCancel.Location = new System.Drawing.Point(16, 548);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 43);
this.btnCancel.TabIndex = 31;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// edClient
//
this.edClient.Location = new System.Drawing.Point(24, 47);
this.edClient.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edClient.Multiline = true;
this.edClient.Name = "edClient";
this.edClient.ReadOnly = true;
this.edClient.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.edClient.Size = new System.Drawing.Size(367, 152);
this.edClient.TabIndex = 33;
//
// edCustomerContactName
//
this.edCustomerContactName.Location = new System.Drawing.Point(419, 68);
this.edCustomerContactName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edCustomerContactName.Name = "edCustomerContactName";
this.edCustomerContactName.Size = new System.Drawing.Size(349, 22);
this.edCustomerContactName.TabIndex = 34;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(419, 47);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(284, 17);
this.label1.TabIndex = 35;
this.label1.Text = "LT:Workorder.Label.CustomerContactName";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(419, 137);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(315, 17);
this.label2.TabIndex = 37;
this.label2.Text = "LT:Workorder.Label.CustomerReferenceNumber";
//
// edCustomerReferenceNumber
//
this.edCustomerReferenceNumber.Location = new System.Drawing.Point(419, 159);
this.edCustomerReferenceNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edCustomerReferenceNumber.Name = "edCustomerReferenceNumber";
this.edCustomerReferenceNumber.Size = new System.Drawing.Size(349, 22);
this.edCustomerReferenceNumber.TabIndex = 36;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(828, 47);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(302, 17);
this.label3.TabIndex = 39;
this.label3.Text = "LT:Workorder.Label.InternalReferenceNumber";
//
// edInternalReferenceNumber
//
this.edInternalReferenceNumber.Location = new System.Drawing.Point(828, 68);
this.edInternalReferenceNumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edInternalReferenceNumber.Name = "edInternalReferenceNumber";
this.edInternalReferenceNumber.Size = new System.Drawing.Size(349, 22);
this.edInternalReferenceNumber.TabIndex = 38;
//
// ckOnsite
//
this.ckOnsite.AutoSize = true;
this.ckOnsite.Location = new System.Drawing.Point(828, 162);
this.ckOnsite.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ckOnsite.Name = "ckOnsite";
this.ckOnsite.Size = new System.Drawing.Size(202, 21);
this.ckOnsite.TabIndex = 40;
this.ckOnsite.Text = "LT:Workorder.Label.Onsite";
this.ckOnsite.UseVisualStyleBackColor = true;
//
// cbWorkorderStatusID
//
this.cbWorkorderStatusID.FormattingEnabled = true;
this.cbWorkorderStatusID.Location = new System.Drawing.Point(24, 268);
this.cbWorkorderStatusID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbWorkorderStatusID.Name = "cbWorkorderStatusID";
this.cbWorkorderStatusID.Size = new System.Drawing.Size(367, 24);
this.cbWorkorderStatusID.TabIndex = 42;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(20, 247);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(151, 17);
this.label4.TabIndex = 41;
this.label4.Text = "LT:O.WorkorderStatus";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(24, 340);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(198, 17);
this.label5.TabIndex = 44;
this.label5.Text = "LT:Workorder.Label.Summary";
//
// edSummary
//
this.edSummary.Location = new System.Drawing.Point(24, 362);
this.edSummary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edSummary.Name = "edSummary";
this.edSummary.Size = new System.Drawing.Size(363, 22);
this.edSummary.TabIndex = 43;
//
// cbWorkorderCategoryID
//
this.cbWorkorderCategoryID.FormattingEnabled = true;
this.cbWorkorderCategoryID.Location = new System.Drawing.Point(419, 361);
this.cbWorkorderCategoryID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbWorkorderCategoryID.Name = "cbWorkorderCategoryID";
this.cbWorkorderCategoryID.Size = new System.Drawing.Size(367, 24);
this.cbWorkorderCategoryID.TabIndex = 46;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(415, 340);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(168, 17);
this.label6.TabIndex = 45;
this.label6.Text = "LT:O.WorkorderCategory";
//
// dtCloseByDate
//
this.dtCloseByDate.DateTime = new System.DateTime(2009, 12, 14, 0, 0, 0, 0);
this.dtCloseByDate.Location = new System.Drawing.Point(828, 268);
this.dtCloseByDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dtCloseByDate.Name = "dtCloseByDate";
this.dtCloseByDate.Size = new System.Drawing.Size(351, 24);
this.dtCloseByDate.TabIndex = 47;
this.dtCloseByDate.Value = new System.DateTime(2009, 12, 14, 0, 0, 0, 0);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(828, 247);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(267, 17);
this.label7.TabIndex = 48;
this.label7.Text = "LT:WorkorderService.Label.CloseByDate";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(828, 340);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(263, 17);
this.label8.TabIndex = 50;
this.label8.Text = "LT:WorkorderService.Label.ServiceDate";
//
// dtServiceDate
//
this.dtServiceDate.DateTime = new System.DateTime(2009, 12, 29, 0, 0, 0, 0);
this.dtServiceDate.Location = new System.Drawing.Point(828, 361);
this.dtServiceDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dtServiceDate.Name = "dtServiceDate";
this.dtServiceDate.Size = new System.Drawing.Size(351, 24);
this.dtServiceDate.TabIndex = 49;
this.dtServiceDate.Value = new System.DateTime(2009, 12, 29, 0, 0, 0, 0);
//
// epWO
//
this.epWO.ContainerControl = this;
//
// ckIsDirty
//
this.ckIsDirty.Location = new System.Drawing.Point(-89, -148);
this.ckIsDirty.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ckIsDirty.Name = "ckIsDirty";
this.ckIsDirty.Size = new System.Drawing.Size(44, 18);
this.ckIsDirty.TabIndex = 149;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tbHeader);
this.tabControl1.Controls.Add(this.tbWorkorderItem);
this.tabControl1.Controls.Add(this.tbScheduledUsers);
this.tabControl1.Location = new System.Drawing.Point(3, 15);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1247, 526);
this.tabControl1.TabIndex = 150;
//
// tbHeader
//
this.tbHeader.Controls.Add(this.edClient);
this.tbHeader.Controls.Add(this.lblClientID);
this.tbHeader.Controls.Add(this.label8);
this.tbHeader.Controls.Add(this.lblScheduledUserID);
this.tbHeader.Controls.Add(this.dtServiceDate);
this.tbHeader.Controls.Add(this.cbProjectID);
this.tbHeader.Controls.Add(this.label7);
this.tbHeader.Controls.Add(this.edCustomerContactName);
this.tbHeader.Controls.Add(this.dtCloseByDate);
this.tbHeader.Controls.Add(this.label1);
this.tbHeader.Controls.Add(this.cbWorkorderCategoryID);
this.tbHeader.Controls.Add(this.edCustomerReferenceNumber);
this.tbHeader.Controls.Add(this.label6);
this.tbHeader.Controls.Add(this.label2);
this.tbHeader.Controls.Add(this.label5);
this.tbHeader.Controls.Add(this.edInternalReferenceNumber);
this.tbHeader.Controls.Add(this.edSummary);
this.tbHeader.Controls.Add(this.label3);
this.tbHeader.Controls.Add(this.cbWorkorderStatusID);
this.tbHeader.Controls.Add(this.ckOnsite);
this.tbHeader.Controls.Add(this.label4);
this.tbHeader.Location = new System.Drawing.Point(4, 25);
this.tbHeader.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbHeader.Name = "tbHeader";
this.tbHeader.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbHeader.Size = new System.Drawing.Size(1239, 497);
this.tbHeader.TabIndex = 0;
this.tbHeader.Text = "LT:O.WorkorderService";
this.tbHeader.UseVisualStyleBackColor = true;
//
// tbWorkorderItem
//
this.tbWorkorderItem.Controls.Add(this.cbUnitServiceTypeID);
this.tbWorkorderItem.Controls.Add(this.label16);
this.tbWorkorderItem.Controls.Add(this.cbUnitID);
this.tbWorkorderItem.Controls.Add(this.label15);
this.tbWorkorderItem.Controls.Add(this.ckWorkorderItemWarrantyService);
this.tbWorkorderItem.Controls.Add(this.cbWorkorderItemTypeID);
this.tbWorkorderItem.Controls.Add(this.label14);
this.tbWorkorderItem.Controls.Add(this.cbWorkorderItemPriorityID);
this.tbWorkorderItem.Controls.Add(this.label13);
this.tbWorkorderItem.Controls.Add(this.cbWorkorderItemStatusID);
this.tbWorkorderItem.Controls.Add(this.label12);
this.tbWorkorderItem.Controls.Add(this.label11);
this.tbWorkorderItem.Controls.Add(this.dtWorkorderItemRequestDate);
this.tbWorkorderItem.Controls.Add(this.label10);
this.tbWorkorderItem.Controls.Add(this.edWorkorderItemTechNotes);
this.tbWorkorderItem.Controls.Add(this.label9);
this.tbWorkorderItem.Controls.Add(this.edWorkorderItemSummary);
this.tbWorkorderItem.Location = new System.Drawing.Point(4, 25);
this.tbWorkorderItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbWorkorderItem.Name = "tbWorkorderItem";
this.tbWorkorderItem.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbWorkorderItem.Size = new System.Drawing.Size(1239, 497);
this.tbWorkorderItem.TabIndex = 1;
this.tbWorkorderItem.Text = "LT:O.WorkorderItem";
this.tbWorkorderItem.UseVisualStyleBackColor = true;
//
// cbUnitServiceTypeID
//
this.cbUnitServiceTypeID.FormattingEnabled = true;
this.cbUnitServiceTypeID.Location = new System.Drawing.Point(844, 375);
this.cbUnitServiceTypeID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbUnitServiceTypeID.Name = "cbUnitServiceTypeID";
this.cbUnitServiceTypeID.Size = new System.Drawing.Size(367, 24);
this.cbUnitServiceTypeID.TabIndex = 61;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(840, 354);
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(148, 17);
this.label16.TabIndex = 60;
this.label16.Text = "LT:O.UnitServiceType";
//
// cbUnitID
//
this.cbUnitID.FormattingEnabled = true;
this.cbUnitID.Location = new System.Drawing.Point(844, 314);
this.cbUnitID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbUnitID.Name = "cbUnitID";
this.cbUnitID.Size = new System.Drawing.Size(367, 24);
this.cbUnitID.TabIndex = 59;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(840, 293);
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(69, 17);
this.label15.TabIndex = 58;
this.label15.Text = "LT:O.Unit";
//
// ckWorkorderItemWarrantyService
//
this.ckWorkorderItemWarrantyService.AutoSize = true;
this.ckWorkorderItemWarrantyService.Location = new System.Drawing.Point(844, 262);
this.ckWorkorderItemWarrantyService.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.ckWorkorderItemWarrantyService.Name = "ckWorkorderItemWarrantyService";
this.ckWorkorderItemWarrantyService.Size = new System.Drawing.Size(389, 26);
this.ckWorkorderItemWarrantyService.TabIndex = 57;
this.ckWorkorderItemWarrantyService.Text = "LT:WorkorderItem.Label.WarrantyService";
this.ckWorkorderItemWarrantyService.UseVisualStyleBackColor = true;
//
// cbWorkorderItemTypeID
//
this.cbWorkorderItemTypeID.FormattingEnabled = true;
this.cbWorkorderItemTypeID.Location = new System.Drawing.Point(844, 218);
this.cbWorkorderItemTypeID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbWorkorderItemTypeID.Name = "cbWorkorderItemTypeID";
this.cbWorkorderItemTypeID.Size = new System.Drawing.Size(367, 24);
this.cbWorkorderItemTypeID.TabIndex = 56;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(840, 197);
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(169, 17);
this.label14.TabIndex = 55;
this.label14.Text = "LT:O.WorkorderItemType";
//
// cbWorkorderItemPriorityID
//
this.cbWorkorderItemPriorityID.FormattingEnabled = true;
this.cbWorkorderItemPriorityID.Location = new System.Drawing.Point(844, 159);
this.cbWorkorderItemPriorityID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbWorkorderItemPriorityID.Name = "cbWorkorderItemPriorityID";
this.cbWorkorderItemPriorityID.Size = new System.Drawing.Size(367, 24);
this.cbWorkorderItemPriorityID.TabIndex = 54;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(840, 138);
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(222, 17);
this.label13.TabIndex = 53;
this.label13.Text = "LT:WorkorderItem.Label.PriorityID";
//
// cbWorkorderItemStatusID
//
this.cbWorkorderItemStatusID.FormattingEnabled = true;
this.cbWorkorderItemStatusID.Location = new System.Drawing.Point(844, 100);
this.cbWorkorderItemStatusID.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cbWorkorderItemStatusID.Name = "cbWorkorderItemStatusID";
this.cbWorkorderItemStatusID.Size = new System.Drawing.Size(367, 24);
this.cbWorkorderItemStatusID.TabIndex = 52;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(840, 79);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(285, 17);
this.label12.TabIndex = 51;
this.label12.Text = "LT:WorkorderItem.Label.WorkorderStatusID";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(844, 10);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(248, 17);
this.label11.TabIndex = 50;
this.label11.Text = "LT:WorkorderItem.Label.RequestDate";
//
// dtWorkorderItemRequestDate
//
this.dtWorkorderItemRequestDate.DateTime = new System.DateTime(2009, 12, 14, 0, 0, 0, 0);
this.dtWorkorderItemRequestDate.Location = new System.Drawing.Point(844, 31);
this.dtWorkorderItemRequestDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dtWorkorderItemRequestDate.Name = "dtWorkorderItemRequestDate";
this.dtWorkorderItemRequestDate.Size = new System.Drawing.Size(351, 24);
this.dtWorkorderItemRequestDate.TabIndex = 49;
this.dtWorkorderItemRequestDate.Value = new System.DateTime(2009, 12, 14, 0, 0, 0, 0);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(8, 81);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(234, 17);
this.label10.TabIndex = 48;
this.label10.Text = "LT:WorkorderItem.Label.TechNotes";
//
// edWorkorderItemTechNotes
//
this.edWorkorderItemTechNotes.AcceptsReturn = true;
this.edWorkorderItemTechNotes.AcceptsTab = true;
this.edWorkorderItemTechNotes.Location = new System.Drawing.Point(12, 101);
this.edWorkorderItemTechNotes.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edWorkorderItemTechNotes.Multiline = true;
this.edWorkorderItemTechNotes.Name = "edWorkorderItemTechNotes";
this.edWorkorderItemTechNotes.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.edWorkorderItemTechNotes.Size = new System.Drawing.Size(799, 367);
this.edWorkorderItemTechNotes.TabIndex = 47;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 9);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(224, 17);
this.label9.TabIndex = 46;
this.label9.Text = "LT:WorkorderItem.Label.Summary";
//
// edWorkorderItemSummary
//
this.edWorkorderItemSummary.AcceptsReturn = true;
this.edWorkorderItemSummary.AcceptsTab = true;
this.edWorkorderItemSummary.Location = new System.Drawing.Point(8, 31);
this.edWorkorderItemSummary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.edWorkorderItemSummary.Multiline = true;
this.edWorkorderItemSummary.Name = "edWorkorderItemSummary";
this.edWorkorderItemSummary.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.edWorkorderItemSummary.Size = new System.Drawing.Size(803, 46);
this.edWorkorderItemSummary.TabIndex = 45;
//
// tbScheduledUsers
//
this.tbScheduledUsers.Controls.Add(this.gridScheduledUsers);
this.tbScheduledUsers.Location = new System.Drawing.Point(4, 25);
this.tbScheduledUsers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tbScheduledUsers.Name = "tbScheduledUsers";
this.tbScheduledUsers.Size = new System.Drawing.Size(1239, 497);
this.tbScheduledUsers.TabIndex = 2;
this.tbScheduledUsers.Text = "LT:WorkorderItem.Label.ScheduledUsers";
this.tbScheduledUsers.UseVisualStyleBackColor = true;
//
// gridScheduledUsers
//
this.gridScheduledUsers.Cursor = System.Windows.Forms.Cursors.Default;
appearance1.FontData.BoldAsString = "True";
appearance1.TextHAlignAsString = "Left";
this.gridScheduledUsers.DisplayLayout.CaptionAppearance = appearance1;
this.gridScheduledUsers.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridScheduledUsers.Location = new System.Drawing.Point(0, 0);
this.gridScheduledUsers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.gridScheduledUsers.Name = "gridScheduledUsers";
this.gridScheduledUsers.Size = new System.Drawing.Size(1236, 494);
this.gridScheduledUsers.TabIndex = 4;
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_1);
this.gridScheduledUsers.BeforeRowCancelUpdate += new Infragistics.Win.UltraWinGrid.CancelableRowEventHandler(this.gridScheduledUsers_BeforeRowCancelUpdate);
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_1);
//
// tipError
//
this.tipError.IsBalloon = true;
//
// GridCalendar
//
this.GridCalendar.DateTime = new System.DateTime(2009, 12, 29, 0, 0, 0, 0);
this.GridCalendar.Location = new System.Drawing.Point(191, 556);
this.GridCalendar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.GridCalendar.Name = "GridCalendar";
this.GridCalendar.Size = new System.Drawing.Size(52, 24);
this.GridCalendar.TabIndex = 151;
this.GridCalendar.Value = new System.DateTime(2009, 12, 29, 0, 0, 0, 0);
this.GridCalendar.Visible = false;
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(583, 556);
this.btnTest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(100, 28);
this.btnTest.TabIndex = 152;
this.btnTest.Text = "Diag";
this.btnTest.UseVisualStyleBackColor = true;
this.btnTest.Visible = false;
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
//
// MsgToWo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1265, 606);
this.Controls.Add(this.btnTest);
this.Controls.Add(this.GridCalendar);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.ckIsDirty);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MsgToWo";
this.Text = "MsgToWo";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MsgToWo_FormClosing);
this.Load += new System.EventHandler(this.MsgToWo_Load);
((System.ComponentModel.ISupportInitialize)(this.dtCloseByDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtServiceDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.epWO)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tbHeader.ResumeLayout(false);
this.tbHeader.PerformLayout();
this.tbWorkorderItem.ResumeLayout(false);
this.tbWorkorderItem.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtWorkorderItemRequestDate)).EndInit();
this.tbScheduledUsers.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridScheduledUsers)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridCalendar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblClientID;
private System.Windows.Forms.ComboBox cbProjectID;
private System.Windows.Forms.Label lblScheduledUserID;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.TextBox edClient;
private System.Windows.Forms.TextBox edCustomerContactName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox edCustomerReferenceNumber;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox edInternalReferenceNumber;
private System.Windows.Forms.CheckBox ckOnsite;
private System.Windows.Forms.ComboBox cbWorkorderStatusID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox edSummary;
private System.Windows.Forms.ComboBox cbWorkorderCategoryID;
private System.Windows.Forms.Label label6;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtCloseByDate;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtServiceDate;
private System.Windows.Forms.ErrorProvider epWO;
private System.Windows.Forms.CheckBox ckIsDirty;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tbHeader;
private System.Windows.Forms.TabPage tbWorkorderItem;
private System.Windows.Forms.TabPage tbScheduledUsers;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox edWorkorderItemSummary;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox edWorkorderItemTechNotes;
private System.Windows.Forms.Label label11;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtWorkorderItemRequestDate;
private System.Windows.Forms.ComboBox cbWorkorderItemStatusID;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ComboBox cbWorkorderItemTypeID;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox cbWorkorderItemPriorityID;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.CheckBox ckWorkorderItemWarrantyService;
private System.Windows.Forms.ComboBox cbUnitServiceTypeID;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox cbUnitID;
private System.Windows.Forms.Label label15;
private Infragistics.Win.UltraWinGrid.UltraGrid gridScheduledUsers;
private System.Windows.Forms.ToolTip tipError;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor GridCalendar;
private System.Windows.Forms.Button btnTest;
}
}