namespace ClawdDotNet { partial class frm_chat { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_chat)); webView_chat2 = new Microsoft.Web.WebView2.WinForms.WebView2(); ((System.ComponentModel.ISupportInitialize)webView_chat2).BeginInit(); SuspendLayout(); // // webView_chat2 // webView_chat2.AllowExternalDrop = true; webView_chat2.CreationProperties = null; webView_chat2.DefaultBackgroundColor = Color.White; webView_chat2.Dock = DockStyle.Fill; webView_chat2.Location = new Point(0, 0); webView_chat2.Name = "webView_chat2"; webView_chat2.Size = new Size(1003, 706); webView_chat2.TabIndex = 0; webView_chat2.ZoomFactor = 1D; // // frm_chat // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1003, 706); Controls.Add(webView_chat2); Icon = (Icon)resources.GetObject("$this.Icon"); Name = "frm_chat"; Text = "ClawdDotNet - Chat: AgentName"; ((System.ComponentModel.ISupportInitialize)webView_chat2).EndInit(); ResumeLayout(false); } #endregion private Microsoft.Web.WebView2.WinForms.WebView2 webView_chat2; } }