123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663 |
- namespace TestNotificationApplication
- {
- partial class MainForm
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.initializeButton = new System.Windows.Forms.Button();
- this.apiVersionTextBox = new System.Windows.Forms.TextBox();
- this.serviceSecretTextBox = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.serviceIdTextBox = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.restBaseTextBox = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.responseTextBox = new System.Windows.Forms.TextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.nid_PushButton = new System.Windows.Forms.Button();
- this.nid_wakeUpCheckBox = new System.Windows.Forms.CheckBox();
- this.nid_encodingTextBox = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.nid_contentTypeTextBox = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.nid_payloadTextBox = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.notificationIdTextBox = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.jid_PushButton = new System.Windows.Forms.Button();
- this.jid_wakeUpCheckBox = new System.Windows.Forms.CheckBox();
- this.jid_encodingTextBox = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.jid_contentTypeTextBox = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.jid_payLoadTextBox = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.jid_applicationIdTextBox = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.jidTextBox = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.pingNid_Button = new System.Windows.Forms.Button();
- this.pingNotificationIdTextBox = new System.Windows.Forms.TextBox();
- this.label14 = new System.Windows.Forms.Label();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.pingjid_applicationIdTextBox = new System.Windows.Forms.TextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.pingjid_Button = new System.Windows.Forms.Button();
- this.pingJidTextBox = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.queryLimitationsButton = new System.Windows.Forms.Button();
- this.pingServiceButton = new System.Windows.Forms.Button();
- this.versionButton = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage4.SuspendLayout();
- this.tabPage5.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.initializeButton);
- this.groupBox1.Controls.Add(this.apiVersionTextBox);
- this.groupBox1.Controls.Add(this.serviceSecretTextBox);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.serviceIdTextBox);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.restBaseTextBox);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(284, 157);
- this.groupBox1.TabIndex = 3;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Configuration";
- //
- // initializeButton
- //
- this.initializeButton.Location = new System.Drawing.Point(203, 128);
- this.initializeButton.Name = "initializeButton";
- this.initializeButton.Size = new System.Drawing.Size(75, 23);
- this.initializeButton.TabIndex = 3;
- this.initializeButton.Text = "Initialize";
- this.initializeButton.UseVisualStyleBackColor = true;
- this.initializeButton.Click += new System.EventHandler(this.initializeButton_Click);
- //
- // apiVersionTextBox
- //
- this.apiVersionTextBox.Location = new System.Drawing.Point(91, 97);
- this.apiVersionTextBox.Name = "apiVersionTextBox";
- this.apiVersionTextBox.Size = new System.Drawing.Size(187, 20);
- this.apiVersionTextBox.TabIndex = 2;
- //
- // serviceSecretTextBox
- //
- this.serviceSecretTextBox.Location = new System.Drawing.Point(91, 71);
- this.serviceSecretTextBox.Name = "serviceSecretTextBox";
- this.serviceSecretTextBox.Size = new System.Drawing.Size(187, 20);
- this.serviceSecretTextBox.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(13, 100);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(62, 13);
- this.label1.TabIndex = 1;
- this.label1.Text = "API Version";
- //
- // serviceIdTextBox
- //
- this.serviceIdTextBox.Location = new System.Drawing.Point(91, 45);
- this.serviceIdTextBox.Name = "serviceIdTextBox";
- this.serviceIdTextBox.Size = new System.Drawing.Size(187, 20);
- this.serviceIdTextBox.TabIndex = 2;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(13, 74);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(76, 13);
- this.label4.TabIndex = 1;
- this.label4.Text = "Service Secret";
- //
- // restBaseTextBox
- //
- this.restBaseTextBox.Location = new System.Drawing.Point(91, 19);
- this.restBaseTextBox.Name = "restBaseTextBox";
- this.restBaseTextBox.Size = new System.Drawing.Size(187, 20);
- this.restBaseTextBox.TabIndex = 2;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(13, 48);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 13);
- this.label3.TabIndex = 1;
- this.label3.Text = "Service ID";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(13, 22);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(58, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "REST base";
- //
- // responseTextBox
- //
- this.responseTextBox.Location = new System.Drawing.Point(16, 19);
- this.responseTextBox.Multiline = true;
- this.responseTextBox.Name = "responseTextBox";
- this.responseTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.responseTextBox.Size = new System.Drawing.Size(278, 213);
- this.responseTextBox.TabIndex = 4;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.responseTextBox);
- this.groupBox2.Location = new System.Drawing.Point(336, 12);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(300, 238);
- this.groupBox2.TabIndex = 5;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Response";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage4);
- this.tabControl1.Controls.Add(this.tabPage5);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Enabled = false;
- this.tabControl1.Location = new System.Drawing.Point(12, 175);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(318, 231);
- this.tabControl1.TabIndex = 6;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.nid_PushButton);
- this.tabPage1.Controls.Add(this.nid_wakeUpCheckBox);
- this.tabPage1.Controls.Add(this.nid_encodingTextBox);
- this.tabPage1.Controls.Add(this.label8);
- this.tabPage1.Controls.Add(this.nid_contentTypeTextBox);
- this.tabPage1.Controls.Add(this.label7);
- this.tabPage1.Controls.Add(this.nid_payloadTextBox);
- this.tabPage1.Controls.Add(this.label6);
- this.tabPage1.Controls.Add(this.notificationIdTextBox);
- this.tabPage1.Controls.Add(this.label5);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(310, 205);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Push (NID)";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // nid_PushButton
- //
- this.nid_PushButton.Location = new System.Drawing.Point(194, 161);
- this.nid_PushButton.Name = "nid_PushButton";
- this.nid_PushButton.Size = new System.Drawing.Size(75, 23);
- this.nid_PushButton.TabIndex = 3;
- this.nid_PushButton.Text = "Push";
- this.nid_PushButton.UseVisualStyleBackColor = true;
- this.nid_PushButton.Click += new System.EventHandler(this.nid_PushButton_Click);
- //
- // nid_wakeUpCheckBox
- //
- this.nid_wakeUpCheckBox.AutoSize = true;
- this.nid_wakeUpCheckBox.Location = new System.Drawing.Point(87, 110);
- this.nid_wakeUpCheckBox.Name = "nid_wakeUpCheckBox";
- this.nid_wakeUpCheckBox.Size = new System.Drawing.Size(73, 17);
- this.nid_wakeUpCheckBox.TabIndex = 2;
- this.nid_wakeUpCheckBox.Text = "Wake up?";
- this.nid_wakeUpCheckBox.UseVisualStyleBackColor = true;
- //
- // nid_encodingTextBox
- //
- this.nid_encodingTextBox.Location = new System.Drawing.Point(87, 84);
- this.nid_encodingTextBox.Name = "nid_encodingTextBox";
- this.nid_encodingTextBox.Size = new System.Drawing.Size(182, 20);
- this.nid_encodingTextBox.TabIndex = 1;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(9, 87);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(50, 13);
- this.label8.TabIndex = 0;
- this.label8.Text = "Encoding";
- //
- // nid_contentTypeTextBox
- //
- this.nid_contentTypeTextBox.Location = new System.Drawing.Point(87, 58);
- this.nid_contentTypeTextBox.Name = "nid_contentTypeTextBox";
- this.nid_contentTypeTextBox.Size = new System.Drawing.Size(182, 20);
- this.nid_contentTypeTextBox.TabIndex = 1;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(9, 61);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(71, 13);
- this.label7.TabIndex = 0;
- this.label7.Text = "Content type";
- //
- // nid_payloadTextBox
- //
- this.nid_payloadTextBox.Location = new System.Drawing.Point(87, 32);
- this.nid_payloadTextBox.Name = "nid_payloadTextBox";
- this.nid_payloadTextBox.Size = new System.Drawing.Size(182, 20);
- this.nid_payloadTextBox.TabIndex = 1;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(9, 35);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(45, 13);
- this.label6.TabIndex = 0;
- this.label6.Text = "Payload";
- //
- // notificationIdTextBox
- //
- this.notificationIdTextBox.Location = new System.Drawing.Point(87, 7);
- this.notificationIdTextBox.Name = "notificationIdTextBox";
- this.notificationIdTextBox.Size = new System.Drawing.Size(182, 20);
- this.notificationIdTextBox.TabIndex = 1;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(9, 10);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(25, 13);
- this.label5.TabIndex = 0;
- this.label5.Text = "NID";
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.jid_PushButton);
- this.tabPage2.Controls.Add(this.jid_wakeUpCheckBox);
- this.tabPage2.Controls.Add(this.jid_encodingTextBox);
- this.tabPage2.Controls.Add(this.label9);
- this.tabPage2.Controls.Add(this.jid_contentTypeTextBox);
- this.tabPage2.Controls.Add(this.label10);
- this.tabPage2.Controls.Add(this.jid_payLoadTextBox);
- this.tabPage2.Controls.Add(this.label11);
- this.tabPage2.Controls.Add(this.jid_applicationIdTextBox);
- this.tabPage2.Controls.Add(this.label13);
- this.tabPage2.Controls.Add(this.jidTextBox);
- this.tabPage2.Controls.Add(this.label12);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(310, 205);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Push (JID)";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // jid_PushButton
- //
- this.jid_PushButton.Location = new System.Drawing.Point(194, 161);
- this.jid_PushButton.Name = "jid_PushButton";
- this.jid_PushButton.Size = new System.Drawing.Size(75, 23);
- this.jid_PushButton.TabIndex = 13;
- this.jid_PushButton.Text = "Push";
- this.jid_PushButton.UseVisualStyleBackColor = true;
- this.jid_PushButton.Click += new System.EventHandler(this.jid_PushButton_Click);
- //
- // jid_wakeUpCheckBox
- //
- this.jid_wakeUpCheckBox.AutoSize = true;
- this.jid_wakeUpCheckBox.Location = new System.Drawing.Point(87, 136);
- this.jid_wakeUpCheckBox.Name = "jid_wakeUpCheckBox";
- this.jid_wakeUpCheckBox.Size = new System.Drawing.Size(73, 17);
- this.jid_wakeUpCheckBox.TabIndex = 12;
- this.jid_wakeUpCheckBox.Text = "Wake up?";
- this.jid_wakeUpCheckBox.UseVisualStyleBackColor = true;
- //
- // jid_encodingTextBox
- //
- this.jid_encodingTextBox.Location = new System.Drawing.Point(87, 110);
- this.jid_encodingTextBox.Name = "jid_encodingTextBox";
- this.jid_encodingTextBox.Size = new System.Drawing.Size(182, 20);
- this.jid_encodingTextBox.TabIndex = 10;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(9, 113);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(50, 13);
- this.label9.TabIndex = 4;
- this.label9.Text = "Encoding";
- //
- // jid_contentTypeTextBox
- //
- this.jid_contentTypeTextBox.Location = new System.Drawing.Point(87, 84);
- this.jid_contentTypeTextBox.Name = "jid_contentTypeTextBox";
- this.jid_contentTypeTextBox.Size = new System.Drawing.Size(182, 20);
- this.jid_contentTypeTextBox.TabIndex = 11;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(9, 87);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(71, 13);
- this.label10.TabIndex = 5;
- this.label10.Text = "Content type";
- //
- // jid_payLoadTextBox
- //
- this.jid_payLoadTextBox.Location = new System.Drawing.Point(87, 58);
- this.jid_payLoadTextBox.Name = "jid_payLoadTextBox";
- this.jid_payLoadTextBox.Size = new System.Drawing.Size(182, 20);
- this.jid_payLoadTextBox.TabIndex = 9;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(9, 61);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(45, 13);
- this.label11.TabIndex = 6;
- this.label11.Text = "Payload";
- //
- // jid_applicationIdTextBox
- //
- this.jid_applicationIdTextBox.Location = new System.Drawing.Point(87, 32);
- this.jid_applicationIdTextBox.Name = "jid_applicationIdTextBox";
- this.jid_applicationIdTextBox.Size = new System.Drawing.Size(182, 20);
- this.jid_applicationIdTextBox.TabIndex = 8;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Location = new System.Drawing.Point(9, 35);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(73, 13);
- this.label13.TabIndex = 7;
- this.label13.Text = "Application ID";
- //
- // jidTextBox
- //
- this.jidTextBox.Location = new System.Drawing.Point(87, 7);
- this.jidTextBox.Name = "jidTextBox";
- this.jidTextBox.Size = new System.Drawing.Size(182, 20);
- this.jidTextBox.TabIndex = 8;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Location = new System.Drawing.Point(9, 10);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(23, 13);
- this.label12.TabIndex = 7;
- this.label12.Text = "JID";
- //
- // tabPage4
- //
- this.tabPage4.Controls.Add(this.pingNid_Button);
- this.tabPage4.Controls.Add(this.pingNotificationIdTextBox);
- this.tabPage4.Controls.Add(this.label14);
- this.tabPage4.Location = new System.Drawing.Point(4, 22);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(310, 205);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "Ping (NID)";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // pingNid_Button
- //
- this.pingNid_Button.Location = new System.Drawing.Point(194, 33);
- this.pingNid_Button.Name = "pingNid_Button";
- this.pingNid_Button.Size = new System.Drawing.Size(75, 23);
- this.pingNid_Button.TabIndex = 4;
- this.pingNid_Button.Text = "Ping";
- this.pingNid_Button.UseVisualStyleBackColor = true;
- this.pingNid_Button.Click += new System.EventHandler(this.pingNid_Button_Click);
- //
- // pingNotificationIdTextBox
- //
- this.pingNotificationIdTextBox.Location = new System.Drawing.Point(87, 7);
- this.pingNotificationIdTextBox.Name = "pingNotificationIdTextBox";
- this.pingNotificationIdTextBox.Size = new System.Drawing.Size(182, 20);
- this.pingNotificationIdTextBox.TabIndex = 3;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(9, 10);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(25, 13);
- this.label14.TabIndex = 2;
- this.label14.Text = "NID";
- //
- // tabPage5
- //
- this.tabPage5.Controls.Add(this.pingjid_applicationIdTextBox);
- this.tabPage5.Controls.Add(this.label16);
- this.tabPage5.Controls.Add(this.pingjid_Button);
- this.tabPage5.Controls.Add(this.pingJidTextBox);
- this.tabPage5.Controls.Add(this.label15);
- this.tabPage5.Location = new System.Drawing.Point(4, 22);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(310, 205);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "Ping (JID)";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // pingjid_applicationIdTextBox
- //
- this.pingjid_applicationIdTextBox.Location = new System.Drawing.Point(87, 32);
- this.pingjid_applicationIdTextBox.Name = "pingjid_applicationIdTextBox";
- this.pingjid_applicationIdTextBox.Size = new System.Drawing.Size(182, 20);
- this.pingjid_applicationIdTextBox.TabIndex = 10;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Location = new System.Drawing.Point(9, 35);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(73, 13);
- this.label16.TabIndex = 9;
- this.label16.Text = "Application ID";
- //
- // pingjid_Button
- //
- this.pingjid_Button.Location = new System.Drawing.Point(194, 61);
- this.pingjid_Button.Name = "pingjid_Button";
- this.pingjid_Button.Size = new System.Drawing.Size(75, 23);
- this.pingjid_Button.TabIndex = 7;
- this.pingjid_Button.Text = "Ping";
- this.pingjid_Button.UseVisualStyleBackColor = true;
- this.pingjid_Button.Click += new System.EventHandler(this.pingjid_Button_Click);
- //
- // pingJidTextBox
- //
- this.pingJidTextBox.Location = new System.Drawing.Point(87, 7);
- this.pingJidTextBox.Name = "pingJidTextBox";
- this.pingJidTextBox.Size = new System.Drawing.Size(182, 20);
- this.pingJidTextBox.TabIndex = 6;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(9, 10);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(23, 13);
- this.label15.TabIndex = 5;
- this.label15.Text = "JID";
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.queryLimitationsButton);
- this.tabPage3.Controls.Add(this.pingServiceButton);
- this.tabPage3.Controls.Add(this.versionButton);
- this.tabPage3.Location = new System.Drawing.Point(4, 22);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(310, 205);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Other";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // queryLimitationsButton
- //
- this.queryLimitationsButton.Location = new System.Drawing.Point(10, 74);
- this.queryLimitationsButton.Name = "queryLimitationsButton";
- this.queryLimitationsButton.Size = new System.Drawing.Size(126, 23);
- this.queryLimitationsButton.TabIndex = 0;
- this.queryLimitationsButton.Text = "Query Limitations";
- this.queryLimitationsButton.UseVisualStyleBackColor = true;
- this.queryLimitationsButton.Click += new System.EventHandler(this.queryLimitationsButton_Click);
- //
- // pingServiceButton
- //
- this.pingServiceButton.Location = new System.Drawing.Point(10, 45);
- this.pingServiceButton.Name = "pingServiceButton";
- this.pingServiceButton.Size = new System.Drawing.Size(126, 23);
- this.pingServiceButton.TabIndex = 0;
- this.pingServiceButton.Text = "Ping Service";
- this.pingServiceButton.UseVisualStyleBackColor = true;
- this.pingServiceButton.Click += new System.EventHandler(this.pingServiceButton_Click);
- //
- // versionButton
- //
- this.versionButton.Location = new System.Drawing.Point(12, 16);
- this.versionButton.Name = "versionButton";
- this.versionButton.Size = new System.Drawing.Size(124, 23);
- this.versionButton.TabIndex = 0;
- this.versionButton.Text = "Version";
- this.versionButton.UseVisualStyleBackColor = true;
- this.versionButton.Click += new System.EventHandler(this.versionButton_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(648, 414);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Name = "MainForm";
- this.Text = "Notifications API Sandbox";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.tabPage4.ResumeLayout(false);
- this.tabPage4.PerformLayout();
- this.tabPage5.ResumeLayout(false);
- this.tabPage5.PerformLayout();
- this.tabPage3.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox restBaseTextBox;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox responseTextBox;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TextBox apiVersionTextBox;
- private System.Windows.Forms.TextBox serviceSecretTextBox;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox serviceIdTextBox;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox notificationIdTextBox;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.CheckBox nid_wakeUpCheckBox;
- private System.Windows.Forms.TextBox nid_payloadTextBox;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox nid_encodingTextBox;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox nid_contentTypeTextBox;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button nid_PushButton;
- private System.Windows.Forms.Button jid_PushButton;
- private System.Windows.Forms.CheckBox jid_wakeUpCheckBox;
- private System.Windows.Forms.TextBox jid_encodingTextBox;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox jid_contentTypeTextBox;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox jid_payLoadTextBox;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox jid_applicationIdTextBox;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.TextBox jidTextBox;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Button queryLimitationsButton;
- private System.Windows.Forms.Button pingServiceButton;
- private System.Windows.Forms.Button versionButton;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.Button pingNid_Button;
- private System.Windows.Forms.TextBox pingNotificationIdTextBox;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.TextBox pingjid_applicationIdTextBox;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Button pingjid_Button;
- private System.Windows.Forms.TextBox pingJidTextBox;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Button initializeButton;
- }
- }
|