cemu-DS4Windows/DS4Windows/DS4Forms/LanguagePackComboBox.Designer.cs

71 lines
2.7 KiB
C#
Raw Normal View History

2017-12-12 21:50:29 +01:00
namespace DS4Windows.DS4Forms
{
partial class LanguagePackComboBox
{
/// <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 Код, автоматически созданный конструктором компонентов
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
2017-12-19 18:14:22 +01:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguagePackComboBox));
2017-12-12 21:50:29 +01:00
this.cbCulture = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cbCulture
//
2017-12-19 18:14:22 +01:00
resources.ApplyResources(this.cbCulture, "cbCulture");
2017-12-12 21:50:29 +01:00
this.cbCulture.DisplayMember = "Value";
this.cbCulture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCulture.FormattingEnabled = true;
this.cbCulture.Name = "cbCulture";
this.cbCulture.ValueMember = "Key";
//
// label1
//
2017-12-19 18:14:22 +01:00
resources.ApplyResources(this.label1, "label1");
2017-12-12 21:50:29 +01:00
this.label1.Name = "label1";
this.label1.SizeChanged += new System.EventHandler(this.LanguagePackComboBox_SizeChanged);
//
// LanguagePackComboBox
//
2017-12-19 18:14:22 +01:00
resources.ApplyResources(this, "$this");
2017-12-12 21:50:29 +01:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.cbCulture);
this.Controls.Add(this.label1);
this.Name = "LanguagePackComboBox";
this.SizeChanged += new System.EventHandler(this.LanguagePackComboBox_SizeChanged);
this.Resize += new System.EventHandler(this.LanguagePackComboBox_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox cbCulture;
private System.Windows.Forms.Label label1;
}
}