in ToastActivationWithPushNotifications/PushTestserver/Form1.Designer.cs [29:154]
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.txtTitle = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtText = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtNewsId = new System.Windows.Forms.TextBox();
this.txtUrl = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Location = new System.Drawing.Point(512, 57);
this.button1.Margin = new System.Windows.Forms.Padding(2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(98, 34);
this.button1.TabIndex = 0;
this.button1.Text = "Send Push";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.OnSendPushNotification);
//
// txtTitle
//
this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtTitle.Location = new System.Drawing.Point(102, 11);
this.txtTitle.Margin = new System.Windows.Forms.Padding(2);
this.txtTitle.Name = "txtTitle";
this.txtTitle.Size = new System.Drawing.Size(383, 26);
this.txtTitle.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(30, 126);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 13);
this.label1.TabIndex = 3;
this.label1.Text = "URL";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(31, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(27, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Title";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 57);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(28, 13);
this.label3.TabIndex = 6;
this.label3.Text = "Text";
//
// txtText
//
this.txtText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtText.Location = new System.Drawing.Point(102, 49);
this.txtText.Margin = new System.Windows.Forms.Padding(2);
this.txtText.Name = "txtText";
this.txtText.Size = new System.Drawing.Size(383, 26);
this.txtText.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(30, 92);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(46, 13);
this.label4.TabIndex = 8;
this.label4.Text = "News Id";
//
// txtNewsId
//
this.txtNewsId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtNewsId.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtNewsId.Location = new System.Drawing.Point(102, 84);
this.txtNewsId.Margin = new System.Windows.Forms.Padding(2);
this.txtNewsId.Name = "txtNewsId";
this.txtNewsId.Size = new System.Drawing.Size(383, 26);
this.txtNewsId.TabIndex = 7;
//
// txtUrl
//
this.txtUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtUrl.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtUrl.Location = new System.Drawing.Point(102, 118);
this.txtUrl.Margin = new System.Windows.Forms.Padding(2);
this.txtUrl.Name = "txtUrl";
this.txtUrl.Size = new System.Drawing.Size(383, 26);
this.txtUrl.TabIndex = 9;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(637, 176);
this.Controls.Add(this.txtUrl);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtNewsId);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtText);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtTitle);
this.Controls.Add(this.button1);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Form1";
this.Text = "Push Test Server";
this.ResumeLayout(false);
this.PerformLayout();
}