in Office365APIEditor/UI/AccessTokenWizard/V1EndpointAppOnlyByCertSettingPage.Designer.cs [30:217]
private void InitializeComponent()
{
this.linkLabel_Description = new System.Windows.Forms.LinkLabel();
this.comboBox_Resource = new System.Windows.Forms.ComboBox();
this.button_SelectCert = new System.Windows.Forms.Button();
this.label36 = new System.Windows.Forms.Label();
this.textBox_CertPath = new System.Windows.Forms.TextBox();
this.label32 = new System.Windows.Forms.Label();
this.textBox_CertPass = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.label34 = new System.Windows.Forms.Label();
this.textBox_ClientID = new System.Windows.Forms.TextBox();
this.textBox_TenantName = new System.Windows.Forms.TextBox();
this.label35 = new System.Windows.Forms.Label();
this.openFileDialog_PFX = new System.Windows.Forms.OpenFileDialog();
this.checkBox_SaveAsNewApp = new System.Windows.Forms.CheckBox();
this.button_LoadSavedApp = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// linkLabel_Description
//
this.linkLabel_Description.AutoSize = true;
this.linkLabel_Description.Location = new System.Drawing.Point(15, 8);
this.linkLabel_Description.Name = "linkLabel_Description";
this.linkLabel_Description.Size = new System.Drawing.Size(140, 13);
this.linkLabel_Description.TabIndex = 200;
this.linkLabel_Description.TabStop = true;
this.linkLabel_Description.Text = "Fill out the form. Learn more.";
this.linkLabel_Description.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_Description_LinkClicked);
//
// comboBox_Resource
//
this.comboBox_Resource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboBox_Resource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_Resource.FormattingEnabled = true;
this.comboBox_Resource.Location = new System.Drawing.Point(102, 134);
this.comboBox_Resource.Name = "comboBox_Resource";
this.comboBox_Resource.Size = new System.Drawing.Size(284, 21);
this.comboBox_Resource.TabIndex = 5;
//
// button_SelectCert
//
this.button_SelectCert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button_SelectCert.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button_SelectCert.Location = new System.Drawing.Point(309, 80);
this.button_SelectCert.Name = "button_SelectCert";
this.button_SelectCert.Size = new System.Drawing.Size(77, 23);
this.button_SelectCert.TabIndex = 3;
this.button_SelectCert.Text = "Browse...";
this.button_SelectCert.UseVisualStyleBackColor = true;
this.button_SelectCert.Click += new System.EventHandler(this.Button_SelectCert_Click);
//
// label36
//
this.label36.Location = new System.Drawing.Point(3, 85);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(93, 13);
this.label36.TabIndex = 70;
this.label36.Text = "Certificate Path";
this.label36.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// textBox_CertPath
//
this.textBox_CertPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox_CertPath.Location = new System.Drawing.Point(102, 82);
this.textBox_CertPath.Name = "textBox_CertPath";
this.textBox_CertPath.Size = new System.Drawing.Size(165, 20);
this.textBox_CertPath.TabIndex = 2;
//
// label32
//
this.label32.Location = new System.Drawing.Point(3, 111);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(93, 13);
this.label32.TabIndex = 69;
this.label32.Text = "Password";
this.label32.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// textBox_CertPass
//
this.textBox_CertPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox_CertPass.Location = new System.Drawing.Point(102, 108);
this.textBox_CertPass.Name = "textBox_CertPass";
this.textBox_CertPass.PasswordChar = '*';
this.textBox_CertPass.Size = new System.Drawing.Size(284, 20);
this.textBox_CertPass.TabIndex = 4;
//
// label33
//
this.label33.Location = new System.Drawing.Point(3, 59);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(93, 13);
this.label33.TabIndex = 68;
this.label33.Text = "Application ID";
this.label33.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label34
//
this.label34.Location = new System.Drawing.Point(3, 33);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(93, 13);
this.label34.TabIndex = 67;
this.label34.Text = "Tenant Name";
this.label34.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// textBox_ClientID
//
this.textBox_ClientID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox_ClientID.Location = new System.Drawing.Point(102, 56);
this.textBox_ClientID.Name = "textBox_ClientID";
this.textBox_ClientID.Size = new System.Drawing.Size(284, 20);
this.textBox_ClientID.TabIndex = 1;
//
// textBox_TenantName
//
this.textBox_TenantName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox_TenantName.Location = new System.Drawing.Point(102, 30);
this.textBox_TenantName.Name = "textBox_TenantName";
this.textBox_TenantName.Size = new System.Drawing.Size(284, 20);
this.textBox_TenantName.TabIndex = 0;
this.textBox_TenantName.Tag = "";
//
// label35
//
this.label35.Location = new System.Drawing.Point(3, 137);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(93, 13);
this.label35.TabIndex = 66;
this.label35.Text = "Resource";
this.label35.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// openFileDialog_PFX
//
this.openFileDialog_PFX.Filter = "Personal Information Exchange (*.pfx)|*.pfx";
//
// checkBox_SaveAsNewApp
//
this.checkBox_SaveAsNewApp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.checkBox_SaveAsNewApp.AutoSize = true;
this.checkBox_SaveAsNewApp.Location = new System.Drawing.Point(18, 180);
this.checkBox_SaveAsNewApp.Name = "checkBox_SaveAsNewApp";
this.checkBox_SaveAsNewApp.Size = new System.Drawing.Size(242, 17);
this.checkBox_SaveAsNewApp.TabIndex = 204;
this.checkBox_SaveAsNewApp.Text = "Save this app to the app library as a new app.";
this.checkBox_SaveAsNewApp.UseVisualStyleBackColor = true;
//
// button_LoadSavedApp
//
this.button_LoadSavedApp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button_LoadSavedApp.Location = new System.Drawing.Point(263, 3);
this.button_LoadSavedApp.Name = "button_LoadSavedApp";
this.button_LoadSavedApp.Size = new System.Drawing.Size(123, 23);
this.button_LoadSavedApp.TabIndex = 203;
this.button_LoadSavedApp.Text = "Load Saved App";
this.button_LoadSavedApp.UseVisualStyleBackColor = true;
this.button_LoadSavedApp.Click += new System.EventHandler(this.Button_LoadSavedApp_Click);
//
// V1EndpointAppOnlyByCertSettingPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.checkBox_SaveAsNewApp);
this.Controls.Add(this.button_LoadSavedApp);
this.Controls.Add(this.linkLabel_Description);
this.Controls.Add(this.comboBox_Resource);
this.Controls.Add(this.button_SelectCert);
this.Controls.Add(this.label36);
this.Controls.Add(this.textBox_CertPath);
this.Controls.Add(this.label32);
this.Controls.Add(this.textBox_CertPass);
this.Controls.Add(this.label33);
this.Controls.Add(this.label34);
this.Controls.Add(this.textBox_ClientID);
this.Controls.Add(this.textBox_TenantName);
this.Controls.Add(this.label35);
this.Name = "V1EndpointAppOnlyByCertSettingPage";
this.Size = new System.Drawing.Size(400, 200);
this.Tag = "textBox_TenantName";
this.Load += new System.EventHandler(this.V1EndpointAppOnlyByCertSettingPage_Load);
this.ResumeLayout(false);
this.PerformLayout();
}