SafeDispatch/Safedispatch_4_0/NewSmsForm.Designer.cs

452 lines
28 KiB
C#

namespace Safedispatch_4_0
{
partial class NewSmsForm
{
/// <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(NewSmsForm));
this.pbDelete = new System.Windows.Forms.PictureBox();
this.rcbSavePredefined = new Telerik.WinControls.UI.RadCheckBox();
this.rddlPredefined = new Telerik.WinControls.UI.RadDropDownList();
this.rgbLeft = new Telerik.WinControls.UI.RadGroupBox();
this.treeViewUnits = new Telerik.WinControls.UI.RadTreeView();
this.pbGroups = new System.Windows.Forms.PictureBox();
this.pbPrivate = new System.Windows.Forms.PictureBox();
this.pbFilter = new System.Windows.Forms.PictureBox();
this.searchTextBox = new Telerik.WinControls.UI.RadTextBox();
this.labelSend = new Telerik.WinControls.UI.RadLabel();
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
this.rcbSchedule = new Telerik.WinControls.UI.RadCheckBox();
this.rdtpSchedule = new Telerik.WinControls.UI.RadDateTimePicker();
this.radLabel9 = new Telerik.WinControls.UI.RadLabel();
this.rgbRight = new Telerik.WinControls.UI.RadGroupBox();
this.rtbTextMessage = new Telerik.WinControls.UI.RadTextBox();
this.labelText = new Telerik.WinControls.UI.RadLabel();
this.labelCount = new Telerik.WinControls.UI.RadLabel();
this.labelPredefined = new Telerik.WinControls.UI.RadLabel();
this.rcbCloseWindow = new Telerik.WinControls.UI.RadCheckBox();
this.btnSend = new Telerik.WinControls.UI.RadButton();
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
((System.ComponentModel.ISupportInitialize)(this.pbDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSavePredefined)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rddlPredefined)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgbLeft)).BeginInit();
this.rgbLeft.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeViewUnits)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbGroups)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbPrivate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.searchTextBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelSend)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSchedule)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rdtpSchedule)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgbRight)).BeginInit();
this.rgbRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.rtbTextMessage)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelText)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelCount)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.labelPredefined)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rcbCloseWindow)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnSend)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// 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, 346);
this.pbDelete.Name = "pbDelete";
this.pbDelete.Size = new System.Drawing.Size(24, 23);
this.pbDelete.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbDelete.TabIndex = 65;
this.pbDelete.TabStop = false;
this.pbDelete.Visible = false;
this.pbDelete.Click += new System.EventHandler(this.pbDelete_Click);
//
// rcbSavePredefined
//
this.rcbSavePredefined.AutoSize = false;
this.rcbSavePredefined.Location = new System.Drawing.Point(11, 264);
this.rcbSavePredefined.Name = "rcbSavePredefined";
this.rcbSavePredefined.Size = new System.Drawing.Size(275, 35);
this.rcbSavePredefined.TabIndex = 0;
this.rcbSavePredefined.Text = "Save as predefined text message";
this.rcbSavePredefined.TextWrap = true;
this.rcbSavePredefined.ThemeName = "TelerikMetroBlue";
//
// 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, 347);
this.rddlPredefined.Name = "rddlPredefined";
this.rddlPredefined.NullText = "Current configuration";
this.rddlPredefined.Size = new System.Drawing.Size(247, 21);
this.rddlPredefined.TabIndex = 3;
this.rddlPredefined.ThemeName = "Office2013Light";
this.rddlPredefined.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.rddlPredefined_SelectedIndexChanged);
//
// rgbLeft
//
this.rgbLeft.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.rgbLeft.BackColor = System.Drawing.Color.White;
this.rgbLeft.Controls.Add(this.treeViewUnits);
this.rgbLeft.Controls.Add(this.pbGroups);
this.rgbLeft.Controls.Add(this.pbPrivate);
this.rgbLeft.Controls.Add(this.pbFilter);
this.rgbLeft.Controls.Add(this.searchTextBox);
this.rgbLeft.Controls.Add(this.labelSend);
this.rgbLeft.Controls.Add(this.radLabel1);
this.rgbLeft.HeaderText = " ";
this.rgbLeft.Location = new System.Drawing.Point(2, 12);
this.rgbLeft.Name = "rgbLeft";
this.rgbLeft.Size = new System.Drawing.Size(285, 252);
this.rgbLeft.TabIndex = 59;
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;
//
// 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, 169);
this.treeViewUnits.SortOrder = System.Windows.Forms.SortOrder.Ascending;
this.treeViewUnits.SpacingBetweenNodes = 3;
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);
//
// pbGroups
//
this.pbGroups.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbGroups.Image = global::Dispatcher.Properties.Resources.icon_cb_group_disabled_at;
this.pbGroups.Location = new System.Drawing.Point(249, 11);
this.pbGroups.Name = "pbGroups";
this.pbGroups.Size = new System.Drawing.Size(28, 27);
this.pbGroups.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbGroups.TabIndex = 90;
this.pbGroups.TabStop = false;
this.pbGroups.Visible = false;
this.pbGroups.Click += new System.EventHandler(this.pbMessageTypeClick);
//
// pbPrivate
//
this.pbPrivate.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbPrivate.Image = global::Dispatcher.Properties.Resources.icon_cb_unit_disabled_at;
this.pbPrivate.Location = new System.Drawing.Point(219, 12);
this.pbPrivate.Name = "pbPrivate";
this.pbPrivate.Size = new System.Drawing.Size(24, 23);
this.pbPrivate.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbPrivate.TabIndex = 89;
this.pbPrivate.TabStop = false;
this.pbPrivate.Visible = false;
this.pbPrivate.Click += new System.EventHandler(this.pbMessageTypeClick);
//
// 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(255, 203);
this.pbFilter.Name = "pbFilter";
this.pbFilter.Size = new System.Drawing.Size(18, 18);
this.pbFilter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pbFilter.TabIndex = 88;
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, 202);
this.searchTextBox.Name = "searchTextBox";
this.searchTextBox.NullText = "Type to search unit";
this.searchTextBox.Size = new System.Drawing.Size(265, 21);
this.searchTextBox.TabIndex = 87;
this.searchTextBox.TabStop = false;
this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
//
// labelSend
//
this.labelSend.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.labelSend.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.labelSend.Location = new System.Drawing.Point(10, 14);
this.labelSend.Name = "labelSend";
this.labelSend.Size = new System.Drawing.Size(56, 21);
this.labelSend.TabIndex = 52;
this.labelSend.Text = "Send to";
//
// radLabel1
//
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(10, 224);
this.radLabel1.Name = "radLabel1";
this.radLabel1.Size = new System.Drawing.Size(253, 19);
this.radLabel1.TabIndex = 56;
this.radLabel1.Text = "Units/Groups to which the message is sent";
//
// rcbSchedule
//
this.rcbSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rcbSchedule.CheckState = System.Windows.Forms.CheckState.Checked;
this.rcbSchedule.Location = new System.Drawing.Point(254, 206);
this.rcbSchedule.Name = "rcbSchedule";
this.rcbSchedule.Size = new System.Drawing.Size(18, 18);
this.rcbSchedule.TabIndex = 1;
this.rcbSchedule.ThemeName = "Office2013Light";
this.rcbSchedule.ToggleState = Telerik.WinControls.Enumerations.ToggleState.On;
this.rcbSchedule.ToggleStateChanged += new Telerik.WinControls.UI.StateChangedEventHandler(this.rcbSchedule_ToggleStateChanged);
//
// rdtpSchedule
//
this.rdtpSchedule.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.rdtpSchedule.CustomFormat = "MM/dd/yyyy, HH:mm";
this.rdtpSchedule.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.rdtpSchedule.Location = new System.Drawing.Point(9, 206);
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 = 2;
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);
//
// 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(9, 225);
this.radLabel9.Name = "radLabel9";
this.radLabel9.Size = new System.Drawing.Size(108, 19);
this.radLabel9.TabIndex = 57;
this.radLabel9.Text = "Schedule sending";
//
// rgbRight
//
this.rgbRight.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this.rgbRight.BackColor = System.Drawing.Color.White;
this.rgbRight.Controls.Add(this.rcbSchedule);
this.rgbRight.Controls.Add(this.rtbTextMessage);
this.rgbRight.Controls.Add(this.labelText);
this.rgbRight.Controls.Add(this.labelCount);
this.rgbRight.Controls.Add(this.rdtpSchedule);
this.rgbRight.Controls.Add(this.radLabel9);
this.rgbRight.HeaderText = " ";
this.rgbRight.Location = new System.Drawing.Point(306, 12);
this.rgbRight.Name = "rgbRight";
this.rgbRight.Size = new System.Drawing.Size(285, 252);
this.rgbRight.TabIndex = 60;
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;
//
// rtbTextMessage
//
this.rtbTextMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.rtbTextMessage.AutoSize = false;
this.rtbTextMessage.Location = new System.Drawing.Point(9, 34);
this.rtbTextMessage.MaxLength = 140;
this.rtbTextMessage.Multiline = true;
this.rtbTextMessage.Name = "rtbTextMessage";
this.rtbTextMessage.NullText = "write text message here";
this.rtbTextMessage.Size = new System.Drawing.Size(265, 129);
this.rtbTextMessage.TabIndex = 0;
this.rtbTextMessage.ThemeName = "Office2013Light";
this.rtbTextMessage.TextChanged += new System.EventHandler(this.rtbTextMessage_TextChanged);
this.rtbTextMessage.KeyUp += new System.Windows.Forms.KeyEventHandler(this.rtbTextMessage_KeyUp);
//
// labelText
//
this.labelText.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.labelText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(161)))), ((int)(((byte)(226)))));
this.labelText.Location = new System.Drawing.Point(9, 14);
this.labelText.Name = "labelText";
this.labelText.Size = new System.Drawing.Size(95, 21);
this.labelText.TabIndex = 4;
this.labelText.Text = "Text Message";
//
// labelCount
//
this.labelCount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelCount.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.labelCount.ForeColor = System.Drawing.Color.DarkGray;
this.labelCount.Location = new System.Drawing.Point(9, 163);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(114, 19);
this.labelCount.TabIndex = 89;
this.labelCount.Text = "130 characters left";
//
// 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, 327);
this.labelPredefined.Name = "labelPredefined";
this.labelPredefined.Size = new System.Drawing.Size(166, 21);
this.labelPredefined.TabIndex = 64;
this.labelPredefined.Text = "Predefined text message";
//
// rcbCloseWindow
//
this.rcbCloseWindow.AutoSize = false;
this.rcbCloseWindow.Font = new System.Drawing.Font("Segoe UI", 8F);
this.rcbCloseWindow.Location = new System.Drawing.Point(315, 310);
this.rcbCloseWindow.Name = "rcbCloseWindow";
this.rcbCloseWindow.Size = new System.Drawing.Size(275, 22);
this.rcbCloseWindow.TabIndex = 1;
this.rcbCloseWindow.Text = "do not close window after sending";
this.rcbCloseWindow.TextWrap = true;
this.rcbCloseWindow.ThemeName = "TelerikMetroBlue";
//
// 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, 334);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(265, 34);
this.btnSend.TabIndex = 2;
this.btnSend.Text = "Send";
this.btnSend.ThemeName = "TelerikMetroBlue";
this.btnSend.EnabledChanged += new System.EventHandler(this.btnSend_EnabledChanged);
this.btnSend.Click += new System.EventHandler(this.btnSendSMS_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;
//
// NewSmsForm
//
this.ClientSize = new System.Drawing.Size(594, 377);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.rcbCloseWindow);
this.Controls.Add(this.pbDelete);
this.Controls.Add(this.rddlPredefined);
this.Controls.Add(this.rgbLeft);
this.Controls.Add(this.rgbRight);
this.Controls.Add(this.labelPredefined);
this.Controls.Add(this.rcbSavePredefined);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "NewSmsForm";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Send New SMS";
this.ThemeName = "TelerikMetroBlue";
this.Load += new System.EventHandler(this.NewSmsForm_Load);
((System.ComponentModel.ISupportInitialize)(this.pbDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSavePredefined)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rddlPredefined)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgbLeft)).EndInit();
this.rgbLeft.ResumeLayout(false);
this.rgbLeft.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.treeViewUnits)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbGroups)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbPrivate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbFilter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.searchTextBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelSend)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbSchedule)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rdtpSchedule)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgbRight)).EndInit();
this.rgbRight.ResumeLayout(false);
this.rgbRight.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.rtbTextMessage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelText)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelCount)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.labelPredefined)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rcbCloseWindow)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnSend)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
//private Telerik.WinControls.UI.RadLabel lbUnits;
//private Telerik.WinControls.UI.RadLabel lbGroups;
//private Telerik.WinControls.UI.RadListControl ListBoxUnits;
//private Telerik.WinControls.UI.RadListControl listBoxGroups;
private System.Windows.Forms.PictureBox pbDelete;
private Telerik.WinControls.UI.RadCheckBox rcbSavePredefined;
private Telerik.WinControls.UI.RadDropDownList rddlPredefined;
private Telerik.WinControls.UI.RadGroupBox rgbLeft;
private Telerik.WinControls.UI.RadCheckBox rcbSchedule;
private Telerik.WinControls.UI.RadTreeView treeViewUnits;
private Telerik.WinControls.UI.RadLabel labelSend;
private Telerik.WinControls.UI.RadDateTimePicker rdtpSchedule;
private Telerik.WinControls.UI.RadGroupBox rgbRight;
private Telerik.WinControls.UI.RadTextBox rtbTextMessage;
private Telerik.WinControls.UI.RadLabel labelText;
private Telerik.WinControls.UI.RadLabel labelPredefined;
private Telerik.WinControls.UI.RadLabel radLabel1;
private Telerik.WinControls.UI.RadLabel radLabel9;
private Telerik.WinControls.UI.RadLabel labelCount;
private Telerik.WinControls.UI.RadCheckBox rcbCloseWindow;
private Telerik.WinControls.UI.RadButton btnSend;
private Telerik.WinControls.UI.RadTextBox searchTextBox;
private System.Windows.Forms.PictureBox pbFilter;
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
private System.Windows.Forms.PictureBox pbGroups;
private System.Windows.Forms.PictureBox pbPrivate;
}
}