AI_Form.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. using HTEXMark.Properties;
  2. namespace HTEXMark
  3. {
  4. partial class AI_Form
  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.webView21 = new Microsoft.Web.WebView2.WinForms.WebView2();
  30. this.addAIItem = new System.Windows.Forms.Button();
  31. this.comboBox_item_type = new System.Windows.Forms.ComboBox();
  32. this.numericUpDownItemCount = new System.Windows.Forms.NumericUpDown();
  33. this.comboBox_subject = new System.Windows.Forms.ComboBox();
  34. this.genAIItem = new System.Windows.Forms.Button();
  35. this.button_AI_Option = new System.Windows.Forms.Button();
  36. this.richTextBoxEx = new HTEXMark.RichTextBoxEx();
  37. ((System.ComponentModel.ISupportInitialize)(this.webView21)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.numericUpDownItemCount)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // webView21
  42. //
  43. this.webView21.AllowExternalDrop = true;
  44. this.webView21.CreationProperties = null;
  45. this.webView21.DefaultBackgroundColor = System.Drawing.Color.White;
  46. this.webView21.Location = new System.Drawing.Point(0, 107);
  47. this.webView21.Name = "webView21";
  48. this.webView21.Size = new System.Drawing.Size(800, 505);
  49. this.webView21.TabIndex = 0;
  50. this.webView21.ZoomFactor = 1D;
  51. //
  52. // addAIItem
  53. //
  54. this.addAIItem.Location = new System.Drawing.Point(52, 81);
  55. this.addAIItem.Name = "addAIItem";
  56. this.addAIItem.Size = new System.Drawing.Size(39, 23);
  57. this.addAIItem.TabIndex = 1;
  58. this.addAIItem.Text = "Add";
  59. this.addAIItem.UseVisualStyleBackColor = true;
  60. this.addAIItem.Click += new System.EventHandler(this.AddAIItem_Click);
  61. //
  62. // comboBox_item_type
  63. //
  64. this.comboBox_item_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  65. this.comboBox_item_type.FormattingEnabled = true;
  66. this.comboBox_item_type.Location = new System.Drawing.Point(7, 29);
  67. this.comboBox_item_type.Name = "comboBox_item_type";
  68. this.comboBox_item_type.Size = new System.Drawing.Size(136, 20);
  69. this.comboBox_item_type.TabIndex = 2;
  70. //
  71. // numericUpDownItemCount
  72. //
  73. this.numericUpDownItemCount.Location = new System.Drawing.Point(7, 55);
  74. this.numericUpDownItemCount.Maximum = new decimal(new int[] {
  75. 20,
  76. 0,
  77. 0,
  78. 0});
  79. this.numericUpDownItemCount.Minimum = new decimal(new int[] {
  80. 1,
  81. 0,
  82. 0,
  83. 0});
  84. this.numericUpDownItemCount.Name = "numericUpDownItemCount";
  85. this.numericUpDownItemCount.Size = new System.Drawing.Size(137, 21);
  86. this.numericUpDownItemCount.TabIndex = 3;
  87. this.numericUpDownItemCount.Tag = "数量";
  88. this.numericUpDownItemCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  89. this.numericUpDownItemCount.Value = new decimal(new int[] {
  90. 5,
  91. 0,
  92. 0,
  93. 0});
  94. //
  95. // comboBox_subject
  96. //
  97. this.comboBox_subject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  98. this.comboBox_subject.FormattingEnabled = true;
  99. this.comboBox_subject.Location = new System.Drawing.Point(7, 4);
  100. this.comboBox_subject.Name = "comboBox_subject";
  101. this.comboBox_subject.Size = new System.Drawing.Size(136, 20);
  102. this.comboBox_subject.TabIndex = 5;
  103. //
  104. // genAIItem
  105. //
  106. this.genAIItem.Location = new System.Drawing.Point(7, 81);
  107. this.genAIItem.Name = "genAIItem";
  108. this.genAIItem.Size = new System.Drawing.Size(39, 23);
  109. this.genAIItem.TabIndex = 6;
  110. this.genAIItem.Text = "Gen";
  111. this.genAIItem.UseVisualStyleBackColor = true;
  112. this.genAIItem.Click += new System.EventHandler(this.GenAIItem_Click);
  113. //
  114. // button_AI_Option
  115. //
  116. this.button_AI_Option.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.button_AI_Option.Location = new System.Drawing.Point(97, 81);
  118. this.button_AI_Option.Name = "button_AI_Option";
  119. this.button_AI_Option.Size = new System.Drawing.Size(47, 23);
  120. this.button_AI_Option.TabIndex = 7;
  121. this.button_AI_Option.Text = "Option";
  122. this.button_AI_Option.UseVisualStyleBackColor = true;
  123. this.button_AI_Option.Click += new System.EventHandler(this.Button_AI_Option_Click);
  124. //
  125. // richTextBoxEx
  126. //
  127. this.richTextBoxEx.Location = new System.Drawing.Point(150, 1);
  128. this.richTextBoxEx.Name = "richTextBoxEx";
  129. this.richTextBoxEx.PlaceHolder = "请输入题目描述信息......";
  130. this.richTextBoxEx.Size = new System.Drawing.Size(649, 105);
  131. this.richTextBoxEx.TabIndex = 4;
  132. this.richTextBoxEx.Text = "";
  133. //
  134. // AI_Form
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(800, 612);
  139. this.Controls.Add(this.button_AI_Option);
  140. this.Controls.Add(this.genAIItem);
  141. this.Controls.Add(this.comboBox_subject);
  142. this.Controls.Add(this.richTextBoxEx);
  143. this.Controls.Add(this.numericUpDownItemCount);
  144. this.Controls.Add(this.comboBox_item_type);
  145. this.Controls.Add(this.addAIItem);
  146. this.Controls.Add(this.webView21);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  148. this.MaximizeBox = false;
  149. this.MinimizeBox = false;
  150. this.Name = "AI_Form";
  151. this.Text = "AI生成题目";
  152. ((System.ComponentModel.ISupportInitialize)(this.webView21)).EndInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.numericUpDownItemCount)).EndInit();
  154. this.ResumeLayout(false);
  155. }
  156. #endregion
  157. private Microsoft.Web.WebView2.WinForms.WebView2 webView21;
  158. private System.Windows.Forms.Button addAIItem;
  159. private System.Windows.Forms.ComboBox comboBox_item_type;
  160. private System.Windows.Forms.NumericUpDown numericUpDownItemCount;
  161. private RichTextBoxEx richTextBoxEx;
  162. private System.Windows.Forms.ComboBox comboBox_subject;
  163. private System.Windows.Forms.Button genAIItem;
  164. private System.Windows.Forms.Button button_AI_Option;
  165. }
  166. }