using HTEXMark.Properties; namespace HTEXMark { partial class AI_Form { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.webView21 = new Microsoft.Web.WebView2.WinForms.WebView2(); this.addAIItem = new System.Windows.Forms.Button(); this.comboBox_item_type = new System.Windows.Forms.ComboBox(); this.numericUpDownItemCount = new System.Windows.Forms.NumericUpDown(); this.comboBox_subject = new System.Windows.Forms.ComboBox(); this.genAIItem = new System.Windows.Forms.Button(); this.button_AI_Option = new System.Windows.Forms.Button(); this.richTextBoxEx = new HTEXMark.RichTextBoxEx(); ((System.ComponentModel.ISupportInitialize)(this.webView21)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownItemCount)).BeginInit(); this.SuspendLayout(); // // webView21 // this.webView21.AllowExternalDrop = true; this.webView21.CreationProperties = null; this.webView21.DefaultBackgroundColor = System.Drawing.Color.White; this.webView21.Location = new System.Drawing.Point(0, 107); this.webView21.Name = "webView21"; this.webView21.Size = new System.Drawing.Size(800, 505); this.webView21.TabIndex = 0; this.webView21.ZoomFactor = 1D; // // addAIItem // this.addAIItem.Location = new System.Drawing.Point(52, 81); this.addAIItem.Name = "addAIItem"; this.addAIItem.Size = new System.Drawing.Size(39, 23); this.addAIItem.TabIndex = 1; this.addAIItem.Text = "Add"; this.addAIItem.UseVisualStyleBackColor = true; this.addAIItem.Click += new System.EventHandler(this.AddAIItem_Click); // // comboBox_item_type // this.comboBox_item_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_item_type.FormattingEnabled = true; this.comboBox_item_type.Location = new System.Drawing.Point(7, 29); this.comboBox_item_type.Name = "comboBox_item_type"; this.comboBox_item_type.Size = new System.Drawing.Size(136, 20); this.comboBox_item_type.TabIndex = 2; // // numericUpDownItemCount // this.numericUpDownItemCount.Location = new System.Drawing.Point(7, 55); this.numericUpDownItemCount.Maximum = new decimal(new int[] { 20, 0, 0, 0}); this.numericUpDownItemCount.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownItemCount.Name = "numericUpDownItemCount"; this.numericUpDownItemCount.Size = new System.Drawing.Size(137, 21); this.numericUpDownItemCount.TabIndex = 3; this.numericUpDownItemCount.Tag = "数量"; this.numericUpDownItemCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.numericUpDownItemCount.Value = new decimal(new int[] { 5, 0, 0, 0}); // // comboBox_subject // this.comboBox_subject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_subject.FormattingEnabled = true; this.comboBox_subject.Location = new System.Drawing.Point(7, 4); this.comboBox_subject.Name = "comboBox_subject"; this.comboBox_subject.Size = new System.Drawing.Size(136, 20); this.comboBox_subject.TabIndex = 5; // // genAIItem // this.genAIItem.Location = new System.Drawing.Point(7, 81); this.genAIItem.Name = "genAIItem"; this.genAIItem.Size = new System.Drawing.Size(39, 23); this.genAIItem.TabIndex = 6; this.genAIItem.Text = "Gen"; this.genAIItem.UseVisualStyleBackColor = true; this.genAIItem.Click += new System.EventHandler(this.GenAIItem_Click); // // button_AI_Option // this.button_AI_Option.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_AI_Option.Location = new System.Drawing.Point(97, 81); this.button_AI_Option.Name = "button_AI_Option"; this.button_AI_Option.Size = new System.Drawing.Size(47, 23); this.button_AI_Option.TabIndex = 7; this.button_AI_Option.Text = "Option"; this.button_AI_Option.UseVisualStyleBackColor = true; this.button_AI_Option.Click += new System.EventHandler(this.Button_AI_Option_Click); // // richTextBoxEx // this.richTextBoxEx.Location = new System.Drawing.Point(150, 1); this.richTextBoxEx.Name = "richTextBoxEx"; this.richTextBoxEx.PlaceHolder = "请输入题目描述信息......"; this.richTextBoxEx.Size = new System.Drawing.Size(649, 105); this.richTextBoxEx.TabIndex = 4; this.richTextBoxEx.Text = ""; // // AI_Form // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 612); this.Controls.Add(this.button_AI_Option); this.Controls.Add(this.genAIItem); this.Controls.Add(this.comboBox_subject); this.Controls.Add(this.richTextBoxEx); this.Controls.Add(this.numericUpDownItemCount); this.Controls.Add(this.comboBox_item_type); this.Controls.Add(this.addAIItem); this.Controls.Add(this.webView21); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AI_Form"; this.Text = "AI生成题目"; ((System.ComponentModel.ISupportInitialize)(this.webView21)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownItemCount)).EndInit(); this.ResumeLayout(false); } #endregion private Microsoft.Web.WebView2.WinForms.WebView2 webView21; private System.Windows.Forms.Button addAIItem; private System.Windows.Forms.ComboBox comboBox_item_type; private System.Windows.Forms.NumericUpDown numericUpDownItemCount; private RichTextBoxEx richTextBoxEx; private System.Windows.Forms.ComboBox comboBox_subject; private System.Windows.Forms.Button genAIItem; private System.Windows.Forms.Button button_AI_Option; } }