AISettingForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. namespace HTEXMark
  2. {
  3. partial class AISettingForm
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.radioButton1 = new System.Windows.Forms.RadioButton();
  31. this.radioButton2 = new System.Windows.Forms.RadioButton();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.radioButton3 = new System.Windows.Forms.RadioButton();
  34. this.comboBoxPeriod = new System.Windows.Forms.ComboBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.comboBoxSubject = new System.Windows.Forms.ComboBox();
  37. this.panel3 = new System.Windows.Forms.Panel();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.comboBoxItemTypes = new System.Windows.Forms.ComboBox();
  40. this.panel4 = new System.Windows.Forms.Panel();
  41. this.panel5 = new System.Windows.Forms.Panel();
  42. this.listBox_itemList = new System.Windows.Forms.ListBox();
  43. this.richTextBoxEx1 = new HTEXMark.RichTextBoxEx();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.panel6 = new System.Windows.Forms.Panel();
  46. this.radioButton4 = new System.Windows.Forms.RadioButton();
  47. this.radioButton5 = new System.Windows.Forms.RadioButton();
  48. this.label6 = new System.Windows.Forms.Label();
  49. this.radioButton6 = new System.Windows.Forms.RadioButton();
  50. this.panel1.SuspendLayout();
  51. this.panel2.SuspendLayout();
  52. this.panel3.SuspendLayout();
  53. this.panel4.SuspendLayout();
  54. this.panel5.SuspendLayout();
  55. this.panel6.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // panel1
  59. //
  60. this.panel1.Controls.Add(this.radioButton2);
  61. this.panel1.Controls.Add(this.radioButton3);
  62. this.panel1.Controls.Add(this.radioButton1);
  63. this.panel1.Controls.Add(this.label1);
  64. this.panel1.Location = new System.Drawing.Point(120, 0);
  65. this.panel1.Name = "panel1";
  66. this.panel1.Size = new System.Drawing.Size(663, 29);
  67. this.panel1.TabIndex = 1;
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Location = new System.Drawing.Point(6, 9);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(65, 12);
  75. this.label1.TabIndex = 0;
  76. this.label1.Text = "题目归属:";
  77. //
  78. // radioButton1
  79. //
  80. this.radioButton1.AutoSize = true;
  81. this.radioButton1.Checked = true;
  82. this.radioButton1.Location = new System.Drawing.Point(77, 7);
  83. this.radioButton1.Name = "radioButton1";
  84. this.radioButton1.Size = new System.Drawing.Size(47, 16);
  85. this.radioButton1.TabIndex = 1;
  86. this.radioButton1.TabStop = true;
  87. this.radioButton1.Text = "学校";
  88. this.radioButton1.UseVisualStyleBackColor = true;
  89. //
  90. // radioButton2
  91. //
  92. this.radioButton2.AutoSize = true;
  93. this.radioButton2.Location = new System.Drawing.Point(222, 7);
  94. this.radioButton2.Name = "radioButton2";
  95. this.radioButton2.Size = new System.Drawing.Size(47, 16);
  96. this.radioButton2.TabIndex = 2;
  97. this.radioButton2.Text = "个人";
  98. this.radioButton2.UseVisualStyleBackColor = true;
  99. //
  100. // panel2
  101. //
  102. this.panel2.Controls.Add(this.comboBoxSubject);
  103. this.panel2.Controls.Add(this.comboBoxPeriod);
  104. this.panel2.Controls.Add(this.label3);
  105. this.panel2.Location = new System.Drawing.Point(120, 29);
  106. this.panel2.Name = "panel2";
  107. this.panel2.Size = new System.Drawing.Size(663, 29);
  108. this.panel2.TabIndex = 3;
  109. //
  110. // radioButton3
  111. //
  112. this.radioButton3.AutoSize = true;
  113. this.radioButton3.Location = new System.Drawing.Point(365, 7);
  114. this.radioButton3.Name = "radioButton3";
  115. this.radioButton3.Size = new System.Drawing.Size(47, 16);
  116. this.radioButton3.TabIndex = 2;
  117. this.radioButton3.Text = "公开";
  118. this.radioButton3.UseVisualStyleBackColor = true;
  119. //
  120. // comboBoxPeriod
  121. //
  122. this.comboBoxPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  123. this.comboBoxPeriod.FormattingEnabled = true;
  124. this.comboBoxPeriod.Location = new System.Drawing.Point(77, 6);
  125. this.comboBoxPeriod.Name = "comboBoxPeriod";
  126. this.comboBoxPeriod.Size = new System.Drawing.Size(121, 20);
  127. this.comboBoxPeriod.TabIndex = 6;
  128. //
  129. // label3
  130. //
  131. this.label3.AutoSize = true;
  132. this.label3.Location = new System.Drawing.Point(6, 9);
  133. this.label3.Name = "label3";
  134. this.label3.Size = new System.Drawing.Size(65, 12);
  135. this.label3.TabIndex = 5;
  136. this.label3.Text = "学段学科:";
  137. //
  138. // comboBoxSubject
  139. //
  140. this.comboBoxSubject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  141. this.comboBoxSubject.FormattingEnabled = true;
  142. this.comboBoxSubject.Location = new System.Drawing.Point(217, 6);
  143. this.comboBoxSubject.Name = "comboBoxSubject";
  144. this.comboBoxSubject.Size = new System.Drawing.Size(121, 20);
  145. this.comboBoxSubject.TabIndex = 8;
  146. //
  147. // panel3
  148. //
  149. this.panel3.Controls.Add(this.comboBoxItemTypes);
  150. this.panel3.Controls.Add(this.label5);
  151. this.panel3.Location = new System.Drawing.Point(120, 58);
  152. this.panel3.Name = "panel3";
  153. this.panel3.Size = new System.Drawing.Size(663, 29);
  154. this.panel3.TabIndex = 4;
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Location = new System.Drawing.Point(6, 8);
  160. this.label5.Name = "label5";
  161. this.label5.Size = new System.Drawing.Size(65, 12);
  162. this.label5.TabIndex = 1;
  163. this.label5.Text = "题目类型:";
  164. //
  165. // comboBoxItemTypes
  166. //
  167. this.comboBoxItemTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  168. this.comboBoxItemTypes.FormattingEnabled = true;
  169. this.comboBoxItemTypes.Location = new System.Drawing.Point(77, 5);
  170. this.comboBoxItemTypes.Name = "comboBoxItemTypes";
  171. this.comboBoxItemTypes.Size = new System.Drawing.Size(121, 20);
  172. this.comboBoxItemTypes.TabIndex = 9;
  173. //
  174. // panel4
  175. //
  176. this.panel4.Controls.Add(this.panel6);
  177. this.panel4.Controls.Add(this.richTextBoxEx1);
  178. this.panel4.Location = new System.Drawing.Point(120, 87);
  179. this.panel4.Name = "panel4";
  180. this.panel4.Size = new System.Drawing.Size(663, 153);
  181. this.panel4.TabIndex = 5;
  182. //
  183. // panel5
  184. //
  185. this.panel5.Controls.Add(this.listBox_itemList);
  186. this.panel5.Location = new System.Drawing.Point(0, 0);
  187. this.panel5.Name = "panel5";
  188. this.panel5.Size = new System.Drawing.Size(120, 261);
  189. this.panel5.TabIndex = 6;
  190. //
  191. // listBox_itemList
  192. //
  193. this.listBox_itemList.FormattingEnabled = true;
  194. this.listBox_itemList.ItemHeight = 12;
  195. this.listBox_itemList.Location = new System.Drawing.Point(0, 0);
  196. this.listBox_itemList.Name = "listBox_itemList";
  197. this.listBox_itemList.Size = new System.Drawing.Size(120, 268);
  198. this.listBox_itemList.TabIndex = 1;
  199. //
  200. // richTextBoxEx1
  201. //
  202. this.richTextBoxEx1.Location = new System.Drawing.Point(0, 31);
  203. this.richTextBoxEx1.Name = "richTextBoxEx1";
  204. this.richTextBoxEx1.PlaceHolder = "请输入题目描述信息......";
  205. this.richTextBoxEx1.Size = new System.Drawing.Size(663, 122);
  206. this.richTextBoxEx1.TabIndex = 0;
  207. this.richTextBoxEx1.Text = "";
  208. //
  209. // button1
  210. //
  211. this.button1.Location = new System.Drawing.Point(119, 238);
  212. this.button1.Name = "button1";
  213. this.button1.Size = new System.Drawing.Size(666, 26);
  214. this.button1.TabIndex = 1;
  215. this.button1.Text = "添加/更新";
  216. this.button1.UseVisualStyleBackColor = true;
  217. //
  218. // panel6
  219. //
  220. this.panel6.Controls.Add(this.radioButton4);
  221. this.panel6.Controls.Add(this.radioButton5);
  222. this.panel6.Controls.Add(this.label6);
  223. this.panel6.Controls.Add(this.radioButton6);
  224. this.panel6.Location = new System.Drawing.Point(0, 0);
  225. this.panel6.Name = "panel6";
  226. this.panel6.Size = new System.Drawing.Size(663, 32);
  227. this.panel6.TabIndex = 1;
  228. //
  229. // radioButton4
  230. //
  231. this.radioButton4.AutoSize = true;
  232. this.radioButton4.Location = new System.Drawing.Point(222, 9);
  233. this.radioButton4.Name = "radioButton4";
  234. this.radioButton4.Size = new System.Drawing.Size(71, 16);
  235. this.radioButton4.TabIndex = 12;
  236. this.radioButton4.Text = "繁體中文";
  237. this.radioButton4.UseVisualStyleBackColor = true;
  238. //
  239. // radioButton5
  240. //
  241. this.radioButton5.AutoSize = true;
  242. this.radioButton5.Location = new System.Drawing.Point(365, 10);
  243. this.radioButton5.Name = "radioButton5";
  244. this.radioButton5.Size = new System.Drawing.Size(65, 16);
  245. this.radioButton5.TabIndex = 11;
  246. this.radioButton5.Text = "English";
  247. this.radioButton5.UseVisualStyleBackColor = true;
  248. //
  249. // label6
  250. //
  251. this.label6.AutoSize = true;
  252. this.label6.Location = new System.Drawing.Point(8, 11);
  253. this.label6.Name = "label6";
  254. this.label6.Size = new System.Drawing.Size(65, 12);
  255. this.label6.TabIndex = 13;
  256. this.label6.Text = "语言设置:";
  257. //
  258. // radioButton6
  259. //
  260. this.radioButton6.AutoSize = true;
  261. this.radioButton6.Checked = true;
  262. this.radioButton6.Location = new System.Drawing.Point(79, 9);
  263. this.radioButton6.Name = "radioButton6";
  264. this.radioButton6.Size = new System.Drawing.Size(71, 16);
  265. this.radioButton6.TabIndex = 10;
  266. this.radioButton6.TabStop = true;
  267. this.radioButton6.Text = "简体中文";
  268. this.radioButton6.UseVisualStyleBackColor = true;
  269. //
  270. // AISettingForm
  271. //
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.ClientSize = new System.Drawing.Size(784, 263);
  275. this.Controls.Add(this.button1);
  276. this.Controls.Add(this.panel5);
  277. this.Controls.Add(this.panel4);
  278. this.Controls.Add(this.panel3);
  279. this.Controls.Add(this.panel2);
  280. this.Controls.Add(this.panel1);
  281. this.Name = "AISettingForm";
  282. this.Text = "AI题目设置";
  283. this.panel1.ResumeLayout(false);
  284. this.panel1.PerformLayout();
  285. this.panel2.ResumeLayout(false);
  286. this.panel2.PerformLayout();
  287. this.panel3.ResumeLayout(false);
  288. this.panel3.PerformLayout();
  289. this.panel4.ResumeLayout(false);
  290. this.panel5.ResumeLayout(false);
  291. this.panel6.ResumeLayout(false);
  292. this.panel6.PerformLayout();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private System.Windows.Forms.Panel panel1;
  297. private System.Windows.Forms.RadioButton radioButton2;
  298. private System.Windows.Forms.RadioButton radioButton1;
  299. private System.Windows.Forms.Label label1;
  300. private System.Windows.Forms.Panel panel2;
  301. private System.Windows.Forms.RadioButton radioButton3;
  302. private System.Windows.Forms.ComboBox comboBoxPeriod;
  303. private System.Windows.Forms.Label label3;
  304. private System.Windows.Forms.ComboBox comboBoxSubject;
  305. private System.Windows.Forms.Panel panel3;
  306. private System.Windows.Forms.Label label5;
  307. private System.Windows.Forms.ComboBox comboBoxItemTypes;
  308. private System.Windows.Forms.Panel panel4;
  309. private System.Windows.Forms.Panel panel5;
  310. private System.Windows.Forms.ListBox listBox_itemList;
  311. private System.Windows.Forms.Button button1;
  312. private RichTextBoxEx richTextBoxEx1;
  313. private System.Windows.Forms.Panel panel6;
  314. private System.Windows.Forms.RadioButton radioButton4;
  315. private System.Windows.Forms.RadioButton radioButton5;
  316. private System.Windows.Forms.Label label6;
  317. private System.Windows.Forms.RadioButton radioButton6;
  318. }
  319. }