From e30f9c8cc9cea22132c643dfed57c08108ebb3d9 Mon Sep 17 00:00:00 2001 From: Sean Feldman Date: Thu, 6 Apr 2017 00:46:33 -0600 Subject: [PATCH] initial commit for transfer dlq messages (queues only, not polished UI) --- Controls/HandleQueueControl.Designer.cs | 792 ++++++++++++++---------- Controls/HandleQueueControl.cs | 90 ++- Forms/MainForm.cs | 2 +- 3 files changed, 511 insertions(+), 373 deletions(-) diff --git a/Controls/HandleQueueControl.Designer.cs b/Controls/HandleQueueControl.Designer.cs index a9baa968..b9508d25 100644 --- a/Controls/HandleQueueControl.Designer.cs +++ b/Controls/HandleQueueControl.Designer.cs @@ -23,7 +23,7 @@ private void InitializeComponent() this.btnRefresh = new System.Windows.Forms.Button(); this.mainTabControl = new System.Windows.Forms.TabControl(); this.tabPageDescription = new System.Windows.Forms.TabPage(); - this.grouperAutoDeleteOnIdle = new Grouper(); + this.grouperAutoDeleteOnIdle = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.lblAutoDeleteOnIdleMilliseconds = new System.Windows.Forms.Label(); this.txtAutoDeleteOnIdleMilliseconds = new System.Windows.Forms.TextBox(); this.lblAutoDeleteOnIdleSeconds = new System.Windows.Forms.Label(); @@ -34,11 +34,11 @@ private void InitializeComponent() this.lblAutoDeleteOnIdleDays = new System.Windows.Forms.Label(); this.txtAutoDeleteOnIdleHours = new System.Windows.Forms.TextBox(); this.txtAutoDeleteOnIdleDays = new System.Windows.Forms.TextBox(); - this.grouperQueueInformation = new Grouper(); + this.grouperQueueInformation = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.propertyListView = new System.Windows.Forms.ListView(); this.nameColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.valueColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.groupergrouperDefaultMessageTimeToLive = new Grouper(); + this.groupergrouperDefaultMessageTimeToLive = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.lblDefaultMessageTimeToLiveMilliseconds = new System.Windows.Forms.Label(); this.txtDefaultMessageTimeToLiveMilliseconds = new System.Windows.Forms.TextBox(); this.lblDefaultMessageTimeToLiveSeconds = new System.Windows.Forms.Label(); @@ -49,14 +49,14 @@ private void InitializeComponent() this.lblDefaultMessageTimeToLiveDays = new System.Windows.Forms.Label(); this.txtDefaultMessageTimeToLiveHours = new System.Windows.Forms.TextBox(); this.txtDefaultMessageTimeToLiveDays = new System.Windows.Forms.TextBox(); - this.grouperQueueSettings = new Grouper(); + this.grouperQueueSettings = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.checkedListBox = new System.Windows.Forms.CheckedListBox(); - this.grouperQueueProperties = new Grouper(); + this.grouperQueueProperties = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.btnOpenForwardDeadLetteredMessagesToForm = new System.Windows.Forms.Button(); this.lblForwardDeadLetteredMessagesTo = new System.Windows.Forms.Label(); this.txtForwardDeadLetteredMessagesTo = new System.Windows.Forms.TextBox(); this.lblMaxQueueSize = new System.Windows.Forms.Label(); - this.trackBarMaxQueueSize = new CustomTrackBar(); + this.trackBarMaxQueueSize = new Microsoft.Azure.ServiceBusExplorer.Controls.CustomTrackBar(); this.txtUserMetadata = new System.Windows.Forms.TextBox(); this.lblUserMetadata = new System.Windows.Forms.Label(); this.lblMaxQueueSizeInGB = new System.Windows.Forms.Label(); @@ -66,7 +66,7 @@ private void InitializeComponent() this.txtForwardTo = new System.Windows.Forms.TextBox(); this.lblMaxDeliveryCount = new System.Windows.Forms.Label(); this.txtMaxDeliveryCount = new System.Windows.Forms.TextBox(); - this.grouperLockDuration = new Grouper(); + this.grouperLockDuration = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.lblLockDurationMilliseconds = new System.Windows.Forms.Label(); this.txtLockDurationMilliseconds = new System.Windows.Forms.TextBox(); this.lblLockDurationSeconds = new System.Windows.Forms.Label(); @@ -77,7 +77,7 @@ private void InitializeComponent() this.lblLockDurationDays = new System.Windows.Forms.Label(); this.txtLockDurationHours = new System.Windows.Forms.TextBox(); this.txtLockDurationDays = new System.Windows.Forms.TextBox(); - this.grouperDuplicateDetectionHistoryTimeWindow = new Grouper(); + this.grouperDuplicateDetectionHistoryTimeWindow = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.lblDuplicateDetectionHistoryTimeWindowMilliseconds = new System.Windows.Forms.Label(); this.txtDuplicateDetectionHistoryTimeWindowMilliseconds = new System.Windows.Forms.TextBox(); this.lblDuplicateDetectionHistoryTimeWindowSeconds = new System.Windows.Forms.Label(); @@ -88,53 +88,53 @@ private void InitializeComponent() this.lblDuplicateDetectionHistoryTimeWindowDays = new System.Windows.Forms.Label(); this.txtDuplicateDetectionHistoryTimeWindowHours = new System.Windows.Forms.TextBox(); this.txtDuplicateDetectionHistoryTimeWindowDays = new System.Windows.Forms.TextBox(); - this.grouperPath = new Grouper(); + this.grouperPath = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.lblRelativeURI = new System.Windows.Forms.Label(); this.txtPath = new System.Windows.Forms.TextBox(); this.tabPageAuthorization = new System.Windows.Forms.TabPage(); - this.grouperAuthorizationRuleList = new Grouper(); + this.grouperAuthorizationRuleList = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.authorizationRulesDataGridView = new System.Windows.Forms.DataGridView(); this.tabPageMetrics = new System.Windows.Forms.TabPage(); - this.grouperDatapoints = new Grouper(); + this.grouperDatapoints = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.dataPointDataGridView = new System.Windows.Forms.DataGridView(); this.tabPageMessages = new System.Windows.Forms.TabPage(); this.messagesSplitContainer = new System.Windows.Forms.SplitContainer(); this.messageListTextPropertiesSplitContainer = new System.Windows.Forms.SplitContainer(); - this.grouperMessageList = new Grouper(); + this.grouperMessageList = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.pictFindMessages = new System.Windows.Forms.PictureBox(); this.messagesDataGridView = new System.Windows.Forms.DataGridView(); this.messagesCustomPropertiesSplitContainer = new System.Windows.Forms.SplitContainer(); - this.grouperMessageText = new Grouper(); + this.grouperMessageText = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.txtMessageText = new System.Windows.Forms.TextBox(); - this.grouperMessageCustomProperties = new Grouper(); + this.grouperMessageCustomProperties = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.messagePropertyListView = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.grouperMessageProperties = new Grouper(); + this.grouperMessageProperties = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.messagePropertyGrid = new System.Windows.Forms.PropertyGrid(); this.tabPageDeadletter = new System.Windows.Forms.TabPage(); this.deadletterSplitContainer = new System.Windows.Forms.SplitContainer(); this.deadletterListTextPropertiesSplitContainer = new System.Windows.Forms.SplitContainer(); - this.grouperDeadletterList = new Grouper(); + this.grouperDeadletterList = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.pictFindDeadletter = new System.Windows.Forms.PictureBox(); this.deadletterDataGridView = new System.Windows.Forms.DataGridView(); this.deadletterCustomPropertiesSplitContainer = new System.Windows.Forms.SplitContainer(); - this.grouperDeadletterText = new Grouper(); + this.grouperDeadletterText = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.txtDeadletterText = new System.Windows.Forms.TextBox(); - this.grouperDeadletterCustomProperties = new Grouper(); + this.grouperDeadletterCustomProperties = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.deadletterPropertyListView = new System.Windows.Forms.ListView(); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.grouperDeadletterProperties = new Grouper(); + this.grouperDeadletterProperties = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.deadletterPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.tabPageSessions = new System.Windows.Forms.TabPage(); this.sessionsSplitContainer = new System.Windows.Forms.SplitContainer(); this.sessionListTextPropertiesSplitContainer = new System.Windows.Forms.SplitContainer(); - this.grouperSessionList = new Grouper(); + this.grouperSessionList = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.sessionsDataGridView = new System.Windows.Forms.DataGridView(); - this.grouperSessionState = new Grouper(); + this.grouperSessionState = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.txtSessionState = new System.Windows.Forms.TextBox(); - this.grouperSessionProperties = new Grouper(); + this.grouperSessionProperties = new Microsoft.Azure.ServiceBusExplorer.Controls.Grouper(); this.sessionPropertyGrid = new System.Windows.Forms.PropertyGrid(); this.btnSessions = new System.Windows.Forms.Button(); this.btnMessages = new System.Windows.Forms.Button(); @@ -160,6 +160,8 @@ private void InitializeComponent() this.btnCloseTabs = new System.Windows.Forms.Button(); this.btnPurgeDeadletterQueueMessages = new System.Windows.Forms.Button(); this.btnPurgeMessages = new System.Windows.Forms.Button(); + this.tabPageTransferDeadletter = new System.Windows.Forms.TabPage(); + this.btnTransferDlq = new System.Windows.Forms.Button(); this.mainTabControl.SuspendLayout(); this.tabPageDescription.SuspendLayout(); this.grouperAutoDeleteOnIdle.SuspendLayout(); @@ -244,9 +246,10 @@ private void InitializeComponent() this.btnChangeStatus.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnChangeStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnChangeStatus.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnChangeStatus.Location = new System.Drawing.Point(760, 504); + this.btnChangeStatus.Location = new System.Drawing.Point(1140, 775); + this.btnChangeStatus.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnChangeStatus.Name = "btnChangeStatus"; - this.btnChangeStatus.Size = new System.Drawing.Size(72, 24); + this.btnChangeStatus.Size = new System.Drawing.Size(108, 37); this.btnChangeStatus.TabIndex = 6; this.btnChangeStatus.Text = "Disable"; this.btnChangeStatus.UseVisualStyleBackColor = false; @@ -263,9 +266,10 @@ private void InitializeComponent() this.btnCancelUpdate.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnCancelUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancelUpdate.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnCancelUpdate.Location = new System.Drawing.Point(920, 504); + this.btnCancelUpdate.Location = new System.Drawing.Point(1380, 775); + this.btnCancelUpdate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCancelUpdate.Name = "btnCancelUpdate"; - this.btnCancelUpdate.Size = new System.Drawing.Size(72, 24); + this.btnCancelUpdate.Size = new System.Drawing.Size(108, 37); this.btnCancelUpdate.TabIndex = 8; this.btnCancelUpdate.Text = "Update"; this.btnCancelUpdate.UseVisualStyleBackColor = false; @@ -282,9 +286,10 @@ private void InitializeComponent() this.btnCreateDelete.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnCreateDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCreateDelete.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnCreateDelete.Location = new System.Drawing.Point(840, 504); + this.btnCreateDelete.Location = new System.Drawing.Point(1260, 775); + this.btnCreateDelete.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCreateDelete.Name = "btnCreateDelete"; - this.btnCreateDelete.Size = new System.Drawing.Size(72, 24); + this.btnCreateDelete.Size = new System.Drawing.Size(108, 37); this.btnCreateDelete.TabIndex = 7; this.btnCreateDelete.Text = "Create"; this.btnCreateDelete.UseVisualStyleBackColor = false; @@ -301,9 +306,10 @@ private void InitializeComponent() this.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRefresh.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnRefresh.Location = new System.Drawing.Point(680, 504); + this.btnRefresh.Location = new System.Drawing.Point(1020, 775); + this.btnRefresh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnRefresh.Name = "btnRefresh"; - this.btnRefresh.Size = new System.Drawing.Size(72, 24); + this.btnRefresh.Size = new System.Drawing.Size(108, 37); this.btnRefresh.TabIndex = 5; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = false; @@ -321,14 +327,16 @@ private void InitializeComponent() this.mainTabControl.Controls.Add(this.tabPageMetrics); this.mainTabControl.Controls.Add(this.tabPageMessages); this.mainTabControl.Controls.Add(this.tabPageDeadletter); + this.mainTabControl.Controls.Add(this.tabPageTransferDeadletter); this.mainTabControl.Controls.Add(this.tabPageSessions); this.mainTabControl.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.mainTabControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.mainTabControl.ItemSize = new System.Drawing.Size(76, 18); - this.mainTabControl.Location = new System.Drawing.Point(16, 16); + this.mainTabControl.Location = new System.Drawing.Point(24, 25); + this.mainTabControl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.mainTabControl.Name = "mainTabControl"; this.mainTabControl.SelectedIndex = 0; - this.mainTabControl.Size = new System.Drawing.Size(976, 480); + this.mainTabControl.Size = new System.Drawing.Size(1464, 738); this.mainTabControl.TabIndex = 11; this.mainTabControl.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.mainTabControl_DrawItem); this.mainTabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.mainTabControl_Selected); @@ -346,8 +354,9 @@ private void InitializeComponent() this.tabPageDescription.Controls.Add(this.grouperPath); this.tabPageDescription.ForeColor = System.Drawing.SystemColors.ControlText; this.tabPageDescription.Location = new System.Drawing.Point(4, 22); + this.tabPageDescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageDescription.Name = "tabPageDescription"; - this.tabPageDescription.Size = new System.Drawing.Size(968, 454); + this.tabPageDescription.Size = new System.Drawing.Size(1456, 712); this.tabPageDescription.TabIndex = 2; this.tabPageDescription.Text = "Description"; // @@ -355,7 +364,7 @@ private void InitializeComponent() // this.grouperAutoDeleteOnIdle.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperAutoDeleteOnIdle.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperAutoDeleteOnIdle.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperAutoDeleteOnIdle.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperAutoDeleteOnIdle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperAutoDeleteOnIdle.BorderThickness = 1F; this.grouperAutoDeleteOnIdle.Controls.Add(this.lblAutoDeleteOnIdleMilliseconds); @@ -373,33 +382,36 @@ private void InitializeComponent() this.grouperAutoDeleteOnIdle.ForeColor = System.Drawing.Color.White; this.grouperAutoDeleteOnIdle.GroupImage = null; this.grouperAutoDeleteOnIdle.GroupTitle = "Auto Delete On Idle"; - this.grouperAutoDeleteOnIdle.Location = new System.Drawing.Point(328, 8); + this.grouperAutoDeleteOnIdle.Location = new System.Drawing.Point(492, 12); + this.grouperAutoDeleteOnIdle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperAutoDeleteOnIdle.Name = "grouperAutoDeleteOnIdle"; - this.grouperAutoDeleteOnIdle.Padding = new System.Windows.Forms.Padding(20); + this.grouperAutoDeleteOnIdle.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperAutoDeleteOnIdle.PaintGroupBox = true; this.grouperAutoDeleteOnIdle.RoundCorners = 4; this.grouperAutoDeleteOnIdle.ShadowColor = System.Drawing.Color.DarkGray; this.grouperAutoDeleteOnIdle.ShadowControl = false; this.grouperAutoDeleteOnIdle.ShadowThickness = 1; - this.grouperAutoDeleteOnIdle.Size = new System.Drawing.Size(296, 80); + this.grouperAutoDeleteOnIdle.Size = new System.Drawing.Size(444, 123); this.grouperAutoDeleteOnIdle.TabIndex = 1; // // lblAutoDeleteOnIdleMilliseconds // this.lblAutoDeleteOnIdleMilliseconds.AutoSize = true; this.lblAutoDeleteOnIdleMilliseconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblAutoDeleteOnIdleMilliseconds.Location = new System.Drawing.Point(240, 28); + this.lblAutoDeleteOnIdleMilliseconds.Location = new System.Drawing.Point(360, 43); + this.lblAutoDeleteOnIdleMilliseconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAutoDeleteOnIdleMilliseconds.Name = "lblAutoDeleteOnIdleMilliseconds"; - this.lblAutoDeleteOnIdleMilliseconds.Size = new System.Drawing.Size(49, 13); + this.lblAutoDeleteOnIdleMilliseconds.Size = new System.Drawing.Size(80, 20); this.lblAutoDeleteOnIdleMilliseconds.TabIndex = 25; this.lblAutoDeleteOnIdleMilliseconds.Text = "Millisecs:"; // // txtAutoDeleteOnIdleMilliseconds // this.txtAutoDeleteOnIdleMilliseconds.BackColor = System.Drawing.SystemColors.Window; - this.txtAutoDeleteOnIdleMilliseconds.Location = new System.Drawing.Point(240, 44); + this.txtAutoDeleteOnIdleMilliseconds.Location = new System.Drawing.Point(360, 68); + this.txtAutoDeleteOnIdleMilliseconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAutoDeleteOnIdleMilliseconds.Name = "txtAutoDeleteOnIdleMilliseconds"; - this.txtAutoDeleteOnIdleMilliseconds.Size = new System.Drawing.Size(40, 20); + this.txtAutoDeleteOnIdleMilliseconds.Size = new System.Drawing.Size(58, 26); this.txtAutoDeleteOnIdleMilliseconds.TabIndex = 4; this.txtAutoDeleteOnIdleMilliseconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -407,18 +419,20 @@ private void InitializeComponent() // this.lblAutoDeleteOnIdleSeconds.AutoSize = true; this.lblAutoDeleteOnIdleSeconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblAutoDeleteOnIdleSeconds.Location = new System.Drawing.Point(184, 28); + this.lblAutoDeleteOnIdleSeconds.Location = new System.Drawing.Point(276, 43); + this.lblAutoDeleteOnIdleSeconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAutoDeleteOnIdleSeconds.Name = "lblAutoDeleteOnIdleSeconds"; - this.lblAutoDeleteOnIdleSeconds.Size = new System.Drawing.Size(52, 13); + this.lblAutoDeleteOnIdleSeconds.Size = new System.Drawing.Size(79, 20); this.lblAutoDeleteOnIdleSeconds.TabIndex = 24; this.lblAutoDeleteOnIdleSeconds.Text = "Seconds:"; // // txtAutoDeleteOnIdleSeconds // this.txtAutoDeleteOnIdleSeconds.BackColor = System.Drawing.SystemColors.Window; - this.txtAutoDeleteOnIdleSeconds.Location = new System.Drawing.Point(184, 44); + this.txtAutoDeleteOnIdleSeconds.Location = new System.Drawing.Point(276, 68); + this.txtAutoDeleteOnIdleSeconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAutoDeleteOnIdleSeconds.Name = "txtAutoDeleteOnIdleSeconds"; - this.txtAutoDeleteOnIdleSeconds.Size = new System.Drawing.Size(40, 20); + this.txtAutoDeleteOnIdleSeconds.Size = new System.Drawing.Size(58, 26); this.txtAutoDeleteOnIdleSeconds.TabIndex = 3; this.txtAutoDeleteOnIdleSeconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -426,18 +440,20 @@ private void InitializeComponent() // this.lblAutoDeleteOnIdleMinutes.AutoSize = true; this.lblAutoDeleteOnIdleMinutes.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblAutoDeleteOnIdleMinutes.Location = new System.Drawing.Point(128, 28); + this.lblAutoDeleteOnIdleMinutes.Location = new System.Drawing.Point(192, 43); + this.lblAutoDeleteOnIdleMinutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAutoDeleteOnIdleMinutes.Name = "lblAutoDeleteOnIdleMinutes"; - this.lblAutoDeleteOnIdleMinutes.Size = new System.Drawing.Size(47, 13); + this.lblAutoDeleteOnIdleMinutes.Size = new System.Drawing.Size(73, 20); this.lblAutoDeleteOnIdleMinutes.TabIndex = 23; this.lblAutoDeleteOnIdleMinutes.Text = "Minutes:"; // // txtAutoDeleteOnIdleMinutes // this.txtAutoDeleteOnIdleMinutes.BackColor = System.Drawing.SystemColors.Window; - this.txtAutoDeleteOnIdleMinutes.Location = new System.Drawing.Point(128, 44); + this.txtAutoDeleteOnIdleMinutes.Location = new System.Drawing.Point(192, 68); + this.txtAutoDeleteOnIdleMinutes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAutoDeleteOnIdleMinutes.Name = "txtAutoDeleteOnIdleMinutes"; - this.txtAutoDeleteOnIdleMinutes.Size = new System.Drawing.Size(40, 20); + this.txtAutoDeleteOnIdleMinutes.Size = new System.Drawing.Size(58, 26); this.txtAutoDeleteOnIdleMinutes.TabIndex = 2; this.txtAutoDeleteOnIdleMinutes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -445,9 +461,10 @@ private void InitializeComponent() // this.lblAutoDeleteOnIdleHours.AutoSize = true; this.lblAutoDeleteOnIdleHours.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblAutoDeleteOnIdleHours.Location = new System.Drawing.Point(72, 28); + this.lblAutoDeleteOnIdleHours.Location = new System.Drawing.Point(108, 43); + this.lblAutoDeleteOnIdleHours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAutoDeleteOnIdleHours.Name = "lblAutoDeleteOnIdleHours"; - this.lblAutoDeleteOnIdleHours.Size = new System.Drawing.Size(38, 13); + this.lblAutoDeleteOnIdleHours.Size = new System.Drawing.Size(60, 20); this.lblAutoDeleteOnIdleHours.TabIndex = 22; this.lblAutoDeleteOnIdleHours.Text = "Hours:"; // @@ -455,27 +472,30 @@ private void InitializeComponent() // this.lblAutoDeleteOnIdleDays.AutoSize = true; this.lblAutoDeleteOnIdleDays.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblAutoDeleteOnIdleDays.Location = new System.Drawing.Point(16, 28); + this.lblAutoDeleteOnIdleDays.Location = new System.Drawing.Point(24, 43); + this.lblAutoDeleteOnIdleDays.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblAutoDeleteOnIdleDays.Name = "lblAutoDeleteOnIdleDays"; - this.lblAutoDeleteOnIdleDays.Size = new System.Drawing.Size(34, 13); + this.lblAutoDeleteOnIdleDays.Size = new System.Drawing.Size(53, 20); this.lblAutoDeleteOnIdleDays.TabIndex = 21; this.lblAutoDeleteOnIdleDays.Text = "Days:"; // // txtAutoDeleteOnIdleHours // this.txtAutoDeleteOnIdleHours.BackColor = System.Drawing.SystemColors.Window; - this.txtAutoDeleteOnIdleHours.Location = new System.Drawing.Point(72, 44); + this.txtAutoDeleteOnIdleHours.Location = new System.Drawing.Point(108, 68); + this.txtAutoDeleteOnIdleHours.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAutoDeleteOnIdleHours.Name = "txtAutoDeleteOnIdleHours"; - this.txtAutoDeleteOnIdleHours.Size = new System.Drawing.Size(40, 20); + this.txtAutoDeleteOnIdleHours.Size = new System.Drawing.Size(58, 26); this.txtAutoDeleteOnIdleHours.TabIndex = 1; this.txtAutoDeleteOnIdleHours.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // // txtAutoDeleteOnIdleDays // this.txtAutoDeleteOnIdleDays.BackColor = System.Drawing.SystemColors.Window; - this.txtAutoDeleteOnIdleDays.Location = new System.Drawing.Point(16, 44); + this.txtAutoDeleteOnIdleDays.Location = new System.Drawing.Point(24, 68); + this.txtAutoDeleteOnIdleDays.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtAutoDeleteOnIdleDays.Name = "txtAutoDeleteOnIdleDays"; - this.txtAutoDeleteOnIdleDays.Size = new System.Drawing.Size(40, 20); + this.txtAutoDeleteOnIdleDays.Size = new System.Drawing.Size(58, 26); this.txtAutoDeleteOnIdleDays.TabIndex = 0; this.txtAutoDeleteOnIdleDays.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -486,7 +506,7 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Right))); this.grouperQueueInformation.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperQueueInformation.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperQueueInformation.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperQueueInformation.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperQueueInformation.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperQueueInformation.BorderThickness = 1F; this.grouperQueueInformation.Controls.Add(this.propertyListView); @@ -495,15 +515,16 @@ private void InitializeComponent() this.grouperQueueInformation.ForeColor = System.Drawing.Color.White; this.grouperQueueInformation.GroupImage = null; this.grouperQueueInformation.GroupTitle = "Queue Information"; - this.grouperQueueInformation.Location = new System.Drawing.Point(640, 8); + this.grouperQueueInformation.Location = new System.Drawing.Point(960, 12); + this.grouperQueueInformation.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperQueueInformation.Name = "grouperQueueInformation"; - this.grouperQueueInformation.Padding = new System.Windows.Forms.Padding(20); + this.grouperQueueInformation.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperQueueInformation.PaintGroupBox = true; this.grouperQueueInformation.RoundCorners = 4; this.grouperQueueInformation.ShadowColor = System.Drawing.Color.DarkGray; this.grouperQueueInformation.ShadowControl = false; this.grouperQueueInformation.ShadowThickness = 1; - this.grouperQueueInformation.Size = new System.Drawing.Size(312, 432); + this.grouperQueueInformation.Size = new System.Drawing.Size(468, 665); this.grouperQueueInformation.TabIndex = 7; // // propertyListView @@ -514,10 +535,11 @@ private void InitializeComponent() this.propertyListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.nameColumnHeader, this.valueColumnHeader}); - this.propertyListView.Location = new System.Drawing.Point(16, 32); + this.propertyListView.Location = new System.Drawing.Point(24, 49); + this.propertyListView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.propertyListView.Name = "propertyListView"; this.propertyListView.OwnerDraw = true; - this.propertyListView.Size = new System.Drawing.Size(280, 384); + this.propertyListView.Size = new System.Drawing.Size(418, 589); this.propertyListView.TabIndex = 0; this.propertyListView.UseCompatibleStateImageBehavior = false; this.propertyListView.View = System.Windows.Forms.View.Details; @@ -540,7 +562,7 @@ private void InitializeComponent() // this.groupergrouperDefaultMessageTimeToLive.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.groupergrouperDefaultMessageTimeToLive.BackgroundGradientColor = System.Drawing.Color.White; - this.groupergrouperDefaultMessageTimeToLive.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.groupergrouperDefaultMessageTimeToLive.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.groupergrouperDefaultMessageTimeToLive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.groupergrouperDefaultMessageTimeToLive.BorderThickness = 1F; this.groupergrouperDefaultMessageTimeToLive.Controls.Add(this.lblDefaultMessageTimeToLiveMilliseconds); @@ -558,33 +580,36 @@ private void InitializeComponent() this.groupergrouperDefaultMessageTimeToLive.ForeColor = System.Drawing.Color.White; this.groupergrouperDefaultMessageTimeToLive.GroupImage = null; this.groupergrouperDefaultMessageTimeToLive.GroupTitle = "Default Message Time To Live"; - this.groupergrouperDefaultMessageTimeToLive.Location = new System.Drawing.Point(328, 96); + this.groupergrouperDefaultMessageTimeToLive.Location = new System.Drawing.Point(492, 148); + this.groupergrouperDefaultMessageTimeToLive.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupergrouperDefaultMessageTimeToLive.Name = "groupergrouperDefaultMessageTimeToLive"; - this.groupergrouperDefaultMessageTimeToLive.Padding = new System.Windows.Forms.Padding(20); + this.groupergrouperDefaultMessageTimeToLive.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.groupergrouperDefaultMessageTimeToLive.PaintGroupBox = true; this.groupergrouperDefaultMessageTimeToLive.RoundCorners = 4; this.groupergrouperDefaultMessageTimeToLive.ShadowColor = System.Drawing.Color.DarkGray; this.groupergrouperDefaultMessageTimeToLive.ShadowControl = false; this.groupergrouperDefaultMessageTimeToLive.ShadowThickness = 1; - this.groupergrouperDefaultMessageTimeToLive.Size = new System.Drawing.Size(296, 80); + this.groupergrouperDefaultMessageTimeToLive.Size = new System.Drawing.Size(444, 123); this.groupergrouperDefaultMessageTimeToLive.TabIndex = 2; // // lblDefaultMessageTimeToLiveMilliseconds // this.lblDefaultMessageTimeToLiveMilliseconds.AutoSize = true; this.lblDefaultMessageTimeToLiveMilliseconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDefaultMessageTimeToLiveMilliseconds.Location = new System.Drawing.Point(240, 28); + this.lblDefaultMessageTimeToLiveMilliseconds.Location = new System.Drawing.Point(360, 43); + this.lblDefaultMessageTimeToLiveMilliseconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDefaultMessageTimeToLiveMilliseconds.Name = "lblDefaultMessageTimeToLiveMilliseconds"; - this.lblDefaultMessageTimeToLiveMilliseconds.Size = new System.Drawing.Size(49, 13); + this.lblDefaultMessageTimeToLiveMilliseconds.Size = new System.Drawing.Size(80, 20); this.lblDefaultMessageTimeToLiveMilliseconds.TabIndex = 25; this.lblDefaultMessageTimeToLiveMilliseconds.Text = "Millisecs:"; // // txtDefaultMessageTimeToLiveMilliseconds // this.txtDefaultMessageTimeToLiveMilliseconds.BackColor = System.Drawing.SystemColors.Window; - this.txtDefaultMessageTimeToLiveMilliseconds.Location = new System.Drawing.Point(240, 44); + this.txtDefaultMessageTimeToLiveMilliseconds.Location = new System.Drawing.Point(360, 68); + this.txtDefaultMessageTimeToLiveMilliseconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDefaultMessageTimeToLiveMilliseconds.Name = "txtDefaultMessageTimeToLiveMilliseconds"; - this.txtDefaultMessageTimeToLiveMilliseconds.Size = new System.Drawing.Size(40, 20); + this.txtDefaultMessageTimeToLiveMilliseconds.Size = new System.Drawing.Size(58, 26); this.txtDefaultMessageTimeToLiveMilliseconds.TabIndex = 4; this.txtDefaultMessageTimeToLiveMilliseconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -592,18 +617,20 @@ private void InitializeComponent() // this.lblDefaultMessageTimeToLiveSeconds.AutoSize = true; this.lblDefaultMessageTimeToLiveSeconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDefaultMessageTimeToLiveSeconds.Location = new System.Drawing.Point(184, 28); + this.lblDefaultMessageTimeToLiveSeconds.Location = new System.Drawing.Point(276, 43); + this.lblDefaultMessageTimeToLiveSeconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDefaultMessageTimeToLiveSeconds.Name = "lblDefaultMessageTimeToLiveSeconds"; - this.lblDefaultMessageTimeToLiveSeconds.Size = new System.Drawing.Size(52, 13); + this.lblDefaultMessageTimeToLiveSeconds.Size = new System.Drawing.Size(79, 20); this.lblDefaultMessageTimeToLiveSeconds.TabIndex = 24; this.lblDefaultMessageTimeToLiveSeconds.Text = "Seconds:"; // // txtDefaultMessageTimeToLiveSeconds // this.txtDefaultMessageTimeToLiveSeconds.BackColor = System.Drawing.SystemColors.Window; - this.txtDefaultMessageTimeToLiveSeconds.Location = new System.Drawing.Point(184, 44); + this.txtDefaultMessageTimeToLiveSeconds.Location = new System.Drawing.Point(276, 68); + this.txtDefaultMessageTimeToLiveSeconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDefaultMessageTimeToLiveSeconds.Name = "txtDefaultMessageTimeToLiveSeconds"; - this.txtDefaultMessageTimeToLiveSeconds.Size = new System.Drawing.Size(40, 20); + this.txtDefaultMessageTimeToLiveSeconds.Size = new System.Drawing.Size(58, 26); this.txtDefaultMessageTimeToLiveSeconds.TabIndex = 3; this.txtDefaultMessageTimeToLiveSeconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -611,18 +638,20 @@ private void InitializeComponent() // this.lblDefaultMessageTimeToLiveMinutes.AutoSize = true; this.lblDefaultMessageTimeToLiveMinutes.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDefaultMessageTimeToLiveMinutes.Location = new System.Drawing.Point(128, 28); + this.lblDefaultMessageTimeToLiveMinutes.Location = new System.Drawing.Point(192, 43); + this.lblDefaultMessageTimeToLiveMinutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDefaultMessageTimeToLiveMinutes.Name = "lblDefaultMessageTimeToLiveMinutes"; - this.lblDefaultMessageTimeToLiveMinutes.Size = new System.Drawing.Size(47, 13); + this.lblDefaultMessageTimeToLiveMinutes.Size = new System.Drawing.Size(73, 20); this.lblDefaultMessageTimeToLiveMinutes.TabIndex = 23; this.lblDefaultMessageTimeToLiveMinutes.Text = "Minutes:"; // // txtDefaultMessageTimeToLiveMinutes // this.txtDefaultMessageTimeToLiveMinutes.BackColor = System.Drawing.SystemColors.Window; - this.txtDefaultMessageTimeToLiveMinutes.Location = new System.Drawing.Point(128, 44); + this.txtDefaultMessageTimeToLiveMinutes.Location = new System.Drawing.Point(192, 68); + this.txtDefaultMessageTimeToLiveMinutes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDefaultMessageTimeToLiveMinutes.Name = "txtDefaultMessageTimeToLiveMinutes"; - this.txtDefaultMessageTimeToLiveMinutes.Size = new System.Drawing.Size(40, 20); + this.txtDefaultMessageTimeToLiveMinutes.Size = new System.Drawing.Size(58, 26); this.txtDefaultMessageTimeToLiveMinutes.TabIndex = 2; this.txtDefaultMessageTimeToLiveMinutes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -630,9 +659,10 @@ private void InitializeComponent() // this.lbllblDefaultMessageTimeToLiveHours.AutoSize = true; this.lbllblDefaultMessageTimeToLiveHours.ForeColor = System.Drawing.SystemColors.ControlText; - this.lbllblDefaultMessageTimeToLiveHours.Location = new System.Drawing.Point(72, 28); + this.lbllblDefaultMessageTimeToLiveHours.Location = new System.Drawing.Point(108, 43); + this.lbllblDefaultMessageTimeToLiveHours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbllblDefaultMessageTimeToLiveHours.Name = "lbllblDefaultMessageTimeToLiveHours"; - this.lbllblDefaultMessageTimeToLiveHours.Size = new System.Drawing.Size(38, 13); + this.lbllblDefaultMessageTimeToLiveHours.Size = new System.Drawing.Size(60, 20); this.lbllblDefaultMessageTimeToLiveHours.TabIndex = 22; this.lbllblDefaultMessageTimeToLiveHours.Text = "Hours:"; // @@ -640,27 +670,30 @@ private void InitializeComponent() // this.lblDefaultMessageTimeToLiveDays.AutoSize = true; this.lblDefaultMessageTimeToLiveDays.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDefaultMessageTimeToLiveDays.Location = new System.Drawing.Point(16, 28); + this.lblDefaultMessageTimeToLiveDays.Location = new System.Drawing.Point(24, 43); + this.lblDefaultMessageTimeToLiveDays.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDefaultMessageTimeToLiveDays.Name = "lblDefaultMessageTimeToLiveDays"; - this.lblDefaultMessageTimeToLiveDays.Size = new System.Drawing.Size(34, 13); + this.lblDefaultMessageTimeToLiveDays.Size = new System.Drawing.Size(53, 20); this.lblDefaultMessageTimeToLiveDays.TabIndex = 21; this.lblDefaultMessageTimeToLiveDays.Text = "Days:"; // // txtDefaultMessageTimeToLiveHours // this.txtDefaultMessageTimeToLiveHours.BackColor = System.Drawing.SystemColors.Window; - this.txtDefaultMessageTimeToLiveHours.Location = new System.Drawing.Point(72, 44); + this.txtDefaultMessageTimeToLiveHours.Location = new System.Drawing.Point(108, 68); + this.txtDefaultMessageTimeToLiveHours.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDefaultMessageTimeToLiveHours.Name = "txtDefaultMessageTimeToLiveHours"; - this.txtDefaultMessageTimeToLiveHours.Size = new System.Drawing.Size(40, 20); + this.txtDefaultMessageTimeToLiveHours.Size = new System.Drawing.Size(58, 26); this.txtDefaultMessageTimeToLiveHours.TabIndex = 1; this.txtDefaultMessageTimeToLiveHours.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // // txtDefaultMessageTimeToLiveDays // this.txtDefaultMessageTimeToLiveDays.BackColor = System.Drawing.SystemColors.Window; - this.txtDefaultMessageTimeToLiveDays.Location = new System.Drawing.Point(16, 44); + this.txtDefaultMessageTimeToLiveDays.Location = new System.Drawing.Point(24, 68); + this.txtDefaultMessageTimeToLiveDays.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDefaultMessageTimeToLiveDays.Name = "txtDefaultMessageTimeToLiveDays"; - this.txtDefaultMessageTimeToLiveDays.Size = new System.Drawing.Size(40, 20); + this.txtDefaultMessageTimeToLiveDays.Size = new System.Drawing.Size(58, 26); this.txtDefaultMessageTimeToLiveDays.TabIndex = 0; this.txtDefaultMessageTimeToLiveDays.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -670,7 +703,7 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Left))); this.grouperQueueSettings.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperQueueSettings.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperQueueSettings.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperQueueSettings.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperQueueSettings.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperQueueSettings.BorderThickness = 1F; this.grouperQueueSettings.Controls.Add(this.checkedListBox); @@ -679,15 +712,16 @@ private void InitializeComponent() this.grouperQueueSettings.ForeColor = System.Drawing.Color.White; this.grouperQueueSettings.GroupImage = null; this.grouperQueueSettings.GroupTitle = "Queue Settings"; - this.grouperQueueSettings.Location = new System.Drawing.Point(328, 272); + this.grouperQueueSettings.Location = new System.Drawing.Point(492, 418); + this.grouperQueueSettings.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperQueueSettings.Name = "grouperQueueSettings"; - this.grouperQueueSettings.Padding = new System.Windows.Forms.Padding(20); + this.grouperQueueSettings.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperQueueSettings.PaintGroupBox = true; this.grouperQueueSettings.RoundCorners = 4; this.grouperQueueSettings.ShadowColor = System.Drawing.Color.DarkGray; this.grouperQueueSettings.ShadowControl = false; this.grouperQueueSettings.ShadowThickness = 1; - this.grouperQueueSettings.Size = new System.Drawing.Size(296, 168); + this.grouperQueueSettings.Size = new System.Drawing.Size(444, 258); this.grouperQueueSettings.TabIndex = 6; // // checkedListBox @@ -707,10 +741,10 @@ private void InitializeComponent() "Requires Session", "Enforce Message Ordering", "Is Anonymous Accessible"}); - this.checkedListBox.Location = new System.Drawing.Point(16, 44); - this.checkedListBox.Margin = new System.Windows.Forms.Padding(8); + this.checkedListBox.Location = new System.Drawing.Point(24, 68); + this.checkedListBox.Margin = new System.Windows.Forms.Padding(12, 12, 12, 12); this.checkedListBox.Name = "checkedListBox"; - this.checkedListBox.Size = new System.Drawing.Size(264, 94); + this.checkedListBox.Size = new System.Drawing.Size(394, 130); this.checkedListBox.TabIndex = 0; this.checkedListBox.ThreeDCheckBoxes = true; this.checkedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox_ItemCheck); @@ -721,7 +755,7 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Left))); this.grouperQueueProperties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperQueueProperties.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperQueueProperties.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperQueueProperties.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperQueueProperties.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperQueueProperties.BorderThickness = 1F; this.grouperQueueProperties.Controls.Add(this.btnOpenForwardDeadLetteredMessagesToForm); @@ -743,15 +777,16 @@ private void InitializeComponent() this.grouperQueueProperties.ForeColor = System.Drawing.Color.White; this.grouperQueueProperties.GroupImage = null; this.grouperQueueProperties.GroupTitle = "Queue Properties"; - this.grouperQueueProperties.Location = new System.Drawing.Point(16, 184); + this.grouperQueueProperties.Location = new System.Drawing.Point(24, 283); + this.grouperQueueProperties.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperQueueProperties.Name = "grouperQueueProperties"; - this.grouperQueueProperties.Padding = new System.Windows.Forms.Padding(20); + this.grouperQueueProperties.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperQueueProperties.PaintGroupBox = true; this.grouperQueueProperties.RoundCorners = 4; this.grouperQueueProperties.ShadowColor = System.Drawing.Color.DarkGray; this.grouperQueueProperties.ShadowControl = false; this.grouperQueueProperties.ShadowThickness = 1; - this.grouperQueueProperties.Size = new System.Drawing.Size(296, 256); + this.grouperQueueProperties.Size = new System.Drawing.Size(444, 394); this.grouperQueueProperties.TabIndex = 5; // // btnOpenForwardDeadLetteredMessagesToForm @@ -763,9 +798,10 @@ private void InitializeComponent() this.btnOpenForwardDeadLetteredMessagesToForm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnOpenForwardDeadLetteredMessagesToForm.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOpenForwardDeadLetteredMessagesToForm.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnOpenForwardDeadLetteredMessagesToForm.Location = new System.Drawing.Point(256, 224); + this.btnOpenForwardDeadLetteredMessagesToForm.Location = new System.Drawing.Point(384, 345); + this.btnOpenForwardDeadLetteredMessagesToForm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenForwardDeadLetteredMessagesToForm.Name = "btnOpenForwardDeadLetteredMessagesToForm"; - this.btnOpenForwardDeadLetteredMessagesToForm.Size = new System.Drawing.Size(24, 21); + this.btnOpenForwardDeadLetteredMessagesToForm.Size = new System.Drawing.Size(36, 32); this.btnOpenForwardDeadLetteredMessagesToForm.TabIndex = 36; this.btnOpenForwardDeadLetteredMessagesToForm.Text = "..."; this.btnOpenForwardDeadLetteredMessagesToForm.TextAlign = System.Drawing.ContentAlignment.TopCenter; @@ -776,9 +812,10 @@ private void InitializeComponent() // this.lblForwardDeadLetteredMessagesTo.AutoSize = true; this.lblForwardDeadLetteredMessagesTo.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblForwardDeadLetteredMessagesTo.Location = new System.Drawing.Point(16, 208); + this.lblForwardDeadLetteredMessagesTo.Location = new System.Drawing.Point(24, 320); + this.lblForwardDeadLetteredMessagesTo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblForwardDeadLetteredMessagesTo.Name = "lblForwardDeadLetteredMessagesTo"; - this.lblForwardDeadLetteredMessagesTo.Size = new System.Drawing.Size(186, 13); + this.lblForwardDeadLetteredMessagesTo.Size = new System.Drawing.Size(293, 20); this.lblForwardDeadLetteredMessagesTo.TabIndex = 37; this.lblForwardDeadLetteredMessagesTo.Text = "Forward Dead Lettered Messages To:"; // @@ -787,18 +824,20 @@ private void InitializeComponent() this.txtForwardDeadLetteredMessagesTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtForwardDeadLetteredMessagesTo.BackColor = System.Drawing.SystemColors.Window; - this.txtForwardDeadLetteredMessagesTo.Location = new System.Drawing.Point(16, 224); + this.txtForwardDeadLetteredMessagesTo.Location = new System.Drawing.Point(24, 345); + this.txtForwardDeadLetteredMessagesTo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtForwardDeadLetteredMessagesTo.Name = "txtForwardDeadLetteredMessagesTo"; - this.txtForwardDeadLetteredMessagesTo.Size = new System.Drawing.Size(232, 20); + this.txtForwardDeadLetteredMessagesTo.Size = new System.Drawing.Size(346, 26); this.txtForwardDeadLetteredMessagesTo.TabIndex = 35; // // lblMaxQueueSize // this.lblMaxQueueSize.AutoSize = true; this.lblMaxQueueSize.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblMaxQueueSize.Location = new System.Drawing.Point(16, 28); + this.lblMaxQueueSize.Location = new System.Drawing.Point(24, 43); + this.lblMaxQueueSize.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblMaxQueueSize.Name = "lblMaxQueueSize"; - this.lblMaxQueueSize.Size = new System.Drawing.Size(118, 13); + this.lblMaxQueueSize.Size = new System.Drawing.Size(185, 20); this.lblMaxQueueSize.TabIndex = 24; this.lblMaxQueueSize.Text = "Max Queue Size In GB:"; // @@ -810,40 +849,43 @@ private void InitializeComponent() this.trackBarMaxQueueSize.ForeColor = System.Drawing.Color.Black; this.trackBarMaxQueueSize.IndentHeight = 6; this.trackBarMaxQueueSize.LargeChange = 1; - this.trackBarMaxQueueSize.Location = new System.Drawing.Point(16, 40); + this.trackBarMaxQueueSize.Location = new System.Drawing.Point(24, 62); + this.trackBarMaxQueueSize.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.trackBarMaxQueueSize.Maximum = 10; this.trackBarMaxQueueSize.Minimum = 1; this.trackBarMaxQueueSize.Name = "trackBarMaxQueueSize"; - this.trackBarMaxQueueSize.Size = new System.Drawing.Size(232, 29); + this.trackBarMaxQueueSize.Size = new System.Drawing.Size(348, 29); this.trackBarMaxQueueSize.TabIndex = 34; this.trackBarMaxQueueSize.TextTickStyle = System.Windows.Forms.TickStyle.None; this.trackBarMaxQueueSize.TickColor = System.Drawing.Color.Black; this.trackBarMaxQueueSize.TickHeight = 4; this.trackBarMaxQueueSize.TrackerColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(125)))), ((int)(((byte)(150))))); this.trackBarMaxQueueSize.TrackerSize = new System.Drawing.Size(12, 12); - this.trackBarMaxQueueSize.TrackLineBrushStyle = BrushStyle.Solid; + this.trackBarMaxQueueSize.TrackLineBrushStyle = Microsoft.Azure.ServiceBusExplorer.Controls.BrushStyle.Solid; this.trackBarMaxQueueSize.TrackLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(125)))), ((int)(((byte)(150))))); this.trackBarMaxQueueSize.TrackLineHeight = 1; this.trackBarMaxQueueSize.Value = 1; - this.trackBarMaxQueueSize.ValueChanged += new ValueChangedHandler(this.trackBarMaxQueueSize_ValueChanged); + this.trackBarMaxQueueSize.ValueChanged += new Microsoft.Azure.ServiceBusExplorer.Controls.ValueChangedHandler(this.trackBarMaxQueueSize_ValueChanged); // // txtUserMetadata // this.txtUserMetadata.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUserMetadata.BackColor = System.Drawing.SystemColors.Window; - this.txtUserMetadata.Location = new System.Drawing.Point(16, 136); + this.txtUserMetadata.Location = new System.Drawing.Point(24, 209); + this.txtUserMetadata.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtUserMetadata.Name = "txtUserMetadata"; - this.txtUserMetadata.Size = new System.Drawing.Size(232, 20); + this.txtUserMetadata.Size = new System.Drawing.Size(346, 26); this.txtUserMetadata.TabIndex = 2; // // lblUserMetadata // this.lblUserMetadata.AutoSize = true; this.lblUserMetadata.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblUserMetadata.Location = new System.Drawing.Point(16, 120); + this.lblUserMetadata.Location = new System.Drawing.Point(24, 185); + this.lblUserMetadata.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblUserMetadata.Name = "lblUserMetadata"; - this.lblUserMetadata.Size = new System.Drawing.Size(88, 13); + this.lblUserMetadata.Size = new System.Drawing.Size(141, 20); this.lblUserMetadata.TabIndex = 27; this.lblUserMetadata.Text = "User Description:"; // @@ -851,9 +893,10 @@ private void InitializeComponent() // this.lblMaxQueueSizeInGB.AutoSize = true; this.lblMaxQueueSizeInGB.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblMaxQueueSizeInGB.Location = new System.Drawing.Point(252, 48); + this.lblMaxQueueSizeInGB.Location = new System.Drawing.Point(378, 74); + this.lblMaxQueueSizeInGB.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblMaxQueueSizeInGB.Name = "lblMaxQueueSizeInGB"; - this.lblMaxQueueSizeInGB.Size = new System.Drawing.Size(31, 13); + this.lblMaxQueueSizeInGB.Size = new System.Drawing.Size(48, 20); this.lblMaxQueueSizeInGB.TabIndex = 33; this.lblMaxQueueSizeInGB.Text = "1 GB"; // @@ -866,9 +909,10 @@ private void InitializeComponent() this.btnOpenDescriptionForm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnOpenDescriptionForm.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOpenDescriptionForm.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnOpenDescriptionForm.Location = new System.Drawing.Point(256, 136); + this.btnOpenDescriptionForm.Location = new System.Drawing.Point(384, 209); + this.btnOpenDescriptionForm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenDescriptionForm.Name = "btnOpenDescriptionForm"; - this.btnOpenDescriptionForm.Size = new System.Drawing.Size(24, 21); + this.btnOpenDescriptionForm.Size = new System.Drawing.Size(36, 32); this.btnOpenDescriptionForm.TabIndex = 3; this.btnOpenDescriptionForm.Text = "..."; this.btnOpenDescriptionForm.TextAlign = System.Drawing.ContentAlignment.TopCenter; @@ -884,9 +928,10 @@ private void InitializeComponent() this.btnOpenForwardToForm.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnOpenForwardToForm.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOpenForwardToForm.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnOpenForwardToForm.Location = new System.Drawing.Point(256, 180); + this.btnOpenForwardToForm.Location = new System.Drawing.Point(384, 277); + this.btnOpenForwardToForm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnOpenForwardToForm.Name = "btnOpenForwardToForm"; - this.btnOpenForwardToForm.Size = new System.Drawing.Size(24, 21); + this.btnOpenForwardToForm.Size = new System.Drawing.Size(36, 32); this.btnOpenForwardToForm.TabIndex = 5; this.btnOpenForwardToForm.Text = "..."; this.btnOpenForwardToForm.TextAlign = System.Drawing.ContentAlignment.TopCenter; @@ -897,9 +942,10 @@ private void InitializeComponent() // this.lblForwardTo.AutoSize = true; this.lblForwardTo.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblForwardTo.Location = new System.Drawing.Point(16, 164); + this.lblForwardTo.Location = new System.Drawing.Point(24, 252); + this.lblForwardTo.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblForwardTo.Name = "lblForwardTo"; - this.lblForwardTo.Size = new System.Drawing.Size(64, 13); + this.lblForwardTo.Size = new System.Drawing.Size(99, 20); this.lblForwardTo.TabIndex = 31; this.lblForwardTo.Text = "Forward To:"; // @@ -908,18 +954,20 @@ private void InitializeComponent() this.txtForwardTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtForwardTo.BackColor = System.Drawing.SystemColors.Window; - this.txtForwardTo.Location = new System.Drawing.Point(16, 180); + this.txtForwardTo.Location = new System.Drawing.Point(24, 277); + this.txtForwardTo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtForwardTo.Name = "txtForwardTo"; - this.txtForwardTo.Size = new System.Drawing.Size(232, 20); + this.txtForwardTo.Size = new System.Drawing.Size(346, 26); this.txtForwardTo.TabIndex = 4; // // lblMaxDeliveryCount // this.lblMaxDeliveryCount.AutoSize = true; this.lblMaxDeliveryCount.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblMaxDeliveryCount.Location = new System.Drawing.Point(16, 72); + this.lblMaxDeliveryCount.Location = new System.Drawing.Point(24, 111); + this.lblMaxDeliveryCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblMaxDeliveryCount.Name = "lblMaxDeliveryCount"; - this.lblMaxDeliveryCount.Size = new System.Drawing.Size(102, 13); + this.lblMaxDeliveryCount.Size = new System.Drawing.Size(160, 20); this.lblMaxDeliveryCount.TabIndex = 26; this.lblMaxDeliveryCount.Text = "Max Delivery Count:"; // @@ -928,9 +976,10 @@ private void InitializeComponent() this.txtMaxDeliveryCount.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtMaxDeliveryCount.BackColor = System.Drawing.SystemColors.Window; - this.txtMaxDeliveryCount.Location = new System.Drawing.Point(16, 88); + this.txtMaxDeliveryCount.Location = new System.Drawing.Point(24, 135); + this.txtMaxDeliveryCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMaxDeliveryCount.Name = "txtMaxDeliveryCount"; - this.txtMaxDeliveryCount.Size = new System.Drawing.Size(232, 20); + this.txtMaxDeliveryCount.Size = new System.Drawing.Size(346, 26); this.txtMaxDeliveryCount.TabIndex = 0; this.txtMaxDeliveryCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -938,7 +987,7 @@ private void InitializeComponent() // this.grouperLockDuration.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperLockDuration.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperLockDuration.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperLockDuration.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperLockDuration.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperLockDuration.BorderThickness = 1F; this.grouperLockDuration.Controls.Add(this.lblLockDurationMilliseconds); @@ -956,33 +1005,36 @@ private void InitializeComponent() this.grouperLockDuration.ForeColor = System.Drawing.Color.White; this.grouperLockDuration.GroupImage = null; this.grouperLockDuration.GroupTitle = "Lock Duration"; - this.grouperLockDuration.Location = new System.Drawing.Point(328, 184); + this.grouperLockDuration.Location = new System.Drawing.Point(492, 283); + this.grouperLockDuration.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperLockDuration.Name = "grouperLockDuration"; - this.grouperLockDuration.Padding = new System.Windows.Forms.Padding(20); + this.grouperLockDuration.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperLockDuration.PaintGroupBox = true; this.grouperLockDuration.RoundCorners = 4; this.grouperLockDuration.ShadowColor = System.Drawing.Color.DarkGray; this.grouperLockDuration.ShadowControl = false; this.grouperLockDuration.ShadowThickness = 1; - this.grouperLockDuration.Size = new System.Drawing.Size(296, 80); + this.grouperLockDuration.Size = new System.Drawing.Size(444, 123); this.grouperLockDuration.TabIndex = 4; // // lblLockDurationMilliseconds // this.lblLockDurationMilliseconds.AutoSize = true; this.lblLockDurationMilliseconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblLockDurationMilliseconds.Location = new System.Drawing.Point(240, 28); + this.lblLockDurationMilliseconds.Location = new System.Drawing.Point(360, 43); + this.lblLockDurationMilliseconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLockDurationMilliseconds.Name = "lblLockDurationMilliseconds"; - this.lblLockDurationMilliseconds.Size = new System.Drawing.Size(49, 13); + this.lblLockDurationMilliseconds.Size = new System.Drawing.Size(80, 20); this.lblLockDurationMilliseconds.TabIndex = 25; this.lblLockDurationMilliseconds.Text = "Millisecs:"; // // txtLockDurationMilliseconds // this.txtLockDurationMilliseconds.BackColor = System.Drawing.SystemColors.Window; - this.txtLockDurationMilliseconds.Location = new System.Drawing.Point(240, 44); + this.txtLockDurationMilliseconds.Location = new System.Drawing.Point(360, 68); + this.txtLockDurationMilliseconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtLockDurationMilliseconds.Name = "txtLockDurationMilliseconds"; - this.txtLockDurationMilliseconds.Size = new System.Drawing.Size(40, 20); + this.txtLockDurationMilliseconds.Size = new System.Drawing.Size(58, 26); this.txtLockDurationMilliseconds.TabIndex = 4; this.txtLockDurationMilliseconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -990,18 +1042,20 @@ private void InitializeComponent() // this.lblLockDurationSeconds.AutoSize = true; this.lblLockDurationSeconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblLockDurationSeconds.Location = new System.Drawing.Point(184, 28); + this.lblLockDurationSeconds.Location = new System.Drawing.Point(276, 43); + this.lblLockDurationSeconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLockDurationSeconds.Name = "lblLockDurationSeconds"; - this.lblLockDurationSeconds.Size = new System.Drawing.Size(52, 13); + this.lblLockDurationSeconds.Size = new System.Drawing.Size(79, 20); this.lblLockDurationSeconds.TabIndex = 24; this.lblLockDurationSeconds.Text = "Seconds:"; // // txtLockDurationSeconds // this.txtLockDurationSeconds.BackColor = System.Drawing.SystemColors.Window; - this.txtLockDurationSeconds.Location = new System.Drawing.Point(184, 44); + this.txtLockDurationSeconds.Location = new System.Drawing.Point(276, 68); + this.txtLockDurationSeconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtLockDurationSeconds.Name = "txtLockDurationSeconds"; - this.txtLockDurationSeconds.Size = new System.Drawing.Size(40, 20); + this.txtLockDurationSeconds.Size = new System.Drawing.Size(58, 26); this.txtLockDurationSeconds.TabIndex = 3; this.txtLockDurationSeconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1009,18 +1063,20 @@ private void InitializeComponent() // this.lblLockDurationMinutes.AutoSize = true; this.lblLockDurationMinutes.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblLockDurationMinutes.Location = new System.Drawing.Point(128, 28); + this.lblLockDurationMinutes.Location = new System.Drawing.Point(192, 43); + this.lblLockDurationMinutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLockDurationMinutes.Name = "lblLockDurationMinutes"; - this.lblLockDurationMinutes.Size = new System.Drawing.Size(47, 13); + this.lblLockDurationMinutes.Size = new System.Drawing.Size(73, 20); this.lblLockDurationMinutes.TabIndex = 23; this.lblLockDurationMinutes.Text = "Minutes:"; // // txtLockDurationMinutes // this.txtLockDurationMinutes.BackColor = System.Drawing.SystemColors.Window; - this.txtLockDurationMinutes.Location = new System.Drawing.Point(128, 44); + this.txtLockDurationMinutes.Location = new System.Drawing.Point(192, 68); + this.txtLockDurationMinutes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtLockDurationMinutes.Name = "txtLockDurationMinutes"; - this.txtLockDurationMinutes.Size = new System.Drawing.Size(40, 20); + this.txtLockDurationMinutes.Size = new System.Drawing.Size(58, 26); this.txtLockDurationMinutes.TabIndex = 2; this.txtLockDurationMinutes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1028,9 +1084,10 @@ private void InitializeComponent() // this.lblLockDurationHours.AutoSize = true; this.lblLockDurationHours.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblLockDurationHours.Location = new System.Drawing.Point(72, 28); + this.lblLockDurationHours.Location = new System.Drawing.Point(108, 43); + this.lblLockDurationHours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLockDurationHours.Name = "lblLockDurationHours"; - this.lblLockDurationHours.Size = new System.Drawing.Size(38, 13); + this.lblLockDurationHours.Size = new System.Drawing.Size(60, 20); this.lblLockDurationHours.TabIndex = 22; this.lblLockDurationHours.Text = "Hours:"; // @@ -1038,27 +1095,30 @@ private void InitializeComponent() // this.lblLockDurationDays.AutoSize = true; this.lblLockDurationDays.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblLockDurationDays.Location = new System.Drawing.Point(16, 28); + this.lblLockDurationDays.Location = new System.Drawing.Point(24, 43); + this.lblLockDurationDays.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblLockDurationDays.Name = "lblLockDurationDays"; - this.lblLockDurationDays.Size = new System.Drawing.Size(34, 13); + this.lblLockDurationDays.Size = new System.Drawing.Size(53, 20); this.lblLockDurationDays.TabIndex = 21; this.lblLockDurationDays.Text = "Days:"; // // txtLockDurationHours // this.txtLockDurationHours.BackColor = System.Drawing.SystemColors.Window; - this.txtLockDurationHours.Location = new System.Drawing.Point(72, 44); + this.txtLockDurationHours.Location = new System.Drawing.Point(108, 68); + this.txtLockDurationHours.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtLockDurationHours.Name = "txtLockDurationHours"; - this.txtLockDurationHours.Size = new System.Drawing.Size(40, 20); + this.txtLockDurationHours.Size = new System.Drawing.Size(58, 26); this.txtLockDurationHours.TabIndex = 1; this.txtLockDurationHours.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // // txtLockDurationDays // this.txtLockDurationDays.BackColor = System.Drawing.SystemColors.Window; - this.txtLockDurationDays.Location = new System.Drawing.Point(16, 44); + this.txtLockDurationDays.Location = new System.Drawing.Point(24, 68); + this.txtLockDurationDays.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtLockDurationDays.Name = "txtLockDurationDays"; - this.txtLockDurationDays.Size = new System.Drawing.Size(40, 20); + this.txtLockDurationDays.Size = new System.Drawing.Size(58, 26); this.txtLockDurationDays.TabIndex = 0; this.txtLockDurationDays.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1066,7 +1126,7 @@ private void InitializeComponent() // this.grouperDuplicateDetectionHistoryTimeWindow.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperDuplicateDetectionHistoryTimeWindow.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperDuplicateDetectionHistoryTimeWindow.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperDuplicateDetectionHistoryTimeWindow.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperDuplicateDetectionHistoryTimeWindow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperDuplicateDetectionHistoryTimeWindow.BorderThickness = 1F; this.grouperDuplicateDetectionHistoryTimeWindow.Controls.Add(this.lblDuplicateDetectionHistoryTimeWindowMilliseconds); @@ -1084,33 +1144,36 @@ private void InitializeComponent() this.grouperDuplicateDetectionHistoryTimeWindow.ForeColor = System.Drawing.Color.White; this.grouperDuplicateDetectionHistoryTimeWindow.GroupImage = null; this.grouperDuplicateDetectionHistoryTimeWindow.GroupTitle = "Duplicate Detection History Time Window"; - this.grouperDuplicateDetectionHistoryTimeWindow.Location = new System.Drawing.Point(16, 96); + this.grouperDuplicateDetectionHistoryTimeWindow.Location = new System.Drawing.Point(24, 148); + this.grouperDuplicateDetectionHistoryTimeWindow.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperDuplicateDetectionHistoryTimeWindow.Name = "grouperDuplicateDetectionHistoryTimeWindow"; - this.grouperDuplicateDetectionHistoryTimeWindow.Padding = new System.Windows.Forms.Padding(20); + this.grouperDuplicateDetectionHistoryTimeWindow.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperDuplicateDetectionHistoryTimeWindow.PaintGroupBox = true; this.grouperDuplicateDetectionHistoryTimeWindow.RoundCorners = 4; this.grouperDuplicateDetectionHistoryTimeWindow.ShadowColor = System.Drawing.Color.DarkGray; this.grouperDuplicateDetectionHistoryTimeWindow.ShadowControl = false; this.grouperDuplicateDetectionHistoryTimeWindow.ShadowThickness = 1; - this.grouperDuplicateDetectionHistoryTimeWindow.Size = new System.Drawing.Size(296, 80); + this.grouperDuplicateDetectionHistoryTimeWindow.Size = new System.Drawing.Size(444, 123); this.grouperDuplicateDetectionHistoryTimeWindow.TabIndex = 3; // // lblDuplicateDetectionHistoryTimeWindowMilliseconds // this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.AutoSize = true; this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Location = new System.Drawing.Point(240, 28); + this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Location = new System.Drawing.Point(360, 43); + this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Name = "lblDuplicateDetectionHistoryTimeWindowMilliseconds"; - this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Size = new System.Drawing.Size(49, 13); + this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Size = new System.Drawing.Size(80, 20); this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.TabIndex = 25; this.lblDuplicateDetectionHistoryTimeWindowMilliseconds.Text = "Millisecs:"; // // txtDuplicateDetectionHistoryTimeWindowMilliseconds // this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.BackColor = System.Drawing.SystemColors.Window; - this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.Location = new System.Drawing.Point(240, 44); + this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.Location = new System.Drawing.Point(360, 68); + this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.Name = "txtDuplicateDetectionHistoryTimeWindowMilliseconds"; - this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.Size = new System.Drawing.Size(40, 20); + this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.Size = new System.Drawing.Size(58, 26); this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.TabIndex = 4; this.txtDuplicateDetectionHistoryTimeWindowMilliseconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1118,18 +1181,20 @@ private void InitializeComponent() // this.lblDuplicateDetectionHistoryTimeWindowSeconds.AutoSize = true; this.lblDuplicateDetectionHistoryTimeWindowSeconds.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDuplicateDetectionHistoryTimeWindowSeconds.Location = new System.Drawing.Point(184, 28); + this.lblDuplicateDetectionHistoryTimeWindowSeconds.Location = new System.Drawing.Point(276, 43); + this.lblDuplicateDetectionHistoryTimeWindowSeconds.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDuplicateDetectionHistoryTimeWindowSeconds.Name = "lblDuplicateDetectionHistoryTimeWindowSeconds"; - this.lblDuplicateDetectionHistoryTimeWindowSeconds.Size = new System.Drawing.Size(52, 13); + this.lblDuplicateDetectionHistoryTimeWindowSeconds.Size = new System.Drawing.Size(79, 20); this.lblDuplicateDetectionHistoryTimeWindowSeconds.TabIndex = 24; this.lblDuplicateDetectionHistoryTimeWindowSeconds.Text = "Seconds:"; // // txtDuplicateDetectionHistoryTimeWindowSeconds // this.txtDuplicateDetectionHistoryTimeWindowSeconds.BackColor = System.Drawing.SystemColors.Window; - this.txtDuplicateDetectionHistoryTimeWindowSeconds.Location = new System.Drawing.Point(184, 44); + this.txtDuplicateDetectionHistoryTimeWindowSeconds.Location = new System.Drawing.Point(276, 68); + this.txtDuplicateDetectionHistoryTimeWindowSeconds.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDuplicateDetectionHistoryTimeWindowSeconds.Name = "txtDuplicateDetectionHistoryTimeWindowSeconds"; - this.txtDuplicateDetectionHistoryTimeWindowSeconds.Size = new System.Drawing.Size(40, 20); + this.txtDuplicateDetectionHistoryTimeWindowSeconds.Size = new System.Drawing.Size(58, 26); this.txtDuplicateDetectionHistoryTimeWindowSeconds.TabIndex = 3; this.txtDuplicateDetectionHistoryTimeWindowSeconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1137,18 +1202,20 @@ private void InitializeComponent() // this.lblDuplicateDetectionHistoryTimeWindowMinutes.AutoSize = true; this.lblDuplicateDetectionHistoryTimeWindowMinutes.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDuplicateDetectionHistoryTimeWindowMinutes.Location = new System.Drawing.Point(128, 28); + this.lblDuplicateDetectionHistoryTimeWindowMinutes.Location = new System.Drawing.Point(192, 43); + this.lblDuplicateDetectionHistoryTimeWindowMinutes.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDuplicateDetectionHistoryTimeWindowMinutes.Name = "lblDuplicateDetectionHistoryTimeWindowMinutes"; - this.lblDuplicateDetectionHistoryTimeWindowMinutes.Size = new System.Drawing.Size(47, 13); + this.lblDuplicateDetectionHistoryTimeWindowMinutes.Size = new System.Drawing.Size(73, 20); this.lblDuplicateDetectionHistoryTimeWindowMinutes.TabIndex = 23; this.lblDuplicateDetectionHistoryTimeWindowMinutes.Text = "Minutes:"; // // txtDuplicateDetectionHistoryTimeWindowMinutes // this.txtDuplicateDetectionHistoryTimeWindowMinutes.BackColor = System.Drawing.SystemColors.Window; - this.txtDuplicateDetectionHistoryTimeWindowMinutes.Location = new System.Drawing.Point(128, 44); + this.txtDuplicateDetectionHistoryTimeWindowMinutes.Location = new System.Drawing.Point(192, 68); + this.txtDuplicateDetectionHistoryTimeWindowMinutes.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDuplicateDetectionHistoryTimeWindowMinutes.Name = "txtDuplicateDetectionHistoryTimeWindowMinutes"; - this.txtDuplicateDetectionHistoryTimeWindowMinutes.Size = new System.Drawing.Size(40, 20); + this.txtDuplicateDetectionHistoryTimeWindowMinutes.Size = new System.Drawing.Size(58, 26); this.txtDuplicateDetectionHistoryTimeWindowMinutes.TabIndex = 2; this.txtDuplicateDetectionHistoryTimeWindowMinutes.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1156,9 +1223,10 @@ private void InitializeComponent() // this.lblDuplicateDetectionHistoryTimeWindowHours.AutoSize = true; this.lblDuplicateDetectionHistoryTimeWindowHours.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDuplicateDetectionHistoryTimeWindowHours.Location = new System.Drawing.Point(72, 28); + this.lblDuplicateDetectionHistoryTimeWindowHours.Location = new System.Drawing.Point(108, 43); + this.lblDuplicateDetectionHistoryTimeWindowHours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDuplicateDetectionHistoryTimeWindowHours.Name = "lblDuplicateDetectionHistoryTimeWindowHours"; - this.lblDuplicateDetectionHistoryTimeWindowHours.Size = new System.Drawing.Size(38, 13); + this.lblDuplicateDetectionHistoryTimeWindowHours.Size = new System.Drawing.Size(60, 20); this.lblDuplicateDetectionHistoryTimeWindowHours.TabIndex = 22; this.lblDuplicateDetectionHistoryTimeWindowHours.Text = "Hours:"; // @@ -1166,27 +1234,30 @@ private void InitializeComponent() // this.lblDuplicateDetectionHistoryTimeWindowDays.AutoSize = true; this.lblDuplicateDetectionHistoryTimeWindowDays.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblDuplicateDetectionHistoryTimeWindowDays.Location = new System.Drawing.Point(16, 28); + this.lblDuplicateDetectionHistoryTimeWindowDays.Location = new System.Drawing.Point(24, 43); + this.lblDuplicateDetectionHistoryTimeWindowDays.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDuplicateDetectionHistoryTimeWindowDays.Name = "lblDuplicateDetectionHistoryTimeWindowDays"; - this.lblDuplicateDetectionHistoryTimeWindowDays.Size = new System.Drawing.Size(34, 13); + this.lblDuplicateDetectionHistoryTimeWindowDays.Size = new System.Drawing.Size(53, 20); this.lblDuplicateDetectionHistoryTimeWindowDays.TabIndex = 21; this.lblDuplicateDetectionHistoryTimeWindowDays.Text = "Days:"; // // txtDuplicateDetectionHistoryTimeWindowHours // this.txtDuplicateDetectionHistoryTimeWindowHours.BackColor = System.Drawing.SystemColors.Window; - this.txtDuplicateDetectionHistoryTimeWindowHours.Location = new System.Drawing.Point(72, 44); + this.txtDuplicateDetectionHistoryTimeWindowHours.Location = new System.Drawing.Point(108, 68); + this.txtDuplicateDetectionHistoryTimeWindowHours.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDuplicateDetectionHistoryTimeWindowHours.Name = "txtDuplicateDetectionHistoryTimeWindowHours"; - this.txtDuplicateDetectionHistoryTimeWindowHours.Size = new System.Drawing.Size(40, 20); + this.txtDuplicateDetectionHistoryTimeWindowHours.Size = new System.Drawing.Size(58, 26); this.txtDuplicateDetectionHistoryTimeWindowHours.TabIndex = 1; this.txtDuplicateDetectionHistoryTimeWindowHours.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // // txtDuplicateDetectionHistoryTimeWindowDays // this.txtDuplicateDetectionHistoryTimeWindowDays.BackColor = System.Drawing.SystemColors.Window; - this.txtDuplicateDetectionHistoryTimeWindowDays.Location = new System.Drawing.Point(16, 44); + this.txtDuplicateDetectionHistoryTimeWindowDays.Location = new System.Drawing.Point(24, 68); + this.txtDuplicateDetectionHistoryTimeWindowDays.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDuplicateDetectionHistoryTimeWindowDays.Name = "txtDuplicateDetectionHistoryTimeWindowDays"; - this.txtDuplicateDetectionHistoryTimeWindowDays.Size = new System.Drawing.Size(40, 20); + this.txtDuplicateDetectionHistoryTimeWindowDays.Size = new System.Drawing.Size(58, 26); this.txtDuplicateDetectionHistoryTimeWindowDays.TabIndex = 0; this.txtDuplicateDetectionHistoryTimeWindowDays.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_KeyPress); // @@ -1194,7 +1265,7 @@ private void InitializeComponent() // this.grouperPath.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperPath.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperPath.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperPath.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperPath.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperPath.BorderThickness = 1F; this.grouperPath.Controls.Add(this.lblRelativeURI); @@ -1204,24 +1275,26 @@ private void InitializeComponent() this.grouperPath.ForeColor = System.Drawing.Color.White; this.grouperPath.GroupImage = null; this.grouperPath.GroupTitle = "Path"; - this.grouperPath.Location = new System.Drawing.Point(16, 8); + this.grouperPath.Location = new System.Drawing.Point(24, 12); + this.grouperPath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperPath.Name = "grouperPath"; - this.grouperPath.Padding = new System.Windows.Forms.Padding(20); + this.grouperPath.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperPath.PaintGroupBox = true; this.grouperPath.RoundCorners = 4; this.grouperPath.ShadowColor = System.Drawing.Color.DarkGray; this.grouperPath.ShadowControl = false; this.grouperPath.ShadowThickness = 1; - this.grouperPath.Size = new System.Drawing.Size(296, 80); + this.grouperPath.Size = new System.Drawing.Size(444, 123); this.grouperPath.TabIndex = 0; // // lblRelativeURI // this.lblRelativeURI.AutoSize = true; this.lblRelativeURI.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblRelativeURI.Location = new System.Drawing.Point(16, 28); + this.lblRelativeURI.Location = new System.Drawing.Point(24, 43); + this.lblRelativeURI.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblRelativeURI.Name = "lblRelativeURI"; - this.lblRelativeURI.Size = new System.Drawing.Size(71, 13); + this.lblRelativeURI.Size = new System.Drawing.Size(107, 20); this.lblRelativeURI.TabIndex = 22; this.lblRelativeURI.Text = "Relative URI:"; // @@ -1231,9 +1304,10 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Right))); this.txtPath.BackColor = System.Drawing.SystemColors.Window; this.txtPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); - this.txtPath.Location = new System.Drawing.Point(16, 44); + this.txtPath.Location = new System.Drawing.Point(24, 68); + this.txtPath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtPath.Name = "txtPath"; - this.txtPath.Size = new System.Drawing.Size(264, 20); + this.txtPath.Size = new System.Drawing.Size(394, 26); this.txtPath.TabIndex = 0; // // tabPageAuthorization @@ -1242,8 +1316,9 @@ private void InitializeComponent() this.tabPageAuthorization.Controls.Add(this.grouperAuthorizationRuleList); this.tabPageAuthorization.ForeColor = System.Drawing.SystemColors.ControlText; this.tabPageAuthorization.Location = new System.Drawing.Point(4, 22); + this.tabPageAuthorization.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageAuthorization.Name = "tabPageAuthorization"; - this.tabPageAuthorization.Size = new System.Drawing.Size(968, 454); + this.tabPageAuthorization.Size = new System.Drawing.Size(1456, 712); this.tabPageAuthorization.TabIndex = 8; this.tabPageAuthorization.Text = "Authorization Rules"; // @@ -1254,7 +1329,7 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Right))); this.grouperAuthorizationRuleList.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperAuthorizationRuleList.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperAuthorizationRuleList.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperAuthorizationRuleList.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperAuthorizationRuleList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperAuthorizationRuleList.BorderThickness = 1F; this.grouperAuthorizationRuleList.Controls.Add(this.authorizationRulesDataGridView); @@ -1263,15 +1338,16 @@ private void InitializeComponent() this.grouperAuthorizationRuleList.ForeColor = System.Drawing.Color.White; this.grouperAuthorizationRuleList.GroupImage = null; this.grouperAuthorizationRuleList.GroupTitle = "Authorization Rule List"; - this.grouperAuthorizationRuleList.Location = new System.Drawing.Point(16, 8); + this.grouperAuthorizationRuleList.Location = new System.Drawing.Point(24, 12); + this.grouperAuthorizationRuleList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperAuthorizationRuleList.Name = "grouperAuthorizationRuleList"; - this.grouperAuthorizationRuleList.Padding = new System.Windows.Forms.Padding(20); + this.grouperAuthorizationRuleList.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperAuthorizationRuleList.PaintGroupBox = true; this.grouperAuthorizationRuleList.RoundCorners = 4; this.grouperAuthorizationRuleList.ShadowColor = System.Drawing.Color.DarkGray; this.grouperAuthorizationRuleList.ShadowControl = false; this.grouperAuthorizationRuleList.ShadowThickness = 1; - this.grouperAuthorizationRuleList.Size = new System.Drawing.Size(936, 432); + this.grouperAuthorizationRuleList.Size = new System.Drawing.Size(1404, 665); this.grouperAuthorizationRuleList.TabIndex = 20; this.grouperAuthorizationRuleList.CustomPaint += new System.Action(this.grouperAuthorizationRuleList_CustomPaint); // @@ -1286,14 +1362,15 @@ private void InitializeComponent() this.authorizationRulesDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.authorizationRulesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.authorizationRulesDataGridView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); - this.authorizationRulesDataGridView.Location = new System.Drawing.Point(16, 32); + this.authorizationRulesDataGridView.Location = new System.Drawing.Point(24, 49); + this.authorizationRulesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.authorizationRulesDataGridView.MultiSelect = false; this.authorizationRulesDataGridView.Name = "authorizationRulesDataGridView"; this.authorizationRulesDataGridView.RowHeadersWidth = 24; this.authorizationRulesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.authorizationRulesDataGridView.ShowCellErrors = false; this.authorizationRulesDataGridView.ShowRowErrors = false; - this.authorizationRulesDataGridView.Size = new System.Drawing.Size(904, 385); + this.authorizationRulesDataGridView.Size = new System.Drawing.Size(1356, 592); this.authorizationRulesDataGridView.TabIndex = 0; this.authorizationRulesDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.authorizationRulesDataGridView_CellContentClick); this.authorizationRulesDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.authorizationRulesDataGridView_DataError); @@ -1310,8 +1387,9 @@ private void InitializeComponent() this.tabPageMetrics.Controls.Add(this.grouperDatapoints); this.tabPageMetrics.ForeColor = System.Drawing.SystemColors.ControlText; this.tabPageMetrics.Location = new System.Drawing.Point(4, 22); + this.tabPageMetrics.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageMetrics.Name = "tabPageMetrics"; - this.tabPageMetrics.Size = new System.Drawing.Size(968, 454); + this.tabPageMetrics.Size = new System.Drawing.Size(1456, 712); this.tabPageMetrics.TabIndex = 9; this.tabPageMetrics.Text = "Metrics"; // @@ -1322,7 +1400,7 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Right))); this.grouperDatapoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperDatapoints.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperDatapoints.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperDatapoints.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperDatapoints.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperDatapoints.BorderThickness = 1F; this.grouperDatapoints.Controls.Add(this.dataPointDataGridView); @@ -1331,15 +1409,16 @@ private void InitializeComponent() this.grouperDatapoints.ForeColor = System.Drawing.Color.White; this.grouperDatapoints.GroupImage = null; this.grouperDatapoints.GroupTitle = "Metrics Rules"; - this.grouperDatapoints.Location = new System.Drawing.Point(16, 8); + this.grouperDatapoints.Location = new System.Drawing.Point(24, 12); + this.grouperDatapoints.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperDatapoints.Name = "grouperDatapoints"; - this.grouperDatapoints.Padding = new System.Windows.Forms.Padding(20); + this.grouperDatapoints.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperDatapoints.PaintGroupBox = true; this.grouperDatapoints.RoundCorners = 4; this.grouperDatapoints.ShadowColor = System.Drawing.Color.DarkGray; this.grouperDatapoints.ShadowControl = false; this.grouperDatapoints.ShadowThickness = 1; - this.grouperDatapoints.Size = new System.Drawing.Size(936, 432); + this.grouperDatapoints.Size = new System.Drawing.Size(1404, 665); this.grouperDatapoints.TabIndex = 2; this.grouperDatapoints.CustomPaint += new System.Action(this.grouperDatapoints_CustomPaint); // @@ -1353,11 +1432,12 @@ private void InitializeComponent() this.dataPointDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataPointDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dataPointDataGridView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); - this.dataPointDataGridView.Location = new System.Drawing.Point(16, 32); + this.dataPointDataGridView.Location = new System.Drawing.Point(24, 49); + this.dataPointDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dataPointDataGridView.Name = "dataPointDataGridView"; this.dataPointDataGridView.RowHeadersWidth = 24; this.dataPointDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; - this.dataPointDataGridView.Size = new System.Drawing.Size(904, 384); + this.dataPointDataGridView.Size = new System.Drawing.Size(1356, 591); this.dataPointDataGridView.TabIndex = 27; this.dataPointDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataPointDataGridView_CellClick); this.dataPointDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataPointDataGridView_DataError); @@ -1371,9 +1451,10 @@ private void InitializeComponent() this.tabPageMessages.Controls.Add(this.messagesSplitContainer); this.tabPageMessages.ForeColor = System.Drawing.SystemColors.ControlText; this.tabPageMessages.Location = new System.Drawing.Point(4, 22); + this.tabPageMessages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageMessages.Name = "tabPageMessages"; - this.tabPageMessages.Padding = new System.Windows.Forms.Padding(3); - this.tabPageMessages.Size = new System.Drawing.Size(968, 454); + this.tabPageMessages.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabPageMessages.Size = new System.Drawing.Size(1456, 712); this.tabPageMessages.TabIndex = 5; this.tabPageMessages.Text = "Messages"; this.tabPageMessages.Resize += new System.EventHandler(this.tabPageMessages_Resize); @@ -1383,7 +1464,8 @@ private void InitializeComponent() this.messagesSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.messagesSplitContainer.Location = new System.Drawing.Point(16, 8); + this.messagesSplitContainer.Location = new System.Drawing.Point(24, 12); + this.messagesSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.messagesSplitContainer.Name = "messagesSplitContainer"; // // messagesSplitContainer.Panel1 @@ -1393,15 +1475,16 @@ private void InitializeComponent() // messagesSplitContainer.Panel2 // this.messagesSplitContainer.Panel2.Controls.Add(this.grouperMessageProperties); - this.messagesSplitContainer.Size = new System.Drawing.Size(936, 432); - this.messagesSplitContainer.SplitterDistance = 607; - this.messagesSplitContainer.SplitterWidth = 16; + this.messagesSplitContainer.Size = new System.Drawing.Size(1404, 665); + this.messagesSplitContainer.SplitterDistance = 910; + this.messagesSplitContainer.SplitterWidth = 24; this.messagesSplitContainer.TabIndex = 3; // // messageListTextPropertiesSplitContainer // this.messageListTextPropertiesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.messageListTextPropertiesSplitContainer.Location = new System.Drawing.Point(0, 0); + this.messageListTextPropertiesSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.messageListTextPropertiesSplitContainer.Name = "messageListTextPropertiesSplitContainer"; this.messageListTextPropertiesSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // @@ -1412,16 +1495,16 @@ private void InitializeComponent() // messageListTextPropertiesSplitContainer.Panel2 // this.messageListTextPropertiesSplitContainer.Panel2.Controls.Add(this.messagesCustomPropertiesSplitContainer); - this.messageListTextPropertiesSplitContainer.Size = new System.Drawing.Size(607, 432); - this.messageListTextPropertiesSplitContainer.SplitterDistance = 211; - this.messageListTextPropertiesSplitContainer.SplitterWidth = 8; + this.messageListTextPropertiesSplitContainer.Size = new System.Drawing.Size(910, 665); + this.messageListTextPropertiesSplitContainer.SplitterDistance = 324; + this.messageListTextPropertiesSplitContainer.SplitterWidth = 12; this.messageListTextPropertiesSplitContainer.TabIndex = 0; // // grouperMessageList // this.grouperMessageList.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperMessageList.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperMessageList.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperMessageList.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperMessageList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperMessageList.BorderThickness = 1F; this.grouperMessageList.Controls.Add(this.pictFindMessages); @@ -1433,23 +1516,25 @@ private void InitializeComponent() this.grouperMessageList.GroupImage = null; this.grouperMessageList.GroupTitle = "Message List"; this.grouperMessageList.Location = new System.Drawing.Point(0, 0); + this.grouperMessageList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperMessageList.Name = "grouperMessageList"; - this.grouperMessageList.Padding = new System.Windows.Forms.Padding(20); + this.grouperMessageList.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperMessageList.PaintGroupBox = true; this.grouperMessageList.RoundCorners = 4; this.grouperMessageList.ShadowColor = System.Drawing.Color.DarkGray; this.grouperMessageList.ShadowControl = false; this.grouperMessageList.ShadowThickness = 1; - this.grouperMessageList.Size = new System.Drawing.Size(607, 211); + this.grouperMessageList.Size = new System.Drawing.Size(910, 324); this.grouperMessageList.TabIndex = 17; this.grouperMessageList.CustomPaint += new System.Action(this.grouperMessageList_CustomPaint); // // pictFindMessages // this.pictFindMessages.Image = global::Microsoft.Azure.ServiceBusExplorer.Properties.Resources.FindExtension; - this.pictFindMessages.Location = new System.Drawing.Point(100, 0); + this.pictFindMessages.Location = new System.Drawing.Point(150, 0); + this.pictFindMessages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pictFindMessages.Name = "pictFindMessages"; - this.pictFindMessages.Size = new System.Drawing.Size(24, 24); + this.pictFindMessages.Size = new System.Drawing.Size(36, 37); this.pictFindMessages.TabIndex = 1; this.pictFindMessages.TabStop = false; this.pictFindMessages.Click += new System.EventHandler(this.pictFindMessages_Click); @@ -1468,14 +1553,15 @@ private void InitializeComponent() this.messagesDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.messagesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.messagesDataGridView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); - this.messagesDataGridView.Location = new System.Drawing.Point(17, 33); + this.messagesDataGridView.Location = new System.Drawing.Point(26, 51); + this.messagesDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.messagesDataGridView.Name = "messagesDataGridView"; this.messagesDataGridView.ReadOnly = true; this.messagesDataGridView.RowHeadersWidth = 24; this.messagesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.messagesDataGridView.ShowCellErrors = false; this.messagesDataGridView.ShowRowErrors = false; - this.messagesDataGridView.Size = new System.Drawing.Size(572, 161); + this.messagesDataGridView.Size = new System.Drawing.Size(858, 247); this.messagesDataGridView.TabIndex = 0; this.messagesDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); this.messagesDataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.messagesDataGridView_CellDoubleClick); @@ -1493,6 +1579,7 @@ private void InitializeComponent() // this.messagesCustomPropertiesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.messagesCustomPropertiesSplitContainer.Location = new System.Drawing.Point(0, 0); + this.messagesCustomPropertiesSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.messagesCustomPropertiesSplitContainer.Name = "messagesCustomPropertiesSplitContainer"; // // messagesCustomPropertiesSplitContainer.Panel1 @@ -1502,16 +1589,16 @@ private void InitializeComponent() // messagesCustomPropertiesSplitContainer.Panel2 // this.messagesCustomPropertiesSplitContainer.Panel2.Controls.Add(this.grouperMessageCustomProperties); - this.messagesCustomPropertiesSplitContainer.Size = new System.Drawing.Size(607, 213); - this.messagesCustomPropertiesSplitContainer.SplitterDistance = 326; - this.messagesCustomPropertiesSplitContainer.SplitterWidth = 16; + this.messagesCustomPropertiesSplitContainer.Size = new System.Drawing.Size(910, 329); + this.messagesCustomPropertiesSplitContainer.SplitterDistance = 488; + this.messagesCustomPropertiesSplitContainer.SplitterWidth = 24; this.messagesCustomPropertiesSplitContainer.TabIndex = 26; // // grouperMessageText // this.grouperMessageText.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperMessageText.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperMessageText.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperMessageText.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperMessageText.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperMessageText.BorderThickness = 1F; this.grouperMessageText.Controls.Add(this.txtMessageText); @@ -1522,14 +1609,15 @@ private void InitializeComponent() this.grouperMessageText.GroupImage = null; this.grouperMessageText.GroupTitle = "Message Text"; this.grouperMessageText.Location = new System.Drawing.Point(0, 0); + this.grouperMessageText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperMessageText.Name = "grouperMessageText"; - this.grouperMessageText.Padding = new System.Windows.Forms.Padding(20); + this.grouperMessageText.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperMessageText.PaintGroupBox = true; this.grouperMessageText.RoundCorners = 4; this.grouperMessageText.ShadowColor = System.Drawing.Color.DarkGray; this.grouperMessageText.ShadowControl = false; this.grouperMessageText.ShadowThickness = 1; - this.grouperMessageText.Size = new System.Drawing.Size(326, 213); + this.grouperMessageText.Size = new System.Drawing.Size(488, 329); this.grouperMessageText.TabIndex = 25; this.grouperMessageText.CustomPaint += new System.Action(this.grouperMessageText_CustomPaint); // @@ -1540,18 +1628,19 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Right))); this.txtMessageText.BackColor = System.Drawing.SystemColors.Window; this.txtMessageText.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtMessageText.Location = new System.Drawing.Point(16, 32); + this.txtMessageText.Location = new System.Drawing.Point(24, 49); + this.txtMessageText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtMessageText.Multiline = true; this.txtMessageText.Name = "txtMessageText"; this.txtMessageText.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.txtMessageText.Size = new System.Drawing.Size(294, 165); + this.txtMessageText.Size = new System.Drawing.Size(438, 253); this.txtMessageText.TabIndex = 0; // // grouperMessageCustomProperties // this.grouperMessageCustomProperties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperMessageCustomProperties.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperMessageCustomProperties.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperMessageCustomProperties.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperMessageCustomProperties.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperMessageCustomProperties.BorderThickness = 1F; this.grouperMessageCustomProperties.Controls.Add(this.messagePropertyListView); @@ -1562,14 +1651,15 @@ private void InitializeComponent() this.grouperMessageCustomProperties.GroupImage = null; this.grouperMessageCustomProperties.GroupTitle = "Message Custom Properties"; this.grouperMessageCustomProperties.Location = new System.Drawing.Point(0, 0); + this.grouperMessageCustomProperties.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperMessageCustomProperties.Name = "grouperMessageCustomProperties"; - this.grouperMessageCustomProperties.Padding = new System.Windows.Forms.Padding(20); + this.grouperMessageCustomProperties.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperMessageCustomProperties.PaintGroupBox = true; this.grouperMessageCustomProperties.RoundCorners = 4; this.grouperMessageCustomProperties.ShadowColor = System.Drawing.Color.DarkGray; this.grouperMessageCustomProperties.ShadowControl = false; this.grouperMessageCustomProperties.ShadowThickness = 1; - this.grouperMessageCustomProperties.Size = new System.Drawing.Size(265, 213); + this.grouperMessageCustomProperties.Size = new System.Drawing.Size(398, 329); this.grouperMessageCustomProperties.TabIndex = 26; this.grouperMessageCustomProperties.CustomPaint += new System.Action(this.grouperMessageCustomProperties_CustomPaint); // @@ -1581,10 +1671,11 @@ private void InitializeComponent() this.messagePropertyListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); - this.messagePropertyListView.Location = new System.Drawing.Point(16, 32); + this.messagePropertyListView.Location = new System.Drawing.Point(24, 49); + this.messagePropertyListView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.messagePropertyListView.Name = "messagePropertyListView"; this.messagePropertyListView.OwnerDraw = true; - this.messagePropertyListView.Size = new System.Drawing.Size(233, 165); + this.messagePropertyListView.Size = new System.Drawing.Size(348, 253); this.messagePropertyListView.TabIndex = 0; this.messagePropertyListView.UseCompatibleStateImageBehavior = false; this.messagePropertyListView.View = System.Windows.Forms.View.Details; @@ -1607,7 +1698,7 @@ private void InitializeComponent() // this.grouperMessageProperties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperMessageProperties.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperMessageProperties.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperMessageProperties.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperMessageProperties.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperMessageProperties.BorderThickness = 1F; this.grouperMessageProperties.Controls.Add(this.messagePropertyGrid); @@ -1618,14 +1709,15 @@ private void InitializeComponent() this.grouperMessageProperties.GroupImage = null; this.grouperMessageProperties.GroupTitle = "Message Properties"; this.grouperMessageProperties.Location = new System.Drawing.Point(0, 0); + this.grouperMessageProperties.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperMessageProperties.Name = "grouperMessageProperties"; - this.grouperMessageProperties.Padding = new System.Windows.Forms.Padding(20); + this.grouperMessageProperties.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperMessageProperties.PaintGroupBox = true; this.grouperMessageProperties.RoundCorners = 4; this.grouperMessageProperties.ShadowColor = System.Drawing.Color.DarkGray; this.grouperMessageProperties.ShadowControl = false; this.grouperMessageProperties.ShadowThickness = 1; - this.grouperMessageProperties.Size = new System.Drawing.Size(313, 432); + this.grouperMessageProperties.Size = new System.Drawing.Size(470, 665); this.grouperMessageProperties.TabIndex = 19; this.grouperMessageProperties.CustomPaint += new System.Action(this.grouperMessageProperties_CustomPaint); // @@ -1637,9 +1729,10 @@ private void InitializeComponent() this.messagePropertyGrid.BackColor = System.Drawing.SystemColors.Window; this.messagePropertyGrid.HelpVisible = false; this.messagePropertyGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); - this.messagePropertyGrid.Location = new System.Drawing.Point(16, 32); + this.messagePropertyGrid.Location = new System.Drawing.Point(24, 49); + this.messagePropertyGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.messagePropertyGrid.Name = "messagePropertyGrid"; - this.messagePropertyGrid.Size = new System.Drawing.Size(280, 384); + this.messagePropertyGrid.Size = new System.Drawing.Size(420, 591); this.messagePropertyGrid.TabIndex = 2; this.messagePropertyGrid.ToolbarVisible = false; // @@ -1649,9 +1742,10 @@ private void InitializeComponent() this.tabPageDeadletter.Controls.Add(this.deadletterSplitContainer); this.tabPageDeadletter.ForeColor = System.Drawing.SystemColors.ControlText; this.tabPageDeadletter.Location = new System.Drawing.Point(4, 22); + this.tabPageDeadletter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageDeadletter.Name = "tabPageDeadletter"; - this.tabPageDeadletter.Padding = new System.Windows.Forms.Padding(3); - this.tabPageDeadletter.Size = new System.Drawing.Size(968, 454); + this.tabPageDeadletter.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabPageDeadletter.Size = new System.Drawing.Size(1456, 712); this.tabPageDeadletter.TabIndex = 7; this.tabPageDeadletter.Text = "Deadletter"; this.tabPageDeadletter.Resize += new System.EventHandler(this.deadletterTabPage_Resize); @@ -1661,7 +1755,8 @@ private void InitializeComponent() this.deadletterSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.deadletterSplitContainer.Location = new System.Drawing.Point(16, 8); + this.deadletterSplitContainer.Location = new System.Drawing.Point(24, 12); + this.deadletterSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.deadletterSplitContainer.Name = "deadletterSplitContainer"; // // deadletterSplitContainer.Panel1 @@ -1671,15 +1766,16 @@ private void InitializeComponent() // deadletterSplitContainer.Panel2 // this.deadletterSplitContainer.Panel2.Controls.Add(this.grouperDeadletterProperties); - this.deadletterSplitContainer.Size = new System.Drawing.Size(936, 432); - this.deadletterSplitContainer.SplitterDistance = 607; - this.deadletterSplitContainer.SplitterWidth = 16; + this.deadletterSplitContainer.Size = new System.Drawing.Size(1404, 665); + this.deadletterSplitContainer.SplitterDistance = 910; + this.deadletterSplitContainer.SplitterWidth = 24; this.deadletterSplitContainer.TabIndex = 4; // // deadletterListTextPropertiesSplitContainer // this.deadletterListTextPropertiesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.deadletterListTextPropertiesSplitContainer.Location = new System.Drawing.Point(0, 0); + this.deadletterListTextPropertiesSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.deadletterListTextPropertiesSplitContainer.Name = "deadletterListTextPropertiesSplitContainer"; this.deadletterListTextPropertiesSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // @@ -1690,16 +1786,16 @@ private void InitializeComponent() // deadletterListTextPropertiesSplitContainer.Panel2 // this.deadletterListTextPropertiesSplitContainer.Panel2.Controls.Add(this.deadletterCustomPropertiesSplitContainer); - this.deadletterListTextPropertiesSplitContainer.Size = new System.Drawing.Size(607, 432); - this.deadletterListTextPropertiesSplitContainer.SplitterDistance = 211; - this.deadletterListTextPropertiesSplitContainer.SplitterWidth = 8; + this.deadletterListTextPropertiesSplitContainer.Size = new System.Drawing.Size(910, 665); + this.deadletterListTextPropertiesSplitContainer.SplitterDistance = 324; + this.deadletterListTextPropertiesSplitContainer.SplitterWidth = 12; this.deadletterListTextPropertiesSplitContainer.TabIndex = 0; // // grouperDeadletterList // this.grouperDeadletterList.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperDeadletterList.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperDeadletterList.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperDeadletterList.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperDeadletterList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperDeadletterList.BorderThickness = 1F; this.grouperDeadletterList.Controls.Add(this.pictFindDeadletter); @@ -1711,23 +1807,25 @@ private void InitializeComponent() this.grouperDeadletterList.GroupImage = null; this.grouperDeadletterList.GroupTitle = "Message List"; this.grouperDeadletterList.Location = new System.Drawing.Point(0, 0); + this.grouperDeadletterList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperDeadletterList.Name = "grouperDeadletterList"; - this.grouperDeadletterList.Padding = new System.Windows.Forms.Padding(20); + this.grouperDeadletterList.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperDeadletterList.PaintGroupBox = true; this.grouperDeadletterList.RoundCorners = 4; this.grouperDeadletterList.ShadowColor = System.Drawing.Color.DarkGray; this.grouperDeadletterList.ShadowControl = false; this.grouperDeadletterList.ShadowThickness = 1; - this.grouperDeadletterList.Size = new System.Drawing.Size(607, 211); + this.grouperDeadletterList.Size = new System.Drawing.Size(910, 324); this.grouperDeadletterList.TabIndex = 17; this.grouperDeadletterList.CustomPaint += new System.Action(this.grouperDeadletterList_CustomPaint); // // pictFindDeadletter // this.pictFindDeadletter.Image = global::Microsoft.Azure.ServiceBusExplorer.Properties.Resources.FindExtension; - this.pictFindDeadletter.Location = new System.Drawing.Point(100, 0); + this.pictFindDeadletter.Location = new System.Drawing.Point(150, 0); + this.pictFindDeadletter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.pictFindDeadletter.Name = "pictFindDeadletter"; - this.pictFindDeadletter.Size = new System.Drawing.Size(24, 24); + this.pictFindDeadletter.Size = new System.Drawing.Size(36, 37); this.pictFindDeadletter.TabIndex = 2; this.pictFindDeadletter.TabStop = false; this.pictFindDeadletter.Click += new System.EventHandler(this.pictFindDeadletter_Click); @@ -1746,14 +1844,15 @@ private void InitializeComponent() this.deadletterDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.deadletterDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.deadletterDataGridView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); - this.deadletterDataGridView.Location = new System.Drawing.Point(17, 33); + this.deadletterDataGridView.Location = new System.Drawing.Point(26, 51); + this.deadletterDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.deadletterDataGridView.Name = "deadletterDataGridView"; this.deadletterDataGridView.ReadOnly = true; this.deadletterDataGridView.RowHeadersWidth = 24; this.deadletterDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.deadletterDataGridView.ShowCellErrors = false; this.deadletterDataGridView.ShowRowErrors = false; - this.deadletterDataGridView.Size = new System.Drawing.Size(572, 161); + this.deadletterDataGridView.Size = new System.Drawing.Size(858, 247); this.deadletterDataGridView.TabIndex = 0; this.deadletterDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); this.deadletterDataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.deadletterDataGridView_CellDoubleClick); @@ -1771,6 +1870,7 @@ private void InitializeComponent() // this.deadletterCustomPropertiesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.deadletterCustomPropertiesSplitContainer.Location = new System.Drawing.Point(0, 0); + this.deadletterCustomPropertiesSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.deadletterCustomPropertiesSplitContainer.Name = "deadletterCustomPropertiesSplitContainer"; // // deadletterCustomPropertiesSplitContainer.Panel1 @@ -1780,16 +1880,16 @@ private void InitializeComponent() // deadletterCustomPropertiesSplitContainer.Panel2 // this.deadletterCustomPropertiesSplitContainer.Panel2.Controls.Add(this.grouperDeadletterCustomProperties); - this.deadletterCustomPropertiesSplitContainer.Size = new System.Drawing.Size(607, 213); - this.deadletterCustomPropertiesSplitContainer.SplitterDistance = 326; - this.deadletterCustomPropertiesSplitContainer.SplitterWidth = 16; + this.deadletterCustomPropertiesSplitContainer.Size = new System.Drawing.Size(910, 329); + this.deadletterCustomPropertiesSplitContainer.SplitterDistance = 488; + this.deadletterCustomPropertiesSplitContainer.SplitterWidth = 24; this.deadletterCustomPropertiesSplitContainer.TabIndex = 0; // // grouperDeadletterText // this.grouperDeadletterText.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperDeadletterText.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperDeadletterText.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperDeadletterText.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperDeadletterText.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperDeadletterText.BorderThickness = 1F; this.grouperDeadletterText.Controls.Add(this.txtDeadletterText); @@ -1800,14 +1900,15 @@ private void InitializeComponent() this.grouperDeadletterText.GroupImage = null; this.grouperDeadletterText.GroupTitle = "Message Text"; this.grouperDeadletterText.Location = new System.Drawing.Point(0, 0); + this.grouperDeadletterText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperDeadletterText.Name = "grouperDeadletterText"; - this.grouperDeadletterText.Padding = new System.Windows.Forms.Padding(20); + this.grouperDeadletterText.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperDeadletterText.PaintGroupBox = true; this.grouperDeadletterText.RoundCorners = 4; this.grouperDeadletterText.ShadowColor = System.Drawing.Color.DarkGray; this.grouperDeadletterText.ShadowControl = false; this.grouperDeadletterText.ShadowThickness = 1; - this.grouperDeadletterText.Size = new System.Drawing.Size(326, 213); + this.grouperDeadletterText.Size = new System.Drawing.Size(488, 329); this.grouperDeadletterText.TabIndex = 25; this.grouperDeadletterText.CustomPaint += new System.Action(this.grouperDeadletterText_CustomPaint); // @@ -1818,18 +1919,19 @@ private void InitializeComponent() | System.Windows.Forms.AnchorStyles.Right))); this.txtDeadletterText.BackColor = System.Drawing.SystemColors.Window; this.txtDeadletterText.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.txtDeadletterText.Location = new System.Drawing.Point(16, 32); + this.txtDeadletterText.Location = new System.Drawing.Point(24, 49); + this.txtDeadletterText.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtDeadletterText.Multiline = true; this.txtDeadletterText.Name = "txtDeadletterText"; this.txtDeadletterText.ScrollBars = System.Windows.Forms.ScrollBars.Both; - this.txtDeadletterText.Size = new System.Drawing.Size(294, 165); + this.txtDeadletterText.Size = new System.Drawing.Size(438, 253); this.txtDeadletterText.TabIndex = 0; // // grouperDeadletterCustomProperties // this.grouperDeadletterCustomProperties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperDeadletterCustomProperties.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperDeadletterCustomProperties.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperDeadletterCustomProperties.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperDeadletterCustomProperties.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperDeadletterCustomProperties.BorderThickness = 1F; this.grouperDeadletterCustomProperties.Controls.Add(this.deadletterPropertyListView); @@ -1840,14 +1942,15 @@ private void InitializeComponent() this.grouperDeadletterCustomProperties.GroupImage = null; this.grouperDeadletterCustomProperties.GroupTitle = "Message Custom Properties"; this.grouperDeadletterCustomProperties.Location = new System.Drawing.Point(0, 0); + this.grouperDeadletterCustomProperties.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperDeadletterCustomProperties.Name = "grouperDeadletterCustomProperties"; - this.grouperDeadletterCustomProperties.Padding = new System.Windows.Forms.Padding(20); + this.grouperDeadletterCustomProperties.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperDeadletterCustomProperties.PaintGroupBox = true; this.grouperDeadletterCustomProperties.RoundCorners = 4; this.grouperDeadletterCustomProperties.ShadowColor = System.Drawing.Color.DarkGray; this.grouperDeadletterCustomProperties.ShadowControl = false; this.grouperDeadletterCustomProperties.ShadowThickness = 1; - this.grouperDeadletterCustomProperties.Size = new System.Drawing.Size(265, 213); + this.grouperDeadletterCustomProperties.Size = new System.Drawing.Size(398, 329); this.grouperDeadletterCustomProperties.TabIndex = 26; this.grouperDeadletterCustomProperties.CustomPaint += new System.Action(this.grouperDeadletterCustomProperties_CustomPaint); // @@ -1859,10 +1962,11 @@ private void InitializeComponent() this.deadletterPropertyListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader3, this.columnHeader4}); - this.deadletterPropertyListView.Location = new System.Drawing.Point(16, 32); + this.deadletterPropertyListView.Location = new System.Drawing.Point(24, 49); + this.deadletterPropertyListView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.deadletterPropertyListView.Name = "deadletterPropertyListView"; this.deadletterPropertyListView.OwnerDraw = true; - this.deadletterPropertyListView.Size = new System.Drawing.Size(233, 165); + this.deadletterPropertyListView.Size = new System.Drawing.Size(348, 253); this.deadletterPropertyListView.TabIndex = 0; this.deadletterPropertyListView.UseCompatibleStateImageBehavior = false; this.deadletterPropertyListView.View = System.Windows.Forms.View.Details; @@ -1885,7 +1989,7 @@ private void InitializeComponent() // this.grouperDeadletterProperties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperDeadletterProperties.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperDeadletterProperties.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperDeadletterProperties.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperDeadletterProperties.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperDeadletterProperties.BorderThickness = 1F; this.grouperDeadletterProperties.Controls.Add(this.deadletterPropertyGrid); @@ -1896,14 +2000,15 @@ private void InitializeComponent() this.grouperDeadletterProperties.GroupImage = null; this.grouperDeadletterProperties.GroupTitle = "Message Properties"; this.grouperDeadletterProperties.Location = new System.Drawing.Point(0, 0); + this.grouperDeadletterProperties.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperDeadletterProperties.Name = "grouperDeadletterProperties"; - this.grouperDeadletterProperties.Padding = new System.Windows.Forms.Padding(20); + this.grouperDeadletterProperties.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperDeadletterProperties.PaintGroupBox = true; this.grouperDeadletterProperties.RoundCorners = 4; this.grouperDeadletterProperties.ShadowColor = System.Drawing.Color.DarkGray; this.grouperDeadletterProperties.ShadowControl = false; this.grouperDeadletterProperties.ShadowThickness = 1; - this.grouperDeadletterProperties.Size = new System.Drawing.Size(313, 432); + this.grouperDeadletterProperties.Size = new System.Drawing.Size(470, 665); this.grouperDeadletterProperties.TabIndex = 19; this.grouperDeadletterProperties.CustomPaint += new System.Action(this.grouperDeadletterProperties_CustomPaint); // @@ -1915,9 +2020,10 @@ private void InitializeComponent() this.deadletterPropertyGrid.BackColor = System.Drawing.SystemColors.Window; this.deadletterPropertyGrid.HelpVisible = false; this.deadletterPropertyGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); - this.deadletterPropertyGrid.Location = new System.Drawing.Point(16, 32); + this.deadletterPropertyGrid.Location = new System.Drawing.Point(24, 49); + this.deadletterPropertyGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.deadletterPropertyGrid.Name = "deadletterPropertyGrid"; - this.deadletterPropertyGrid.Size = new System.Drawing.Size(280, 384); + this.deadletterPropertyGrid.Size = new System.Drawing.Size(420, 591); this.deadletterPropertyGrid.TabIndex = 1; this.deadletterPropertyGrid.ToolbarVisible = false; // @@ -1927,9 +2033,10 @@ private void InitializeComponent() this.tabPageSessions.Controls.Add(this.sessionsSplitContainer); this.tabPageSessions.ForeColor = System.Drawing.SystemColors.ControlText; this.tabPageSessions.Location = new System.Drawing.Point(4, 22); + this.tabPageSessions.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.tabPageSessions.Name = "tabPageSessions"; - this.tabPageSessions.Padding = new System.Windows.Forms.Padding(3); - this.tabPageSessions.Size = new System.Drawing.Size(968, 454); + this.tabPageSessions.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabPageSessions.Size = new System.Drawing.Size(1456, 712); this.tabPageSessions.TabIndex = 6; this.tabPageSessions.Text = "Sessions"; this.tabPageSessions.Resize += new System.EventHandler(this.tabPageSessions_Resize); @@ -1939,7 +2046,8 @@ private void InitializeComponent() this.sessionsSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.sessionsSplitContainer.Location = new System.Drawing.Point(16, 8); + this.sessionsSplitContainer.Location = new System.Drawing.Point(24, 12); + this.sessionsSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.sessionsSplitContainer.Name = "sessionsSplitContainer"; // // sessionsSplitContainer.Panel1 @@ -1949,15 +2057,16 @@ private void InitializeComponent() // sessionsSplitContainer.Panel2 // this.sessionsSplitContainer.Panel2.Controls.Add(this.grouperSessionProperties); - this.sessionsSplitContainer.Size = new System.Drawing.Size(936, 432); - this.sessionsSplitContainer.SplitterDistance = 607; - this.sessionsSplitContainer.SplitterWidth = 16; + this.sessionsSplitContainer.Size = new System.Drawing.Size(1404, 665); + this.sessionsSplitContainer.SplitterDistance = 910; + this.sessionsSplitContainer.SplitterWidth = 24; this.sessionsSplitContainer.TabIndex = 4; // // sessionListTextPropertiesSplitContainer // this.sessionListTextPropertiesSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.sessionListTextPropertiesSplitContainer.Location = new System.Drawing.Point(0, 0); + this.sessionListTextPropertiesSplitContainer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.sessionListTextPropertiesSplitContainer.Name = "sessionListTextPropertiesSplitContainer"; this.sessionListTextPropertiesSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // @@ -1968,16 +2077,16 @@ private void InitializeComponent() // sessionListTextPropertiesSplitContainer.Panel2 // this.sessionListTextPropertiesSplitContainer.Panel2.Controls.Add(this.grouperSessionState); - this.sessionListTextPropertiesSplitContainer.Size = new System.Drawing.Size(607, 432); - this.sessionListTextPropertiesSplitContainer.SplitterDistance = 211; - this.sessionListTextPropertiesSplitContainer.SplitterWidth = 8; + this.sessionListTextPropertiesSplitContainer.Size = new System.Drawing.Size(910, 665); + this.sessionListTextPropertiesSplitContainer.SplitterDistance = 324; + this.sessionListTextPropertiesSplitContainer.SplitterWidth = 12; this.sessionListTextPropertiesSplitContainer.TabIndex = 1; // // grouperSessionList // this.grouperSessionList.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperSessionList.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperSessionList.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperSessionList.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperSessionList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperSessionList.BorderThickness = 1F; this.grouperSessionList.Controls.Add(this.sessionsDataGridView); @@ -1988,14 +2097,15 @@ private void InitializeComponent() this.grouperSessionList.GroupImage = null; this.grouperSessionList.GroupTitle = "Session List"; this.grouperSessionList.Location = new System.Drawing.Point(0, 0); + this.grouperSessionList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperSessionList.Name = "grouperSessionList"; - this.grouperSessionList.Padding = new System.Windows.Forms.Padding(20); + this.grouperSessionList.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperSessionList.PaintGroupBox = true; this.grouperSessionList.RoundCorners = 4; this.grouperSessionList.ShadowColor = System.Drawing.Color.DarkGray; this.grouperSessionList.ShadowControl = false; this.grouperSessionList.ShadowThickness = 1; - this.grouperSessionList.Size = new System.Drawing.Size(607, 211); + this.grouperSessionList.Size = new System.Drawing.Size(910, 324); this.grouperSessionList.TabIndex = 20; this.grouperSessionList.CustomPaint += new System.Action(this.grouperSessionList_CustomPaint); // @@ -2011,7 +2121,8 @@ private void InitializeComponent() this.sessionsDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.sessionsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.sessionsDataGridView.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); - this.sessionsDataGridView.Location = new System.Drawing.Point(17, 33); + this.sessionsDataGridView.Location = new System.Drawing.Point(26, 51); + this.sessionsDataGridView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.sessionsDataGridView.MultiSelect = false; this.sessionsDataGridView.Name = "sessionsDataGridView"; this.sessionsDataGridView.ReadOnly = true; @@ -2019,7 +2130,7 @@ private void InitializeComponent() this.sessionsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.sessionsDataGridView.ShowCellErrors = false; this.sessionsDataGridView.ShowRowErrors = false; - this.sessionsDataGridView.Size = new System.Drawing.Size(572, 162); + this.sessionsDataGridView.Size = new System.Drawing.Size(858, 248); this.sessionsDataGridView.TabIndex = 0; this.sessionsDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); this.sessionsDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.sessionsDataGridView_DataError); @@ -2034,7 +2145,7 @@ private void InitializeComponent() // this.grouperSessionState.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperSessionState.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperSessionState.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperSessionState.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperSessionState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperSessionState.BorderThickness = 1F; this.grouperSessionState.Controls.Add(this.txtSessionState); @@ -2045,14 +2156,15 @@ private void InitializeComponent() this.grouperSessionState.GroupImage = null; this.grouperSessionState.GroupTitle = "SessionState"; this.grouperSessionState.Location = new System.Drawing.Point(0, 0); + this.grouperSessionState.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperSessionState.Name = "grouperSessionState"; - this.grouperSessionState.Padding = new System.Windows.Forms.Padding(20); + this.grouperSessionState.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperSessionState.PaintGroupBox = true; this.grouperSessionState.RoundCorners = 4; this.grouperSessionState.ShadowColor = System.Drawing.Color.DarkGray; this.grouperSessionState.ShadowControl = false; this.grouperSessionState.ShadowThickness = 1; - this.grouperSessionState.Size = new System.Drawing.Size(607, 213); + this.grouperSessionState.Size = new System.Drawing.Size(910, 329); this.grouperSessionState.TabIndex = 26; this.grouperSessionState.CustomPaint += new System.Action(this.grouperSessionState_CustomPaint); // @@ -2061,17 +2173,18 @@ private void InitializeComponent() this.txtSessionState.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.txtSessionState.Location = new System.Drawing.Point(16, 32); + this.txtSessionState.Location = new System.Drawing.Point(24, 49); + this.txtSessionState.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.txtSessionState.Multiline = true; this.txtSessionState.Name = "txtSessionState"; - this.txtSessionState.Size = new System.Drawing.Size(575, 163); + this.txtSessionState.Size = new System.Drawing.Size(860, 250); this.txtSessionState.TabIndex = 13; // // grouperSessionProperties // this.grouperSessionProperties.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.grouperSessionProperties.BackgroundGradientColor = System.Drawing.Color.White; - this.grouperSessionProperties.BackgroundGradientMode = Grouper.GroupBoxGradientMode.None; + this.grouperSessionProperties.BackgroundGradientMode = Microsoft.Azure.ServiceBusExplorer.Controls.Grouper.GroupBoxGradientMode.None; this.grouperSessionProperties.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.grouperSessionProperties.BorderThickness = 1F; this.grouperSessionProperties.Controls.Add(this.sessionPropertyGrid); @@ -2082,14 +2195,15 @@ private void InitializeComponent() this.grouperSessionProperties.GroupImage = null; this.grouperSessionProperties.GroupTitle = "Session Properties"; this.grouperSessionProperties.Location = new System.Drawing.Point(0, 0); + this.grouperSessionProperties.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grouperSessionProperties.Name = "grouperSessionProperties"; - this.grouperSessionProperties.Padding = new System.Windows.Forms.Padding(20); + this.grouperSessionProperties.Padding = new System.Windows.Forms.Padding(30, 31, 30, 31); this.grouperSessionProperties.PaintGroupBox = true; this.grouperSessionProperties.RoundCorners = 4; this.grouperSessionProperties.ShadowColor = System.Drawing.Color.DarkGray; this.grouperSessionProperties.ShadowControl = false; this.grouperSessionProperties.ShadowThickness = 1; - this.grouperSessionProperties.Size = new System.Drawing.Size(313, 432); + this.grouperSessionProperties.Size = new System.Drawing.Size(470, 665); this.grouperSessionProperties.TabIndex = 19; this.grouperSessionProperties.CustomPaint += new System.Action(this.grouperSessionProperties_CustomPaint); // @@ -2101,9 +2215,10 @@ private void InitializeComponent() this.sessionPropertyGrid.BackColor = System.Drawing.SystemColors.Window; this.sessionPropertyGrid.HelpVisible = false; this.sessionPropertyGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); - this.sessionPropertyGrid.Location = new System.Drawing.Point(16, 32); + this.sessionPropertyGrid.Location = new System.Drawing.Point(24, 49); + this.sessionPropertyGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.sessionPropertyGrid.Name = "sessionPropertyGrid"; - this.sessionPropertyGrid.Size = new System.Drawing.Size(280, 384); + this.sessionPropertyGrid.Size = new System.Drawing.Size(420, 591); this.sessionPropertyGrid.TabIndex = 1; this.sessionPropertyGrid.ToolbarVisible = false; // @@ -2116,9 +2231,10 @@ private void InitializeComponent() this.btnSessions.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnSessions.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSessions.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnSessions.Location = new System.Drawing.Point(440, 504); + this.btnSessions.Location = new System.Drawing.Point(542, 775); + this.btnSessions.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnSessions.Name = "btnSessions"; - this.btnSessions.Size = new System.Drawing.Size(72, 24); + this.btnSessions.Size = new System.Drawing.Size(108, 37); this.btnSessions.TabIndex = 2; this.btnSessions.Text = "Sessions"; this.btnSessions.UseVisualStyleBackColor = false; @@ -2133,9 +2249,10 @@ private void InitializeComponent() this.btnMessages.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnMessages.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMessages.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnMessages.Location = new System.Drawing.Point(520, 504); + this.btnMessages.Location = new System.Drawing.Point(662, 775); + this.btnMessages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnMessages.Name = "btnMessages"; - this.btnMessages.Size = new System.Drawing.Size(72, 24); + this.btnMessages.Size = new System.Drawing.Size(108, 37); this.btnMessages.TabIndex = 3; this.btnMessages.Text = "Messages"; this.btnMessages.UseVisualStyleBackColor = false; @@ -2150,9 +2267,10 @@ private void InitializeComponent() this.btnDeadletter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnDeadletter.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDeadletter.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnDeadletter.Location = new System.Drawing.Point(600, 504); + this.btnDeadletter.Location = new System.Drawing.Point(778, 775); + this.btnDeadletter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnDeadletter.Name = "btnDeadletter"; - this.btnDeadletter.Size = new System.Drawing.Size(72, 24); + this.btnDeadletter.Size = new System.Drawing.Size(108, 37); this.btnDeadletter.TabIndex = 4; this.btnDeadletter.Text = "Deadletter"; this.btnDeadletter.UseVisualStyleBackColor = false; @@ -2168,38 +2286,38 @@ private void InitializeComponent() this.saveSelectedMessageToolStripMenuItem, this.saveSelectedMessagesToolStripMenuItem}); this.messagesContextMenuStrip.Name = "registrationContextMenuStrip"; - this.messagesContextMenuStrip.Size = new System.Drawing.Size(306, 98); + this.messagesContextMenuStrip.Size = new System.Drawing.Size(433, 130); // // repairAndResubmitMessageToolStripMenuItem // this.repairAndResubmitMessageToolStripMenuItem.Name = "repairAndResubmitMessageToolStripMenuItem"; - this.repairAndResubmitMessageToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.repairAndResubmitMessageToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.repairAndResubmitMessageToolStripMenuItem.Text = "Repair and Resubmit Selected Message"; this.repairAndResubmitMessageToolStripMenuItem.Click += new System.EventHandler(this.repairAndResubmitMessageToolStripMenuItem_Click); // // resubmitSelectedMessagesInBatchModeToolStripMenuItem // this.resubmitSelectedMessagesInBatchModeToolStripMenuItem.Name = "resubmitSelectedMessagesInBatchModeToolStripMenuItem"; - this.resubmitSelectedMessagesInBatchModeToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.resubmitSelectedMessagesInBatchModeToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.resubmitSelectedMessagesInBatchModeToolStripMenuItem.Text = "Resubmit Selected Messages In Batch Mode"; this.resubmitSelectedMessagesInBatchModeToolStripMenuItem.Click += new System.EventHandler(this.resubmitSelectedMessagesInBatchModeToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(302, 6); + this.toolStripSeparator1.Size = new System.Drawing.Size(429, 6); // // saveSelectedMessageToolStripMenuItem // this.saveSelectedMessageToolStripMenuItem.Name = "saveSelectedMessageToolStripMenuItem"; - this.saveSelectedMessageToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.saveSelectedMessageToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.saveSelectedMessageToolStripMenuItem.Text = "Save Selected Message"; this.saveSelectedMessageToolStripMenuItem.Click += new System.EventHandler(this.saveSelectedMessageToolStripMenuItem_Click); // // saveSelectedMessagesToolStripMenuItem // this.saveSelectedMessagesToolStripMenuItem.Name = "saveSelectedMessagesToolStripMenuItem"; - this.saveSelectedMessagesToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.saveSelectedMessagesToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.saveSelectedMessagesToolStripMenuItem.Text = "Save Selected Messages"; this.saveSelectedMessagesToolStripMenuItem.Click += new System.EventHandler(this.saveSelectedMessagesToolStripMenuItem_Click); // @@ -2213,38 +2331,38 @@ private void InitializeComponent() this.saveSelectedDeadletteredMessageToolStripMenuItem, this.saveSelectedDeadletteredMessagesToolStripMenuItem}); this.deadletterContextMenuStrip.Name = "registrationContextMenuStrip"; - this.deadletterContextMenuStrip.Size = new System.Drawing.Size(306, 98); + this.deadletterContextMenuStrip.Size = new System.Drawing.Size(433, 130); // // repairAndResubmitDeadletterToolStripMenuItem // this.repairAndResubmitDeadletterToolStripMenuItem.Name = "repairAndResubmitDeadletterToolStripMenuItem"; - this.repairAndResubmitDeadletterToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.repairAndResubmitDeadletterToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.repairAndResubmitDeadletterToolStripMenuItem.Text = "Repair and Resubmit Selected Message"; this.repairAndResubmitDeadletterToolStripMenuItem.Click += new System.EventHandler(this.repairAndResubmitDeadletterMessageToolStripMenuItem_Click); // // resubmitSelectedDeadletterInBatchModeToolStripMenuItem // this.resubmitSelectedDeadletterInBatchModeToolStripMenuItem.Name = "resubmitSelectedDeadletterInBatchModeToolStripMenuItem"; - this.resubmitSelectedDeadletterInBatchModeToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.resubmitSelectedDeadletterInBatchModeToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.resubmitSelectedDeadletterInBatchModeToolStripMenuItem.Text = "Resubmit Selected Messages In Batch Mode"; this.resubmitSelectedDeadletterInBatchModeToolStripMenuItem.Click += new System.EventHandler(this.resubmitSelectedDeadletterMessagesInBatchModeToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(302, 6); + this.toolStripSeparator2.Size = new System.Drawing.Size(429, 6); // // saveSelectedDeadletteredMessageToolStripMenuItem // this.saveSelectedDeadletteredMessageToolStripMenuItem.Name = "saveSelectedDeadletteredMessageToolStripMenuItem"; - this.saveSelectedDeadletteredMessageToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.saveSelectedDeadletteredMessageToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.saveSelectedDeadletteredMessageToolStripMenuItem.Text = "Save Selected Message"; this.saveSelectedDeadletteredMessageToolStripMenuItem.Click += new System.EventHandler(this.saveSelectedDeadletteredMessageToolStripMenuItem_Click); // // saveSelectedDeadletteredMessagesToolStripMenuItem // this.saveSelectedDeadletteredMessagesToolStripMenuItem.Name = "saveSelectedDeadletteredMessagesToolStripMenuItem"; - this.saveSelectedDeadletteredMessagesToolStripMenuItem.Size = new System.Drawing.Size(305, 22); + this.saveSelectedDeadletteredMessagesToolStripMenuItem.Size = new System.Drawing.Size(432, 30); this.saveSelectedDeadletteredMessagesToolStripMenuItem.Text = "Save Selected Messages"; this.saveSelectedDeadletteredMessagesToolStripMenuItem.Click += new System.EventHandler(this.saveSelectedDeadletteredMessagesToolStripMenuItem_Click); // @@ -2257,9 +2375,10 @@ private void InitializeComponent() this.btnMetrics.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnMetrics.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMetrics.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnMetrics.Location = new System.Drawing.Point(280, 504); + this.btnMetrics.Location = new System.Drawing.Point(302, 775); + this.btnMetrics.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnMetrics.Name = "btnMetrics"; - this.btnMetrics.Size = new System.Drawing.Size(72, 24); + this.btnMetrics.Size = new System.Drawing.Size(108, 37); this.btnMetrics.TabIndex = 12; this.btnMetrics.Text = "Get Metrics"; this.btnMetrics.UseVisualStyleBackColor = false; @@ -2275,9 +2394,10 @@ private void InitializeComponent() this.btnCloseTabs.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnCloseTabs.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCloseTabs.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnCloseTabs.Location = new System.Drawing.Point(360, 504); + this.btnCloseTabs.Location = new System.Drawing.Point(422, 775); + this.btnCloseTabs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCloseTabs.Name = "btnCloseTabs"; - this.btnCloseTabs.Size = new System.Drawing.Size(72, 24); + this.btnCloseTabs.Size = new System.Drawing.Size(108, 37); this.btnCloseTabs.TabIndex = 13; this.btnCloseTabs.Text = "Close Tabs"; this.btnCloseTabs.UseVisualStyleBackColor = false; @@ -2292,9 +2412,10 @@ private void InitializeComponent() this.btnPurgeDeadletterQueueMessages.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnPurgeDeadletterQueueMessages.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPurgeDeadletterQueueMessages.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnPurgeDeadletterQueueMessages.Location = new System.Drawing.Point(200, 504); + this.btnPurgeDeadletterQueueMessages.Location = new System.Drawing.Point(182, 775); + this.btnPurgeDeadletterQueueMessages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnPurgeDeadletterQueueMessages.Name = "btnPurgeDeadletterQueueMessages"; - this.btnPurgeDeadletterQueueMessages.Size = new System.Drawing.Size(72, 24); + this.btnPurgeDeadletterQueueMessages.Size = new System.Drawing.Size(108, 37); this.btnPurgeDeadletterQueueMessages.TabIndex = 14; this.btnPurgeDeadletterQueueMessages.Text = "Purge DLQ"; this.btnPurgeDeadletterQueueMessages.UseVisualStyleBackColor = false; @@ -2311,9 +2432,10 @@ private void InitializeComponent() this.btnPurgeMessages.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); this.btnPurgeMessages.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPurgeMessages.ForeColor = System.Drawing.SystemColors.ControlText; - this.btnPurgeMessages.Location = new System.Drawing.Point(120, 504); + this.btnPurgeMessages.Location = new System.Drawing.Point(62, 775); + this.btnPurgeMessages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnPurgeMessages.Name = "btnPurgeMessages"; - this.btnPurgeMessages.Size = new System.Drawing.Size(72, 24); + this.btnPurgeMessages.Size = new System.Drawing.Size(108, 37); this.btnPurgeMessages.TabIndex = 15; this.btnPurgeMessages.Text = "Purge"; this.btnPurgeMessages.UseVisualStyleBackColor = false; @@ -2321,11 +2443,42 @@ private void InitializeComponent() this.btnPurgeMessages.MouseEnter += new System.EventHandler(this.button_MouseEnter); this.btnPurgeMessages.MouseLeave += new System.EventHandler(this.button_MouseLeave); // + // tabPageTransferDeadletter + // + this.tabPageTransferDeadletter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); + this.tabPageTransferDeadletter.ForeColor = System.Drawing.SystemColors.ControlText; + this.tabPageTransferDeadletter.Location = new System.Drawing.Point(4, 22); + this.tabPageTransferDeadletter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabPageTransferDeadletter.Name = "tabPageTransferDeadletter"; + this.tabPageTransferDeadletter.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.tabPageTransferDeadletter.Size = new System.Drawing.Size(1456, 712); + this.tabPageTransferDeadletter.TabIndex = 10; + this.tabPageTransferDeadletter.Text = "Transfer Deadletter"; + // + // btnTransferDlq + // + this.btnTransferDlq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.btnTransferDlq.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); + this.btnTransferDlq.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); + this.btnTransferDlq.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); + this.btnTransferDlq.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(209))))); + this.btnTransferDlq.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnTransferDlq.ForeColor = System.Drawing.SystemColors.ControlText; + this.btnTransferDlq.Location = new System.Drawing.Point(900, 775); + this.btnTransferDlq.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.btnTransferDlq.Name = "btnTransferDlq"; + this.btnTransferDlq.Size = new System.Drawing.Size(108, 37); + this.btnTransferDlq.TabIndex = 16; + this.btnTransferDlq.Text = "TDLQ"; + this.btnTransferDlq.UseVisualStyleBackColor = false; + this.btnTransferDlq.Click += new System.EventHandler(this.btnTransferDlq_Click); + // // HandleQueueControl // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); + this.Controls.Add(this.btnTransferDlq); this.Controls.Add(this.btnPurgeMessages); this.Controls.Add(this.btnPurgeDeadletterQueueMessages); this.Controls.Add(this.btnCloseTabs); @@ -2338,8 +2491,9 @@ private void InitializeComponent() this.Controls.Add(this.btnChangeStatus); this.Controls.Add(this.btnCancelUpdate); this.Controls.Add(this.btnCreateDelete); + this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "HandleQueueControl"; - this.Size = new System.Drawing.Size(1008, 544); + this.Size = new System.Drawing.Size(1512, 837); this.mainTabControl.ResumeLayout(false); this.tabPageDescription.ResumeLayout(false); this.grouperAutoDeleteOnIdle.ResumeLayout(false); @@ -2572,5 +2726,7 @@ private void InitializeComponent() private System.Windows.Forms.Button btnCloseTabs; private System.Windows.Forms.Button btnPurgeDeadletterQueueMessages; private System.Windows.Forms.Button btnPurgeMessages; + private System.Windows.Forms.TabPage tabPageTransferDeadletter; + private System.Windows.Forms.Button btnTransferDlq; } } diff --git a/Controls/HandleQueueControl.cs b/Controls/HandleQueueControl.cs index eda9f0df..77246b5c 100644 --- a/Controls/HandleQueueControl.cs +++ b/Controls/HandleQueueControl.cs @@ -172,17 +172,18 @@ public partial class HandleQueueControl : UserControl private const string MessagesPeekedFromTheQueue = "[{0}] messages peeked from the queue [{1}]."; - private const string MessagesPeekedFromTheDeadletterQueue = - "[{0}] messages peeked from the deadletter queue of the queue [{1}]."; + private const string MessagesPeekedFromTheDeadletterQueue = "[{0}] messages peeked from the deadletter queue of the queue [{1}]."; + private const string MessagesPeekedFromTheTransferDeadletterQueue = "[{0}] messages peeked from the transfer deadletter queue of the queue [{1}]."; private const string MessagesReceivedFromTheQueue = "[{0}] messages received from the queue [{1}]."; - private const string MessagesReceivedFromTheDeadletterQueue = - "[{0}] messages received from the deadletter queue of the queue [{1}]."; + private const string MessagesReceivedFromTheDeadletterQueue = "[{0}] messages received from the deadletter queue of the queue [{1}]."; + private const string MessagesReceivedFromTheTransferDeadletterQueue = "[{0}] messages received from the transfer deadletter queue of the queue [{1}]."; private const string SessionsGotFromTheQueue = "[{0}] sessions retrieved for the queue [{1}]."; private const string RetrieveMessagesFromQueue = "Retrieve messages from queue"; private const string RetrieveMessagesFromDeadletterQueue = "Retrieve messages from deadletter queue"; + private const string RetrieveMessagesFromTransferDeadletterQueue = "Retrieve messages from transfer deadletter queue"; private const string AuthorizationRuleDeleteMessage = "The Authorization Rule will be permanently deleted"; private const string SelectEntityDialogTitle = "Select a target Queue or Topic"; private const string SelectEntityGrouperTitle = "Forward To"; @@ -201,8 +202,8 @@ public partial class HandleQueueControl : UserControl private const string NoMessageReceivedFromTheQueue = "The timeout of [{0}] seconds has expired and no message was retrieved from the queue [{1}]."; - private const string NoMessageReceivedFromTheDeadletterQueue = - "The timeout of [{0}] seconds has expired and no message was retrieved from the deadletter queue of the queue [{1}]."; + private const string NoMessageReceivedFromTheDeadletterQueue = "The timeout of [{0}] seconds has expired and no message was retrieved from the deadletter queue of the queue [{1}]."; + private const string NoMessageReceivedFromTheTransferDeadletterQueue = "The timeout of [{0}] seconds has expired and no message was retrieved from the transfer deadletter queue of the queue [{1}]."; //*************************** // Tooltips @@ -496,32 +497,26 @@ public async Task PurgeDeadletterQueueMessagesAsync() return count; } - public void GetDeadletterMessages() + public void GetDeadletterMessages(bool fromTransferDeadletter) { - using ( - var receiveModeForm = new ReceiveModeForm(RetrieveMessagesFromDeadletterQueue, - MainForm.SingletonMainForm.TopCount, serviceBusHelper.BrokeredMessageInspectors.Keys)) + var message = fromTransferDeadletter ? RetrieveMessagesFromTransferDeadletterQueue : RetrieveMessagesFromDeadletterQueue; + using (var receiveModeForm = new ReceiveModeForm(message, MainForm.SingletonMainForm.TopCount, serviceBusHelper.BrokeredMessageInspectors.Keys)) { if (receiveModeForm.ShowDialog() == DialogResult.OK) { txtDeadletterText.Text = string.Empty; deadletterPropertyListView.Items.Clear(); deadletterPropertyGrid.SelectedObject = null; - var messageInspector = !string.IsNullOrEmpty(receiveModeForm.Inspector) && - serviceBusHelper.BrokeredMessageInspectors.ContainsKey( - receiveModeForm.Inspector) - ? Activator.CreateInstance(serviceBusHelper.BrokeredMessageInspectors[receiveModeForm.Inspector]) - as IBrokeredMessageInspector + var messageInspector = !string.IsNullOrEmpty(receiveModeForm.Inspector) && serviceBusHelper.BrokeredMessageInspectors.ContainsKey(receiveModeForm.Inspector) + ? Activator.CreateInstance(serviceBusHelper.BrokeredMessageInspectors[receiveModeForm.Inspector]) as IBrokeredMessageInspector : null; if (queueDescription.EnablePartitioning) { - ReadDeadletterMessagesOneAtTheTime(receiveModeForm.Peek, receiveModeForm.All, - receiveModeForm.Count, messageInspector); + ReadDeadletterMessagesOneAtTheTime(receiveModeForm.Peek, receiveModeForm.All, receiveModeForm.Count, messageInspector, fromTransferDeadletter); } else { - GetDeadletterMessages(receiveModeForm.Peek, receiveModeForm.All, receiveModeForm.Count, - messageInspector); + GetDeadletterMessages(receiveModeForm.Peek, receiveModeForm.All, receiveModeForm.Count, messageInspector, fromTransferDeadletter); } } } @@ -1660,7 +1655,7 @@ private void ReadMessagesOneAtTheTime(bool peek, bool all, int count, IBrokeredM } } - private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMessageInspector messageInspector) + private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMessageInspector messageInspector, bool fromTransferDeadletter) { try { @@ -1672,11 +1667,10 @@ private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMess Cursor.Current = Cursors.WaitCursor; var brokeredMessages = new List(); + var queuePath = fromTransferDeadletter ? QueueClient.FormatTransferDeadLetterPath(queueDescription.Path) : QueueClient.FormatDeadLetterPath(queueDescription.Path); if (peek) { - var queueClient = - serviceBusHelper.MessagingFactory.CreateQueueClient( - QueueClient.FormatDeadLetterPath(queueDescription.Path), ReceiveMode.PeekLock); + var queueClient = serviceBusHelper.MessagingFactory.CreateQueueClient(queuePath, ReceiveMode.PeekLock); var totalRetrieved = 0; int retrieved; do @@ -1695,14 +1689,11 @@ private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMess ? enumerable.Select(b => messageInspector.AfterReceiveMessage(b, writeToLog)) : enumerable); } while (retrieved > 0 && (all || count > totalRetrieved)); - writeToLog(string.Format(MessagesPeekedFromTheDeadletterQueue, brokeredMessages.Count, - queueDescription.Path)); + writeToLog(string.Format($"{(fromTransferDeadletter ? MessagesPeekedFromTheTransferDeadletterQueue : MessagesPeekedFromTheDeadletterQueue)}", brokeredMessages.Count, queueDescription.Path)); } else { - var queueClient = - serviceBusHelper.MessagingFactory.CreateQueueClient( - QueueClient.FormatDeadLetterPath(queueDescription.Path), ReceiveMode.ReceiveAndDelete); + var queueClient = serviceBusHelper.MessagingFactory.CreateQueueClient(queuePath, ReceiveMode.ReceiveAndDelete); var totalRetrieved = 0; int retrieved; do @@ -1735,8 +1726,7 @@ private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMess // brokeredMessages.Where(bm => bm.PartitionKey == key).Select(bm => bm.LockToken)); // } //} - writeToLog(string.Format(MessagesReceivedFromTheDeadletterQueue, brokeredMessages.Count, - queueDescription.Path)); + writeToLog(string.Format($"{(fromTransferDeadletter ? MessagesReceivedFromTheTransferDeadletterQueue : MessagesReceivedFromTheDeadletterQueue)}", brokeredMessages.Count, queueDescription.Path)); } deadletterBindingList = new SortableBindingList(brokeredMessages) @@ -1775,13 +1765,11 @@ private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMess } catch (TimeoutException) { - writeToLog(string.Format(NoMessageReceivedFromTheDeadletterQueue, - MainForm.SingletonMainForm.ReceiveTimeout, - queueDescription.Path)); + writeToLog(string.Format($"{(fromTransferDeadletter ? NoMessageReceivedFromTheTransferDeadletterQueue : NoMessageReceivedFromTheDeadletterQueue)}", MainForm.SingletonMainForm.ReceiveTimeout, queueDescription.Path)); } catch (NotSupportedException) { - ReadDeadletterMessagesOneAtTheTime(peek, all, count, messageInspector); + ReadDeadletterMessagesOneAtTheTime(peek, all, count, messageInspector, fromTransferDeadletter); } catch (Exception ex) { @@ -1797,19 +1785,16 @@ private void GetDeadletterMessages(bool peek, bool all, int count, IBrokeredMess } } - private void ReadDeadletterMessagesOneAtTheTime(bool peek, bool all, int count, - IBrokeredMessageInspector messageInspector) + private void ReadDeadletterMessagesOneAtTheTime(bool peek, bool all, int count, IBrokeredMessageInspector messageInspector, bool fromTransferQueue) { try { var brokeredMessages = new List(); + var queuePath = fromTransferQueue ? QueueClient.FormatTransferDeadLetterPath(queueDescription.Path) : QueueClient.FormatDeadLetterPath(queueDescription.Path); if (peek) { - var queueClient = - serviceBusHelper.MessagingFactory.CreateQueueClient( - QueueClient.FormatDeadLetterPath(queueDescription.Path), - ReceiveMode.PeekLock); + var queueClient = serviceBusHelper.MessagingFactory.CreateQueueClient(queuePath, ReceiveMode.PeekLock); for (var i = 0; i < count; i++) { var message = queueClient.Peek(); @@ -1822,21 +1807,16 @@ private void ReadDeadletterMessagesOneAtTheTime(bool peek, bool all, int count, brokeredMessages.Add(message); } } - writeToLog(string.Format(MessagesPeekedFromTheDeadletterQueue, brokeredMessages.Count, - queueDescription.Path)); + writeToLog(string.Format($"{(fromTransferQueue ? MessagesPeekedFromTheTransferDeadletterQueue : MessagesPeekedFromTheDeadletterQueue)}", brokeredMessages.Count, queueDescription.Path)); } else { - var queueClient = - serviceBusHelper.MessagingFactory.CreateQueueClient( - QueueClient.FormatDeadLetterPath(queueDescription.Path), - ReceiveMode.ReceiveAndDelete); + var queueClient = serviceBusHelper.MessagingFactory.CreateQueueClient(queuePath, ReceiveMode.ReceiveAndDelete); var totalRetrieved = 0; int retrieved; do { - var message = - queueClient.Receive(TimeSpan.FromSeconds(MainForm.SingletonMainForm.ReceiveTimeout)); + var message = queueClient.Receive(TimeSpan.FromSeconds(MainForm.SingletonMainForm.ReceiveTimeout)); retrieved = message != null ? 1 : 0; if (retrieved == 0) { @@ -1847,8 +1827,7 @@ private void ReadDeadletterMessagesOneAtTheTime(bool peek, bool all, int count, ? messageInspector.AfterReceiveMessage(message) : message); } while (retrieved > 0 && (all || count > totalRetrieved)); - writeToLog(string.Format(MessagesReceivedFromTheDeadletterQueue, brokeredMessages.Count, - queueDescription.Path)); + writeToLog(string.Format($"{(fromTransferQueue ? MessagesPeekedFromTheTransferDeadletterQueue : MessagesPeekedFromTheDeadletterQueue)}", brokeredMessages.Count, queueDescription.Path)); } deadletterBindingList = new SortableBindingList(brokeredMessages) { @@ -1885,9 +1864,7 @@ private void ReadDeadletterMessagesOneAtTheTime(bool peek, bool all, int count, } catch (TimeoutException) { - writeToLog(string.Format(NoMessageReceivedFromTheDeadletterQueue, - MainForm.SingletonMainForm.ReceiveTimeout, - queueDescription.Path)); + writeToLog(string.Format($"{(fromTransferQueue ? NoMessageReceivedFromTheTransferDeadletterQueue : NoMessageReceivedFromTheDeadletterQueue)}", MainForm.SingletonMainForm.ReceiveTimeout, queueDescription.Path)); } catch (Exception e) { @@ -3188,7 +3165,12 @@ private void deadletterTabPage_Resize(object sender, EventArgs e) private void btnDeadletter_Click(object sender, EventArgs e) { - GetDeadletterMessages(); + GetDeadletterMessages(false); + } + + private void btnTransferDlq_Click(object sender, EventArgs e) + { + GetDeadletterMessages(true); } private void deadletterDataGridView_RowEnter(object sender, DataGridViewCellEventArgs e) diff --git a/Forms/MainForm.cs b/Forms/MainForm.cs index f5af7cc5..9ac4bf79 100644 --- a/Forms/MainForm.cs +++ b/Forms/MainForm.cs @@ -6201,7 +6201,7 @@ private void receiveMessages_Click(object sender, EventArgs e) { if (deadletter) { - control.GetDeadletterMessages(); + control.GetDeadletterMessages(false); } else {