SafeDispatch/Safedispatch_4_0/NewJobTicketingForm.Designer.cs
2024-02-22 18:43:59 +02:00

521 lines
32 KiB
C#

namespace Safedispatch_4_0
{
partial class NewJobTicketingForm
{
/// <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()
{
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewJobTicketingForm));
this.rddListPriority = new Telerik.WinControls.UI.RadDropDownList();
this.rgbRight = new Telerik.WinControls.UI.RadGroupBox();
this.rtbMessage = new Telerik.WinControls.UI.RadTextBox();
this.rtbTicketSubject = new Telerik.WinControls.UI.RadTextBox();
this.labelSubject = new Telerik.WinControls.UI.RadLabel();
this.rcbListSharedWith = new Telerik.WinControls.UI.RadCheckedDropDownList();
this.labelMessage = new Telerik.WinControls.UI.RadLabel();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.radLabel3 = new Telerik.WinControls.UI.RadLabel();
this.rdtpSchedule = new Telerik.WinControls.UI.RadDateTimePicker();
this.rgbLeft = new Telerik.WinControls.UI.RadGroupBox();
this.pbFilter = new System.Windows.Forms.PictureBox();
this.searchTextBox = new Telerik.WinControls.UI.RadTextBox();
this.rcbSchedule = new Telerik.WinControls.UI.RadCheckBox();
this.rcbDueDate = new Telerik.WinControls.UI.RadCheckBox();
this.rdtpDueDate = new Telerik.WinControls.UI.RadDateTimePicker();
this.treeViewUnits = new Telerik.WinControls.UI.RadTreeView();
this.labelHandleBy = new Telerik.WinControls.UI.RadLabel();
this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.rddlPredefined = new Telerik.WinControls.UI.RadDropDownList();
this.rcbSavePredefined = new Telerik.WinControls.UI.RadCheckBox();
this.rtbTicketName = new Telerik.WinControls.UI.RadTextBox();
this.labelPredefined = new Telerik.WinControls.UI.RadLabel();
this.pbDelete = new System.Windows.Forms.PictureBox();
this.btnSend = new Telerik.WinControls.UI.RadButton();
((System.ComponentModel.ISupportInitialize)(this.rddListPriority)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgbRight)).BeginInit();
this.rgbRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rtbMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rtbTicketSubject)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelSubject)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbListSharedWith)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rdtpSchedule)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgbLeft)).BeginInit();
this.rgbLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchTextBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSchedule)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbDueDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rdtpDueDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeViewUnits)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelHandleBy)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rddlPredefined)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSavePredefined)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rtbTicketName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelPredefined)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSend)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// rddListPriority
//
this.rddListPriority.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
this.rddListPriority.Location = new System.Drawing.Point(9, 228);
this.rddListPriority.Name = "rddListPriority";
this.rddListPriority.Size = new System.Drawing.Size(265, 21);
this.rddListPriority.TabIndex = 2;
this.rddListPriority.ThemeName = "Office2013Light";
//
// rgbRight
//
this.rgbRight.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.rgbRight.BackColor = System.Drawing.Color.White;
this.rgbRight.Controls.Add(this.rtbMessage);
this.rgbRight.Controls.Add(this.rtbTicketSubject);
this.rgbRight.Controls.Add(this.labelSubject);
this.rgbRight.Controls.Add(this.rcbListSharedWith);
this.rgbRight.Controls.Add(this.labelMessage);
this.rgbRight.Controls.Add(this.rddListPriority);
this.rgbRight.Controls.Add(this.radLabel1);
this.rgbRight.Controls.Add(this.radLabel3);
this.rgbRight.HeaderText = " ";
this.rgbRight.Location = new System.Drawing.Point(306, 12);
this.rgbRight.Name = "rgbRight";
this.rgbRight.Size = new System.Drawing.Size(285, 319);
this.rgbRight.TabIndex = 1;
this.rgbRight.Text = " ";
this.rgbRight.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rgbRight.GetChildAt(0).GetChildAt(1).GetChildAt(1))).TopColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rgbRight.GetChildAt(0).GetChildAt(1).GetChildAt(1))).TopShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rgbRight.GetChildAt(0).GetChildAt(1).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// rtbMessage
//
this.rtbMessage.AutoSize = false;
this.rtbMessage.Location = new System.Drawing.Point(9, 116);
this.rtbMessage.MaxLength = 140;
this.rtbMessage.Multiline = true;
this.rtbMessage.Name = "rtbMessage";
this.rtbMessage.NullText = "Leave null if suitable";
this.rtbMessage.Size = new System.Drawing.Size(265, 97);
this.rtbMessage.TabIndex = 1;
this.rtbMessage.ThemeName = "Office2013Light";
//
// rtbTicketSubject
//
this.rtbTicketSubject.AutoSize = false;
this.rtbTicketSubject.Location = new System.Drawing.Point(9, 34);
this.rtbTicketSubject.MaxLength = 140;
this.rtbTicketSubject.Multiline = true;
this.rtbTicketSubject.Name = "rtbTicketSubject";
this.rtbTicketSubject.NullText = "Write ticket subject";
this.rtbTicketSubject.Size = new System.Drawing.Size(265, 55);
this.rtbTicketSubject.TabIndex = 0;
this.rtbTicketSubject.ThemeName = "Office2013Light";
this.rtbTicketSubject.TextChanged += new System.EventHandler(this.rtbTicketSubject_TextChanged);
//
// labelSubject
//
this.labelSubject.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.labelSubject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.labelSubject.Location = new System.Drawing.Point(9, 14);
this.labelSubject.Name = "labelSubject";
this.labelSubject.Size = new System.Drawing.Size(96, 21);
this.labelSubject.TabIndex = 4;
this.labelSubject.Text = "Ticket subject";
//
// rcbListSharedWith
//
this.rcbListSharedWith.Location = new System.Drawing.Point(9, 274);
this.rcbListSharedWith.Name = "rcbListSharedWith";
this.rcbListSharedWith.NullText = "Not shared";
this.rcbListSharedWith.Size = new System.Drawing.Size(265, 21);
this.rcbListSharedWith.TabIndex = 3;
this.rcbListSharedWith.ThemeName = "Office2013Light";
//
// labelMessage
//
this.labelMessage.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.labelMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.labelMessage.Location = new System.Drawing.Point(9, 95);
this.labelMessage.Name = "labelMessage";
this.labelMessage.Size = new System.Drawing.Size(105, 21);
this.labelMessage.TabIndex = 51;
this.labelMessage.Text = "Ticket message";
//
// radLabel1
//
this.radLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radLabel1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.radLabel1.ForeColor = System.Drawing.Color.DarkGray;
this.radLabel1.Location = new System.Drawing.Point(9, 294);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(145, 19);
this.radLabel1.TabIndex = 92;
this.radLabel1.Text = "Shared with dispatchers";
//
// radLabel3
//
this.radLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radLabel3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.radLabel3.ForeColor = System.Drawing.Color.DarkGray;
this.radLabel3.Location = new System.Drawing.Point(10, 247);
this.radLabel3.Name = "radLabel3";
this.radLabel3.Size = new System.Drawing.Size(50, 19);
this.radLabel3.TabIndex = 93;
this.radLabel3.Text = "Priority";
//
// rdtpSchedule
//
this.rdtpSchedule.CustomFormat = "MM/dd/yyyy, HH:mm";
this.rdtpSchedule.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.rdtpSchedule.Location = new System.Drawing.Point(10, 274);
this.rdtpSchedule.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
this.rdtpSchedule.Name = "rdtpSchedule";
this.rdtpSchedule.NullDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
this.rdtpSchedule.Size = new System.Drawing.Size(239, 21);
this.rdtpSchedule.TabIndex = 3;
this.rdtpSchedule.TabStop = false;
this.rdtpSchedule.Text = "11/29/2010, 15:17";
this.rdtpSchedule.ThemeName = "Office2013Light";
this.rdtpSchedule.Value = new System.DateTime(2010, 11, 29, 15, 17, 13, 76);
//
// rgbLeft
//
this.rgbLeft.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.rgbLeft.BackColor = System.Drawing.Color.White;
this.rgbLeft.Controls.Add(this.pbFilter);
this.rgbLeft.Controls.Add(this.searchTextBox);
this.rgbLeft.Controls.Add(this.rcbSchedule);
this.rgbLeft.Controls.Add(this.rcbDueDate);
this.rgbLeft.Controls.Add(this.rdtpDueDate);
this.rgbLeft.Controls.Add(this.treeViewUnits);
this.rgbLeft.Controls.Add(this.labelHandleBy);
this.rgbLeft.Controls.Add(this.rdtpSchedule);
this.rgbLeft.Controls.Add(this.radLabel9);
this.rgbLeft.Controls.Add(this.radLabel2);
this.rgbLeft.HeaderText = " ";
this.rgbLeft.Location = new System.Drawing.Point(2, 12);
this.rgbLeft.Name = "rgbLeft";
this.rgbLeft.Size = new System.Drawing.Size(285, 319);
this.rgbLeft.TabIndex = 0;
this.rgbLeft.Text = " ";
this.rgbLeft.ThemeName = "TelerikMetroBlue";
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rgbLeft.GetChildAt(0).GetChildAt(1).GetChildAt(1))).TopColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rgbLeft.GetChildAt(0).GetChildAt(1).GetChildAt(1))).TopShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.BorderPrimitive)(this.rgbLeft.GetChildAt(0).GetChildAt(1).GetChildAt(1))).SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
//
// pbFilter
//
this.pbFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pbFilter.BackColor = System.Drawing.Color.White;
this.pbFilter.Image = global::Dispatcher.Properties.Resources.i_search;
this.pbFilter.Location = new System.Drawing.Point(254, 195);
this.pbFilter.Name = "pbFilter";
this.pbFilter.Size = new System.Drawing.Size(18, 18);
this.pbFilter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbFilter.TabIndex = 90;
this.pbFilter.TabStop = false;
this.pbFilter.Tag = "unselected";
//
// searchTextBox
//
this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.searchTextBox.BackColor = System.Drawing.Color.Transparent;
this.searchTextBox.Font = new System.Drawing.Font("Segoe UI", 9F);
this.searchTextBox.Location = new System.Drawing.Point(10, 193);
this.searchTextBox.Name = "searchTextBox";
this.searchTextBox.NullText = "Type to search unit";
this.searchTextBox.Size = new System.Drawing.Size(265, 21);
this.searchTextBox.TabIndex = 89;
this.searchTextBox.TabStop = false;
this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
//
// rcbSchedule
//
this.rcbSchedule.CheckState = System.Windows.Forms.CheckState.Checked;
this.rcbSchedule.Location = new System.Drawing.Point(255, 277);
this.rcbSchedule.Name = "rcbSchedule";
this.rcbSchedule.Size = new System.Drawing.Size(18, 18);
this.rcbSchedule.TabIndex = 4;
this.rcbSchedule.ThemeName = "TelerikMetroBlue";
this.rcbSchedule.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
this.rcbSchedule.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.CheckBox_StateChanged);
//
// rcbDueDate
//
this.rcbDueDate.CheckState = System.Windows.Forms.CheckState.Checked;
this.rcbDueDate.Location = new System.Drawing.Point(255, 230);
this.rcbDueDate.Name = "rcbDueDate";
this.rcbDueDate.Size = new System.Drawing.Size(18, 18);
this.rcbDueDate.TabIndex = 2;
this.rcbDueDate.ThemeName = "TelerikMetroBlue";
this.rcbDueDate.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
this.rcbDueDate.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.CheckBox_StateChanged);
//
// rdtpDueDate
//
this.rdtpDueDate.CustomFormat = "MM/dd/yyyy, HH:mm";
this.rdtpDueDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.rdtpDueDate.Location = new System.Drawing.Point(10, 228);
this.rdtpDueDate.Name = "rdtpDueDate";
this.rdtpDueDate.Size = new System.Drawing.Size(239, 21);
this.rdtpDueDate.TabIndex = 1;
this.rdtpDueDate.TabStop = false;
this.rdtpDueDate.Text = "06/10/2015, 14:28";
this.rdtpDueDate.ThemeName = "Office2013Light";
this.rdtpDueDate.Value = new System.DateTime(2015, 6, 10, 14, 28, 55, 663);
//
// treeViewUnits
//
this.treeViewUnits.CheckBoxes = true;
this.treeViewUnits.Location = new System.Drawing.Point(10, 34);
this.treeViewUnits.Name = "treeViewUnits";
this.treeViewUnits.Size = new System.Drawing.Size(265, 160);
this.treeViewUnits.SortOrder = System.Windows.Forms.SortOrder.Ascending;
this.treeViewUnits.SpacingBetweenNodes = -1;
this.treeViewUnits.TabIndex = 0;
this.treeViewUnits.Text = "radTreeView1";
this.treeViewUnits.ThemeName = "TelerikMetroBlue";
this.treeViewUnits.TriStateMode = true;
this.treeViewUnits.NodeCheckedChanged += new Telerik.WinControls.UI.TreeNodeCheckedEventHandler(this.treeViewUnits_NodeCheckedChanged);
this.treeViewUnits.NodeFormatting += new Telerik.WinControls.UI.TreeNodeFormattingEventHandler(this.treeViewUnits_NodeFormatting);
//
// labelHandleBy
//
this.labelHandleBy.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.labelHandleBy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.labelHandleBy.Location = new System.Drawing.Point(10, 14);
this.labelHandleBy.Name = "labelHandleBy";
this.labelHandleBy.Size = new System.Drawing.Size(81, 21);
this.labelHandleBy.TabIndex = 52;
this.labelHandleBy.Text = "Handled by";
//
// radLabel9
//
this.radLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radLabel9.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.radLabel9.ForeColor = System.Drawing.Color.DarkGray;
this.radLabel9.Location = new System.Drawing.Point(10, 294);
this.radLabel9.Name = "radLabel9";
this.radLabel9.Size = new System.Drawing.Size(108, 19);
this.radLabel9.TabIndex = 91;
this.radLabel9.Text = "Schedule sending";
//
// radLabel2
//
this.radLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.radLabel2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.radLabel2.ForeColor = System.Drawing.Color.DarkGray;
this.radLabel2.Location = new System.Drawing.Point(10, 248);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(59, 19);
this.radLabel2.TabIndex = 92;
this.radLabel2.Text = "Due date";
//
// rddlPredefined
//
this.rddlPredefined.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
radListDataItem1.Text = "Current configuration";
this.rddlPredefined.Items.Add(radListDataItem1);
this.rddlPredefined.Location = new System.Drawing.Point(12, 416);
this.rddlPredefined.Name = "rddlPredefined";
this.rddlPredefined.NullText = "Current configuration";
this.rddlPredefined.Size = new System.Drawing.Size(247, 21);
this.rddlPredefined.TabIndex = 5;
this.rddlPredefined.ThemeName = "Office2013Light";
this.rddlPredefined.UseCompatibleTextRendering = false;
this.rddlPredefined.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.rddlPredefined_SelectedIndexChanged);
this.rddlPredefined.SelectedIndexChanging += new Telerik.WinControls.UI.Data.PositionChangingEventHandler(this.rddlPredefined_SelectedIndexChanging);
//
// rcbSavePredefined
//
this.rcbSavePredefined.AutoSize = false;
this.rcbSavePredefined.Location = new System.Drawing.Point(12, 332);
this.rcbSavePredefined.Name = "rcbSavePredefined";
this.rcbSavePredefined.Size = new System.Drawing.Size(175, 58);
this.rcbSavePredefined.TabIndex = 2;
this.rcbSavePredefined.Text = "Save as predefined ticket on sending";
this.rcbSavePredefined.TextWrap = true;
this.rcbSavePredefined.ThemeName = "TelerikMetroBlue";
this.rcbSavePredefined.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.rcbSavePredefined_ToggleStateChanged);
//
// rtbTicketName
//
this.rtbTicketName.Location = new System.Drawing.Point(193, 338);
this.rtbTicketName.Name = "rtbTicketName";
this.rtbTicketName.NullText = "write ticket name";
this.rtbTicketName.Size = new System.Drawing.Size(94, 21);
this.rtbTicketName.TabIndex = 3;
this.rtbTicketName.Text = "ticket name";
this.rtbTicketName.ThemeName = "Office2013Dark";
this.rtbTicketName.Visible = false;
this.rtbTicketName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtbTicketName_KeyPress);
//
// labelPredefined
//
this.labelPredefined.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.labelPredefined.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.labelPredefined.Location = new System.Drawing.Point(12, 396);
this.labelPredefined.Name = "labelPredefined";
this.labelPredefined.Size = new System.Drawing.Size(124, 21);
this.labelPredefined.TabIndex = 57;
this.labelPredefined.Text = "Predefined tickets";
//
// pbDelete
//
this.pbDelete.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbDelete.Image = global::Dispatcher.Properties.Resources.trash_activ;
this.pbDelete.Location = new System.Drawing.Point(263, 415);
this.pbDelete.Name = "pbDelete";
this.pbDelete.Size = new System.Drawing.Size(24, 23);
this.pbDelete.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbDelete.TabIndex = 58;
this.pbDelete.TabStop = false;
this.pbDelete.Visible = false;
this.pbDelete.Click += new System.EventHandler(this.pbDelete_Click);
//
// btnSend
//
this.btnSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.btnSend.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSend.Font = new System.Drawing.Font("Segoe UI", 10F);
this.btnSend.Location = new System.Drawing.Point(315, 403);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(265, 34);
this.btnSend.TabIndex = 70;
this.btnSend.Text = "Send";
this.btnSend.ThemeName = "TelerikMetroBlue";
this.btnSend.EnabledChanged += new System.EventHandler(this.btnSend_EnabledChanged);
this.btnSend.Click += new System.EventHandler(this.btnSendTicket_Click);
((Telerik.WinControls.UI.RadButtonElement)(this.btnSend.GetChildAt(0))).Text = "Send";
((Telerik.WinControls.Primitives.FillPrimitive)(this.btnSend.GetChildAt(0).GetChildAt(0))).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnSend.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnSend.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
((Telerik.WinControls.Primitives.TextPrimitive)(this.btnSend.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleCenter;
((Telerik.WinControls.Primitives.FocusPrimitive)(this.btnSend.GetChildAt(0).GetChildAt(3))).BackColor = System.Drawing.Color.DeepSkyBlue;
//
// NewJobTicketingForm
//
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(595, 454);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.pbDelete);
this.Controls.Add(this.rtbTicketName);
this.Controls.Add(this.rcbSavePredefined);
this.Controls.Add(this.rddlPredefined);
this.Controls.Add(this.rgbLeft);
this.Controls.Add(this.labelPredefined);
this.Controls.Add(this.rgbRight);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "NewJobTicketingForm";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Send Job Ticket";
this.ThemeName = "TelerikMetroBlue";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NewJobTicketingForm_FormClosed);
this.Load += new System.EventHandler(this.NewJobTicketingForm_Load);
((System.ComponentModel.ISupportInitialize)(this.rddListPriority)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgbRight)).EndInit();
this.rgbRight.ResumeLayout(false);
this.rgbRight.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.rtbMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rtbTicketSubject)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelSubject)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbListSharedWith)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rdtpSchedule)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgbLeft)).EndInit();
this.rgbLeft.ResumeLayout(false);
this.rgbLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbFilter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchTextBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSchedule)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbDueDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rdtpDueDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeViewUnits)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelHandleBy)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rddlPredefined)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSavePredefined)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rtbTicketName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelPredefined)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSend)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadDropDownList rddListPriority;
private Telerik.WinControls.UI.RadGroupBox rgbRight;
private Telerik.WinControls.UI.RadDateTimePicker rdtpSchedule;
private Telerik.WinControls.UI.RadGroupBox rgbLeft;
private Telerik.WinControls.UI.RadTextBox rtbMessage;
private Telerik.WinControls.UI.RadTextBox rtbTicketSubject;
private Telerik.WinControls.UI.RadLabel labelSubject;
private Telerik.WinControls.UI.RadLabel labelMessage;
private Telerik.WinControls.UI.RadCheckedDropDownList rcbListSharedWith;
private Telerik.WinControls.UI.RadTreeView treeViewUnits;
private Telerik.WinControls.UI.RadLabel labelHandleBy;
private Telerik.WinControls.UI.RadDateTimePicker rdtpDueDate;
private Telerik.WinControls.UI.RadDropDownList rddlPredefined;
private Telerik.WinControls.UI.RadCheckBox rcbSavePredefined;
private Telerik.WinControls.UI.RadTextBox rtbTicketName;
private Telerik.WinControls.UI.RadLabel labelPredefined;
private Telerik.WinControls.UI.RadCheckBox rcbSchedule;
private Telerik.WinControls.UI.RadCheckBox rcbDueDate;
private System.Windows.Forms.PictureBox pbDelete;
private Telerik.WinControls.UI.RadButton btnSend;
private System.Windows.Forms.PictureBox pbFilter;
private Telerik.WinControls.UI.RadTextBox searchTextBox;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadLabel radLabel3;
private Telerik.WinControls.UI.RadLabel radLabel9;
private Telerik.WinControls.UI.RadLabel radLabel2;
}
}