コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.folderBrowserDialog   = new System.Windows.Forms.FolderBrowserDialog();
     this.fontDialog            = new System.Windows.Forms.FontDialog();
     this.tabControl1           = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPage1              = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.groupBox1             = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.ParentalControlUpDown = new System.Windows.Forms.NumericUpDown();
     this.label2                          = new System.Windows.Forms.Label();
     this.label1                          = new System.Windows.Forms.Label();
     this.RegionCodeComboBox              = new System.Windows.Forms.ComboBox();
     this.pictureBoxRegions               = new System.Windows.Forms.PictureBox();
     this.labelPlayAll                    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.useInternalBDPlayer             = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpTabPage1                      = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.mpGroupBox4                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.preferredAudioTypeComboBox      = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel1                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.SubsEnabled                     = new System.Windows.Forms.CheckBox();
     this.mpLabel7                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultAudioLanguageComboBox    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel8                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).BeginInit();
     this.mpTabPage1.SuspendLayout();
     this.mpGroupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // fontDialog
     //
     this.fontDialog.Color = System.Drawing.SystemColors.ControlText;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.mpTabPage1);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(472, 408);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.useInternalBDPlayer);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(464, 382);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ParentalControlUpDown);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.RegionCodeComboBox);
     this.groupBox1.Controls.Add(this.pictureBoxRegions);
     this.groupBox1.Controls.Add(this.labelPlayAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(16, 16);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(432, 298);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // ParentalControlUpDown
     //
     this.ParentalControlUpDown.Location = new System.Drawing.Point(249, 247);
     this.ParentalControlUpDown.Maximum  = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.ParentalControlUpDown.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.ParentalControlUpDown.Name      = "ParentalControlUpDown";
     this.ParentalControlUpDown.Size      = new System.Drawing.Size(40, 20);
     this.ParentalControlUpDown.TabIndex  = 10;
     this.ParentalControlUpDown.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.ParentalControlUpDown.Value     = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(246, 227);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(125, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Parental control age limit:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 227);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 13);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Blu-ray region code:";
     //
     // RegionCodeComboBox
     //
     this.RegionCodeComboBox.FormattingEnabled = true;
     this.RegionCodeComboBox.Location          = new System.Drawing.Point(28, 246);
     this.RegionCodeComboBox.Name     = "RegionCodeComboBox";
     this.RegionCodeComboBox.Size     = new System.Drawing.Size(36, 21);
     this.RegionCodeComboBox.TabIndex = 7;
     //
     // pictureBoxRegions
     //
     this.pictureBoxRegions.Image    = global::MediaPortal.Configuration.Properties.Resources.blu_ray_regions;
     this.pictureBoxRegions.Location = new System.Drawing.Point(28, 26);
     this.pictureBoxRegions.Name     = "pictureBoxRegions";
     this.pictureBoxRegions.Size     = new System.Drawing.Size(376, 185);
     this.pictureBoxRegions.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBoxRegions.TabIndex = 6;
     this.pictureBoxRegions.TabStop  = false;
     //
     // labelPlayAll
     //
     this.labelPlayAll.Location = new System.Drawing.Point(0, 0);
     this.labelPlayAll.Name     = "labelPlayAll";
     this.labelPlayAll.Size     = new System.Drawing.Size(100, 23);
     this.labelPlayAll.TabIndex = 0;
     //
     // useInternalBDPlayer
     //
     this.useInternalBDPlayer.AutoSize  = true;
     this.useInternalBDPlayer.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useInternalBDPlayer.Location  = new System.Drawing.Point(19, 332);
     this.useInternalBDPlayer.Name      = "useInternalBDPlayer";
     this.useInternalBDPlayer.Size      = new System.Drawing.Size(180, 17);
     this.useInternalBDPlayer.TabIndex  = 6;
     this.useInternalBDPlayer.Text      = "Use internal Blu-ray menu player";
     this.useInternalBDPlayer.UseVisualStyleBackColor = true;
     //
     // mpTabPage1
     //
     this.mpTabPage1.Controls.Add(this.mpGroupBox4);
     this.mpTabPage1.Location = new System.Drawing.Point(4, 22);
     this.mpTabPage1.Name     = "mpTabPage1";
     this.mpTabPage1.Size     = new System.Drawing.Size(464, 382);
     this.mpTabPage1.TabIndex = 9;
     this.mpTabPage1.Text     = "Audio & subtitles";
     this.mpTabPage1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox4
     //
     this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox4.Controls.Add(this.preferredAudioTypeComboBox);
     this.mpGroupBox4.Controls.Add(this.mpLabel1);
     this.mpGroupBox4.Controls.Add(this.SubsEnabled);
     this.mpGroupBox4.Controls.Add(this.mpLabel7);
     this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox);
     this.mpGroupBox4.Controls.Add(this.mpLabel8);
     this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox);
     this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox4.Location  = new System.Drawing.Point(14, 12);
     this.mpGroupBox4.Name      = "mpGroupBox4";
     this.mpGroupBox4.Size      = new System.Drawing.Size(432, 171);
     this.mpGroupBox4.TabIndex  = 10;
     this.mpGroupBox4.TabStop   = false;
     this.mpGroupBox4.Text      = "Default Language";
     //
     // preferredAudioTypeComboBox
     //
     this.preferredAudioTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.preferredAudioTypeComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.preferredAudioTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.preferredAudioTypeComboBox.Location      = new System.Drawing.Point(136, 78);
     this.preferredAudioTypeComboBox.Name          = "preferredAudioTypeComboBox";
     this.preferredAudioTypeComboBox.Size          = new System.Drawing.Size(280, 21);
     this.preferredAudioTypeComboBox.Sorted        = true;
     this.preferredAudioTypeComboBox.TabIndex      = 10;
     //
     // mpLabel1
     //
     this.mpLabel1.Location = new System.Drawing.Point(13, 81);
     this.mpLabel1.Name     = "mpLabel1";
     this.mpLabel1.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel1.TabIndex = 9;
     this.mpLabel1.Text     = "Audio type:";
     //
     // SubsEnabled
     //
     this.SubsEnabled.AutoSize = true;
     this.SubsEnabled.Location = new System.Drawing.Point(16, 148);
     this.SubsEnabled.Name     = "SubsEnabled";
     this.SubsEnabled.Size     = new System.Drawing.Size(100, 17);
     this.SubsEnabled.TabIndex = 8;
     this.SubsEnabled.Text     = "Enable subtitles";
     this.SubsEnabled.UseVisualStyleBackColor = true;
     //
     // mpLabel7
     //
     this.mpLabel7.Location = new System.Drawing.Point(13, 56);
     this.mpLabel7.Name     = "mpLabel7";
     this.mpLabel7.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel7.TabIndex = 6;
     this.mpLabel7.Text     = "Audio:";
     //
     // defaultAudioLanguageComboBox
     //
     this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultAudioLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultAudioLanguageComboBox.Location      = new System.Drawing.Point(136, 51);
     this.defaultAudioLanguageComboBox.Name          = "defaultAudioLanguageComboBox";
     this.defaultAudioLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultAudioLanguageComboBox.Sorted        = true;
     this.defaultAudioLanguageComboBox.TabIndex      = 7;
     //
     // mpLabel8
     //
     this.mpLabel8.Location = new System.Drawing.Point(13, 27);
     this.mpLabel8.Name     = "mpLabel8";
     this.mpLabel8.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel8.TabIndex = 6;
     this.mpLabel8.Text     = "Subtitles:";
     //
     // defaultSubtitleLanguageComboBox
     //
     this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultSubtitleLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultSubtitleLanguageComboBox.Location      = new System.Drawing.Point(136, 24);
     this.defaultSubtitleLanguageComboBox.Name          = "defaultSubtitleLanguageComboBox";
     this.defaultSubtitleLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultSubtitleLanguageComboBox.Sorted        = true;
     this.defaultSubtitleLanguageComboBox.TabIndex      = 7;
     //
     // BD
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "BD";
     this.Size = new System.Drawing.Size(472, 408);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ParentalControlUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRegions)).EndInit();
     this.mpTabPage1.ResumeLayout(false);
     this.mpGroupBox4.ResumeLayout(false);
     this.mpGroupBox4.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.tabControl1        = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPage1           = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.editFormat1        = new Yeti.MMedia.EditFormat();
     this.tabPage2           = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.checkBoxPrivate    = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxOriginal   = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCRC        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxCopyRight  = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.checkBoxVBR        = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.groupBoxVBR        = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.label8             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label7             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxVBRMethod  = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label4             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.trackBarVBRQuality = new System.Windows.Forms.TrackBar();
     this.label6             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxAvgBitrate = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label5             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxMaxBitRate = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.label3             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.comboBoxBitRate    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.textBoxMpegVersion = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.label2             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.label1             = new MediaPortal.UserInterface.Controls.MPLabel();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBoxVBR.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(336, 280);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.editFormat1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(328, 254);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Input format";
     //
     // editFormat1
     //
     this.editFormat1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.editFormat1.Location = new System.Drawing.Point(0, 0);
     this.editFormat1.Name     = "editFormat1";
     this.editFormat1.ReadOnly = true;
     this.editFormat1.Size     = new System.Drawing.Size(328, 254);
     this.editFormat1.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.checkBoxPrivate);
     this.tabPage2.Controls.Add(this.checkBoxOriginal);
     this.tabPage2.Controls.Add(this.checkBoxCRC);
     this.tabPage2.Controls.Add(this.checkBoxCopyRight);
     this.tabPage2.Controls.Add(this.checkBoxVBR);
     this.tabPage2.Controls.Add(this.groupBoxVBR);
     this.tabPage2.Controls.Add(this.comboBoxBitRate);
     this.tabPage2.Controls.Add(this.textBoxMpegVersion);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(328, 254);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "MP3 config";
     //
     // checkBoxPrivate
     //
     this.checkBoxPrivate.Location = new System.Drawing.Point(248, 48);
     this.checkBoxPrivate.Name     = "checkBoxPrivate";
     this.checkBoxPrivate.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxPrivate.TabIndex = 9;
     this.checkBoxPrivate.Text     = "Private";
     this.toolTip1.SetToolTip(this.checkBoxPrivate, "Controls the private bit of MP3 stream");
     this.checkBoxPrivate.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxOriginal
     //
     this.checkBoxOriginal.Location = new System.Drawing.Point(168, 48);
     this.checkBoxOriginal.Name     = "checkBoxOriginal";
     this.checkBoxOriginal.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxOriginal.TabIndex = 8;
     this.checkBoxOriginal.Text     = "Original";
     this.toolTip1.SetToolTip(this.checkBoxOriginal, "Controls the original bit of MP3 stream");
     this.checkBoxOriginal.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxCRC
     //
     this.checkBoxCRC.Location = new System.Drawing.Point(88, 48);
     this.checkBoxCRC.Name     = "checkBoxCRC";
     this.checkBoxCRC.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxCRC.TabIndex = 7;
     this.checkBoxCRC.Text     = "CRC";
     this.toolTip1.SetToolTip(this.checkBoxCRC, "If set enables CRC-checksum in the bitstream");
     this.checkBoxCRC.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxCopyRight
     //
     this.checkBoxCopyRight.Location = new System.Drawing.Point(8, 48);
     this.checkBoxCopyRight.Name     = "checkBoxCopyRight";
     this.checkBoxCopyRight.Size     = new System.Drawing.Size(72, 24);
     this.checkBoxCopyRight.TabIndex = 6;
     this.checkBoxCopyRight.Text     = "Copyright";
     this.toolTip1.SetToolTip(this.checkBoxCopyRight, "Controls the copyrightb bit of MP3 stream");
     this.checkBoxCopyRight.CheckedChanged += new System.EventHandler(this.Control_Changed);
     //
     // checkBoxVBR
     //
     this.checkBoxVBR.Location        = new System.Drawing.Point(8, 72);
     this.checkBoxVBR.Name            = "checkBoxVBR";
     this.checkBoxVBR.Size            = new System.Drawing.Size(192, 24);
     this.checkBoxVBR.TabIndex        = 5;
     this.checkBoxVBR.Text            = "Enable Variable Bit Rate (VBR)";
     this.checkBoxVBR.CheckedChanged += new System.EventHandler(this.checkBoxVBR_CheckedChanged);
     //
     // groupBoxVBR
     //
     this.groupBoxVBR.Controls.Add(this.label8);
     this.groupBoxVBR.Controls.Add(this.label7);
     this.groupBoxVBR.Controls.Add(this.comboBoxVBRMethod);
     this.groupBoxVBR.Controls.Add(this.label4);
     this.groupBoxVBR.Controls.Add(this.trackBarVBRQuality);
     this.groupBoxVBR.Controls.Add(this.label6);
     this.groupBoxVBR.Controls.Add(this.comboBoxAvgBitrate);
     this.groupBoxVBR.Controls.Add(this.label5);
     this.groupBoxVBR.Controls.Add(this.comboBoxMaxBitRate);
     this.groupBoxVBR.Controls.Add(this.label3);
     this.groupBoxVBR.Location = new System.Drawing.Point(8, 96);
     this.groupBoxVBR.Name     = "groupBoxVBR";
     this.groupBoxVBR.Size     = new System.Drawing.Size(304, 144);
     this.groupBoxVBR.TabIndex = 4;
     this.groupBoxVBR.TabStop  = false;
     this.groupBoxVBR.Text     = "VBR options";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                                System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(256, 64);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 16);
     this.label8.TabIndex = 13;
     this.label8.Text     = "Min";
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold,
                                                System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(152, 64);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(56, 16);
     this.label7.TabIndex = 12;
     this.label7.Text     = "Max.";
     //
     // comboBoxVBRMethod
     //
     this.comboBoxVBRMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxVBRMethod.Items.AddRange(new object[]
     {
         "NONE",
         "DEFAULT",
         "OLD",
         "NEW",
         "MTRH",
         "ABR"
     });
     this.comboBoxVBRMethod.Location              = new System.Drawing.Point(8, 32);
     this.comboBoxVBRMethod.Name                  = "comboBoxVBRMethod";
     this.comboBoxVBRMethod.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxVBRMethod.TabIndex              = 7;
     this.comboBoxVBRMethod.SelectedIndexChanged += new System.EventHandler(this.comboBoxVBRMethod_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 16);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 24);
     this.label4.TabIndex = 6;
     this.label4.Text     = "VBR method:";
     //
     // trackBarVBRQuality
     //
     this.trackBarVBRQuality.LargeChange = 0;
     this.trackBarVBRQuality.Location    = new System.Drawing.Point(144, 32);
     this.trackBarVBRQuality.Maximum     = 9;
     this.trackBarVBRQuality.Name        = "trackBarVBRQuality";
     this.trackBarVBRQuality.Size        = new System.Drawing.Size(144, 42);
     this.trackBarVBRQuality.TabIndex    = 11;
     this.trackBarVBRQuality.Scroll     += new System.EventHandler(this.Control_Changed);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(152, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(100, 16);
     this.label6.TabIndex = 10;
     this.label6.Text     = "VBR quality:";
     //
     // comboBoxAvgBitrate
     //
     this.comboBoxAvgBitrate.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxAvgBitrate.Location              = new System.Drawing.Point(8, 112);
     this.comboBoxAvgBitrate.Name                  = "comboBoxAvgBitrate";
     this.comboBoxAvgBitrate.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxAvgBitrate.TabIndex              = 9;
     this.comboBoxAvgBitrate.SelectedIndexChanged += new System.EventHandler(this.Control_Changed);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 96);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(88, 16);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Average bit rate:";
     //
     // comboBoxMaxBitRate
     //
     this.comboBoxMaxBitRate.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxMaxBitRate.Location              = new System.Drawing.Point(8, 72);
     this.comboBoxMaxBitRate.Name                  = "comboBoxMaxBitRate";
     this.comboBoxMaxBitRate.Size                  = new System.Drawing.Size(121, 21);
     this.comboBoxMaxBitRate.TabIndex              = 5;
     this.comboBoxMaxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 56);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Max bit rate:";
     //
     // comboBoxBitRate
     //
     this.comboBoxBitRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxBitRate.Location      = new System.Drawing.Point(168, 24);
     this.comboBoxBitRate.Name          = "comboBoxBitRate";
     this.comboBoxBitRate.Size          = new System.Drawing.Size(121, 21);
     this.comboBoxBitRate.TabIndex      = 3;
     this.toolTip1.SetToolTip(this.comboBoxBitRate, "Minimum bit rate if VBR is specified ");
     this.comboBoxBitRate.SelectedIndexChanged += new System.EventHandler(this.BitRateChange);
     //
     // textBoxMpegVersion
     //
     this.textBoxMpegVersion.Location = new System.Drawing.Point(8, 24);
     this.textBoxMpegVersion.Name     = "textBoxMpegVersion";
     this.textBoxMpegVersion.ReadOnly = true;
     this.textBoxMpegVersion.Size     = new System.Drawing.Size(120, 20);
     this.textBoxMpegVersion.TabIndex = 2;
     this.textBoxMpegVersion.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(96, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "MPEG Version:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(168, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Bit rate:";
     //
     // EditMp3Writer
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "EditMp3Writer";
     this.Size = new System.Drawing.Size(336, 280);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBoxVBR.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarVBRQuality)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.folderBrowserDialog             = new System.Windows.Forms.FolderBrowserDialog();
     this.fontDialog                      = new System.Windows.Forms.FontDialog();
     this.tabControl1                     = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.useBDInternalMenu               = new MediaPortal.UserInterface.Controls.MPCheckBox();
     this.mpTabPage1                      = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.mpGroupBox4                     = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.mpLabel7                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultAudioLanguageComboBox    = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.mpLabel8                        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.defaultSubtitleLanguageComboBox = new MediaPortal.UserInterface.Controls.MPComboBox();
     this.groupBox1                       = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.labelPlayAll                    = new MediaPortal.UserInterface.Controls.MPLabel();
     this.tabPage1                        = new MediaPortal.UserInterface.Controls.MPTabPage();
     this.tabControl1.SuspendLayout();
     this.mpTabPage1.SuspendLayout();
     this.mpGroupBox4.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.mpTabPage1);
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(472, 408);
     this.tabControl1.TabIndex      = 0;
     //
     // mpTabPage1
     //
     this.mpTabPage1.Controls.Add(this.mpGroupBox4);
     this.mpTabPage1.Location = new System.Drawing.Point(4, 22);
     this.mpTabPage1.Name     = "mpTabPage1";
     this.mpTabPage1.Size     = new System.Drawing.Size(464, 382);
     this.mpTabPage1.TabIndex = 9;
     this.mpTabPage1.Text     = "Language";
     this.mpTabPage1.UseVisualStyleBackColor = true;
     //
     // mpGroupBox4
     //
     this.mpGroupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.mpGroupBox4.Controls.Add(this.mpLabel7);
     this.mpGroupBox4.Controls.Add(this.defaultAudioLanguageComboBox);
     this.mpGroupBox4.Controls.Add(this.mpLabel8);
     this.mpGroupBox4.Controls.Add(this.defaultSubtitleLanguageComboBox);
     this.mpGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.mpGroupBox4.Location  = new System.Drawing.Point(14, 12);
     this.mpGroupBox4.Name      = "mpGroupBox4";
     this.mpGroupBox4.Size      = new System.Drawing.Size(432, 88);
     this.mpGroupBox4.TabIndex  = 10;
     this.mpGroupBox4.TabStop   = false;
     this.mpGroupBox4.Text      = "Default Language";
     //
     // mpLabel7
     //
     this.mpLabel7.Location = new System.Drawing.Point(13, 56);
     this.mpLabel7.Name     = "mpLabel7";
     this.mpLabel7.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel7.TabIndex = 6;
     this.mpLabel7.Text     = "Audio:";
     //
     // defaultAudioLanguageComboBox
     //
     this.defaultAudioLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultAudioLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultAudioLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultAudioLanguageComboBox.Location      = new System.Drawing.Point(136, 51);
     this.defaultAudioLanguageComboBox.Name          = "defaultAudioLanguageComboBox";
     this.defaultAudioLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultAudioLanguageComboBox.Sorted        = true;
     this.defaultAudioLanguageComboBox.TabIndex      = 7;
     //
     // mpLabel8
     //
     this.mpLabel8.Location = new System.Drawing.Point(13, 27);
     this.mpLabel8.Name     = "mpLabel8";
     this.mpLabel8.Size     = new System.Drawing.Size(96, 16);
     this.mpLabel8.TabIndex = 6;
     this.mpLabel8.Text     = "Subtitles:";
     //
     // defaultSubtitleLanguageComboBox
     //
     this.defaultSubtitleLanguageComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.defaultSubtitleLanguageComboBox.BorderColor   = System.Drawing.Color.Empty;
     this.defaultSubtitleLanguageComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defaultSubtitleLanguageComboBox.Location      = new System.Drawing.Point(136, 24);
     this.defaultSubtitleLanguageComboBox.Name          = "defaultSubtitleLanguageComboBox";
     this.defaultSubtitleLanguageComboBox.Size          = new System.Drawing.Size(280, 21);
     this.defaultSubtitleLanguageComboBox.Sorted        = true;
     this.defaultSubtitleLanguageComboBox.TabIndex      = 7;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.useBDInternalMenu);
     this.groupBox1.Controls.Add(this.labelPlayAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBox1.Location  = new System.Drawing.Point(16, 16);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(432, 186);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Settings";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(464, 382);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "General";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // BD
     //
     this.Controls.Add(this.tabControl1);
     this.Name = "BD";
     this.Size = new System.Drawing.Size(472, 408);
     this.tabControl1.ResumeLayout(false);
     this.mpTabPage1.ResumeLayout(false);
     this.mpGroupBox4.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
     //
     // useBDInternalMenu
     //
     this.useBDInternalMenu.AutoSize  = true;
     this.useBDInternalMenu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.useBDInternalMenu.Location  = new System.Drawing.Point(15, 26);
     this.useBDInternalMenu.Name      = "useBDInternalMenu";
     this.useBDInternalMenu.Size      = new System.Drawing.Size(151, 17);
     this.useBDInternalMenu.TabIndex  = 6;
     this.useBDInternalMenu.Text      = "Use internal Blu-Ray player";
     this.useBDInternalMenu.UseVisualStyleBackColor = true;
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxNewCity           = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.buttonCancelCity          = new MediaPortal.UserInterface.Controls.MPButton();
     this.groupBoxCityDetails       = new MediaPortal.UserInterface.Controls.MPGroupBox();
     this.lblWeatherDetails         = new System.Windows.Forms.LinkLabel();
     this.tabControlCityURLs        = new MediaPortal.UserInterface.Controls.MPTabControl();
     this.tabPageSatImg             = new System.Windows.Forms.TabPage();
     this.btnPreviewSat             = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewSat      = new System.Windows.Forms.PictureBox();
     this.textBoxSatURL             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageTempImg            = new System.Windows.Forms.TabPage();
     this.btnPreviewTemp            = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewTemp     = new System.Windows.Forms.PictureBox();
     this.textBoxTempURL            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageUVImg              = new System.Windows.Forms.TabPage();
     this.btnPreviewUV              = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewUV       = new System.Windows.Forms.PictureBox();
     this.textBoxUVURL              = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageWindsImg           = new System.Windows.Forms.TabPage();
     this.btnPreviewWinds           = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewWinds    = new System.Windows.Forms.PictureBox();
     this.textBoxWindURL            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPageHumImg             = new System.Windows.Forms.TabPage();
     this.btnPreviewHumidity        = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewHumidity = new System.Windows.Forms.PictureBox();
     this.textBoxHumURL             = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.tabPagePrecImg            = new System.Windows.Forms.TabPage();
     this.btnPreviewPrecip          = new MediaPortal.UserInterface.Controls.MPButton();
     this.pictureBoxPreviewPrecip   = new System.Windows.Forms.PictureBox();
     this.textBoxPrecURL            = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.listBoxCityResults        = new System.Windows.Forms.ListBox();
     this.labelCityResults          = new MediaPortal.UserInterface.Controls.MPLabel();
     this.labelCity        = new MediaPortal.UserInterface.Controls.MPLabel();
     this.buttonCitySearch = new MediaPortal.UserInterface.Controls.MPButton();
     this.buttonAddCity    = new MediaPortal.UserInterface.Controls.MPButton();
     this.searchTextBox    = new MediaPortal.UserInterface.Controls.MPTextBox();
     this.groupBoxNewCity.SuspendLayout();
     this.groupBoxCityDetails.SuspendLayout();
     this.tabControlCityURLs.SuspendLayout();
     this.tabPageSatImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewSat)).BeginInit();
     this.tabPageTempImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewTemp)).BeginInit();
     this.tabPageUVImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewUV)).BeginInit();
     this.tabPageWindsImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewWinds)).BeginInit();
     this.tabPageHumImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewHumidity)).BeginInit();
     this.tabPagePrecImg.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewPrecip)).BeginInit();
     this.SuspendLayout();
     //
     // groupBoxNewCity
     //
     this.groupBoxNewCity.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.groupBoxNewCity.Controls.Add(this.buttonCancelCity);
     this.groupBoxNewCity.Controls.Add(this.groupBoxCityDetails);
     this.groupBoxNewCity.Controls.Add(this.labelCity);
     this.groupBoxNewCity.Controls.Add(this.buttonCitySearch);
     this.groupBoxNewCity.Controls.Add(this.buttonAddCity);
     this.groupBoxNewCity.Controls.Add(this.searchTextBox);
     this.groupBoxNewCity.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxNewCity.Location  = new System.Drawing.Point(8, 8);
     this.groupBoxNewCity.Name      = "groupBoxNewCity";
     this.groupBoxNewCity.Size      = new System.Drawing.Size(490, 435);
     this.groupBoxNewCity.TabIndex  = 0;
     this.groupBoxNewCity.TabStop   = false;
     this.groupBoxNewCity.Text      = "Add new city";
     //
     // buttonCancelCity
     //
     this.buttonCancelCity.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancelCity.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancelCity.Location                = new System.Drawing.Point(396, 406);
     this.buttonCancelCity.Name                    = "buttonCancelCity";
     this.buttonCancelCity.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancelCity.TabIndex                = 2;
     this.buttonCancelCity.Text                    = "&Cancel";
     this.buttonCancelCity.UseVisualStyleBackColor = true;
     this.buttonCancelCity.Visible                 = false;
     this.buttonCancelCity.Click                  += new System.EventHandler(this.buttonCancelCity_Click);
     //
     // groupBoxCityDetails
     //
     this.groupBoxCityDetails.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.groupBoxCityDetails.Controls.Add(this.lblWeatherDetails);
     this.groupBoxCityDetails.Controls.Add(this.tabControlCityURLs);
     this.groupBoxCityDetails.Controls.Add(this.listBoxCityResults);
     this.groupBoxCityDetails.Controls.Add(this.labelCityResults);
     this.groupBoxCityDetails.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.groupBoxCityDetails.Location  = new System.Drawing.Point(18, 47);
     this.groupBoxCityDetails.Name      = "groupBoxCityDetails";
     this.groupBoxCityDetails.Size      = new System.Drawing.Size(453, 353);
     this.groupBoxCityDetails.TabIndex  = 37;
     this.groupBoxCityDetails.TabStop   = false;
     //
     // lblWeatherDetails
     //
     this.lblWeatherDetails.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.lblWeatherDetails.LinkArea = new System.Windows.Forms.LinkArea(130, 4);
     this.lblWeatherDetails.Location = new System.Drawing.Point(11, 311);
     this.lblWeatherDetails.Name     = "lblWeatherDetails";
     this.lblWeatherDetails.Size     = new System.Drawing.Size(436, 34);
     this.lblWeatherDetails.TabIndex = 38;
     this.lblWeatherDetails.TabStop  = true;
     this.lblWeatherDetails.Text     =
         "Here you can enter URLs to detailed weather images.\r\nYou\'ll find many pictures at" +
         " www.weather.com, your local news site or in our wiki.";
     this.lblWeatherDetails.UseCompatibleTextRendering = true;
     this.lblWeatherDetails.LinkClicked +=
         new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblWeatherDetails_LinkClicked);
     //
     // tabControlCityURLs
     //
     this.tabControlCityURLs.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.tabControlCityURLs.Controls.Add(this.tabPageSatImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageTempImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageUVImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageWindsImg);
     this.tabControlCityURLs.Controls.Add(this.tabPageHumImg);
     this.tabControlCityURLs.Controls.Add(this.tabPagePrecImg);
     this.tabControlCityURLs.Location      = new System.Drawing.Point(11, 109);
     this.tabControlCityURLs.Name          = "tabControlCityURLs";
     this.tabControlCityURLs.SelectedIndex = 0;
     this.tabControlCityURLs.Size          = new System.Drawing.Size(433, 199);
     this.tabControlCityURLs.TabIndex      = 37;
     //
     // tabPageSatImg
     //
     this.tabPageSatImg.Controls.Add(this.btnPreviewSat);
     this.tabPageSatImg.Controls.Add(this.pictureBoxPreviewSat);
     this.tabPageSatImg.Controls.Add(this.textBoxSatURL);
     this.tabPageSatImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageSatImg.Name     = "tabPageSatImg";
     this.tabPageSatImg.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageSatImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageSatImg.TabIndex = 0;
     this.tabPageSatImg.Text     = "Satellite";
     this.tabPageSatImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewSat
     //
     this.btnPreviewSat.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewSat.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewSat.Name     = "btnPreviewSat";
     this.btnPreviewSat.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewSat.TabIndex = 27;
     this.btnPreviewSat.Text     = "Preview";
     this.btnPreviewSat.UseVisualStyleBackColor = true;
     this.btnPreviewSat.Click += new System.EventHandler(this.btnPreviewSat_Click);
     //
     // pictureBoxPreviewSat
     //
     this.pictureBoxPreviewSat.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.pictureBoxPreviewSat.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewSat.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewSat.Name        = "pictureBoxPreviewSat";
     this.pictureBoxPreviewSat.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewSat.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewSat.TabIndex    = 26;
     this.pictureBoxPreviewSat.TabStop     = false;
     this.pictureBoxPreviewSat.WaitOnLoad  = true;
     //
     // textBoxSatURL
     //
     this.textBoxSatURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxSatURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxSatURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxSatURL.Name        = "textBoxSatURL";
     this.textBoxSatURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxSatURL.TabIndex    = 25;
     //
     // tabPageTempImg
     //
     this.tabPageTempImg.Controls.Add(this.btnPreviewTemp);
     this.tabPageTempImg.Controls.Add(this.pictureBoxPreviewTemp);
     this.tabPageTempImg.Controls.Add(this.textBoxTempURL);
     this.tabPageTempImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageTempImg.Name     = "tabPageTempImg";
     this.tabPageTempImg.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageTempImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageTempImg.TabIndex = 1;
     this.tabPageTempImg.Text     = "Temperature";
     this.tabPageTempImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewTemp
     //
     this.btnPreviewTemp.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewTemp.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewTemp.Name     = "btnPreviewTemp";
     this.btnPreviewTemp.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewTemp.TabIndex = 29;
     this.btnPreviewTemp.Text     = "Preview";
     this.btnPreviewTemp.UseVisualStyleBackColor = true;
     this.btnPreviewTemp.Click += new System.EventHandler(this.btnPreviewTemp_Click);
     //
     // pictureBoxPreviewTemp
     //
     this.pictureBoxPreviewTemp.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.pictureBoxPreviewTemp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewTemp.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewTemp.Name        = "pictureBoxPreviewTemp";
     this.pictureBoxPreviewTemp.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewTemp.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewTemp.TabIndex    = 28;
     this.pictureBoxPreviewTemp.TabStop     = false;
     this.pictureBoxPreviewTemp.WaitOnLoad  = true;
     //
     // textBoxTempURL
     //
     this.textBoxTempURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxTempURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxTempURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxTempURL.Name        = "textBoxTempURL";
     this.textBoxTempURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxTempURL.TabIndex    = 27;
     //
     // tabPageUVImg
     //
     this.tabPageUVImg.Controls.Add(this.btnPreviewUV);
     this.tabPageUVImg.Controls.Add(this.pictureBoxPreviewUV);
     this.tabPageUVImg.Controls.Add(this.textBoxUVURL);
     this.tabPageUVImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageUVImg.Name     = "tabPageUVImg";
     this.tabPageUVImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageUVImg.TabIndex = 2;
     this.tabPageUVImg.Text     = "UV Index";
     this.tabPageUVImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewUV
     //
     this.btnPreviewUV.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewUV.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewUV.Name     = "btnPreviewUV";
     this.btnPreviewUV.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewUV.TabIndex = 42;
     this.btnPreviewUV.Text     = "Preview";
     this.btnPreviewUV.UseVisualStyleBackColor = true;
     this.btnPreviewUV.Click += new System.EventHandler(this.btnPreviewUV_Click);
     //
     // pictureBoxPreviewUV
     //
     this.pictureBoxPreviewUV.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.pictureBoxPreviewUV.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewUV.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewUV.Name        = "pictureBoxPreviewUV";
     this.pictureBoxPreviewUV.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewUV.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewUV.TabIndex    = 41;
     this.pictureBoxPreviewUV.TabStop     = false;
     this.pictureBoxPreviewUV.WaitOnLoad  = true;
     //
     // textBoxUVURL
     //
     this.textBoxUVURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxUVURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxUVURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxUVURL.Name        = "textBoxUVURL";
     this.textBoxUVURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxUVURL.TabIndex    = 40;
     //
     // tabPageWindsImg
     //
     this.tabPageWindsImg.Controls.Add(this.btnPreviewWinds);
     this.tabPageWindsImg.Controls.Add(this.pictureBoxPreviewWinds);
     this.tabPageWindsImg.Controls.Add(this.textBoxWindURL);
     this.tabPageWindsImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageWindsImg.Name     = "tabPageWindsImg";
     this.tabPageWindsImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageWindsImg.TabIndex = 3;
     this.tabPageWindsImg.Text     = "Winds";
     this.tabPageWindsImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewWinds
     //
     this.btnPreviewWinds.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewWinds.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewWinds.Name     = "btnPreviewWinds";
     this.btnPreviewWinds.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewWinds.TabIndex = 33;
     this.btnPreviewWinds.Text     = "Preview";
     this.btnPreviewWinds.UseVisualStyleBackColor = true;
     this.btnPreviewWinds.Click += new System.EventHandler(this.btnPreviewWinds_Click);
     //
     // pictureBoxPreviewWinds
     //
     this.pictureBoxPreviewWinds.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.pictureBoxPreviewWinds.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewWinds.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewWinds.Name        = "pictureBoxPreviewWinds";
     this.pictureBoxPreviewWinds.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewWinds.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewWinds.TabIndex    = 32;
     this.pictureBoxPreviewWinds.TabStop     = false;
     this.pictureBoxPreviewWinds.WaitOnLoad  = true;
     //
     // textBoxWindURL
     //
     this.textBoxWindURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxWindURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxWindURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxWindURL.Name        = "textBoxWindURL";
     this.textBoxWindURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxWindURL.TabIndex    = 31;
     //
     // tabPageHumImg
     //
     this.tabPageHumImg.Controls.Add(this.btnPreviewHumidity);
     this.tabPageHumImg.Controls.Add(this.pictureBoxPreviewHumidity);
     this.tabPageHumImg.Controls.Add(this.textBoxHumURL);
     this.tabPageHumImg.Location = new System.Drawing.Point(4, 22);
     this.tabPageHumImg.Name     = "tabPageHumImg";
     this.tabPageHumImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPageHumImg.TabIndex = 4;
     this.tabPageHumImg.Text     = "Humidity";
     this.tabPageHumImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewHumidity
     //
     this.btnPreviewHumidity.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewHumidity.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewHumidity.Name     = "btnPreviewHumidity";
     this.btnPreviewHumidity.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewHumidity.TabIndex = 35;
     this.btnPreviewHumidity.Text     = "Preview";
     this.btnPreviewHumidity.UseVisualStyleBackColor = true;
     this.btnPreviewHumidity.Click += new System.EventHandler(this.btnPreviewHumidity_Click);
     //
     // pictureBoxPreviewHumidity
     //
     this.pictureBoxPreviewHumidity.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.pictureBoxPreviewHumidity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewHumidity.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewHumidity.Name        = "pictureBoxPreviewHumidity";
     this.pictureBoxPreviewHumidity.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewHumidity.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewHumidity.TabIndex    = 34;
     this.pictureBoxPreviewHumidity.TabStop     = false;
     this.pictureBoxPreviewHumidity.WaitOnLoad  = true;
     //
     // textBoxHumURL
     //
     this.textBoxHumURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxHumURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxHumURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxHumURL.Name        = "textBoxHumURL";
     this.textBoxHumURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxHumURL.TabIndex    = 33;
     //
     // tabPagePrecImg
     //
     this.tabPagePrecImg.Controls.Add(this.btnPreviewPrecip);
     this.tabPagePrecImg.Controls.Add(this.pictureBoxPreviewPrecip);
     this.tabPagePrecImg.Controls.Add(this.textBoxPrecURL);
     this.tabPagePrecImg.Location = new System.Drawing.Point(4, 22);
     this.tabPagePrecImg.Name     = "tabPagePrecImg";
     this.tabPagePrecImg.Size     = new System.Drawing.Size(425, 173);
     this.tabPagePrecImg.TabIndex = 5;
     this.tabPagePrecImg.Text     = "Precipitation";
     this.tabPagePrecImg.UseVisualStyleBackColor = true;
     //
     // btnPreviewPrecip
     //
     this.btnPreviewPrecip.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreviewPrecip.Location = new System.Drawing.Point(363, 6);
     this.btnPreviewPrecip.Name     = "btnPreviewPrecip";
     this.btnPreviewPrecip.Size     = new System.Drawing.Size(56, 20);
     this.btnPreviewPrecip.TabIndex = 37;
     this.btnPreviewPrecip.Text     = "Preview";
     this.btnPreviewPrecip.UseVisualStyleBackColor = true;
     this.btnPreviewPrecip.Click += new System.EventHandler(this.btnPreviewPrecip_Click);
     //
     // pictureBoxPreviewPrecip
     //
     this.pictureBoxPreviewPrecip.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.pictureBoxPreviewPrecip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBoxPreviewPrecip.Location    = new System.Drawing.Point(6, 32);
     this.pictureBoxPreviewPrecip.Name        = "pictureBoxPreviewPrecip";
     this.pictureBoxPreviewPrecip.Size        = new System.Drawing.Size(240, 135);
     this.pictureBoxPreviewPrecip.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxPreviewPrecip.TabIndex    = 36;
     this.pictureBoxPreviewPrecip.TabStop     = false;
     this.pictureBoxPreviewPrecip.WaitOnLoad  = true;
     //
     // textBoxPrecURL
     //
     this.textBoxPrecURL.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxPrecURL.BorderColor = System.Drawing.Color.Empty;
     this.textBoxPrecURL.Location    = new System.Drawing.Point(6, 6);
     this.textBoxPrecURL.Name        = "textBoxPrecURL";
     this.textBoxPrecURL.Size        = new System.Drawing.Size(351, 20);
     this.textBoxPrecURL.TabIndex    = 35;
     //
     // listBoxCityResults
     //
     this.listBoxCityResults.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.listBoxCityResults.Location              = new System.Drawing.Point(11, 34);
     this.listBoxCityResults.Name                  = "listBoxCityResults";
     this.listBoxCityResults.SelectionMode         = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBoxCityResults.Size                  = new System.Drawing.Size(433, 69);
     this.listBoxCityResults.TabIndex              = 6;
     this.listBoxCityResults.SelectedIndexChanged +=
         new System.EventHandler(this.listBoxCityResults_SelectedIndexChanged);
     //
     // labelCityResults
     //
     this.labelCityResults.AutoSize = true;
     this.labelCityResults.Location = new System.Drawing.Point(8, 16);
     this.labelCityResults.Name     = "labelCityResults";
     this.labelCityResults.Size     = new System.Drawing.Size(65, 13);
     this.labelCityResults.TabIndex = 36;
     this.labelCityResults.Text     = "Cities found:";
     //
     // labelCity
     //
     this.labelCity.AutoSize = true;
     this.labelCity.Location = new System.Drawing.Point(26, 24);
     this.labelCity.Name     = "labelCity";
     this.labelCity.Size     = new System.Drawing.Size(116, 13);
     this.labelCity.TabIndex = 35;
     this.labelCity.Text     = "International city name:";
     //
     // buttonCitySearch
     //
     this.buttonCitySearch.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCitySearch.Enabled  = false;
     this.buttonCitySearch.Location = new System.Drawing.Point(396, 21);
     this.buttonCitySearch.Name     = "buttonCitySearch";
     this.buttonCitySearch.Size     = new System.Drawing.Size(75, 20);
     this.buttonCitySearch.TabIndex = 1;
     this.buttonCitySearch.Text     = "Search";
     this.buttonCitySearch.UseVisualStyleBackColor = true;
     this.buttonCitySearch.Click += new System.EventHandler(this.buttonCitySearch_Click);
     //
     // buttonAddCity
     //
     this.buttonAddCity.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonAddCity.Enabled  = false;
     this.buttonAddCity.Location = new System.Drawing.Point(315, 406);
     this.buttonAddCity.Name     = "buttonAddCity";
     this.buttonAddCity.Size     = new System.Drawing.Size(75, 23);
     this.buttonAddCity.TabIndex = 1;
     this.buttonAddCity.Text     = "&Add City";
     this.buttonAddCity.UseVisualStyleBackColor = true;
     this.buttonAddCity.Visible = false;
     this.buttonAddCity.Click  += new System.EventHandler(this.buttonAddCity_Click);
     //
     // searchTextBox
     //
     this.searchTextBox.Anchor =
         ((System.Windows.Forms.AnchorStyles)
              (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                | System.Windows.Forms.AnchorStyles.Right)));
     this.searchTextBox.BorderColor  = System.Drawing.Color.Empty;
     this.searchTextBox.Location     = new System.Drawing.Point(148, 21);
     this.searchTextBox.Name         = "searchTextBox";
     this.searchTextBox.Size         = new System.Drawing.Size(242, 20);
     this.searchTextBox.TabIndex     = 0;
     this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged);
     this.searchTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.searchTextBox_KeyDown);
     //
     // SearchCityForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.CancelButton        = this.buttonCancelCity;
     this.ClientSize          = new System.Drawing.Size(506, 451);
     this.Controls.Add(this.groupBoxNewCity);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "SearchCityForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Add new cities to the weather plugin";
     this.Load           += new System.EventHandler(this.SearchCityForm_Load);
     this.groupBoxNewCity.ResumeLayout(false);
     this.groupBoxNewCity.PerformLayout();
     this.groupBoxCityDetails.ResumeLayout(false);
     this.groupBoxCityDetails.PerformLayout();
     this.tabControlCityURLs.ResumeLayout(false);
     this.tabPageSatImg.ResumeLayout(false);
     this.tabPageSatImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewSat)).EndInit();
     this.tabPageTempImg.ResumeLayout(false);
     this.tabPageTempImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewTemp)).EndInit();
     this.tabPageUVImg.ResumeLayout(false);
     this.tabPageUVImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewUV)).EndInit();
     this.tabPageWindsImg.ResumeLayout(false);
     this.tabPageWindsImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewWinds)).EndInit();
     this.tabPageHumImg.ResumeLayout(false);
     this.tabPageHumImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewHumidity)).EndInit();
     this.tabPagePrecImg.ResumeLayout(false);
     this.tabPagePrecImg.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPreviewPrecip)).EndInit();
     this.ResumeLayout(false);
 }