123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
- namespace HTEXMark
- {
- partial class AISettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.panel2 = new System.Windows.Forms.Panel();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.comboBoxPeriod = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.comboBoxSubject = new System.Windows.Forms.ComboBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.label5 = new System.Windows.Forms.Label();
- this.comboBoxItemTypes = new System.Windows.Forms.ComboBox();
- this.panel4 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.listBox_itemList = new System.Windows.Forms.ListBox();
- this.richTextBoxEx1 = new HTEXMark.RichTextBoxEx();
- this.button1 = new System.Windows.Forms.Button();
- this.panel6 = new System.Windows.Forms.Panel();
- this.radioButton4 = new System.Windows.Forms.RadioButton();
- this.radioButton5 = new System.Windows.Forms.RadioButton();
- this.label6 = new System.Windows.Forms.Label();
- this.radioButton6 = new System.Windows.Forms.RadioButton();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel6.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.radioButton2);
- this.panel1.Controls.Add(this.radioButton3);
- this.panel1.Controls.Add(this.radioButton1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(120, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(663, 29);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(6, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(65, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "题目归属:";
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Checked = true;
- this.radioButton1.Location = new System.Drawing.Point(77, 7);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(47, 16);
- this.radioButton1.TabIndex = 1;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "学校";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(222, 7);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(47, 16);
- this.radioButton2.TabIndex = 2;
- this.radioButton2.Text = "个人";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.comboBoxSubject);
- this.panel2.Controls.Add(this.comboBoxPeriod);
- this.panel2.Controls.Add(this.label3);
- this.panel2.Location = new System.Drawing.Point(120, 29);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(663, 29);
- this.panel2.TabIndex = 3;
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(365, 7);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(47, 16);
- this.radioButton3.TabIndex = 2;
- this.radioButton3.Text = "公开";
- this.radioButton3.UseVisualStyleBackColor = true;
- //
- // comboBoxPeriod
- //
- this.comboBoxPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxPeriod.FormattingEnabled = true;
- this.comboBoxPeriod.Location = new System.Drawing.Point(77, 6);
- this.comboBoxPeriod.Name = "comboBoxPeriod";
- this.comboBoxPeriod.Size = new System.Drawing.Size(121, 20);
- this.comboBoxPeriod.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 9);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "学段学科:";
- //
- // comboBoxSubject
- //
- this.comboBoxSubject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxSubject.FormattingEnabled = true;
- this.comboBoxSubject.Location = new System.Drawing.Point(217, 6);
- this.comboBoxSubject.Name = "comboBoxSubject";
- this.comboBoxSubject.Size = new System.Drawing.Size(121, 20);
- this.comboBoxSubject.TabIndex = 8;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.comboBoxItemTypes);
- this.panel3.Controls.Add(this.label5);
- this.panel3.Location = new System.Drawing.Point(120, 58);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(663, 29);
- this.panel3.TabIndex = 4;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(6, 8);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 12);
- this.label5.TabIndex = 1;
- this.label5.Text = "题目类型:";
- //
- // comboBoxItemTypes
- //
- this.comboBoxItemTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxItemTypes.FormattingEnabled = true;
- this.comboBoxItemTypes.Location = new System.Drawing.Point(77, 5);
- this.comboBoxItemTypes.Name = "comboBoxItemTypes";
- this.comboBoxItemTypes.Size = new System.Drawing.Size(121, 20);
- this.comboBoxItemTypes.TabIndex = 9;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.panel6);
- this.panel4.Controls.Add(this.richTextBoxEx1);
- this.panel4.Location = new System.Drawing.Point(120, 87);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(663, 153);
- this.panel4.TabIndex = 5;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.listBox_itemList);
- this.panel5.Location = new System.Drawing.Point(0, 0);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(120, 261);
- this.panel5.TabIndex = 6;
- //
- // listBox_itemList
- //
- this.listBox_itemList.FormattingEnabled = true;
- this.listBox_itemList.ItemHeight = 12;
- this.listBox_itemList.Location = new System.Drawing.Point(0, 0);
- this.listBox_itemList.Name = "listBox_itemList";
- this.listBox_itemList.Size = new System.Drawing.Size(120, 268);
- this.listBox_itemList.TabIndex = 1;
- //
- // richTextBoxEx1
- //
- this.richTextBoxEx1.Location = new System.Drawing.Point(0, 31);
- this.richTextBoxEx1.Name = "richTextBoxEx1";
- this.richTextBoxEx1.PlaceHolder = "请输入题目描述信息......";
- this.richTextBoxEx1.Size = new System.Drawing.Size(663, 122);
- this.richTextBoxEx1.TabIndex = 0;
- this.richTextBoxEx1.Text = "";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(119, 238);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(666, 26);
- this.button1.TabIndex = 1;
- this.button1.Text = "添加/更新";
- this.button1.UseVisualStyleBackColor = true;
- //
- // panel6
- //
- this.panel6.Controls.Add(this.radioButton4);
- this.panel6.Controls.Add(this.radioButton5);
- this.panel6.Controls.Add(this.label6);
- this.panel6.Controls.Add(this.radioButton6);
- this.panel6.Location = new System.Drawing.Point(0, 0);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(663, 32);
- this.panel6.TabIndex = 1;
- //
- // radioButton4
- //
- this.radioButton4.AutoSize = true;
- this.radioButton4.Location = new System.Drawing.Point(222, 9);
- this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(71, 16);
- this.radioButton4.TabIndex = 12;
- this.radioButton4.Text = "繁體中文";
- this.radioButton4.UseVisualStyleBackColor = true;
- //
- // radioButton5
- //
- this.radioButton5.AutoSize = true;
- this.radioButton5.Location = new System.Drawing.Point(365, 10);
- this.radioButton5.Name = "radioButton5";
- this.radioButton5.Size = new System.Drawing.Size(65, 16);
- this.radioButton5.TabIndex = 11;
- this.radioButton5.Text = "English";
- this.radioButton5.UseVisualStyleBackColor = true;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(8, 11);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(65, 12);
- this.label6.TabIndex = 13;
- this.label6.Text = "语言设置:";
- //
- // radioButton6
- //
- this.radioButton6.AutoSize = true;
- this.radioButton6.Checked = true;
- this.radioButton6.Location = new System.Drawing.Point(79, 9);
- this.radioButton6.Name = "radioButton6";
- this.radioButton6.Size = new System.Drawing.Size(71, 16);
- this.radioButton6.TabIndex = 10;
- this.radioButton6.TabStop = true;
- this.radioButton6.Text = "简体中文";
- this.radioButton6.UseVisualStyleBackColor = true;
- //
- // AISettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(784, 263);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.panel5);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.panel1);
- this.Name = "AISettingForm";
- this.Text = "AI题目设置";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.panel6.ResumeLayout(false);
- this.panel6.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.ComboBox comboBoxPeriod;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox comboBoxSubject;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ComboBox comboBoxItemTypes;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.ListBox listBox_itemList;
- private System.Windows.Forms.Button button1;
- private RichTextBoxEx richTextBoxEx1;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.RadioButton radioButton5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.RadioButton radioButton6;
- }
- }
|