132 lines
No EOL
5.8 KiB
C#
132 lines
No EOL
5.8 KiB
C#
namespace MSGer.tk
|
|
{
|
|
partial class LanguageEditorForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.okbtn = new System.Windows.Forms.Button();
|
|
this.cancelbtn = new System.Windows.Forms.Button();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.label1.Location = new System.Drawing.Point(8, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(213, 25);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "LanguageEditorForm";
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2});
|
|
this.listView1.Location = new System.Drawing.Point(13, 64);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(404, 255);
|
|
this.listView1.TabIndex = 1;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "";
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "";
|
|
//
|
|
// okbtn
|
|
//
|
|
this.okbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.okbtn.Location = new System.Drawing.Point(261, 347);
|
|
this.okbtn.Name = "okbtn";
|
|
this.okbtn.Size = new System.Drawing.Size(75, 23);
|
|
this.okbtn.TabIndex = 3;
|
|
this.okbtn.Text = "OK";
|
|
this.okbtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// cancelbtn
|
|
//
|
|
this.cancelbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelbtn.Location = new System.Drawing.Point(342, 347);
|
|
this.cancelbtn.Name = "cancelbtn";
|
|
this.cancelbtn.Size = new System.Drawing.Size(75, 23);
|
|
this.cancelbtn.TabIndex = 4;
|
|
this.cancelbtn.Text = "Mégse";
|
|
this.cancelbtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"Test",
|
|
"Testing"});
|
|
this.comboBox1.Location = new System.Drawing.Point(13, 37);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(208, 21);
|
|
this.comboBox1.TabIndex = 5;
|
|
//
|
|
// LanguageEditorForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(429, 382);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.cancelbtn);
|
|
this.Controls.Add(this.okbtn);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "LanguageEditorForm";
|
|
this.Text = "LanguageEditorForm";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.Button okbtn;
|
|
private System.Windows.Forms.Button cancelbtn;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
}
|
|
} |