Setting the WrapMode of the DefaultCellStyle of your DataGridViewTextBoxColumn to true.

This commit is contained in:
rdolezel 2012-03-08 10:05:34 +01:00
parent e903cc6273
commit 5da70f0461
2 changed files with 258 additions and 252 deletions

View file

@ -28,248 +28,254 @@ namespace WebsitePanel.LocalizationToolkit
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationForm)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationForm));
this.statusBar = new System.Windows.Forms.StatusStrip(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.statusBarLabel = new System.Windows.Forms.ToolStripStatusLabel(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.backgroundWorker = new System.ComponentModel.BackgroundWorker(); this.statusBar = new System.Windows.Forms.StatusStrip();
this.pnlMain = new System.Windows.Forms.Panel(); this.statusBarLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.grdResources = new System.Windows.Forms.DataGridView(); this.backgroundWorker = new System.ComponentModel.BackgroundWorker();
this.FileColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlMain = new System.Windows.Forms.Panel();
this.KeyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.grdResources = new System.Windows.Forms.DataGridView();
this.DefaultValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlTop = new System.Windows.Forms.Panel();
this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnFind = new System.Windows.Forms.Button();
this.pnlTop = new System.Windows.Forms.Panel(); this.btnImport = new System.Windows.Forms.Button();
this.btnFind = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button();
this.btnImport = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label();
this.btnAdd = new System.Windows.Forms.Button(); this.btnExport = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button();
this.btnExport = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button(); this.cbSupportedLocales = new System.Windows.Forms.ComboBox();
this.btnDelete = new System.Windows.Forms.Button(); this.topLogoControl = new WebsitePanel.LocalizationToolkit.TopLogoControl();
this.cbSupportedLocales = new System.Windows.Forms.ComboBox(); this.FileColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.topLogoControl = new WebsitePanel.LocalizationToolkit.TopLogoControl(); this.KeyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.statusBar.SuspendLayout(); this.DefaultValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pnlMain.SuspendLayout(); this.ValueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.grdResources)).BeginInit(); this.statusBar.SuspendLayout();
this.pnlTop.SuspendLayout(); this.pnlMain.SuspendLayout();
this.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdResources)).BeginInit();
// this.pnlTop.SuspendLayout();
// statusBar this.SuspendLayout();
// //
this.statusBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible; // statusBar
this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { //
this.statusBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusBarLabel}); this.statusBarLabel});
this.statusBar.Location = new System.Drawing.Point(0, 432); this.statusBar.Location = new System.Drawing.Point(0, 441);
this.statusBar.Name = "statusBar"; this.statusBar.Name = "statusBar";
this.statusBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.statusBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.statusBar.Size = new System.Drawing.Size(737, 22); this.statusBar.Size = new System.Drawing.Size(742, 22);
this.statusBar.TabIndex = 1; this.statusBar.TabIndex = 1;
// //
// statusBarLabel // statusBarLabel
// //
this.statusBarLabel.Name = "statusBarLabel"; this.statusBarLabel.Name = "statusBarLabel";
this.statusBarLabel.Size = new System.Drawing.Size(39, 17); this.statusBarLabel.Size = new System.Drawing.Size(38, 17);
this.statusBarLabel.Text = "Ready"; this.statusBarLabel.Text = "Ready";
// //
// pnlMain // pnlMain
// //
this.pnlMain.Controls.Add(this.grdResources); this.pnlMain.Controls.Add(this.grdResources);
this.pnlMain.Controls.Add(this.pnlTop); this.pnlMain.Controls.Add(this.pnlTop);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(0, 63); this.pnlMain.Location = new System.Drawing.Point(0, 63);
this.pnlMain.Name = "pnlMain"; this.pnlMain.Name = "pnlMain";
this.pnlMain.Size = new System.Drawing.Size(737, 369); this.pnlMain.Size = new System.Drawing.Size(742, 378);
this.pnlMain.TabIndex = 4; this.pnlMain.TabIndex = 4;
// //
// grdResources // grdResources
// //
this.grdResources.AllowUserToAddRows = false; this.grdResources.AllowUserToAddRows = false;
this.grdResources.AllowUserToDeleteRows = false; this.grdResources.AllowUserToDeleteRows = false;
this.grdResources.BackgroundColor = System.Drawing.SystemColors.Control; this.grdResources.BackgroundColor = System.Drawing.SystemColors.Control;
this.grdResources.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdResources.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.grdResources.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdResources.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdResources.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.grdResources.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.FileColumn, this.FileColumn,
this.KeyColumn, this.KeyColumn,
this.DefaultValueColumn, this.DefaultValueColumn,
this.ValueColumn}); this.ValueColumn});
this.grdResources.Dock = System.Windows.Forms.DockStyle.Fill; this.grdResources.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdResources.Location = new System.Drawing.Point(0, 79); this.grdResources.Location = new System.Drawing.Point(0, 79);
this.grdResources.Name = "grdResources"; this.grdResources.Name = "grdResources";
this.grdResources.Size = new System.Drawing.Size(737, 290); this.grdResources.Size = new System.Drawing.Size(742, 299);
this.grdResources.TabIndex = 1; this.grdResources.TabIndex = 1;
this.grdResources.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grdResources_CellFormatting); this.grdResources.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grdResources_CellFormatting);
// //
// FileColumn // pnlTop
// //
this.FileColumn.DataPropertyName = "File"; this.pnlTop.Controls.Add(this.btnFind);
this.FileColumn.HeaderText = "File"; this.pnlTop.Controls.Add(this.btnImport);
this.FileColumn.Name = "FileColumn"; this.pnlTop.Controls.Add(this.btnAdd);
this.FileColumn.ReadOnly = true; this.pnlTop.Controls.Add(this.label1);
// this.pnlTop.Controls.Add(this.btnExport);
// KeyColumn this.pnlTop.Controls.Add(this.btnSave);
// this.pnlTop.Controls.Add(this.btnDelete);
this.KeyColumn.DataPropertyName = "Key"; this.pnlTop.Controls.Add(this.cbSupportedLocales);
this.KeyColumn.HeaderText = "Key"; this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.KeyColumn.Name = "KeyColumn"; this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.KeyColumn.ReadOnly = true; this.pnlTop.Name = "pnlTop";
this.KeyColumn.Width = 180; this.pnlTop.Size = new System.Drawing.Size(742, 79);
// this.pnlTop.TabIndex = 0;
// DefaultValueColumn //
// // btnFind
this.DefaultValueColumn.DataPropertyName = "DefaultValue"; //
this.DefaultValueColumn.HeaderText = "Default Value"; this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
this.DefaultValueColumn.Name = "DefaultValueColumn"; this.btnFind.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.DefaultValueColumn.ReadOnly = true; this.btnFind.Location = new System.Drawing.Point(626, 38);
this.DefaultValueColumn.Width = 180; this.btnFind.Name = "btnFind";
// this.btnFind.Size = new System.Drawing.Size(96, 30);
// ValueColumn this.btnFind.TabIndex = 7;
// this.btnFind.Text = " Find...";
this.ValueColumn.DataPropertyName = "Value"; this.btnFind.UseVisualStyleBackColor = true;
this.ValueColumn.HeaderText = "Value"; this.btnFind.Click += new System.EventHandler(this.OnFindClick);
this.ValueColumn.Name = "ValueColumn"; //
this.ValueColumn.Width = 180; // btnImport
// //
// pnlTop this.btnImport.Image = ((System.Drawing.Image)(resources.GetObject("btnImport.Image")));
// this.btnImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.pnlTop.Controls.Add(this.btnFind); this.btnImport.Location = new System.Drawing.Point(524, 38);
this.pnlTop.Controls.Add(this.btnImport); this.btnImport.Name = "btnImport";
this.pnlTop.Controls.Add(this.btnAdd); this.btnImport.Size = new System.Drawing.Size(96, 30);
this.pnlTop.Controls.Add(this.label1); this.btnImport.TabIndex = 6;
this.pnlTop.Controls.Add(this.btnExport); this.btnImport.Text = " Import...";
this.pnlTop.Controls.Add(this.btnSave); this.btnImport.UseVisualStyleBackColor = true;
this.pnlTop.Controls.Add(this.btnDelete); this.btnImport.Click += new System.EventHandler(this.OnImportClick);
this.pnlTop.Controls.Add(this.cbSupportedLocales); //
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top; // btnAdd
this.pnlTop.Location = new System.Drawing.Point(0, 0); //
this.pnlTop.Name = "pnlTop"; this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
this.pnlTop.Size = new System.Drawing.Size(737, 79); this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.pnlTop.TabIndex = 0; this.btnAdd.Location = new System.Drawing.Point(12, 38);
// this.btnAdd.Name = "btnAdd";
// btnFind this.btnAdd.Size = new System.Drawing.Size(96, 30);
// this.btnAdd.TabIndex = 2;
this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image"))); this.btnAdd.Text = "Add...";
this.btnFind.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnAdd.UseVisualStyleBackColor = true;
this.btnFind.Location = new System.Drawing.Point(626, 38); this.btnAdd.Click += new System.EventHandler(this.OnAddClick);
this.btnFind.Name = "btnFind"; //
this.btnFind.Size = new System.Drawing.Size(96, 30); // label1
this.btnFind.TabIndex = 7; //
this.btnFind.Text = " Find..."; this.label1.AutoSize = true;
this.btnFind.UseVisualStyleBackColor = true; this.label1.Location = new System.Drawing.Point(12, 14);
this.btnFind.Click += new System.EventHandler(this.OnFindClick); this.label1.Name = "label1";
// this.label1.Size = new System.Drawing.Size(99, 13);
// btnImport this.label1.TabIndex = 0;
// this.label1.Text = "Supported Locales:";
this.btnImport.Image = ((System.Drawing.Image)(resources.GetObject("btnImport.Image"))); //
this.btnImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; // btnExport
this.btnImport.Location = new System.Drawing.Point(524, 38); //
this.btnImport.Name = "btnImport"; this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image")));
this.btnImport.Size = new System.Drawing.Size(96, 30); this.btnExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnImport.TabIndex = 6; this.btnExport.Location = new System.Drawing.Point(342, 38);
this.btnImport.Text = " Import..."; this.btnExport.Name = "btnExport";
this.btnImport.UseVisualStyleBackColor = true; this.btnExport.Size = new System.Drawing.Size(176, 30);
this.btnImport.Click += new System.EventHandler(this.OnImportClick); this.btnExport.TabIndex = 5;
// this.btnExport.Text = " Compile Language Pack";
// btnAdd this.btnExport.UseVisualStyleBackColor = true;
// this.btnExport.Click += new System.EventHandler(this.OnExportClick);
this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image"))); //
this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; // btnSave
this.btnAdd.Location = new System.Drawing.Point(12, 38); //
this.btnAdd.Name = "btnAdd"; this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnAdd.Size = new System.Drawing.Size(96, 30); this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnAdd.TabIndex = 2; this.btnSave.Location = new System.Drawing.Point(114, 38);
this.btnAdd.Text = "Add..."; this.btnSave.Name = "btnSave";
this.btnAdd.UseVisualStyleBackColor = true; this.btnSave.Size = new System.Drawing.Size(96, 30);
this.btnAdd.Click += new System.EventHandler(this.OnAddClick); this.btnSave.TabIndex = 3;
// this.btnSave.Text = "Save";
// label1 this.btnSave.UseVisualStyleBackColor = true;
// this.btnSave.Click += new System.EventHandler(this.OnSaveClick);
this.label1.AutoSize = true; //
this.label1.Location = new System.Drawing.Point(12, 14); // btnDelete
this.label1.Name = "label1"; //
this.label1.Size = new System.Drawing.Size(99, 13); this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
this.label1.TabIndex = 0; this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label1.Text = "Supported Locales:"; this.btnDelete.Location = new System.Drawing.Point(216, 38);
// this.btnDelete.Name = "btnDelete";
// btnExport this.btnDelete.Size = new System.Drawing.Size(96, 30);
// this.btnDelete.TabIndex = 4;
this.btnExport.Image = ((System.Drawing.Image)(resources.GetObject("btnExport.Image"))); this.btnDelete.Text = "Delete";
this.btnExport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnDelete.UseVisualStyleBackColor = true;
this.btnExport.Location = new System.Drawing.Point(342, 38); this.btnDelete.Click += new System.EventHandler(this.OnDeleteClick);
this.btnExport.Name = "btnExport"; //
this.btnExport.Size = new System.Drawing.Size(176, 30); // cbSupportedLocales
this.btnExport.TabIndex = 5; //
this.btnExport.Text = " Compile Language Pack"; this.cbSupportedLocales.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.btnExport.UseVisualStyleBackColor = true; this.cbSupportedLocales.FormattingEnabled = true;
this.btnExport.Click += new System.EventHandler(this.OnExportClick); this.cbSupportedLocales.Location = new System.Drawing.Point(129, 11);
// this.cbSupportedLocales.Name = "cbSupportedLocales";
// btnSave this.cbSupportedLocales.Size = new System.Drawing.Size(318, 21);
// this.cbSupportedLocales.TabIndex = 1;
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.cbSupportedLocales.SelectedIndexChanged += new System.EventHandler(this.OnLocaleChanged);
this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; //
this.btnSave.Location = new System.Drawing.Point(114, 38); // topLogoControl
this.btnSave.Name = "btnSave"; //
this.btnSave.Size = new System.Drawing.Size(96, 30); this.topLogoControl.BackColor = System.Drawing.Color.White;
this.btnSave.TabIndex = 3; this.topLogoControl.Dock = System.Windows.Forms.DockStyle.Top;
this.btnSave.Text = "Save"; this.topLogoControl.Location = new System.Drawing.Point(0, 0);
this.btnSave.UseVisualStyleBackColor = true; this.topLogoControl.Name = "topLogoControl";
this.btnSave.Click += new System.EventHandler(this.OnSaveClick); this.topLogoControl.Size = new System.Drawing.Size(742, 63);
// this.topLogoControl.TabIndex = 0;
// btnDelete //
// // FileColumn
this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image"))); //
this.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.FileColumn.DataPropertyName = "File";
this.btnDelete.Location = new System.Drawing.Point(216, 38); this.FileColumn.HeaderText = "File";
this.btnDelete.Name = "btnDelete"; this.FileColumn.Name = "FileColumn";
this.btnDelete.Size = new System.Drawing.Size(96, 30); this.FileColumn.ReadOnly = true;
this.btnDelete.TabIndex = 4; //
this.btnDelete.Text = "Delete"; // KeyColumn
this.btnDelete.UseVisualStyleBackColor = true; //
this.btnDelete.Click += new System.EventHandler(this.OnDeleteClick); this.KeyColumn.DataPropertyName = "Key";
// this.KeyColumn.HeaderText = "Key";
// cbSupportedLocales this.KeyColumn.Name = "KeyColumn";
// this.KeyColumn.ReadOnly = true;
this.cbSupportedLocales.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.KeyColumn.Width = 180;
this.cbSupportedLocales.FormattingEnabled = true; //
this.cbSupportedLocales.Location = new System.Drawing.Point(129, 11); // DefaultValueColumn
this.cbSupportedLocales.Name = "cbSupportedLocales"; //
this.cbSupportedLocales.Size = new System.Drawing.Size(318, 21); this.DefaultValueColumn.DataPropertyName = "DefaultValue";
this.cbSupportedLocales.TabIndex = 1; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.cbSupportedLocales.SelectedIndexChanged += new System.EventHandler(this.OnLocaleChanged); this.DefaultValueColumn.DefaultCellStyle = dataGridViewCellStyle1;
// this.DefaultValueColumn.HeaderText = "Default Value";
// topLogoControl this.DefaultValueColumn.Name = "DefaultValueColumn";
// this.DefaultValueColumn.ReadOnly = true;
this.topLogoControl.BackColor = System.Drawing.Color.White; this.DefaultValueColumn.Width = 180;
this.topLogoControl.Dock = System.Windows.Forms.DockStyle.Top; //
this.topLogoControl.Location = new System.Drawing.Point(0, 0); // ValueColumn
this.topLogoControl.Name = "topLogoControl"; //
this.topLogoControl.Size = new System.Drawing.Size(737, 63); this.ValueColumn.DataPropertyName = "Value";
this.topLogoControl.TabIndex = 0; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
// this.ValueColumn.DefaultCellStyle = dataGridViewCellStyle2;
// ApplicationForm this.ValueColumn.HeaderText = "Value";
// this.ValueColumn.Name = "ValueColumn";
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ValueColumn.Width = 180;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; //
this.ClientSize = new System.Drawing.Size(737, 454); // ApplicationForm
this.Controls.Add(this.pnlMain); //
this.Controls.Add(this.statusBar); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.Controls.Add(this.topLogoControl); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.ClientSize = new System.Drawing.Size(742, 463);
this.KeyPreview = true; this.Controls.Add(this.pnlMain);
this.MinimumSize = new System.Drawing.Size(750, 490); this.Controls.Add(this.statusBar);
this.Name = "ApplicationForm"; this.Controls.Add(this.topLogoControl);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Text = "Localization Toolkit"; this.KeyPreview = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing); this.MinimumSize = new System.Drawing.Size(750, 490);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown); this.Name = "ApplicationForm";
this.statusBar.ResumeLayout(false); this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.statusBar.PerformLayout(); this.Text = "Localization Toolkit";
this.pnlMain.ResumeLayout(false); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
((System.ComponentModel.ISupportInitialize)(this.grdResources)).EndInit(); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnKeyDown);
this.pnlTop.ResumeLayout(false); this.statusBar.ResumeLayout(false);
this.pnlTop.PerformLayout(); this.statusBar.PerformLayout();
this.ResumeLayout(false); this.pnlMain.ResumeLayout(false);
this.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdResources)).EndInit();
this.pnlTop.ResumeLayout(false);
this.pnlTop.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
} }
@ -287,12 +293,12 @@ namespace WebsitePanel.LocalizationToolkit
private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnExport;
private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.ComboBox cbSupportedLocales; private System.Windows.Forms.ComboBox cbSupportedLocales;
private System.Windows.Forms.DataGridViewTextBoxColumn FileColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn KeyColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn DefaultValueColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn;
private System.Windows.Forms.Button btnImport; private System.Windows.Forms.Button btnImport;
private System.Windows.Forms.Button btnFind; private System.Windows.Forms.Button btnFind;
private System.Windows.Forms.DataGridViewTextBoxColumn FileColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn KeyColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn DefaultValueColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ValueColumn;
} }
} }

View file

@ -167,8 +167,8 @@
<data name="btnImport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnImport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7gAA YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7QAA
Cu4BrzForAAABlRJREFUSEuFk39M02cexz+kwCkeajdMlIwRkCEG5DhyToOSZcsN45kwzdRsLqgBGbah Cu0BAohJwQAABlRJREFUSEuFk39M02cexz+kwCkeajdMlIwRkCEG5DhyToOSZcsN45kwzdRsLqgBGbah
cApBDOomZOedPzLxkKY/0jYtXYEAXUtD2xQafgxpmERKKKSUIAwwbHfV3e08c3947/t8v3Xe9Li7J3nl cApBDOomZOedPzLxkKY/0jYtXYEAXUtD2xQafgxpmERKKKSUIAwwbHfV3e08c3947/t8v3Xe9Li7J3nl
eb7f7/N9Xp/P53keAkA95xM+dpzb+NuucjpoVUTl2Ssl22yVUVIek0BXhYSJFrFWxJC1MoKtMvb/QoKg eb7f7/N9Xp/P53keAkA95xM+dpzb+NuucjpoVUTl2Ssl22yVUVIek0BXhYSJFrFWxJC1MoKtMvb/QoKg
70pO76S9FqO6I0899Wl/6b6QsuSqz/B5Lid1eOo2/NFTF3fJXRv7satGUuioWrPTdnZNMoviOstZXB79 70pO76S9FqO6I0899Wl/6b6QsuSqz/B5Lid1eOo2/NFTF3fJXRv7satGUuioWrPTdnZNMoviOstZXB79
@ -201,8 +201,8 @@
<data name="btnAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7gAA YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7QAA
Cu4BrzForAAABopJREFUSEuFlQlMm+cZx5+gHEtThbA1tAnqksJQCOIQxIJEKhaH6CKWNWOji9JGgQgc Cu0BAohJwQAABopJREFUSEuFlQlMm+cZx5+gHEtThbA1tAnqksJQCOIQxIJEKhaH6CKWNWOji9JGgQgc
OUGElEOUKYeSIBKJYwHkYwZkw2wiQIAFRGD02chHwYhDPkpwOFTCKIi0g0TtpK3e9t9jk6RjWjZLP316 OUGElEOUKYeSIBKJYwHkYwZkw2wiQIAFRGD02chHwYhDPkpwOFTCKIi0g0TtpK3e9t9jk6RjWjZLP316
/VnP733+76PXNFQRZTZVnzDri95s68qn2p7CHeX6woALPfl0sjufYpi3uy7Tj/gddVzexmw+O5mu/ADq /VnP733+76PXNFQRZTZVnzDri95s68qn2p7CHeX6woALPfl0sjufYpi3uy7Tj/gddVzexmw+O5mu/ADq
Ltj+PyFzfdqfnozrsGCuhatDglH1WdjbSzDecx1jbXn/mNCc3hhTJc/b6yLGJu+H9Ntr3tWYK/bfFa7v Ltj+PyFzfdqfnozrsGCuhatDglH1WdjbSzDecx1jbXn/mNCc3hhTJc/b6yLGJu+H9Ntr3tWYK/bfFa7v
@ -236,8 +236,8 @@
<data name="btnExport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnExport.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7gAA YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7QAA
Cu4BrzForAAABYhJREFUSEu1lmtMU2cYx+s0MWZzMXPuw25xbsIyzaZzLrt8MTijEoNxMufmZtRlQFYI Cu0BAohJwQAABYhJREFUSEu1lmtMU2cYx+s0MWZzMXPuw25xbsIyzaZzLrt8MTijEoNxMufmZtRlQFYI
0IiNwICGlrRl0KZQsQxsoARoWghtWppe1st6SQujEEpTRMBoGZdgDGrAhRj/e86JNdTb/LIm//T09O3/ 0IiNwICGlrRl0KZQsQxsoARoWghtWppe1st6SQujEEpTRMBoGZdgDGrAhRj/e86JNdTb/LIm//T09O3/
91ze5z3lLC8vc55Hn2xYu0nAzdqRlf7VludZn1jzTHPhOd5Op8VcGQiF/vAPDF7xDgzOkq4H+vpDPrfr 91ze5z3lLC8vc55Hn2xYu0nAzdqRlf7VludZn1jzTHPhOd5Op8VcGQiF/vAPDF7xDgzOkq4H+vpDPrfr
d41ScZjD4ax5FvCJgLTdu1K7tZ0mayAEja8fMnsAQrMH5UYXyg0uiOha6QyiO9APk8l0Jf/MqeNPgzwG d41ScZjD4ax5FvCJgLTdu1K7tZ0mayAEja8fMnsAQrMH5UYXyg0uiOha6QyiO9APk8l0Jf/MqeNPgzwG
@ -267,8 +267,8 @@
<data name="btnSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7gAA YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7QAA
Cu4BrzForAAABf1JREFUSEuFlg9I1GcYx9+zSVvltoQlYVvGHGuKBalYMRZWLAYr+sNcRNElptPEklno Cu0BAohJwQAABf1JREFUSEuFlg9I1GcYx9+zSVvltoQlYVvGHGuKBalYMRZWLAYr+sNcRNElptPEklno
RjncoialeB73hztvpzdPd7/b/dnl4d3hJaachp74hzvlTjGdunXFqrU2Juy75/c2Xa2jPfDhXn78eD7v RjncoialeB73hztvpzdPd7/b/dnl4d3hJaachp74hzvlTjGdunXFqrU2Juy75/c2Xa2jPfDhXn78eD7v
87x/fscAMMfZ1fn2slfOCIVsv/kU224tlrxtKWaracxEhFMSjpkTw8zFMcxSsoxZiv8fJgrcF9M6RuwV 87x/fscAMMfZ1fn2slfOCIVsv/kU224tlrxtKWaracxEhFMSjpkTw8zFMcxSsoxZiv8fJgrcF9M6RuwV
8KkPwnl+3a/28rXzbZVv9TvPr7U5y19UOc8u+7LtU0netVKWbS+NTaXk64QiyUpTIckLJc8VcUF71cYf 8KkPwnl+3a/28rXzbZVv9TvPr7U5y19UOc8u+7LtU0netVKWbS+NTaXk64QiyUpTIckLJc8VcUF71cYf
@ -300,8 +300,8 @@
<data name="btnDelete.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="btnDelete.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7gAA YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAK7QAA
Cu4BrzForAAABl5JREFUSEuFlX1sE+cdx69hW7sipGpMTFUzhtZW2zppLx2TVg1lK0ih01hHh/IyxASb Cu0BAohJwQAABl5JREFUSEuFlX1sE+cdx69hW7sipGpMTFUzhtZW2zppLx2TVg1lK0ih01hHh/IyxASb
EhAOoqEiE4WRREkocRYc4QRCRkz90iSuk9QvPdvYbhLLsWfixnZ9vtpO/TI7rhNj53L27c5HQ8Jvz7G1 EhAOoqEiE4WRREkocRYc4QRCRkz90iSuk9QvPdvYbhLLsWfixnZ9vtpO/TI7rhNj53L27c5HQ8Jvz7G1
2h8mtfTRc+fn8fdzz+93eowBACbgcrkwi8WCabWTu8bGRn89olLWjagUzSNKRbdSfuvajcHrw73ibllb 2h8mtfTRc+fn8fdzz+93eowBACbgcrkwi8WCabWTu8bGRn89olLWjagUzSNKRbdSfuvajcHrw73ibllb
64Whcy1n+1rOnrnYevHCX6RX+36nHhv7qcFg2DY1NfUw5/NMYfziRqfT1XV2dn4gFvdQff2DMCQfBYVa 64Whcy1n+1rOnrnYevHCX6RX+36nHhv7qcFg2DY1NfUw5/NMYfziRqfT1XV2dn4gFvdQff2DMCQfBYVa