/src/Extensions/Default/FunctionalAgents/AbbreviationsAgent/AbbreviationEditorForm.Designer.cs

https://github.com/01org/acat · C# · 231 lines · 167 code · 7 blank · 57 comment · 3 complexity · 3f5501ddfdd9bb5315f150b81d95532b MD5 · raw file

  1. namespace ACAT.Extensions.Default.FunctionalAgents.AbbreviationsAgent
  2. {
  3. // TODO see if we should make a base class to encapsulate these three inherited classes/interfaces
  4. partial class AbbreviationEditorForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.lblExpansion = new System.Windows.Forms.Label();
  30. this.tbExpansion = new System.Windows.Forms.TextBox();
  31. this.lblSpoken = new System.Windows.Forms.Label();
  32. this.lblFinished = new System.Windows.Forms.Button();
  33. this.lblAbbreviation = new System.Windows.Forms.Label();
  34. this.boxType = new System.Windows.Forms.Panel();
  35. this.lblWritten = new System.Windows.Forms.Label();
  36. this.pbTypeSpoken = new System.Windows.Forms.Label();
  37. this.pbTypeWritten = new System.Windows.Forms.Label();
  38. this.lblType = new System.Windows.Forms.Label();
  39. this.tbAbbreviation = new System.Windows.Forms.TextBox();
  40. this.lblCancel = new System.Windows.Forms.Button();
  41. this.labelTitle = new System.Windows.Forms.Label();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.boxType.SuspendLayout();
  44. this.groupBox1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // lblExpansion
  48. //
  49. this.lblExpansion.AutoSize = true;
  50. this.lblExpansion.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  51. this.lblExpansion.Location = new System.Drawing.Point(41, 133);
  52. this.lblExpansion.Name = "lblExpansion";
  53. this.lblExpansion.Size = new System.Drawing.Size(117, 24);
  54. this.lblExpansion.TabIndex = 96;
  55. this.lblExpansion.Text = "Expansion";
  56. //
  57. // tbExpansion
  58. //
  59. this.tbExpansion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  60. this.tbExpansion.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  61. this.tbExpansion.Location = new System.Drawing.Point(45, 160);
  62. this.tbExpansion.Multiline = true;
  63. this.tbExpansion.Name = "tbExpansion";
  64. this.tbExpansion.Size = new System.Drawing.Size(476, 119);
  65. this.tbExpansion.TabIndex = 93;
  66. //
  67. // lblSpoken
  68. //
  69. this.lblSpoken.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  70. this.lblSpoken.Location = new System.Drawing.Point(40, 8);
  71. this.lblSpoken.Name = "lblSpoken";
  72. this.lblSpoken.Size = new System.Drawing.Size(94, 29);
  73. this.lblSpoken.TabIndex = 2;
  74. this.lblSpoken.Text = "Spoken";
  75. this.lblSpoken.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  76. //
  77. // lblFinished
  78. //
  79. this.lblFinished.Location = new System.Drawing.Point(159, 418);
  80. this.lblFinished.Name = "lblFinished";
  81. this.lblFinished.Size = new System.Drawing.Size(114, 47);
  82. this.lblFinished.TabIndex = 88;
  83. this.lblFinished.TabStop = false;
  84. this.lblFinished.Text = "OK";
  85. this.lblFinished.UseVisualStyleBackColor = true;
  86. //
  87. // lblAbbreviation
  88. //
  89. this.lblAbbreviation.AutoSize = true;
  90. this.lblAbbreviation.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  91. this.lblAbbreviation.Location = new System.Drawing.Point(39, 44);
  92. this.lblAbbreviation.Name = "lblAbbreviation";
  93. this.lblAbbreviation.Size = new System.Drawing.Size(139, 24);
  94. this.lblAbbreviation.TabIndex = 91;
  95. this.lblAbbreviation.Text = "Abbreviation";
  96. //
  97. // boxType
  98. //
  99. this.boxType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  100. this.boxType.Controls.Add(this.lblSpoken);
  101. this.boxType.Controls.Add(this.lblWritten);
  102. this.boxType.Controls.Add(this.pbTypeSpoken);
  103. this.boxType.Controls.Add(this.pbTypeWritten);
  104. this.boxType.Location = new System.Drawing.Point(47, 338);
  105. this.boxType.Name = "boxType";
  106. this.boxType.Size = new System.Drawing.Size(474, 49);
  107. this.boxType.TabIndex = 95;
  108. //
  109. // lblWritten
  110. //
  111. this.lblWritten.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  112. this.lblWritten.Location = new System.Drawing.Point(236, 9);
  113. this.lblWritten.Name = "lblWritten";
  114. this.lblWritten.Size = new System.Drawing.Size(94, 29);
  115. this.lblWritten.TabIndex = 1;
  116. this.lblWritten.Text = "Written";
  117. this.lblWritten.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  118. //
  119. // pbTypeSpoken
  120. //
  121. this.pbTypeSpoken.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.pbTypeSpoken.Location = new System.Drawing.Point(2, 10);
  123. this.pbTypeSpoken.Name = "pbTypeSpoken";
  124. this.pbTypeSpoken.Size = new System.Drawing.Size(39, 29);
  125. this.pbTypeSpoken.TabIndex = 67;
  126. this.pbTypeSpoken.Text = "N";
  127. this.pbTypeSpoken.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  128. //
  129. // pbTypeWritten
  130. //
  131. this.pbTypeWritten.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.pbTypeWritten.Location = new System.Drawing.Point(199, 10);
  133. this.pbTypeWritten.Name = "pbTypeWritten";
  134. this.pbTypeWritten.Size = new System.Drawing.Size(39, 29);
  135. this.pbTypeWritten.TabIndex = 66;
  136. this.pbTypeWritten.Text = "N";
  137. this.pbTypeWritten.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  138. //
  139. // lblType
  140. //
  141. this.lblType.AutoSize = true;
  142. this.lblType.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  143. this.lblType.Location = new System.Drawing.Point(43, 308);
  144. this.lblType.Name = "lblType";
  145. this.lblType.Size = new System.Drawing.Size(65, 24);
  146. this.lblType.TabIndex = 94;
  147. this.lblType.Text = "Mode";
  148. //
  149. // tbAbbreviation
  150. //
  151. this.tbAbbreviation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  152. this.tbAbbreviation.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  153. this.tbAbbreviation.Location = new System.Drawing.Point(43, 71);
  154. this.tbAbbreviation.Name = "tbAbbreviation";
  155. this.tbAbbreviation.Size = new System.Drawing.Size(183, 32);
  156. this.tbAbbreviation.TabIndex = 92;
  157. //
  158. // lblCancel
  159. //
  160. this.lblCancel.Location = new System.Drawing.Point(306, 418);
  161. this.lblCancel.Name = "lblCancel";
  162. this.lblCancel.Size = new System.Drawing.Size(114, 47);
  163. this.lblCancel.TabIndex = 90;
  164. this.lblCancel.TabStop = false;
  165. this.lblCancel.Text = "Cancel";
  166. this.lblCancel.UseVisualStyleBackColor = true;
  167. //
  168. // labelTitle
  169. //
  170. this.labelTitle.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171. this.labelTitle.Location = new System.Drawing.Point(14, -2);
  172. this.labelTitle.Name = "labelTitle";
  173. this.labelTitle.Size = new System.Drawing.Size(240, 24);
  174. this.labelTitle.TabIndex = 161;
  175. this.labelTitle.Text = "Edit / Add Abbreviation";
  176. this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  177. //
  178. // groupBox1
  179. //
  180. this.groupBox1.Controls.Add(this.lblAbbreviation);
  181. this.groupBox1.Controls.Add(this.lblType);
  182. this.groupBox1.Controls.Add(this.tbAbbreviation);
  183. this.groupBox1.Controls.Add(this.boxType);
  184. this.groupBox1.Controls.Add(this.tbExpansion);
  185. this.groupBox1.Controls.Add(this.lblExpansion);
  186. this.groupBox1.Controls.Add(this.lblFinished);
  187. this.groupBox1.Controls.Add(this.lblCancel);
  188. this.groupBox1.Controls.Add(this.labelTitle);
  189. this.groupBox1.Location = new System.Drawing.Point(10, 18);
  190. this.groupBox1.Name = "groupBox1";
  191. this.groupBox1.Size = new System.Drawing.Size(536, 484);
  192. this.groupBox1.TabIndex = 172;
  193. this.groupBox1.TabStop = false;
  194. //
  195. // AbbreviationEditorForm
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(553, 514);
  200. this.Controls.Add(this.groupBox1);
  201. this.Name = "AbbreviationEditorForm";
  202. this.Text = "Abbreviations Editor";
  203. this.boxType.ResumeLayout(false);
  204. this.groupBox1.ResumeLayout(false);
  205. this.groupBox1.PerformLayout();
  206. this.ResumeLayout(false);
  207. }
  208. #endregion
  209. private System.Windows.Forms.Label lblExpansion;
  210. private System.Windows.Forms.TextBox tbExpansion;
  211. private System.Windows.Forms.Label lblSpoken;
  212. private System.Windows.Forms.Button lblFinished;
  213. private System.Windows.Forms.Label lblAbbreviation;
  214. private System.Windows.Forms.Panel boxType;
  215. private System.Windows.Forms.Label lblWritten;
  216. private System.Windows.Forms.Label pbTypeSpoken;
  217. private System.Windows.Forms.Label pbTypeWritten;
  218. private System.Windows.Forms.Label lblType;
  219. private System.Windows.Forms.TextBox tbAbbreviation;
  220. private System.Windows.Forms.Button lblCancel;
  221. private System.Windows.Forms.Label labelTitle;
  222. private System.Windows.Forms.GroupBox groupBox1;
  223. }
  224. }