680 lines
41 KiB
C#
680 lines
41 KiB
C#
namespace SubscriberAndUserManager
|
|
{
|
|
partial class GroupsForm
|
|
{
|
|
/// <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();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewImageColumn gridViewImageColumn1 = new Telerik.WinControls.UI.GridViewImageColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupsForm));
|
|
this.tbGroupName = new Telerik.WinControls.UI.RadTextBox();
|
|
this.lbGroupName = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbGroups = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnSave = new Telerik.WinControls.UI.RadButton();
|
|
this.btnExit = new Telerik.WinControls.UI.RadButton();
|
|
this.lbCps = new System.Windows.Forms.Label();
|
|
this.txCPS = new Telerik.WinControls.UI.RadSpinEditor();
|
|
this.telerikMetroBlueTheme1 = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
|
this.visualStudio2012LightTheme1 = new Telerik.WinControls.Themes.VisualStudio2012LightTheme();
|
|
this.lbGroupType = new Telerik.WinControls.UI.RadLabel();
|
|
this.cbGroupType = new Telerik.WinControls.UI.RadDropDownList();
|
|
this.lbUnassignedMembers = new Telerik.WinControls.UI.RadLabel();
|
|
this.lbAssignedMembers = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnRemoveMember = new Telerik.WinControls.UI.RadButton();
|
|
this.btnAddUnitMember = new Telerik.WinControls.UI.RadButton();
|
|
this.listBoxOtherMembers = new Telerik.WinControls.UI.RadListControl();
|
|
this.listBoxCurrentMembers = new Telerik.WinControls.UI.RadListControl();
|
|
this.cbGatewayAndRadioGW = new Telerik.WinControls.UI.RadDropDownList();
|
|
this.lbGWandRGW = new Telerik.WinControls.UI.RadLabel();
|
|
this.txID = new Telerik.WinControls.UI.RadTextBox();
|
|
this.GridViewGroupsList = new Telerik.WinControls.UI.RadGridView();
|
|
this.pbAddGroup = new System.Windows.Forms.PictureBox();
|
|
this.toolTipAddGroup = new System.Windows.Forms.ToolTip(this.components);
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.radPageAssigned = new Telerik.WinControls.UI.RadPageView();
|
|
this.radPageMembers = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.radPageRadioTalk = new Telerik.WinControls.UI.RadPageViewPage();
|
|
this.lbAssignedGroups = new Telerik.WinControls.UI.RadLabel();
|
|
this.listBoxCurrentGroups = new Telerik.WinControls.UI.RadListControl();
|
|
this.lbUnassignedGroups = new Telerik.WinControls.UI.RadLabel();
|
|
this.btnAddGroup = new Telerik.WinControls.UI.RadButton();
|
|
this.btnRemoveGroup = new Telerik.WinControls.UI.RadButton();
|
|
this.listBoxOtherGroups = new Telerik.WinControls.UI.RadListControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGroupName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroupName)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnExit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txCPS)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroupType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGroupType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUnassignedMembers)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbAssignedMembers)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveMember)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddUnitMember)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherMembers)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurrentMembers)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGatewayAndRadioGW)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGWandRGW)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewGroupsList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewGroupsList.MasterTemplate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbAddGroup)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radPageAssigned)).BeginInit();
|
|
this.radPageAssigned.SuspendLayout();
|
|
this.radPageMembers.SuspendLayout();
|
|
this.radPageRadioTalk.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbAssignedGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurrentGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUnassignedGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddGroup)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveGroup)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherGroups)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tbGroupName
|
|
//
|
|
this.tbGroupName.Location = new System.Drawing.Point(111, 12);
|
|
this.tbGroupName.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.tbGroupName.Name = "tbGroupName";
|
|
//
|
|
//
|
|
//
|
|
this.tbGroupName.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.tbGroupName.Size = new System.Drawing.Size(154, 24);
|
|
this.tbGroupName.TabIndex = 0;
|
|
this.tbGroupName.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// lbGroupName
|
|
//
|
|
this.lbGroupName.Location = new System.Drawing.Point(3, 18);
|
|
this.lbGroupName.Name = "lbGroupName";
|
|
this.lbGroupName.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.lbGroupName.Size = new System.Drawing.Size(71, 18);
|
|
this.lbGroupName.TabIndex = 3;
|
|
this.lbGroupName.Text = "Group name:";
|
|
//
|
|
// lbGroups
|
|
//
|
|
this.lbGroups.Location = new System.Drawing.Point(306, 45);
|
|
this.lbGroups.Name = "lbGroups";
|
|
this.lbGroups.Size = new System.Drawing.Size(45, 18);
|
|
this.lbGroups.TabIndex = 6;
|
|
this.lbGroups.Text = "Groups:";
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnSave.Location = new System.Drawing.Point(234, 428);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(146, 24);
|
|
this.btnSave.TabIndex = 4;
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.ThemeName = "TelerikMetroBlue";
|
|
this.btnSave.Click += new System.EventHandler(this.Save_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnExit.Location = new System.Drawing.Point(21, 427);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(146, 24);
|
|
this.btnExit.TabIndex = 5;
|
|
this.btnExit.Text = "Exit";
|
|
this.btnExit.ThemeName = "TelerikMetroBlue";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// lbCps
|
|
//
|
|
this.lbCps.AutoSize = true;
|
|
this.lbCps.Location = new System.Drawing.Point(271, 19);
|
|
this.lbCps.Name = "lbCps";
|
|
this.lbCps.Size = new System.Drawing.Size(21, 13);
|
|
this.lbCps.TabIndex = 9;
|
|
this.lbCps.Text = "ID:";
|
|
//
|
|
// txCPS
|
|
//
|
|
this.txCPS.Location = new System.Drawing.Point(298, 12);
|
|
this.txCPS.Maximum = new decimal(new int[] {
|
|
16776415,
|
|
0,
|
|
0,
|
|
0});
|
|
this.txCPS.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.txCPS.Name = "txCPS";
|
|
//
|
|
//
|
|
//
|
|
this.txCPS.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;
|
|
this.txCPS.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.txCPS.Size = new System.Drawing.Size(61, 24);
|
|
this.txCPS.TabIndex = 1;
|
|
this.txCPS.TabStop = false;
|
|
this.txCPS.ThemeName = "VisualStudio2012Light";
|
|
this.txCPS.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// lbGroupType
|
|
//
|
|
this.lbGroupType.Location = new System.Drawing.Point(4, 45);
|
|
this.lbGroupType.Name = "lbGroupType";
|
|
this.lbGroupType.Size = new System.Drawing.Size(65, 18);
|
|
this.lbGroupType.TabIndex = 12;
|
|
this.lbGroupType.Text = "Group type:";
|
|
//
|
|
// cbGroupType
|
|
//
|
|
this.cbGroupType.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
this.cbGroupType.DropDownAnimationFrames = 4;
|
|
this.cbGroupType.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
this.cbGroupType.Location = new System.Drawing.Point(112, 42);
|
|
this.cbGroupType.Name = "cbGroupType";
|
|
this.cbGroupType.Size = new System.Drawing.Size(103, 24);
|
|
this.cbGroupType.TabIndex = 2;
|
|
this.cbGroupType.ThemeName = "VisualStudio2012Light";
|
|
this.cbGroupType.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.cbGroupType_SelectedIndexChanged);
|
|
this.cbGroupType.TextChanged += new System.EventHandler(this.cbGroupType_TextChanged);
|
|
//
|
|
// lbUnassignedMembers
|
|
//
|
|
this.lbUnassignedMembers.AutoSize = false;
|
|
this.lbUnassignedMembers.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbUnassignedMembers.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbUnassignedMembers.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbUnassignedMembers.Location = new System.Drawing.Point(204, 16);
|
|
this.lbUnassignedMembers.Name = "lbUnassignedMembers";
|
|
this.lbUnassignedMembers.Size = new System.Drawing.Size(138, 22);
|
|
this.lbUnassignedMembers.TabIndex = 59;
|
|
this.lbUnassignedMembers.Text = "Unassigned members";
|
|
this.lbUnassignedMembers.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lbAssignedMembers
|
|
//
|
|
this.lbAssignedMembers.AutoSize = false;
|
|
this.lbAssignedMembers.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbAssignedMembers.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbAssignedMembers.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbAssignedMembers.Location = new System.Drawing.Point(4, 17);
|
|
this.lbAssignedMembers.Name = "lbAssignedMembers";
|
|
this.lbAssignedMembers.Size = new System.Drawing.Size(138, 21);
|
|
this.lbAssignedMembers.TabIndex = 58;
|
|
this.lbAssignedMembers.Text = "Assigned members";
|
|
this.lbAssignedMembers.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnRemoveMember
|
|
//
|
|
this.btnRemoveMember.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnRemoveMember.Location = new System.Drawing.Point(148, 69);
|
|
this.btnRemoveMember.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveMember.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveMember.Name = "btnRemoveMember";
|
|
//
|
|
//
|
|
//
|
|
this.btnRemoveMember.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveMember.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveMember.Size = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveMember.TabIndex = 6;
|
|
this.btnRemoveMember.Text = "-->";
|
|
this.btnRemoveMember.ThemeName = "TelerikMetroBlue";
|
|
this.btnRemoveMember.Click += new System.EventHandler(this.btnRemoveUnitFromGroup_Click);
|
|
//
|
|
// btnAddUnitMember
|
|
//
|
|
this.btnAddUnitMember.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnAddUnitMember.Location = new System.Drawing.Point(148, 117);
|
|
this.btnAddUnitMember.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddUnitMember.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddUnitMember.Name = "btnAddUnitMember";
|
|
//
|
|
//
|
|
//
|
|
this.btnAddUnitMember.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddUnitMember.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddUnitMember.Size = new System.Drawing.Size(50, 23);
|
|
this.btnAddUnitMember.TabIndex = 7;
|
|
this.btnAddUnitMember.Text = "<--";
|
|
this.btnAddUnitMember.ThemeName = "TelerikMetroBlue";
|
|
this.btnAddUnitMember.Click += new System.EventHandler(this.btnAddUnitToGroup_Click);
|
|
//
|
|
// listBoxOtherMembers
|
|
//
|
|
this.listBoxOtherMembers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.listBoxOtherMembers.AutoSizeItems = true;
|
|
this.listBoxOtherMembers.Location = new System.Drawing.Point(203, 15);
|
|
this.listBoxOtherMembers.Name = "listBoxOtherMembers";
|
|
this.listBoxOtherMembers.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxOtherMembers.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxOtherMembers.Size = new System.Drawing.Size(140, 398);
|
|
this.listBoxOtherMembers.TabIndex = 60;
|
|
this.listBoxOtherMembers.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxOtherMembers.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.listBoxUnits_ItemDataBound);
|
|
this.listBoxOtherMembers.CreatingVisualListItem += new Telerik.WinControls.UI.CreatingVisualListItemEventHandler(this.listBoxOtherUnits_CreatingVisualListItem);
|
|
this.listBoxOtherMembers.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxUnits_VisualItemFormatting);
|
|
this.listBoxOtherMembers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxOtherUnits_MouseDoubleClick);
|
|
//
|
|
// listBoxCurrentMembers
|
|
//
|
|
this.listBoxCurrentMembers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.listBoxCurrentMembers.AutoSizeItems = true;
|
|
this.listBoxCurrentMembers.Location = new System.Drawing.Point(3, 16);
|
|
this.listBoxCurrentMembers.Name = "listBoxCurrentMembers";
|
|
this.listBoxCurrentMembers.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxCurrentMembers.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.listBoxCurrentMembers.Size = new System.Drawing.Size(140, 397);
|
|
this.listBoxCurrentMembers.TabIndex = 61;
|
|
this.listBoxCurrentMembers.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxCurrentMembers.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.listBoxUnits_ItemDataBound);
|
|
this.listBoxCurrentMembers.CreatingVisualListItem += new Telerik.WinControls.UI.CreatingVisualListItemEventHandler(this.listBoxCurrentUnits_CreatingVisualListItem);
|
|
this.listBoxCurrentMembers.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxUnits_VisualItemFormatting);
|
|
this.listBoxCurrentMembers.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxCurrentUnits_MouseDoubleClick);
|
|
//
|
|
// cbGatewayAndRadioGW
|
|
//
|
|
this.cbGatewayAndRadioGW.DropDownAnimationEasing = Telerik.WinControls.RadEasingType.Linear;
|
|
this.cbGatewayAndRadioGW.DropDownAnimationFrames = 4;
|
|
this.cbGatewayAndRadioGW.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
|
|
this.cbGatewayAndRadioGW.Location = new System.Drawing.Point(113, 76);
|
|
this.cbGatewayAndRadioGW.Name = "cbGatewayAndRadioGW";
|
|
this.cbGatewayAndRadioGW.Size = new System.Drawing.Size(165, 24);
|
|
this.cbGatewayAndRadioGW.TabIndex = 3;
|
|
this.cbGatewayAndRadioGW.ThemeName = "VisualStudio2012Light";
|
|
//
|
|
// lbGWandRGW
|
|
//
|
|
this.lbGWandRGW.Location = new System.Drawing.Point(3, 79);
|
|
this.lbGWandRGW.Name = "lbGWandRGW";
|
|
this.lbGWandRGW.Size = new System.Drawing.Size(102, 18);
|
|
this.lbGWandRGW.TabIndex = 81;
|
|
this.lbGWandRGW.Text = "GW and Radio GW:";
|
|
//
|
|
// txID
|
|
//
|
|
this.txID.Location = new System.Drawing.Point(311, 73);
|
|
this.txID.MinimumSize = new System.Drawing.Size(0, 24);
|
|
this.txID.Name = "txID";
|
|
//
|
|
//
|
|
//
|
|
this.txID.RootElement.MinSize = new System.Drawing.Size(0, 24);
|
|
this.txID.Size = new System.Drawing.Size(31, 24);
|
|
this.txID.TabIndex = 83;
|
|
this.txID.TabStop = false;
|
|
this.txID.ThemeName = "VisualStudio2012Light";
|
|
this.txID.Visible = false;
|
|
//
|
|
// GridViewGroupsList
|
|
//
|
|
this.GridViewGroupsList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.GridViewGroupsList.BackColor = System.Drawing.SystemColors.Control;
|
|
this.GridViewGroupsList.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.GridViewGroupsList.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.GridViewGroupsList.ForeColor = System.Drawing.Color.Black;
|
|
this.GridViewGroupsList.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.GridViewGroupsList.Location = new System.Drawing.Point(21, 140);
|
|
//
|
|
//
|
|
//
|
|
this.GridViewGroupsList.MasterTemplate.AllowAddNewRow = false;
|
|
this.GridViewGroupsList.MasterTemplate.AllowDeleteRow = false;
|
|
this.GridViewGroupsList.MasterTemplate.AllowDragToGroup = false;
|
|
this.GridViewGroupsList.MasterTemplate.AllowEditRow = false;
|
|
this.GridViewGroupsList.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
|
|
gridViewTextBoxColumn1.FieldName = "Name";
|
|
gridViewTextBoxColumn1.HeaderText = "Name";
|
|
gridViewTextBoxColumn1.Name = "Name";
|
|
gridViewTextBoxColumn1.Width = 118;
|
|
gridViewTextBoxColumn2.FieldName = "Type";
|
|
gridViewTextBoxColumn2.HeaderText = "Type";
|
|
gridViewTextBoxColumn2.MinWidth = 80;
|
|
gridViewTextBoxColumn2.Name = "Type";
|
|
gridViewTextBoxColumn2.Width = 86;
|
|
gridViewTextBoxColumn3.FieldName = "CPS_Id";
|
|
gridViewTextBoxColumn3.HeaderText = "Id";
|
|
gridViewTextBoxColumn3.MinWidth = 40;
|
|
gridViewTextBoxColumn3.Name = "CPS_Id";
|
|
gridViewTextBoxColumn3.Width = 43;
|
|
gridViewTextBoxColumn4.FieldName = "GatewayName";
|
|
gridViewTextBoxColumn4.HeaderText = "Gateway";
|
|
gridViewTextBoxColumn4.Name = "GatewayName";
|
|
gridViewTextBoxColumn4.Width = 90;
|
|
gridViewImageColumn1.HeaderText = "";
|
|
gridViewImageColumn1.MaxWidth = 25;
|
|
gridViewImageColumn1.Name = "delete";
|
|
gridViewImageColumn1.Width = 25;
|
|
gridViewTextBoxColumn5.FieldName = "Id";
|
|
gridViewTextBoxColumn5.HeaderText = "grp ID";
|
|
gridViewTextBoxColumn5.IsVisible = false;
|
|
gridViewTextBoxColumn5.Name = "Id";
|
|
gridViewTextBoxColumn5.VisibleInColumnChooser = false;
|
|
gridViewTextBoxColumn5.Width = 43;
|
|
gridViewTextBoxColumn6.FieldName = "RgwID";
|
|
gridViewTextBoxColumn6.HeaderText = "r_gw_id";
|
|
gridViewTextBoxColumn6.IsVisible = false;
|
|
gridViewTextBoxColumn6.Name = "RgwID";
|
|
gridViewTextBoxColumn6.Width = 30;
|
|
this.GridViewGroupsList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
|
gridViewTextBoxColumn1,
|
|
gridViewTextBoxColumn2,
|
|
gridViewTextBoxColumn3,
|
|
gridViewTextBoxColumn4,
|
|
gridViewImageColumn1,
|
|
gridViewTextBoxColumn5,
|
|
gridViewTextBoxColumn6});
|
|
this.GridViewGroupsList.MasterTemplate.EnableGrouping = false;
|
|
this.GridViewGroupsList.MasterTemplate.ShowRowHeaderColumn = false;
|
|
this.GridViewGroupsList.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
|
this.GridViewGroupsList.Name = "GridViewGroupsList";
|
|
this.GridViewGroupsList.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
|
|
this.GridViewGroupsList.ReadOnly = true;
|
|
this.GridViewGroupsList.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.GridViewGroupsList.Size = new System.Drawing.Size(359, 279);
|
|
this.GridViewGroupsList.TabIndex = 84;
|
|
this.GridViewGroupsList.TabStop = false;
|
|
this.GridViewGroupsList.ThemeName = "TelerikMetroBlue";
|
|
this.GridViewGroupsList.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.GridViewGroupsList_CellFormatting);
|
|
this.GridViewGroupsList.SelectionChanged += new System.EventHandler(this.GridViewGroupsList_SelectionChanged);
|
|
this.GridViewGroupsList.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.GridViewGroupsList_CellClick);
|
|
//
|
|
// pbAddGroup
|
|
//
|
|
this.pbAddGroup.Image = global::SubscriberAndUserManager.Properties.Resources.addNewGE;
|
|
this.pbAddGroup.Location = new System.Drawing.Point(0, 15);
|
|
this.pbAddGroup.Name = "pbAddGroup";
|
|
this.pbAddGroup.Size = new System.Drawing.Size(21, 21);
|
|
this.pbAddGroup.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pbAddGroup.TabIndex = 85;
|
|
this.pbAddGroup.TabStop = false;
|
|
this.pbAddGroup.Click += new System.EventHandler(this.pbAddGroup_Click);
|
|
this.pbAddGroup.MouseEnter += new System.EventHandler(this.pbAddGroup_MouseEnter);
|
|
this.pbAddGroup.MouseLeave += new System.EventHandler(this.pbAddGroup_MouseLeave);
|
|
this.pbAddGroup.MouseHover += new System.EventHandler(this.pbAddGroup_MouseHover);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lbGroupName);
|
|
this.groupBox1.Controls.Add(this.tbGroupName);
|
|
this.groupBox1.Controls.Add(this.lbGroups);
|
|
this.groupBox1.Controls.Add(this.txID);
|
|
this.groupBox1.Controls.Add(this.lbCps);
|
|
this.groupBox1.Controls.Add(this.cbGatewayAndRadioGW);
|
|
this.groupBox1.Controls.Add(this.txCPS);
|
|
this.groupBox1.Controls.Add(this.lbGWandRGW);
|
|
this.groupBox1.Controls.Add(this.lbGroupType);
|
|
this.groupBox1.Controls.Add(this.cbGroupType);
|
|
this.groupBox1.Location = new System.Drawing.Point(21, -2);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(361, 109);
|
|
this.groupBox1.TabIndex = 86;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// radPageAssigned
|
|
//
|
|
this.radPageAssigned.Controls.Add(this.radPageMembers);
|
|
this.radPageAssigned.Controls.Add(this.radPageRadioTalk);
|
|
this.radPageAssigned.Location = new System.Drawing.Point(391, 2);
|
|
this.radPageAssigned.Name = "radPageAssigned";
|
|
this.radPageAssigned.SelectedPage = this.radPageMembers;
|
|
this.radPageAssigned.Size = new System.Drawing.Size(400, 452);
|
|
this.radPageAssigned.TabIndex = 87;
|
|
this.radPageAssigned.Text = "Assigned";
|
|
this.radPageAssigned.ThemeName = "TelerikMetroBlue";
|
|
//
|
|
// radPageMembers
|
|
//
|
|
this.radPageMembers.Controls.Add(this.lbAssignedMembers);
|
|
this.radPageMembers.Controls.Add(this.listBoxCurrentMembers);
|
|
this.radPageMembers.Controls.Add(this.lbUnassignedMembers);
|
|
this.radPageMembers.Controls.Add(this.btnAddUnitMember);
|
|
this.radPageMembers.Controls.Add(this.btnRemoveMember);
|
|
this.radPageMembers.Controls.Add(this.listBoxOtherMembers);
|
|
this.radPageMembers.ItemSize = new System.Drawing.SizeF(64F, 25F);
|
|
this.radPageMembers.Location = new System.Drawing.Point(5, 31);
|
|
this.radPageMembers.Name = "radPageMembers";
|
|
this.radPageMembers.Size = new System.Drawing.Size(390, 416);
|
|
this.radPageMembers.Text = "Members";
|
|
//
|
|
// radPageRadioTalk
|
|
//
|
|
this.radPageRadioTalk.Controls.Add(this.lbAssignedGroups);
|
|
this.radPageRadioTalk.Controls.Add(this.listBoxCurrentGroups);
|
|
this.radPageRadioTalk.Controls.Add(this.lbUnassignedGroups);
|
|
this.radPageRadioTalk.Controls.Add(this.btnAddGroup);
|
|
this.radPageRadioTalk.Controls.Add(this.btnRemoveGroup);
|
|
this.radPageRadioTalk.Controls.Add(this.listBoxOtherGroups);
|
|
this.radPageRadioTalk.ItemSize = new System.Drawing.SizeF(52F, 25F);
|
|
this.radPageRadioTalk.Location = new System.Drawing.Point(5, 31);
|
|
this.radPageRadioTalk.Name = "radPageRadioTalk";
|
|
this.radPageRadioTalk.Size = new System.Drawing.Size(390, 416);
|
|
this.radPageRadioTalk.Text = "Groups";
|
|
//
|
|
// lbAssignedGroups
|
|
//
|
|
this.lbAssignedGroups.AutoSize = false;
|
|
this.lbAssignedGroups.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbAssignedGroups.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbAssignedGroups.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbAssignedGroups.Location = new System.Drawing.Point(4, 17);
|
|
this.lbAssignedGroups.Name = "lbAssignedGroups";
|
|
this.lbAssignedGroups.Size = new System.Drawing.Size(138, 21);
|
|
this.lbAssignedGroups.TabIndex = 64;
|
|
this.lbAssignedGroups.Text = "Assigned groups";
|
|
this.lbAssignedGroups.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// listBoxCurrentGroups
|
|
//
|
|
this.listBoxCurrentGroups.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.listBoxCurrentGroups.AutoSizeItems = true;
|
|
this.listBoxCurrentGroups.Location = new System.Drawing.Point(3, 17);
|
|
this.listBoxCurrentGroups.Name = "listBoxCurrentGroups";
|
|
this.listBoxCurrentGroups.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxCurrentGroups.Size = new System.Drawing.Size(140, 397);
|
|
this.listBoxCurrentGroups.TabIndex = 67;
|
|
this.listBoxCurrentGroups.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxCurrentGroups.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.listBoxUnits_ItemDataBound);
|
|
this.listBoxCurrentGroups.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxUnits_VisualItemFormatting);
|
|
//
|
|
// lbUnassignedGroups
|
|
//
|
|
this.lbUnassignedGroups.AutoSize = false;
|
|
this.lbUnassignedGroups.BackColor = System.Drawing.Color.Gainsboro;
|
|
this.lbUnassignedGroups.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbUnassignedGroups.ForeColor = System.Drawing.Color.Gray;
|
|
this.lbUnassignedGroups.Location = new System.Drawing.Point(204, 17);
|
|
this.lbUnassignedGroups.Name = "lbUnassignedGroups";
|
|
this.lbUnassignedGroups.Size = new System.Drawing.Size(138, 22);
|
|
this.lbUnassignedGroups.TabIndex = 65;
|
|
this.lbUnassignedGroups.Text = "Unassigned units";
|
|
this.lbUnassignedGroups.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btnAddGroup
|
|
//
|
|
this.btnAddGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnAddGroup.Location = new System.Drawing.Point(148, 117);
|
|
this.btnAddGroup.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroup.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroup.Name = "btnAddGroup";
|
|
//
|
|
//
|
|
//
|
|
this.btnAddGroup.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroup.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroup.Size = new System.Drawing.Size(50, 23);
|
|
this.btnAddGroup.TabIndex = 63;
|
|
this.btnAddGroup.Text = "<--";
|
|
this.btnAddGroup.ThemeName = "TelerikMetroBlue";
|
|
this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
|
|
//
|
|
// btnRemoveGroup
|
|
//
|
|
this.btnRemoveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnRemoveGroup.Location = new System.Drawing.Point(148, 69);
|
|
this.btnRemoveGroup.MaximumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroup.MinimumSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroup.Name = "btnRemoveGroup";
|
|
//
|
|
//
|
|
//
|
|
this.btnRemoveGroup.RootElement.MaxSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroup.RootElement.MinSize = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroup.Size = new System.Drawing.Size(50, 23);
|
|
this.btnRemoveGroup.TabIndex = 62;
|
|
this.btnRemoveGroup.Text = "-->";
|
|
this.btnRemoveGroup.ThemeName = "TelerikMetroBlue";
|
|
this.btnRemoveGroup.Click += new System.EventHandler(this.btnRemoveGroup_Click);
|
|
//
|
|
// listBoxOtherGroups
|
|
//
|
|
this.listBoxOtherGroups.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.listBoxOtherGroups.AutoSizeItems = true;
|
|
this.listBoxOtherGroups.Location = new System.Drawing.Point(203, 17);
|
|
this.listBoxOtherGroups.Name = "listBoxOtherGroups";
|
|
this.listBoxOtherGroups.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
|
|
this.listBoxOtherGroups.Size = new System.Drawing.Size(140, 398);
|
|
this.listBoxOtherGroups.TabIndex = 66;
|
|
this.listBoxOtherGroups.ThemeName = "TelerikMetroBlue";
|
|
this.listBoxOtherGroups.ItemDataBound += new Telerik.WinControls.UI.ListItemDataBoundEventHandler(this.listBoxUnits_ItemDataBound);
|
|
this.listBoxOtherGroups.VisualItemFormatting += new Telerik.WinControls.UI.VisualListItemFormattingEventHandler(this.listBoxUnits_VisualItemFormatting);
|
|
//
|
|
// GroupsForm
|
|
//
|
|
this.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.ClientSize = new System.Drawing.Size(744, 459);
|
|
this.Controls.Add(this.radPageAssigned);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.pbAddGroup);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.GridViewGroupsList);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "GroupsForm";
|
|
//
|
|
//
|
|
//
|
|
this.RootElement.ApplyShapeToControl = true;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "GroupsForm";
|
|
this.ThemeName = "TelerikMetroBlue";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GroupsForm_FormClosed);
|
|
((System.ComponentModel.ISupportInitialize)(this.tbGroupName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroupName)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnExit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txCPS)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGroupType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGroupType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUnassignedMembers)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbAssignedMembers)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveMember)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddUnitMember)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherMembers)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurrentMembers)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbGatewayAndRadioGW)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbGWandRGW)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewGroupsList.MasterTemplate)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewGroupsList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pbAddGroup)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.radPageAssigned)).EndInit();
|
|
this.radPageAssigned.ResumeLayout(false);
|
|
this.radPageMembers.ResumeLayout(false);
|
|
this.radPageRadioTalk.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lbAssignedGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxCurrentGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbUnassignedGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnAddGroup)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnRemoveGroup)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxOtherGroups)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private Telerik.WinControls.UI.RadTextBox tbGroupName;
|
|
private Telerik.WinControls.UI.RadLabel lbGroupName;
|
|
private Telerik.WinControls.UI.RadLabel lbGroups;
|
|
private Telerik.WinControls.UI.RadButton btnSave;
|
|
private Telerik.WinControls.UI.RadButton btnExit;
|
|
private System.Windows.Forms.Label lbCps;
|
|
private Telerik.WinControls.UI.RadSpinEditor txCPS;
|
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme1;
|
|
private Telerik.WinControls.Themes.VisualStudio2012LightTheme visualStudio2012LightTheme1;
|
|
private Telerik.WinControls.UI.RadLabel lbGroupType;
|
|
private Telerik.WinControls.UI.RadDropDownList cbGroupType;
|
|
private Telerik.WinControls.UI.RadLabel lbUnassignedMembers;
|
|
private Telerik.WinControls.UI.RadLabel lbAssignedMembers;
|
|
private Telerik.WinControls.UI.RadButton btnRemoveMember;
|
|
private Telerik.WinControls.UI.RadButton btnAddUnitMember;
|
|
private Telerik.WinControls.UI.RadListControl listBoxOtherMembers;
|
|
private Telerik.WinControls.UI.RadListControl listBoxCurrentMembers;
|
|
private Telerik.WinControls.UI.RadDropDownList cbGatewayAndRadioGW;
|
|
private Telerik.WinControls.UI.RadLabel lbGWandRGW;
|
|
private Telerik.WinControls.UI.RadTextBox txID;
|
|
private Telerik.WinControls.UI.RadGridView GridViewGroupsList;
|
|
private System.Windows.Forms.PictureBox pbAddGroup;
|
|
private System.Windows.Forms.ToolTip toolTipAddGroup;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private Telerik.WinControls.UI.RadPageView radPageAssigned;
|
|
private Telerik.WinControls.UI.RadPageViewPage radPageMembers;
|
|
private Telerik.WinControls.UI.RadPageViewPage radPageRadioTalk;
|
|
private Telerik.WinControls.UI.RadLabel lbAssignedGroups;
|
|
private Telerik.WinControls.UI.RadListControl listBoxCurrentGroups;
|
|
private Telerik.WinControls.UI.RadLabel lbUnassignedGroups;
|
|
private Telerik.WinControls.UI.RadButton btnAddGroup;
|
|
private Telerik.WinControls.UI.RadButton btnRemoveGroup;
|
|
private Telerik.WinControls.UI.RadListControl listBoxOtherGroups;
|
|
}
|
|
}
|
|
|