424 lines
22 KiB
C#
424 lines
22 KiB
C#
namespace EduNetworkBuilder
|
|
{
|
|
partial class TranslationWindow
|
|
{
|
|
/// <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.cb1Language = new System.Windows.Forms.ComboBox();
|
|
this.tb1Message = new System.Windows.Forms.TextBox();
|
|
this.tb2Message = new System.Windows.Forms.TextBox();
|
|
this.cb2Language = new System.Windows.Forms.ComboBox();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
this.tb1Title = new System.Windows.Forms.TextBox();
|
|
this.tb2Title = new System.Windows.Forms.TextBox();
|
|
this.tcTabPages = new System.Windows.Forms.TabControl();
|
|
this.tpMessageTitle = new System.Windows.Forms.TabPage();
|
|
this.tb1URL = new System.Windows.Forms.TextBox();
|
|
this.tb2URL = new System.Windows.Forms.TextBox();
|
|
this.tpFormStuff = new System.Windows.Forms.TabPage();
|
|
this.panelTranslateFormItems = new System.Windows.Forms.Panel();
|
|
this.cbFormItemTranslated = new System.Windows.Forms.CheckBox();
|
|
this.tbFormItem2 = new System.Windows.Forms.TextBox();
|
|
this.tbFormItem1 = new System.Windows.Forms.TextBox();
|
|
this.lblFormItem = new System.Windows.Forms.Label();
|
|
this.cbFormItemChoice = new System.Windows.Forms.ComboBox();
|
|
this.cbFormLang2Choice = new System.Windows.Forms.ComboBox();
|
|
this.cbFormLang1Choice = new System.Windows.Forms.ComboBox();
|
|
this.lblFormDir = new System.Windows.Forms.Label();
|
|
this.btnChooseDir = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cbFormHighPriority = new System.Windows.Forms.CheckBox();
|
|
this.cbFormShowTranslated = new System.Windows.Forms.CheckBox();
|
|
this.cbFormFilter = new System.Windows.Forms.ComboBox();
|
|
this.tcTabPages.SuspendLayout();
|
|
this.tpMessageTitle.SuspendLayout();
|
|
this.tpFormStuff.SuspendLayout();
|
|
this.panelTranslateFormItems.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// cb1Language
|
|
//
|
|
this.cb1Language.FormattingEnabled = true;
|
|
this.cb1Language.Location = new System.Drawing.Point(6, 9);
|
|
this.cb1Language.Name = "cb1Language";
|
|
this.cb1Language.Size = new System.Drawing.Size(121, 24);
|
|
this.cb1Language.TabIndex = 0;
|
|
this.cb1Language.SelectedIndexChanged += new System.EventHandler(this.cb1Language_SelectedIndexChanged);
|
|
//
|
|
// tb1Message
|
|
//
|
|
this.tb1Message.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tb1Message.Location = new System.Drawing.Point(6, 39);
|
|
this.tb1Message.Multiline = true;
|
|
this.tb1Message.Name = "tb1Message";
|
|
this.tb1Message.Size = new System.Drawing.Size(512, 164);
|
|
this.tb1Message.TabIndex = 10;
|
|
this.tb1Message.Leave += new System.EventHandler(this.tb1Message_Leave);
|
|
//
|
|
// tb2Message
|
|
//
|
|
this.tb2Message.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.tb2Message.Location = new System.Drawing.Point(6, 266);
|
|
this.tb2Message.Multiline = true;
|
|
this.tb2Message.Name = "tb2Message";
|
|
this.tb2Message.Size = new System.Drawing.Size(512, 144);
|
|
this.tb2Message.TabIndex = 12;
|
|
this.tb2Message.Leave += new System.EventHandler(this.tb2Message_Leave);
|
|
//
|
|
// cb2Language
|
|
//
|
|
this.cb2Language.FormattingEnabled = true;
|
|
this.cb2Language.Location = new System.Drawing.Point(6, 236);
|
|
this.cb2Language.Name = "cb2Language";
|
|
this.cb2Language.Size = new System.Drawing.Size(121, 24);
|
|
this.cb2Language.TabIndex = 11;
|
|
this.cb2Language.SelectedIndexChanged += new System.EventHandler(this.cb2Language_SelectedIndexChanged);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.Location = new System.Drawing.Point(464, 489);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 13;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnSave.Location = new System.Drawing.Point(12, 489);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(75, 23);
|
|
this.btnSave.TabIndex = 14;
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Location = new System.Drawing.Point(139, 492);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(48, 17);
|
|
this.lblStatus.TabIndex = 15;
|
|
this.lblStatus.Text = "Status";
|
|
//
|
|
// tb1Title
|
|
//
|
|
this.tb1Title.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tb1Title.Location = new System.Drawing.Point(172, 11);
|
|
this.tb1Title.Name = "tb1Title";
|
|
this.tb1Title.Size = new System.Drawing.Size(346, 22);
|
|
this.tb1Title.TabIndex = 16;
|
|
this.tb1Title.Leave += new System.EventHandler(this.tb1Title_Leave);
|
|
//
|
|
// tb2Title
|
|
//
|
|
this.tb2Title.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tb2Title.Location = new System.Drawing.Point(172, 236);
|
|
this.tb2Title.Name = "tb2Title";
|
|
this.tb2Title.Size = new System.Drawing.Size(346, 22);
|
|
this.tb2Title.TabIndex = 17;
|
|
this.tb2Title.Leave += new System.EventHandler(this.tb2Title_Leave);
|
|
//
|
|
// tcTabPages
|
|
//
|
|
this.tcTabPages.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.tcTabPages.Controls.Add(this.tpMessageTitle);
|
|
this.tcTabPages.Controls.Add(this.tpFormStuff);
|
|
this.tcTabPages.Location = new System.Drawing.Point(7, 6);
|
|
this.tcTabPages.Name = "tcTabPages";
|
|
this.tcTabPages.SelectedIndex = 0;
|
|
this.tcTabPages.Size = new System.Drawing.Size(532, 468);
|
|
this.tcTabPages.TabIndex = 18;
|
|
//
|
|
// tpMessageTitle
|
|
//
|
|
this.tpMessageTitle.Controls.Add(this.tb1URL);
|
|
this.tpMessageTitle.Controls.Add(this.tb2URL);
|
|
this.tpMessageTitle.Controls.Add(this.tb1Title);
|
|
this.tpMessageTitle.Controls.Add(this.tb2Title);
|
|
this.tpMessageTitle.Controls.Add(this.tb2Message);
|
|
this.tpMessageTitle.Controls.Add(this.cb2Language);
|
|
this.tpMessageTitle.Controls.Add(this.tb1Message);
|
|
this.tpMessageTitle.Controls.Add(this.cb1Language);
|
|
this.tpMessageTitle.Location = new System.Drawing.Point(4, 25);
|
|
this.tpMessageTitle.Name = "tpMessageTitle";
|
|
this.tpMessageTitle.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tpMessageTitle.Size = new System.Drawing.Size(524, 439);
|
|
this.tpMessageTitle.TabIndex = 0;
|
|
this.tpMessageTitle.Text = "Messages";
|
|
this.tpMessageTitle.UseVisualStyleBackColor = true;
|
|
//
|
|
// tb1URL
|
|
//
|
|
this.tb1URL.Location = new System.Drawing.Point(6, 208);
|
|
this.tb1URL.Name = "tb1URL";
|
|
this.tb1URL.Size = new System.Drawing.Size(438, 22);
|
|
this.tb1URL.TabIndex = 19;
|
|
this.tb1URL.Leave += new System.EventHandler(this.tb1URL_Leave);
|
|
//
|
|
// tb2URL
|
|
//
|
|
this.tb2URL.Location = new System.Drawing.Point(6, 413);
|
|
this.tb2URL.Name = "tb2URL";
|
|
this.tb2URL.Size = new System.Drawing.Size(438, 22);
|
|
this.tb2URL.TabIndex = 18;
|
|
this.tb2URL.Leave += new System.EventHandler(this.tb2URL_Leave);
|
|
//
|
|
// tpFormStuff
|
|
//
|
|
this.tpFormStuff.Controls.Add(this.panelTranslateFormItems);
|
|
this.tpFormStuff.Controls.Add(this.lblFormDir);
|
|
this.tpFormStuff.Controls.Add(this.btnChooseDir);
|
|
this.tpFormStuff.Controls.Add(this.groupBox1);
|
|
this.tpFormStuff.Location = new System.Drawing.Point(4, 25);
|
|
this.tpFormStuff.Name = "tpFormStuff";
|
|
this.tpFormStuff.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tpFormStuff.Size = new System.Drawing.Size(524, 439);
|
|
this.tpFormStuff.TabIndex = 1;
|
|
this.tpFormStuff.Text = "Forms";
|
|
this.tpFormStuff.UseVisualStyleBackColor = true;
|
|
//
|
|
// panelTranslateFormItems
|
|
//
|
|
this.panelTranslateFormItems.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.panelTranslateFormItems.Controls.Add(this.cbFormItemTranslated);
|
|
this.panelTranslateFormItems.Controls.Add(this.tbFormItem2);
|
|
this.panelTranslateFormItems.Controls.Add(this.tbFormItem1);
|
|
this.panelTranslateFormItems.Controls.Add(this.lblFormItem);
|
|
this.panelTranslateFormItems.Controls.Add(this.cbFormItemChoice);
|
|
this.panelTranslateFormItems.Controls.Add(this.cbFormLang2Choice);
|
|
this.panelTranslateFormItems.Controls.Add(this.cbFormLang1Choice);
|
|
this.panelTranslateFormItems.Location = new System.Drawing.Point(6, 126);
|
|
this.panelTranslateFormItems.Name = "panelTranslateFormItems";
|
|
this.panelTranslateFormItems.Size = new System.Drawing.Size(512, 307);
|
|
this.panelTranslateFormItems.TabIndex = 2;
|
|
//
|
|
// cbFormItemTranslated
|
|
//
|
|
this.cbFormItemTranslated.AutoSize = true;
|
|
this.cbFormItemTranslated.Location = new System.Drawing.Point(221, 178);
|
|
this.cbFormItemTranslated.Name = "cbFormItemTranslated";
|
|
this.cbFormItemTranslated.Size = new System.Drawing.Size(98, 21);
|
|
this.cbFormItemTranslated.TabIndex = 7;
|
|
this.cbFormItemTranslated.Text = "Translated";
|
|
this.cbFormItemTranslated.UseVisualStyleBackColor = true;
|
|
this.cbFormItemTranslated.CheckedChanged += new System.EventHandler(this.cbFormItemTranslated_CheckedChanged);
|
|
//
|
|
// tbFormItem2
|
|
//
|
|
this.tbFormItem2.AcceptsReturn = true;
|
|
this.tbFormItem2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbFormItem2.Location = new System.Drawing.Point(22, 206);
|
|
this.tbFormItem2.Multiline = true;
|
|
this.tbFormItem2.Name = "tbFormItem2";
|
|
this.tbFormItem2.Size = new System.Drawing.Size(462, 72);
|
|
this.tbFormItem2.TabIndex = 6;
|
|
this.tbFormItem2.Leave += new System.EventHandler(this.tbFormItem2_Leave);
|
|
//
|
|
// tbFormItem1
|
|
//
|
|
this.tbFormItem1.AcceptsReturn = true;
|
|
this.tbFormItem1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tbFormItem1.Location = new System.Drawing.Point(22, 87);
|
|
this.tbFormItem1.Multiline = true;
|
|
this.tbFormItem1.Name = "tbFormItem1";
|
|
this.tbFormItem1.Size = new System.Drawing.Size(462, 72);
|
|
this.tbFormItem1.TabIndex = 5;
|
|
//
|
|
// lblFormItem
|
|
//
|
|
this.lblFormItem.AutoSize = true;
|
|
this.lblFormItem.Location = new System.Drawing.Point(21, 17);
|
|
this.lblFormItem.Name = "lblFormItem";
|
|
this.lblFormItem.Size = new System.Drawing.Size(34, 17);
|
|
this.lblFormItem.TabIndex = 4;
|
|
this.lblFormItem.Text = "Item";
|
|
//
|
|
// cbFormItemChoice
|
|
//
|
|
this.cbFormItemChoice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cbFormItemChoice.FormattingEnabled = true;
|
|
this.cbFormItemChoice.Location = new System.Drawing.Point(106, 14);
|
|
this.cbFormItemChoice.Name = "cbFormItemChoice";
|
|
this.cbFormItemChoice.Size = new System.Drawing.Size(384, 24);
|
|
this.cbFormItemChoice.TabIndex = 3;
|
|
this.cbFormItemChoice.SelectedIndexChanged += new System.EventHandler(this.cbFormItemChoice_SelectedIndexChanged);
|
|
//
|
|
// cbFormLang2Choice
|
|
//
|
|
this.cbFormLang2Choice.FormattingEnabled = true;
|
|
this.cbFormLang2Choice.Location = new System.Drawing.Point(22, 176);
|
|
this.cbFormLang2Choice.Name = "cbFormLang2Choice";
|
|
this.cbFormLang2Choice.Size = new System.Drawing.Size(121, 24);
|
|
this.cbFormLang2Choice.TabIndex = 1;
|
|
//
|
|
// cbFormLang1Choice
|
|
//
|
|
this.cbFormLang1Choice.FormattingEnabled = true;
|
|
this.cbFormLang1Choice.Location = new System.Drawing.Point(22, 57);
|
|
this.cbFormLang1Choice.Name = "cbFormLang1Choice";
|
|
this.cbFormLang1Choice.Size = new System.Drawing.Size(121, 24);
|
|
this.cbFormLang1Choice.TabIndex = 0;
|
|
//
|
|
// lblFormDir
|
|
//
|
|
this.lblFormDir.AutoSize = true;
|
|
this.lblFormDir.Location = new System.Drawing.Point(109, 23);
|
|
this.lblFormDir.Name = "lblFormDir";
|
|
this.lblFormDir.Size = new System.Drawing.Size(117, 17);
|
|
this.lblFormDir.TabIndex = 1;
|
|
this.lblFormDir.Text = "Choose Directory";
|
|
//
|
|
// btnChooseDir
|
|
//
|
|
this.btnChooseDir.Location = new System.Drawing.Point(28, 20);
|
|
this.btnChooseDir.Name = "btnChooseDir";
|
|
this.btnChooseDir.Size = new System.Drawing.Size(75, 23);
|
|
this.btnChooseDir.TabIndex = 0;
|
|
this.btnChooseDir.Text = "...";
|
|
this.btnChooseDir.UseVisualStyleBackColor = true;
|
|
this.btnChooseDir.Click += new System.EventHandler(this.btnChooseDir_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cbFormFilter);
|
|
this.groupBox1.Controls.Add(this.cbFormHighPriority);
|
|
this.groupBox1.Controls.Add(this.cbFormShowTranslated);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 82);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(505, 38);
|
|
this.groupBox1.TabIndex = 6;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Show";
|
|
//
|
|
// cbFormHighPriority
|
|
//
|
|
this.cbFormHighPriority.AutoSize = true;
|
|
this.cbFormHighPriority.Checked = true;
|
|
this.cbFormHighPriority.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cbFormHighPriority.Location = new System.Drawing.Point(57, 7);
|
|
this.cbFormHighPriority.Name = "cbFormHighPriority";
|
|
this.cbFormHighPriority.Size = new System.Drawing.Size(107, 21);
|
|
this.cbFormHighPriority.TabIndex = 3;
|
|
this.cbFormHighPriority.Text = "High Priority";
|
|
this.cbFormHighPriority.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbFormShowTranslated
|
|
//
|
|
this.cbFormShowTranslated.AutoSize = true;
|
|
this.cbFormShowTranslated.Location = new System.Drawing.Point(170, 7);
|
|
this.cbFormShowTranslated.Name = "cbFormShowTranslated";
|
|
this.cbFormShowTranslated.Size = new System.Drawing.Size(150, 21);
|
|
this.cbFormShowTranslated.TabIndex = 4;
|
|
this.cbFormShowTranslated.Text = "Already Translated";
|
|
this.cbFormShowTranslated.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbFormFilter
|
|
//
|
|
this.cbFormFilter.FormattingEnabled = true;
|
|
this.cbFormFilter.Location = new System.Drawing.Point(326, 8);
|
|
this.cbFormFilter.Name = "cbFormFilter";
|
|
this.cbFormFilter.Size = new System.Drawing.Size(121, 24);
|
|
this.cbFormFilter.TabIndex = 5;
|
|
this.cbFormFilter.SelectedIndexChanged += new System.EventHandler(this.cbFormFilter_SelectedIndexChanged);
|
|
//
|
|
// TranslationWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(560, 524);
|
|
this.Controls.Add(this.lblStatus);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.tcTabPages);
|
|
this.Name = "TranslationWindow";
|
|
this.Text = "TranslationWindow";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TranslationWindow_FormClosing);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TranslationWindow_KeyDown);
|
|
this.tcTabPages.ResumeLayout(false);
|
|
this.tpMessageTitle.ResumeLayout(false);
|
|
this.tpMessageTitle.PerformLayout();
|
|
this.tpFormStuff.ResumeLayout(false);
|
|
this.tpFormStuff.PerformLayout();
|
|
this.panelTranslateFormItems.ResumeLayout(false);
|
|
this.panelTranslateFormItems.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ComboBox cb1Language;
|
|
private System.Windows.Forms.TextBox tb1Message;
|
|
private System.Windows.Forms.TextBox tb2Message;
|
|
private System.Windows.Forms.ComboBox cb2Language;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Label lblStatus;
|
|
private System.Windows.Forms.TextBox tb1Title;
|
|
private System.Windows.Forms.TextBox tb2Title;
|
|
private System.Windows.Forms.TabControl tcTabPages;
|
|
private System.Windows.Forms.TabPage tpMessageTitle;
|
|
private System.Windows.Forms.TabPage tpFormStuff;
|
|
private System.Windows.Forms.TextBox tb1URL;
|
|
private System.Windows.Forms.TextBox tb2URL;
|
|
private System.Windows.Forms.Panel panelTranslateFormItems;
|
|
private System.Windows.Forms.TextBox tbFormItem2;
|
|
private System.Windows.Forms.TextBox tbFormItem1;
|
|
private System.Windows.Forms.Label lblFormItem;
|
|
private System.Windows.Forms.ComboBox cbFormItemChoice;
|
|
private System.Windows.Forms.ComboBox cbFormLang2Choice;
|
|
private System.Windows.Forms.ComboBox cbFormLang1Choice;
|
|
private System.Windows.Forms.Label lblFormDir;
|
|
private System.Windows.Forms.Button btnChooseDir;
|
|
private System.Windows.Forms.CheckBox cbFormShowTranslated;
|
|
private System.Windows.Forms.CheckBox cbFormHighPriority;
|
|
private System.Windows.Forms.CheckBox cbFormItemTranslated;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.ComboBox cbFormFilter;
|
|
}
|
|
} |