Click here to Skip to main content
15,886,740 members
Articles / Hosted Services / Azure

Azure Service Bus Tester

Rate me:
Please Sign up or sign in to vote.
4.96/5 (16 votes)
27 Dec 2014CPOL28 min read 89.9K   2.9K   24  
This article describes the design and implementation of the small tool, tester for Windows Azure Service Bus Messaging.
namespace RKiss.Tools.ServiceBusTester.Dialogs
{
    partial class SubscriptionDialog
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.textBoxName = new System.Windows.Forms.TextBox();
            this.checkedListBoxOptions = new System.Windows.Forms.CheckedListBox();
            this.label3 = new System.Windows.Forms.Label();
            this.textBoxTopicPath = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.textBoxMessageDeliveryCount = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBoxMessageCount = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.textBoxLockDuration = new System.Windows.Forms.TextBox();
            this.dataGridViewRules = new System.Windows.Forms.DataGridView();
            this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnFilter = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ColumnAction = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label6 = new System.Windows.Forms.Label();
            this.textBoxStatus = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.textBoxForwardTo = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.textBoxUpdatedAt = new System.Windows.Forms.TextBox();
            this.buttonPut = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRules)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(47, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(38, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "Name:";
            // 
            // textBoxName
            // 
            this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxName.Location = new System.Drawing.Point(91, 13);
            this.textBoxName.Name = "textBoxName";
            this.textBoxName.ReadOnly = true;
            this.textBoxName.Size = new System.Drawing.Size(255, 20);
            this.textBoxName.TabIndex = 1;
            // 
            // checkedListBoxOptions
            // 
            this.checkedListBoxOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.checkedListBoxOptions.FormattingEnabled = true;
            this.checkedListBoxOptions.Location = new System.Drawing.Point(356, 13);
            this.checkedListBoxOptions.Name = "checkedListBoxOptions";
            this.checkedListBoxOptions.Size = new System.Drawing.Size(270, 64);
            this.checkedListBoxOptions.TabIndex = 2;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(26, 39);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 13);
            this.label3.TabIndex = 0;
            this.label3.Text = "TopicPath:";
            // 
            // textBoxTopicPath
            // 
            this.textBoxTopicPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxTopicPath.Location = new System.Drawing.Point(91, 39);
            this.textBoxTopicPath.Name = "textBoxTopicPath";
            this.textBoxTopicPath.ReadOnly = true;
            this.textBoxTopicPath.Size = new System.Drawing.Size(255, 20);
            this.textBoxTopicPath.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(134, 130);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(96, 13);
            this.label4.TabIndex = 0;
            this.label4.Text = "MaxDeliveryCount:";
            // 
            // textBoxMessageDeliveryCount
            // 
            this.textBoxMessageDeliveryCount.Location = new System.Drawing.Point(234, 127);
            this.textBoxMessageDeliveryCount.Name = "textBoxMessageDeliveryCount";
            this.textBoxMessageDeliveryCount.ReadOnly = true;
            this.textBoxMessageDeliveryCount.Size = new System.Drawing.Size(40, 20);
            this.textBoxMessageDeliveryCount.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 130);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(81, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "MessageCount:";
            // 
            // textBoxMessageCount
            // 
            this.textBoxMessageCount.Location = new System.Drawing.Point(91, 127);
            this.textBoxMessageCount.Name = "textBoxMessageCount";
            this.textBoxMessageCount.ReadOnly = true;
            this.textBoxMessageCount.Size = new System.Drawing.Size(37, 20);
            this.textBoxMessageCount.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(291, 130);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(74, 13);
            this.label5.TabIndex = 0;
            this.label5.Text = "LockDuration:";
            // 
            // textBoxLockDuration
            // 
            this.textBoxLockDuration.Location = new System.Drawing.Point(371, 127);
            this.textBoxLockDuration.Name = "textBoxLockDuration";
            this.textBoxLockDuration.ReadOnly = true;
            this.textBoxLockDuration.Size = new System.Drawing.Size(84, 20);
            this.textBoxLockDuration.TabIndex = 1;
            // 
            // dataGridViewRules
            // 
            this.dataGridViewRules.AllowUserToAddRows = false;
            this.dataGridViewRules.AllowUserToDeleteRows = false;
            this.dataGridViewRules.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.dataGridViewRules.BackgroundColor = System.Drawing.SystemColors.Window;
            this.dataGridViewRules.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGridViewRules.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewRules.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnName,
            this.ColumnFilter,
            this.ColumnAction});
            this.dataGridViewRules.Location = new System.Drawing.Point(-1, 163);
            this.dataGridViewRules.MultiSelect = false;
            this.dataGridViewRules.Name = "dataGridViewRules";
            this.dataGridViewRules.ReadOnly = true;
            this.dataGridViewRules.RowHeadersVisible = false;
            this.dataGridViewRules.RowHeadersWidth = 25;
            this.dataGridViewRules.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewRules.Size = new System.Drawing.Size(627, 52);
            this.dataGridViewRules.TabIndex = 3;
            // 
            // ColumnName
            // 
            this.ColumnName.Frozen = true;
            this.ColumnName.HeaderText = "Name";
            this.ColumnName.Name = "ColumnName";
            this.ColumnName.ReadOnly = true;
            // 
            // ColumnFilter
            // 
            this.ColumnFilter.Frozen = true;
            this.ColumnFilter.HeaderText = "Filter";
            this.ColumnFilter.Name = "ColumnFilter";
            this.ColumnFilter.ReadOnly = true;
            this.ColumnFilter.Width = 300;
            // 
            // ColumnAction
            // 
            this.ColumnAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.ColumnAction.HeaderText = "Action";
            this.ColumnAction.Name = "ColumnAction";
            this.ColumnAction.ReadOnly = true;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(45, 78);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(40, 13);
            this.label6.TabIndex = 0;
            this.label6.Text = "Status:";
            // 
            // textBoxStatus
            // 
            this.textBoxStatus.Location = new System.Drawing.Point(91, 71);
            this.textBoxStatus.Name = "textBoxStatus";
            this.textBoxStatus.ReadOnly = true;
            this.textBoxStatus.Size = new System.Drawing.Size(65, 20);
            this.textBoxStatus.TabIndex = 1;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(26, 97);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(61, 13);
            this.label7.TabIndex = 0;
            this.label7.Text = "ForwardTo:";
            // 
            // textBoxForwardTo
            // 
            this.textBoxForwardTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxForwardTo.Location = new System.Drawing.Point(91, 97);
            this.textBoxForwardTo.Name = "textBoxForwardTo";
            this.textBoxForwardTo.Size = new System.Drawing.Size(492, 20);
            this.textBoxForwardTo.TabIndex = 1;
            this.textBoxForwardTo.TextChanged += new System.EventHandler(this.textBoxForwardTo_TextChanged);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(461, 130);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(61, 13);
            this.label8.TabIndex = 0;
            this.label8.Text = "UpdatedAt:";
            // 
            // textBoxUpdatedAt
            // 
            this.textBoxUpdatedAt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxUpdatedAt.Location = new System.Drawing.Point(528, 127);
            this.textBoxUpdatedAt.Name = "textBoxUpdatedAt";
            this.textBoxUpdatedAt.ReadOnly = true;
            this.textBoxUpdatedAt.Size = new System.Drawing.Size(98, 20);
            this.textBoxUpdatedAt.TabIndex = 1;
            // 
            // buttonPut
            // 
            this.buttonPut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonPut.Location = new System.Drawing.Point(589, 97);
            this.buttonPut.Name = "buttonPut";
            this.buttonPut.Size = new System.Drawing.Size(37, 21);
            this.buttonPut.TabIndex = 4;
            this.buttonPut.Text = "Put";
            this.buttonPut.UseVisualStyleBackColor = true;
            this.buttonPut.Visible = false;
            this.buttonPut.Click += new System.EventHandler(this.buttonPut_Click);
            // 
            // SubscriptionDialog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(630, 219);
            this.Controls.Add(this.buttonPut);
            this.Controls.Add(this.dataGridViewRules);
            this.Controls.Add(this.checkedListBoxOptions);
            this.Controls.Add(this.textBoxStatus);
            this.Controls.Add(this.textBoxMessageCount);
            this.Controls.Add(this.textBoxUpdatedAt);
            this.Controls.Add(this.textBoxLockDuration);
            this.Controls.Add(this.textBoxMessageDeliveryCount);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.textBoxForwardTo);
            this.Controls.Add(this.textBoxTopicPath);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.textBoxName);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(587, 175);
            this.Name = "SubscriptionDialog";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "SubscriptionDialog";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewRules)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBoxName;
        private System.Windows.Forms.CheckedListBox checkedListBoxOptions;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBoxTopicPath;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox textBoxMessageDeliveryCount;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBoxMessageCount;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBoxLockDuration;
        private System.Windows.Forms.DataGridView dataGridViewRules;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFilter;
        private System.Windows.Forms.DataGridViewTextBoxColumn ColumnAction;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBoxStatus;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBoxForwardTo;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox textBoxUpdatedAt;
        private System.Windows.Forms.Button buttonPut;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions