PageRenderTime 39ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/FreeTranslator/CustomDictionaryForm.Designer.cs

#
C# | 297 lines | 226 code | 6 blank | 65 comment | 3 complexity | 55168d11d1ac29804802cb4365e9df22 MD5 | raw file
  1. namespace FreeTranslator
  2. {
  3. partial class CustomDictionaryForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomDictionaryForm));
  29. this._tabPageTranslation = new System.Windows.Forms.TabControl();
  30. this._addEntryTabPage = new System.Windows.Forms.TabPage();
  31. this._ckbAddReverse = new System.Windows.Forms.CheckBox();
  32. this._btnAddTranslation = new System.Windows.Forms.Button();
  33. this._ckbIgnoreCase = new System.Windows.Forms.CheckBox();
  34. this._txtTranslated = new System.Windows.Forms.TextBox();
  35. this._lblCorrected = new System.Windows.Forms.Label();
  36. this._txtCorrected = new System.Windows.Forms.TextBox();
  37. this._lblTranslated = new System.Windows.Forms.Label();
  38. this._translationTabPage = new System.Windows.Forms.TabPage();
  39. this._btnDelete = new System.Windows.Forms.Button();
  40. this._dataGridViewTranslation = new System.Windows.Forms.DataGridView();
  41. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  42. this._reverseTranslationTabPage = new System.Windows.Forms.TabPage();
  43. this._btnDelete2 = new System.Windows.Forms.Button();
  44. this._dataGridViewReverseTranslation = new System.Windows.Forms.DataGridView();
  45. this._tabPageReverseTranslation = new System.Windows.Forms.DataGridView();
  46. this._tabPageTranslation.SuspendLayout();
  47. this._addEntryTabPage.SuspendLayout();
  48. this._translationTabPage.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this._dataGridViewTranslation)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  51. this._reverseTranslationTabPage.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this._dataGridViewReverseTranslation)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this._tabPageReverseTranslation)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // _tabPageTranslation
  57. //
  58. this._tabPageTranslation.Controls.Add(this._addEntryTabPage);
  59. this._tabPageTranslation.Controls.Add(this._translationTabPage);
  60. this._tabPageTranslation.Controls.Add(this._reverseTranslationTabPage);
  61. this._tabPageTranslation.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this._tabPageTranslation.Location = new System.Drawing.Point(0, 0);
  63. this._tabPageTranslation.Name = "_tabPageTranslation";
  64. this._tabPageTranslation.SelectedIndex = 0;
  65. this._tabPageTranslation.Size = new System.Drawing.Size(398, 265);
  66. this._tabPageTranslation.TabIndex = 0;
  67. this._tabPageTranslation.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
  68. //
  69. // _addEntryTabPage
  70. //
  71. this._addEntryTabPage.Controls.Add(this._ckbAddReverse);
  72. this._addEntryTabPage.Controls.Add(this._btnAddTranslation);
  73. this._addEntryTabPage.Controls.Add(this._ckbIgnoreCase);
  74. this._addEntryTabPage.Controls.Add(this._txtTranslated);
  75. this._addEntryTabPage.Controls.Add(this._lblCorrected);
  76. this._addEntryTabPage.Controls.Add(this._txtCorrected);
  77. this._addEntryTabPage.Controls.Add(this._lblTranslated);
  78. this._addEntryTabPage.Location = new System.Drawing.Point(4, 22);
  79. this._addEntryTabPage.Name = "_addEntryTabPage";
  80. this._addEntryTabPage.Padding = new System.Windows.Forms.Padding(3);
  81. this._addEntryTabPage.Size = new System.Drawing.Size(390, 239);
  82. this._addEntryTabPage.TabIndex = 0;
  83. this._addEntryTabPage.Text = "Add Entry";
  84. this._addEntryTabPage.UseVisualStyleBackColor = true;
  85. //
  86. // _ckbAddReverse
  87. //
  88. this._ckbAddReverse.AutoSize = true;
  89. this._ckbAddReverse.Checked = true;
  90. this._ckbAddReverse.CheckState = System.Windows.Forms.CheckState.Checked;
  91. this._ckbAddReverse.Location = new System.Drawing.Point(11, 174);
  92. this._ckbAddReverse.Name = "_ckbAddReverse";
  93. this._ckbAddReverse.Size = new System.Drawing.Size(168, 17);
  94. this._ckbAddReverse.TabIndex = 2;
  95. this._ckbAddReverse.Text = "Update reverse translation too";
  96. this._ckbAddReverse.UseVisualStyleBackColor = true;
  97. //
  98. // _btnAddTranslation
  99. //
  100. this._btnAddTranslation.Enabled = false;
  101. this._btnAddTranslation.Location = new System.Drawing.Point(136, 197);
  102. this._btnAddTranslation.Name = "_btnAddTranslation";
  103. this._btnAddTranslation.Size = new System.Drawing.Size(122, 23);
  104. this._btnAddTranslation.TabIndex = 3;
  105. this._btnAddTranslation.Text = "&AddTranslation";
  106. this._btnAddTranslation.UseVisualStyleBackColor = true;
  107. this._btnAddTranslation.Click += new System.EventHandler(this._btnAddTranslation_Click);
  108. //
  109. // _ckbIgnoreCase
  110. //
  111. this._ckbIgnoreCase.AutoSize = true;
  112. this._ckbIgnoreCase.Checked = true;
  113. this._ckbIgnoreCase.CheckState = System.Windows.Forms.CheckState.Checked;
  114. this._ckbIgnoreCase.Location = new System.Drawing.Point(11, 201);
  115. this._ckbIgnoreCase.Name = "_ckbIgnoreCase";
  116. this._ckbIgnoreCase.Size = new System.Drawing.Size(83, 17);
  117. this._ckbIgnoreCase.TabIndex = 2;
  118. this._ckbIgnoreCase.Text = "Ignore Case";
  119. this._ckbIgnoreCase.UseVisualStyleBackColor = true;
  120. //
  121. // _txtTranslated
  122. //
  123. this._txtTranslated.Location = new System.Drawing.Point(11, 35);
  124. this._txtTranslated.Name = "_txtTranslated";
  125. this._txtTranslated.Size = new System.Drawing.Size(247, 20);
  126. this._txtTranslated.TabIndex = 1;
  127. this._txtTranslated.TextChanged += new System.EventHandler(this._txtDesired_TextChanged);
  128. //
  129. // _lblCorrected
  130. //
  131. this._lblCorrected.AutoSize = true;
  132. this._lblCorrected.Location = new System.Drawing.Point(8, 80);
  133. this._lblCorrected.Name = "_lblCorrected";
  134. this._lblCorrected.Size = new System.Drawing.Size(89, 13);
  135. this._lblCorrected.TabIndex = 0;
  136. this._lblCorrected.Text = "Corrected Result:";
  137. //
  138. // _txtCorrected
  139. //
  140. this._txtCorrected.Location = new System.Drawing.Point(11, 106);
  141. this._txtCorrected.Name = "_txtCorrected";
  142. this._txtCorrected.Size = new System.Drawing.Size(247, 20);
  143. this._txtCorrected.TabIndex = 1;
  144. this._txtCorrected.TextChanged += new System.EventHandler(this._txtDesired_TextChanged);
  145. //
  146. // _lblTranslated
  147. //
  148. this._lblTranslated.AutoSize = true;
  149. this._lblTranslated.Location = new System.Drawing.Point(8, 19);
  150. this._lblTranslated.Name = "_lblTranslated";
  151. this._lblTranslated.Size = new System.Drawing.Size(60, 13);
  152. this._lblTranslated.TabIndex = 0;
  153. this._lblTranslated.Text = "Translated:";
  154. //
  155. // _translationTabPage
  156. //
  157. this._translationTabPage.Controls.Add(this._btnDelete);
  158. this._translationTabPage.Controls.Add(this._dataGridViewTranslation);
  159. this._translationTabPage.Controls.Add(this.dataGridView1);
  160. this._translationTabPage.Location = new System.Drawing.Point(4, 22);
  161. this._translationTabPage.Name = "_translationTabPage";
  162. this._translationTabPage.Padding = new System.Windows.Forms.Padding(3);
  163. this._translationTabPage.Size = new System.Drawing.Size(390, 239);
  164. this._translationTabPage.TabIndex = 1;
  165. this._translationTabPage.Text = "tabPage2";
  166. this._translationTabPage.UseVisualStyleBackColor = true;
  167. //
  168. // _btnDelete
  169. //
  170. this._btnDelete.Dock = System.Windows.Forms.DockStyle.Bottom;
  171. this._btnDelete.Location = new System.Drawing.Point(3, 213);
  172. this._btnDelete.Name = "_btnDelete";
  173. this._btnDelete.Size = new System.Drawing.Size(384, 23);
  174. this._btnDelete.TabIndex = 2;
  175. this._btnDelete.Text = "&Delete";
  176. this._btnDelete.UseVisualStyleBackColor = true;
  177. this._btnDelete.Click += new System.EventHandler(this._btnDelete_Click);
  178. //
  179. // _dataGridViewTranslation
  180. //
  181. this._dataGridViewTranslation.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  182. this._dataGridViewTranslation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  183. this._dataGridViewTranslation.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this._dataGridViewTranslation.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  185. this._dataGridViewTranslation.Location = new System.Drawing.Point(3, 3);
  186. this._dataGridViewTranslation.MultiSelect = false;
  187. this._dataGridViewTranslation.Name = "_dataGridViewTranslation";
  188. this._dataGridViewTranslation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  189. this._dataGridViewTranslation.Size = new System.Drawing.Size(384, 233);
  190. this._dataGridViewTranslation.TabIndex = 1;
  191. this._dataGridViewTranslation.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.UserDeletingRow);
  192. //
  193. // dataGridView1
  194. //
  195. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  196. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  197. this.dataGridView1.Location = new System.Drawing.Point(3, 3);
  198. this.dataGridView1.Name = "dataGridView1";
  199. this.dataGridView1.Size = new System.Drawing.Size(384, 233);
  200. this.dataGridView1.TabIndex = 0;
  201. //
  202. // _reverseTranslationTabPage
  203. //
  204. this._reverseTranslationTabPage.Controls.Add(this._btnDelete2);
  205. this._reverseTranslationTabPage.Controls.Add(this._dataGridViewReverseTranslation);
  206. this._reverseTranslationTabPage.Controls.Add(this._tabPageReverseTranslation);
  207. this._reverseTranslationTabPage.Location = new System.Drawing.Point(4, 22);
  208. this._reverseTranslationTabPage.Name = "_reverseTranslationTabPage";
  209. this._reverseTranslationTabPage.Padding = new System.Windows.Forms.Padding(3);
  210. this._reverseTranslationTabPage.Size = new System.Drawing.Size(390, 239);
  211. this._reverseTranslationTabPage.TabIndex = 2;
  212. this._reverseTranslationTabPage.Text = "tabPage3";
  213. this._reverseTranslationTabPage.UseVisualStyleBackColor = true;
  214. //
  215. // _btnDelete2
  216. //
  217. this._btnDelete2.Dock = System.Windows.Forms.DockStyle.Bottom;
  218. this._btnDelete2.Location = new System.Drawing.Point(3, 213);
  219. this._btnDelete2.Name = "_btnDelete2";
  220. this._btnDelete2.Size = new System.Drawing.Size(384, 23);
  221. this._btnDelete2.TabIndex = 2;
  222. this._btnDelete2.Text = "&Delete";
  223. this._btnDelete2.UseVisualStyleBackColor = true;
  224. this._btnDelete2.Click += new System.EventHandler(this._btnDelete2_Click);
  225. //
  226. // _dataGridViewReverseTranslation
  227. //
  228. this._dataGridViewReverseTranslation.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  229. this._dataGridViewReverseTranslation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  230. this._dataGridViewReverseTranslation.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this._dataGridViewReverseTranslation.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  232. this._dataGridViewReverseTranslation.Location = new System.Drawing.Point(3, 3);
  233. this._dataGridViewReverseTranslation.MultiSelect = false;
  234. this._dataGridViewReverseTranslation.Name = "_dataGridViewReverseTranslation";
  235. this._dataGridViewReverseTranslation.ReadOnly = true;
  236. this._dataGridViewReverseTranslation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  237. this._dataGridViewReverseTranslation.Size = new System.Drawing.Size(384, 233);
  238. this._dataGridViewReverseTranslation.TabIndex = 1;
  239. this._dataGridViewReverseTranslation.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.UserDeletingRow);
  240. //
  241. // _tabPageReverseTranslation
  242. //
  243. this._tabPageReverseTranslation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  244. this._tabPageReverseTranslation.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this._tabPageReverseTranslation.Location = new System.Drawing.Point(3, 3);
  246. this._tabPageReverseTranslation.Name = "_tabPageReverseTranslation";
  247. this._tabPageReverseTranslation.Size = new System.Drawing.Size(384, 233);
  248. this._tabPageReverseTranslation.TabIndex = 0;
  249. //
  250. // CustomDictionaryForm
  251. //
  252. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  253. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  254. this.ClientSize = new System.Drawing.Size(398, 265);
  255. this.Controls.Add(this._tabPageTranslation);
  256. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  257. this.Name = "CustomDictionaryForm";
  258. this.ShowInTaskbar = false;
  259. this.Text = "CustomDictionaryForm";
  260. this.Activated += new System.EventHandler(this.CustomDictionaryForm_Activated);
  261. this._tabPageTranslation.ResumeLayout(false);
  262. this._addEntryTabPage.ResumeLayout(false);
  263. this._addEntryTabPage.PerformLayout();
  264. this._translationTabPage.ResumeLayout(false);
  265. ((System.ComponentModel.ISupportInitialize)(this._dataGridViewTranslation)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  267. this._reverseTranslationTabPage.ResumeLayout(false);
  268. ((System.ComponentModel.ISupportInitialize)(this._dataGridViewReverseTranslation)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this._tabPageReverseTranslation)).EndInit();
  270. this.ResumeLayout(false);
  271. }
  272. #endregion
  273. private System.Windows.Forms.TabControl _tabPageTranslation;
  274. private System.Windows.Forms.TabPage _addEntryTabPage;
  275. private System.Windows.Forms.TabPage _translationTabPage;
  276. private System.Windows.Forms.TabPage _reverseTranslationTabPage;
  277. private System.Windows.Forms.CheckBox _ckbAddReverse;
  278. private System.Windows.Forms.DataGridView dataGridView1;
  279. private System.Windows.Forms.DataGridView _tabPageReverseTranslation;
  280. private System.Windows.Forms.DataGridView _dataGridViewTranslation;
  281. private System.Windows.Forms.DataGridView _dataGridViewReverseTranslation;
  282. private System.Windows.Forms.Button _btnAddTranslation;
  283. private System.Windows.Forms.CheckBox _ckbIgnoreCase;
  284. private System.Windows.Forms.TextBox _txtTranslated;
  285. private System.Windows.Forms.Label _lblCorrected;
  286. private System.Windows.Forms.TextBox _txtCorrected;
  287. private System.Windows.Forms.Label _lblTranslated;
  288. private System.Windows.Forms.Button _btnDelete;
  289. private System.Windows.Forms.Button _btnDelete2;
  290. }
  291. }