Download AzureTranslationDemoV3.zip, last updated 11/04/2019 (45.48 KB)

Download
  • md5: 71243a5a58a5b2055e7ffbc8a12dbbbb
  • sha1: b3ea3e69c98e9179121e56912434d6ffa37ed7e9
  • sha256: 5a4c764a08816a7bfc3060ba0006883bf49134838680b88901018ef707a23650
namespace Cyotek.Demo.AzureTranslation
{
  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()
    {
      System.Windows.Forms.GroupBox optionsGroupBox;
      System.Windows.Forms.Label apiKeyLabel;
      System.Windows.Forms.Label languageLabel;
      System.Windows.Forms.Label fromLabel;
      System.Windows.Forms.Label toLabel;
      System.Windows.Forms.GroupBox translateGroupBox;
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      System.Windows.Forms.GroupBox getLanguagesForTranslateGroupBox;
      System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
      System.Windows.Forms.GroupBox getLanguageNamesGroupBox;
      System.Windows.Forms.Label namesLabel;
      System.Windows.Forms.Label localLabel;
      this.v3RadioButton = new System.Windows.Forms.RadioButton();
      this.v2RadioButton = new System.Windows.Forms.RadioButton();
      this.label2 = new System.Windows.Forms.Label();
      this.apiKeyTextBox = new System.Windows.Forms.TextBox();
      this.swapButton = new System.Windows.Forms.Button();
      this.textSplitContainer = new System.Windows.Forms.SplitContainer();
      this.sourceLabel = new System.Windows.Forms.Label();
      this.sourceTextBox = new System.Windows.Forms.TextBox();
      this.translatedLabel = new System.Windows.Forms.Label();
      this.translatedTextBox = new System.Windows.Forms.TextBox();
      this.translateButton = new System.Windows.Forms.Button();
      this.toComboBox = new System.Windows.Forms.ComboBox();
      this.fromComboBox = new System.Windows.Forms.ComboBox();
      this.languageCountLabel = new System.Windows.Forms.Label();
      this.label1 = new System.Windows.Forms.Label();
      this.languageListBox = new System.Windows.Forms.TextBox();
      this.getLanguagesButton = new System.Windows.Forms.Button();
      this.localComboBox = new System.Windows.Forms.ComboBox();
      this.namesListBox = new System.Windows.Forms.TextBox();
      this.getLanguageNamesButton = new System.Windows.Forms.Button();
      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
      this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
      optionsGroupBox = new System.Windows.Forms.GroupBox();
      apiKeyLabel = new System.Windows.Forms.Label();
      languageLabel = new System.Windows.Forms.Label();
      fromLabel = new System.Windows.Forms.Label();
      toLabel = new System.Windows.Forms.Label();
      translateGroupBox = new System.Windows.Forms.GroupBox();
      getLanguagesForTranslateGroupBox = new System.Windows.Forms.GroupBox();
      tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
      getLanguageNamesGroupBox = new System.Windows.Forms.GroupBox();
      namesLabel = new System.Windows.Forms.Label();
      localLabel = new System.Windows.Forms.Label();
      optionsGroupBox.SuspendLayout();
      translateGroupBox.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.textSplitContainer)).BeginInit();
      this.textSplitContainer.Panel1.SuspendLayout();
      this.textSplitContainer.Panel2.SuspendLayout();
      this.textSplitContainer.SuspendLayout();
      getLanguagesForTranslateGroupBox.SuspendLayout();
      tableLayoutPanel.SuspendLayout();
      getLanguageNamesGroupBox.SuspendLayout();
      this.menuStrip1.SuspendLayout();
      this.SuspendLayout();
      // 
      // optionsGroupBox
      // 
      optionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      optionsGroupBox.Controls.Add(this.v3RadioButton);
      optionsGroupBox.Controls.Add(this.v2RadioButton);
      optionsGroupBox.Controls.Add(this.label2);
      optionsGroupBox.Controls.Add(this.apiKeyTextBox);
      optionsGroupBox.Controls.Add(apiKeyLabel);
      optionsGroupBox.Location = new System.Drawing.Point(12, 27);
      optionsGroupBox.Name = "optionsGroupBox";
      optionsGroupBox.Size = new System.Drawing.Size(786, 59);
      optionsGroupBox.TabIndex = 1;
      optionsGroupBox.TabStop = false;
      optionsGroupBox.Text = "Options:";
      // 
      // v3RadioButton
      // 
      this.v3RadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.v3RadioButton.AutoSize = true;
      this.v3RadioButton.Checked = true;
      this.v3RadioButton.Location = new System.Drawing.Point(711, 33);
      this.v3RadioButton.Name = "v3RadioButton";
      this.v3RadioButton.Size = new System.Drawing.Size(69, 17);
      this.v3RadioButton.TabIndex = 4;
      this.v3RadioButton.TabStop = true;
      this.v3RadioButton.Text = "Version &3";
      this.v3RadioButton.UseVisualStyleBackColor = true;
      this.v3RadioButton.CheckedChanged += new System.EventHandler(this.v3RadioButton_CheckedChanged);
      // 
      // v2RadioButton
      // 
      this.v2RadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.v2RadioButton.AutoSize = true;
      this.v2RadioButton.Location = new System.Drawing.Point(636, 33);
      this.v2RadioButton.Name = "v2RadioButton";
      this.v2RadioButton.Size = new System.Drawing.Size(69, 17);
      this.v2RadioButton.TabIndex = 3;
      this.v2RadioButton.Text = "Version &2";
      this.v2RadioButton.UseVisualStyleBackColor = true;
      this.v2RadioButton.CheckedChanged += new System.EventHandler(this.v3RadioButton_CheckedChanged);
      // 
      // label2
      // 
      this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(633, 16);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(65, 13);
      this.label2.TabIndex = 2;
      this.label2.Text = "API Version:";
      // 
      // apiKeyTextBox
      // 
      this.apiKeyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.apiKeyTextBox.Location = new System.Drawing.Point(6, 32);
      this.apiKeyTextBox.Margin = new System.Windows.Forms.Padding(3, 3, 9, 3);
      this.apiKeyTextBox.Name = "apiKeyTextBox";
      this.apiKeyTextBox.Size = new System.Drawing.Size(618, 20);
      this.apiKeyTextBox.TabIndex = 1;
      this.apiKeyTextBox.Text = "8b65c067b5bb4686bc8aa26cbc914d33";
      this.apiKeyTextBox.TextChanged += new System.EventHandler(this.apiKeyTextBox_TextChanged);
      // 
      // apiKeyLabel
      // 
      apiKeyLabel.AutoSize = true;
      apiKeyLabel.Location = new System.Drawing.Point(3, 16);
      apiKeyLabel.Name = "apiKeyLabel";
      apiKeyLabel.Size = new System.Drawing.Size(48, 13);
      apiKeyLabel.TabIndex = 0;
      apiKeyLabel.Text = "API &Key:";
      // 
      // languageLabel
      // 
      languageLabel.AutoSize = true;
      languageLabel.Location = new System.Drawing.Point(3, 16);
      languageLabel.Name = "languageLabel";
      languageLabel.Size = new System.Drawing.Size(58, 13);
      languageLabel.TabIndex = 0;
      languageLabel.Text = "&Language:";
      // 
      // fromLabel
      // 
      fromLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      fromLabel.AutoSize = true;
      fromLabel.Location = new System.Drawing.Point(6, 22);
      fromLabel.Margin = new System.Windows.Forms.Padding(3, 9, 3, 0);
      fromLabel.Name = "fromLabel";
      fromLabel.Size = new System.Drawing.Size(33, 13);
      fromLabel.TabIndex = 0;
      fromLabel.Text = "F&rom:";
      // 
      // toLabel
      // 
      toLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      toLabel.AutoSize = true;
      toLabel.Location = new System.Drawing.Point(172, 22);
      toLabel.Margin = new System.Windows.Forms.Padding(3, 9, 3, 0);
      toLabel.Name = "toLabel";
      toLabel.Size = new System.Drawing.Size(23, 13);
      toLabel.TabIndex = 2;
      toLabel.Text = "T&o:";
      // 
      // translateGroupBox
      // 
      translateGroupBox.Controls.Add(this.swapButton);
      translateGroupBox.Controls.Add(this.textSplitContainer);
      translateGroupBox.Controls.Add(this.translateButton);
      translateGroupBox.Controls.Add(this.toComboBox);
      translateGroupBox.Controls.Add(toLabel);
      translateGroupBox.Controls.Add(fromLabel);
      translateGroupBox.Controls.Add(this.fromComboBox);
      translateGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
      translateGroupBox.Location = new System.Drawing.Point(395, 3);
      translateGroupBox.Name = "translateGroupBox";
      translateGroupBox.Size = new System.Drawing.Size(388, 420);
      translateGroupBox.TabIndex = 2;
      translateGroupBox.TabStop = false;
      translateGroupBox.Text = "/translate";
      // 
      // swapButton
      // 
      this.swapButton.Image = global::Cyotek.Demo.AzureTranslation.Properties.Resources.Swap;
      this.swapButton.Location = new System.Drawing.Point(337, 17);
      this.swapButton.Name = "swapButton";
      this.swapButton.Size = new System.Drawing.Size(23, 23);
      this.swapButton.TabIndex = 6;
      this.swapButton.UseVisualStyleBackColor = true;
      this.swapButton.Click += new System.EventHandler(this.swapButton_Click);
      // 
      // textSplitContainer
      // 
      this.textSplitContainer.Location = new System.Drawing.Point(6, 46);
      this.textSplitContainer.Name = "textSplitContainer";
      this.textSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // textSplitContainer.Panel1
      // 
      this.textSplitContainer.Panel1.Controls.Add(this.sourceLabel);
      this.textSplitContainer.Panel1.Controls.Add(this.sourceTextBox);
      // 
      // textSplitContainer.Panel2
      // 
      this.textSplitContainer.Panel2.Controls.Add(this.translatedLabel);
      this.textSplitContainer.Panel2.Controls.Add(this.translatedTextBox);
      this.textSplitContainer.Size = new System.Drawing.Size(376, 339);
      this.textSplitContainer.SplitterDistance = 166;
      this.textSplitContainer.TabIndex = 4;
      // 
      // sourceLabel
      // 
      this.sourceLabel.AutoSize = true;
      this.sourceLabel.Location = new System.Drawing.Point(-3, 0);
      this.sourceLabel.Name = "sourceLabel";
      this.sourceLabel.Size = new System.Drawing.Size(44, 13);
      this.sourceLabel.TabIndex = 0;
      this.sourceLabel.Text = "&Source:";
      // 
      // sourceTextBox
      // 
      this.sourceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.sourceTextBox.Location = new System.Drawing.Point(0, 16);
      this.sourceTextBox.Multiline = true;
      this.sourceTextBox.Name = "sourceTextBox";
      this.sourceTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
      this.sourceTextBox.Size = new System.Drawing.Size(376, 147);
      this.sourceTextBox.TabIndex = 1;
      this.sourceTextBox.Text = resources.GetString("sourceTextBox.Text");
      // 
      // translatedLabel
      // 
      this.translatedLabel.AutoSize = true;
      this.translatedLabel.Location = new System.Drawing.Point(-3, 0);
      this.translatedLabel.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
      this.translatedLabel.Name = "translatedLabel";
      this.translatedLabel.Size = new System.Drawing.Size(84, 13);
      this.translatedLabel.TabIndex = 0;
      this.translatedLabel.Text = "Tra&nslated Text:";
      // 
      // translatedTextBox
      // 
      this.translatedTextBox.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.translatedTextBox.Location = new System.Drawing.Point(0, 16);
      this.translatedTextBox.Multiline = true;
      this.translatedTextBox.Name = "translatedTextBox";
      this.translatedTextBox.ReadOnly = true;
      this.translatedTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
      this.translatedTextBox.Size = new System.Drawing.Size(376, 153);
      this.translatedTextBox.TabIndex = 1;
      // 
      // translateButton
      // 
      this.translateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.translateButton.Location = new System.Drawing.Point(307, 391);
      this.translateButton.Name = "translateButton";
      this.translateButton.Size = new System.Drawing.Size(75, 23);
      this.translateButton.TabIndex = 5;
      this.translateButton.Text = "&Translate";
      this.translateButton.UseVisualStyleBackColor = true;
      this.translateButton.Click += new System.EventHandler(this.translateButton_Click);
      // 
      // toComboBox
      // 
      this.toComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.toComboBox.FormattingEnabled = true;
      this.toComboBox.Location = new System.Drawing.Point(210, 19);
      this.toComboBox.Margin = new System.Windows.Forms.Padding(12, 3, 3, 3);
      this.toComboBox.Name = "toComboBox";
      this.toComboBox.Size = new System.Drawing.Size(121, 21);
      this.toComboBox.TabIndex = 3;
      // 
      // fromComboBox
      // 
      this.fromComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.fromComboBox.FormattingEnabled = true;
      this.fromComboBox.Location = new System.Drawing.Point(45, 19);
      this.fromComboBox.Name = "fromComboBox";
      this.fromComboBox.Size = new System.Drawing.Size(121, 21);
      this.fromComboBox.TabIndex = 1;
      // 
      // getLanguagesForTranslateGroupBox
      // 
      getLanguagesForTranslateGroupBox.Controls.Add(this.languageCountLabel);
      getLanguagesForTranslateGroupBox.Controls.Add(this.label1);
      getLanguagesForTranslateGroupBox.Controls.Add(this.languageListBox);
      getLanguagesForTranslateGroupBox.Controls.Add(languageLabel);
      getLanguagesForTranslateGroupBox.Controls.Add(this.getLanguagesButton);
      getLanguagesForTranslateGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
      getLanguagesForTranslateGroupBox.Location = new System.Drawing.Point(3, 3);
      getLanguagesForTranslateGroupBox.Name = "getLanguagesForTranslateGroupBox";
      getLanguagesForTranslateGroupBox.Size = new System.Drawing.Size(190, 420);
      getLanguagesForTranslateGroupBox.TabIndex = 0;
      getLanguagesForTranslateGroupBox.TabStop = false;
      getLanguagesForTranslateGroupBox.Text = "/languages[scope=translation]";
      // 
      // languageCountLabel
      // 
      this.languageCountLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.languageCountLabel.AutoSize = true;
      this.languageCountLabel.Location = new System.Drawing.Point(50, 396);
      this.languageCountLabel.Name = "languageCountLabel";
      this.languageCountLabel.Size = new System.Drawing.Size(10, 13);
      this.languageCountLabel.TabIndex = 3;
      this.languageCountLabel.Text = "-";
      // 
      // label1
      // 
      this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(6, 396);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(38, 13);
      this.label1.TabIndex = 2;
      this.label1.Text = "Count:";
      // 
      // languageListBox
      // 
      this.languageListBox.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.languageListBox.BackColor = System.Drawing.SystemColors.Window;
      this.languageListBox.Location = new System.Drawing.Point(6, 32);
      this.languageListBox.Multiline = true;
      this.languageListBox.Name = "languageListBox";
      this.languageListBox.ReadOnly = true;
      this.languageListBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
      this.languageListBox.Size = new System.Drawing.Size(178, 353);
      this.languageListBox.TabIndex = 1;
      this.languageListBox.WordWrap = false;
      // 
      // getLanguagesButton
      // 
      this.getLanguagesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.getLanguagesButton.Location = new System.Drawing.Point(93, 391);
      this.getLanguagesButton.Name = "getLanguagesButton";
      this.getLanguagesButton.Size = new System.Drawing.Size(91, 23);
      this.getLanguagesButton.TabIndex = 4;
      this.getLanguagesButton.Text = "&Request";
      this.getLanguagesButton.UseVisualStyleBackColor = true;
      this.getLanguagesButton.Click += new System.EventHandler(this.getLanguagesButton_Click);
      // 
      // tableLayoutPanel
      // 
      tableLayoutPanel.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)));
      tableLayoutPanel.ColumnCount = 3;
      tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
      tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
      tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
      tableLayoutPanel.Controls.Add(getLanguageNamesGroupBox, 0, 0);
      tableLayoutPanel.Controls.Add(getLanguagesForTranslateGroupBox, 0, 0);
      tableLayoutPanel.Controls.Add(translateGroupBox, 2, 0);
      tableLayoutPanel.Location = new System.Drawing.Point(12, 92);
      tableLayoutPanel.Name = "tableLayoutPanel";
      tableLayoutPanel.RowCount = 1;
      tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
      tableLayoutPanel.Size = new System.Drawing.Size(786, 426);
      tableLayoutPanel.TabIndex = 2;
      // 
      // getLanguageNamesGroupBox
      // 
      getLanguageNamesGroupBox.Controls.Add(namesLabel);
      getLanguageNamesGroupBox.Controls.Add(this.localComboBox);
      getLanguageNamesGroupBox.Controls.Add(this.namesListBox);
      getLanguageNamesGroupBox.Controls.Add(localLabel);
      getLanguageNamesGroupBox.Controls.Add(this.getLanguageNamesButton);
      getLanguageNamesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
      getLanguageNamesGroupBox.Location = new System.Drawing.Point(199, 3);
      getLanguageNamesGroupBox.Name = "getLanguageNamesGroupBox";
      getLanguageNamesGroupBox.Size = new System.Drawing.Size(190, 420);
      getLanguageNamesGroupBox.TabIndex = 1;
      getLanguageNamesGroupBox.TabStop = false;
      getLanguageNamesGroupBox.Text = "/languages[scope=translation]";
      // 
      // namesLabel
      // 
      namesLabel.AutoSize = true;
      namesLabel.Location = new System.Drawing.Point(3, 50);
      namesLabel.Margin = new System.Windows.Forms.Padding(3, 12, 3, 0);
      namesLabel.Name = "namesLabel";
      namesLabel.Size = new System.Drawing.Size(43, 13);
      namesLabel.TabIndex = 2;
      namesLabel.Text = "&Names:";
      // 
      // localComboBox
      // 
      this.localComboBox.FormattingEnabled = true;
      this.localComboBox.Location = new System.Drawing.Point(51, 19);
      this.localComboBox.Name = "localComboBox";
      this.localComboBox.Size = new System.Drawing.Size(133, 21);
      this.localComboBox.TabIndex = 1;
      // 
      // namesListBox
      // 
      this.namesListBox.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.namesListBox.BackColor = System.Drawing.SystemColors.Window;
      this.namesListBox.Location = new System.Drawing.Point(6, 66);
      this.namesListBox.Multiline = true;
      this.namesListBox.Name = "namesListBox";
      this.namesListBox.ReadOnly = true;
      this.namesListBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
      this.namesListBox.Size = new System.Drawing.Size(178, 319);
      this.namesListBox.TabIndex = 3;
      this.namesListBox.WordWrap = false;
      // 
      // localLabel
      // 
      localLabel.AutoSize = true;
      localLabel.Location = new System.Drawing.Point(3, 25);
      localLabel.Name = "localLabel";
      localLabel.Size = new System.Drawing.Size(42, 13);
      localLabel.TabIndex = 0;
      localLabel.Text = "L&ocale:";
      // 
      // getLanguageNamesButton
      // 
      this.getLanguageNamesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.getLanguageNamesButton.Location = new System.Drawing.Point(93, 391);
      this.getLanguageNamesButton.Name = "getLanguageNamesButton";
      this.getLanguageNamesButton.Size = new System.Drawing.Size(91, 23);
      this.getLanguageNamesButton.TabIndex = 4;
      this.getLanguageNamesButton.Text = "Re&quest";
      this.getLanguageNamesButton.UseVisualStyleBackColor = true;
      this.getLanguageNamesButton.Click += new System.EventHandler(this.getLanguageNamesButton_Click);
      // 
      // menuStrip1
      // 
      this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.helpToolStripMenuItem});
      this.menuStrip1.Location = new System.Drawing.Point(0, 0);
      this.menuStrip1.Name = "menuStrip1";
      this.menuStrip1.Size = new System.Drawing.Size(810, 24);
      this.menuStrip1.TabIndex = 0;
      this.menuStrip1.Text = "menuStrip1";
      // 
      // fileToolStripMenuItem
      // 
      this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
      this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
      this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
      this.fileToolStripMenuItem.Text = "&File";
      // 
      // exitToolStripMenuItem
      // 
      this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
      this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
      this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
      this.exitToolStripMenuItem.Text = "E&xit";
      this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
      // 
      // helpToolStripMenuItem
      // 
      this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.aboutToolStripMenuItem});
      this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
      this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
      this.helpToolStripMenuItem.Text = "&Help";
      // 
      // aboutToolStripMenuItem
      // 
      this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
      this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
      this.aboutToolStripMenuItem.Text = "&About";
      this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(810, 530);
      this.Controls.Add(this.menuStrip1);
      this.Controls.Add(tableLayoutPanel);
      this.Controls.Add(optionsGroupBox);
      this.Name = "MainForm";
      this.Text = "cyotek.com Azure Cognitive Services v3 Translation Demonstration";
      optionsGroupBox.ResumeLayout(false);
      optionsGroupBox.PerformLayout();
      translateGroupBox.ResumeLayout(false);
      translateGroupBox.PerformLayout();
      this.textSplitContainer.Panel1.ResumeLayout(false);
      this.textSplitContainer.Panel1.PerformLayout();
      this.textSplitContainer.Panel2.ResumeLayout(false);
      this.textSplitContainer.Panel2.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.textSplitContainer)).EndInit();
      this.textSplitContainer.ResumeLayout(false);
      getLanguagesForTranslateGroupBox.ResumeLayout(false);
      getLanguagesForTranslateGroupBox.PerformLayout();
      tableLayoutPanel.ResumeLayout(false);
      getLanguageNamesGroupBox.ResumeLayout(false);
      getLanguageNamesGroupBox.PerformLayout();
      this.menuStrip1.ResumeLayout(false);
      this.menuStrip1.PerformLayout();
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.TextBox apiKeyTextBox;
    private System.Windows.Forms.Button getLanguagesButton;
    private System.Windows.Forms.TextBox languageListBox;
    private System.Windows.Forms.Label sourceLabel;
    private System.Windows.Forms.TextBox sourceTextBox;
    private System.Windows.Forms.Label translatedLabel;
    private System.Windows.Forms.TextBox translatedTextBox;
    private System.Windows.Forms.ComboBox fromComboBox;
    private System.Windows.Forms.ComboBox toComboBox;
    private System.Windows.Forms.Button translateButton;
    private System.Windows.Forms.TextBox namesListBox;
    private System.Windows.Forms.Button getLanguageNamesButton;
    private System.Windows.Forms.ComboBox localComboBox;
    private System.Windows.Forms.Label languageCountLabel;
    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.RadioButton v3RadioButton;
    private System.Windows.Forms.RadioButton v2RadioButton;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.MenuStrip menuStrip1;
    private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
    private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
    private System.Windows.Forms.SplitContainer textSplitContainer;
    private System.Windows.Forms.Button swapButton;
  }
}

Donate

Donate