namespace AutoSW.UI { partial class MainForm { /// /// 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() { AntdUI.Tabs.StyleLine styleLine1 = new AntdUI.Tabs.StyleLine(); this.UserQuestionInput = new AntdUI.Input(); this.UseFuncCall = new AntdUI.Checkbox(); this.ModelList = new AntdUI.Select(); this.sendBtn = new AntdUI.Button(); this.MessageList = new AntdUI.Chat.ChatList(); this.MainTabs = new AntdUI.Tabs(); this.MsgListPage = new AntdUI.TabPage(); this.TestTabPage = new AntdUI.TabPage(); this.GetDrwInfoBtn = new AntdUI.Button(); this.MainTabs.SuspendLayout(); this.MsgListPage.SuspendLayout(); this.TestTabPage.SuspendLayout(); this.SuspendLayout(); // // UserQuestionInput // this.UserQuestionInput.AllowClear = true; this.UserQuestionInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.UserQuestionInput.Location = new System.Drawing.Point(-3, 659); this.UserQuestionInput.Multiline = true; this.UserQuestionInput.Name = "UserQuestionInput"; this.UserQuestionInput.Size = new System.Drawing.Size(350, 76); this.UserQuestionInput.TabIndex = 4; // // UseFuncCall // this.UseFuncCall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.UseFuncCall.BackColor = System.Drawing.Color.Transparent; this.UseFuncCall.Location = new System.Drawing.Point(156, 744); this.UseFuncCall.Name = "UseFuncCall"; this.UseFuncCall.Size = new System.Drawing.Size(75, 23); this.UseFuncCall.TabIndex = 4; this.UseFuncCall.Text = "识别图纸"; this.UseFuncCall.CheckedChanged += new AntdUI.BoolEventHandler(this.UseFuncCall_CheckedChanged); // // ModelList // this.ModelList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ModelList.List = true; this.ModelList.Location = new System.Drawing.Point(0, 735); this.ModelList.Name = "ModelList"; this.ModelList.Placement = AntdUI.TAlignFrom.TL; this.ModelList.Size = new System.Drawing.Size(150, 38); this.ModelList.TabIndex = 3; // // sendBtn // this.sendBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.sendBtn.Location = new System.Drawing.Point(272, 735); this.sendBtn.Name = "sendBtn"; this.sendBtn.Size = new System.Drawing.Size(75, 38); this.sendBtn.TabIndex = 1; this.sendBtn.Text = "发送"; this.sendBtn.Click += new System.EventHandler(this.sendBtn_Click); // // MessageList // this.MessageList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.MessageList.Location = new System.Drawing.Point(-3, 3); this.MessageList.Name = "MessageList"; this.MessageList.Size = new System.Drawing.Size(349, 647); this.MessageList.TabIndex = 3; // // MainTabs // this.MainTabs.BackColor = System.Drawing.SystemColors.Control; this.MainTabs.Cursor = System.Windows.Forms.Cursors.Default; this.MainTabs.Dock = System.Windows.Forms.DockStyle.Fill; this.MainTabs.Location = new System.Drawing.Point(0, 0); this.MainTabs.Name = "MainTabs"; this.MainTabs.Pages.Add(this.MsgListPage); this.MainTabs.Pages.Add(this.TestTabPage); this.MainTabs.SelectedIndex = 1; this.MainTabs.Size = new System.Drawing.Size(350, 798); this.MainTabs.Style = styleLine1; this.MainTabs.TabIndex = 4; // // MsgListPage // this.MsgListPage.Controls.Add(this.sendBtn); this.MsgListPage.Controls.Add(this.UseFuncCall); this.MsgListPage.Controls.Add(this.UserQuestionInput); this.MsgListPage.Controls.Add(this.ModelList); this.MsgListPage.Controls.Add(this.MessageList); this.MsgListPage.Location = new System.Drawing.Point(-344, -770); this.MsgListPage.Name = "MsgListPage"; this.MsgListPage.Size = new System.Drawing.Size(344, 770); this.MsgListPage.TabIndex = 0; this.MsgListPage.Text = "AutoSW"; // // TestTabPage // this.TestTabPage.Controls.Add(this.GetDrwInfoBtn); this.TestTabPage.Location = new System.Drawing.Point(3, 25); this.TestTabPage.Name = "TestTabPage"; this.TestTabPage.Size = new System.Drawing.Size(344, 770); this.TestTabPage.TabIndex = 1; this.TestTabPage.Text = "Test"; // // GetDrwInfoBtn // this.GetDrwInfoBtn.Location = new System.Drawing.Point(9, 14); this.GetDrwInfoBtn.Name = "GetDrwInfoBtn"; this.GetDrwInfoBtn.Size = new System.Drawing.Size(105, 23); this.GetDrwInfoBtn.TabIndex = 0; this.GetDrwInfoBtn.Text = "GetDrwInfo"; this.GetDrwInfoBtn.Click += new System.EventHandler(this.GetDrwInfoBtn_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(350, 798); this.ControlBox = false; this.Controls.Add(this.MainTabs); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MinimumSize = new System.Drawing.Size(350, 0); this.Name = "MainForm"; this.MainTabs.ResumeLayout(false); this.MsgListPage.ResumeLayout(false); this.TestTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private AntdUI.Button sendBtn; private AntdUI.Chat.ChatList MessageList; private AntdUI.Select ModelList; private AntdUI.Checkbox UseFuncCall; private AntdUI.Input UserQuestionInput; private AntdUI.Tabs MainTabs; private AntdUI.TabPage MsgListPage; private AntdUI.TabPage TestTabPage; private AntdUI.Button GetDrwInfoBtn; } }