Files
MoviconHub/MoviconHub.App/frmMain.Designer.cs
2025-09-15 17:59:48 +08:00

221 lines
12 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace MoviconHub.App
{
partial class frmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.materialTabControl1 = new ReaLTaiizor.Controls.MaterialTabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.materialMultiLineTextBoxEditWs = new ReaLTaiizor.Controls.MaterialMultiLineTextBoxEdit();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.materialMultiLineTextBoxEditApi = new ReaLTaiizor.Controls.MaterialMultiLineTextBoxEdit();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.MainText = new System.Windows.Forms.TextBox();
this.materialTabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// materialTabControl1
//
this.materialTabControl1.Controls.Add(this.tabPage1);
this.materialTabControl1.Controls.Add(this.tabPage2);
this.materialTabControl1.Controls.Add(this.tabPage3);
this.materialTabControl1.Controls.Add(this.tabPage4);
this.materialTabControl1.Depth = 0;
this.materialTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.materialTabControl1.ImageList = this.imageList1;
this.materialTabControl1.Location = new System.Drawing.Point(3, 64);
this.materialTabControl1.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
this.materialTabControl1.Multiline = true;
this.materialTabControl1.Name = "materialTabControl1";
this.materialTabControl1.SelectedIndex = 0;
this.materialTabControl1.Size = new System.Drawing.Size(605, 453);
this.materialTabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.MainText);
this.tabPage1.ImageKey = "set2.png";
this.tabPage1.Location = new System.Drawing.Point(4, 31);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(597, 418);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "主界面";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.materialMultiLineTextBoxEditWs);
this.tabPage2.ImageKey = "set1.png";
this.tabPage2.Location = new System.Drawing.Point(4, 31);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(597, 418);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "WebSocket配置";
this.tabPage2.UseVisualStyleBackColor = true;
//
// materialMultiLineTextBoxEditWs
//
this.materialMultiLineTextBoxEditWs.AnimateReadOnly = false;
this.materialMultiLineTextBoxEditWs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.materialMultiLineTextBoxEditWs.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.materialMultiLineTextBoxEditWs.Cursor = System.Windows.Forms.Cursors.IBeam;
this.materialMultiLineTextBoxEditWs.Depth = 0;
this.materialMultiLineTextBoxEditWs.Dock = System.Windows.Forms.DockStyle.Bottom;
this.materialMultiLineTextBoxEditWs.HideSelection = true;
this.materialMultiLineTextBoxEditWs.Location = new System.Drawing.Point(3, 0);
this.materialMultiLineTextBoxEditWs.MaxLength = 32767;
this.materialMultiLineTextBoxEditWs.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.OUT;
this.materialMultiLineTextBoxEditWs.Name = "materialMultiLineTextBoxEditWs";
this.materialMultiLineTextBoxEditWs.PasswordChar = '\0';
this.materialMultiLineTextBoxEditWs.ReadOnly = true;
this.materialMultiLineTextBoxEditWs.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.materialMultiLineTextBoxEditWs.SelectedText = "";
this.materialMultiLineTextBoxEditWs.SelectionLength = 0;
this.materialMultiLineTextBoxEditWs.SelectionStart = 0;
this.materialMultiLineTextBoxEditWs.ShortcutsEnabled = true;
this.materialMultiLineTextBoxEditWs.Size = new System.Drawing.Size(591, 415);
this.materialMultiLineTextBoxEditWs.TabIndex = 2;
this.materialMultiLineTextBoxEditWs.TabStop = false;
this.materialMultiLineTextBoxEditWs.Text = "Msg";
this.materialMultiLineTextBoxEditWs.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.materialMultiLineTextBoxEditWs.UseSystemPasswordChar = false;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.materialMultiLineTextBoxEditApi);
this.tabPage3.ImageKey = "set3.png";
this.tabPage3.Location = new System.Drawing.Point(4, 31);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(597, 418);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Api设置";
this.tabPage3.UseVisualStyleBackColor = true;
//
// materialMultiLineTextBoxEditApi
//
this.materialMultiLineTextBoxEditApi.AnimateReadOnly = false;
this.materialMultiLineTextBoxEditApi.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.materialMultiLineTextBoxEditApi.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
this.materialMultiLineTextBoxEditApi.Cursor = System.Windows.Forms.Cursors.IBeam;
this.materialMultiLineTextBoxEditApi.Depth = 0;
this.materialMultiLineTextBoxEditApi.Dock = System.Windows.Forms.DockStyle.Bottom;
this.materialMultiLineTextBoxEditApi.HideSelection = true;
this.materialMultiLineTextBoxEditApi.Location = new System.Drawing.Point(0, 3);
this.materialMultiLineTextBoxEditApi.MaxLength = 32767;
this.materialMultiLineTextBoxEditApi.MouseState = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.OUT;
this.materialMultiLineTextBoxEditApi.Name = "materialMultiLineTextBoxEditApi";
this.materialMultiLineTextBoxEditApi.PasswordChar = '\0';
this.materialMultiLineTextBoxEditApi.ReadOnly = true;
this.materialMultiLineTextBoxEditApi.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.materialMultiLineTextBoxEditApi.SelectedText = "";
this.materialMultiLineTextBoxEditApi.SelectionLength = 0;
this.materialMultiLineTextBoxEditApi.SelectionStart = 0;
this.materialMultiLineTextBoxEditApi.ShortcutsEnabled = true;
this.materialMultiLineTextBoxEditApi.Size = new System.Drawing.Size(597, 415);
this.materialMultiLineTextBoxEditApi.TabIndex = 1;
this.materialMultiLineTextBoxEditApi.TabStop = false;
this.materialMultiLineTextBoxEditApi.Text = "Msg";
this.materialMultiLineTextBoxEditApi.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.materialMultiLineTextBoxEditApi.UseSystemPasswordChar = false;
//
// tabPage4
//
this.tabPage4.ImageKey = "Log.png";
this.tabPage4.Location = new System.Drawing.Point(4, 31);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(597, 418);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "运行日志";
this.tabPage4.UseVisualStyleBackColor = true;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "set2.png");
this.imageList1.Images.SetKeyName(1, "set1.png");
this.imageList1.Images.SetKeyName(2, "set3.png");
this.imageList1.Images.SetKeyName(3, "Log.png");
//
// MainText
//
this.MainText.Dock = System.Windows.Forms.DockStyle.Bottom;
this.MainText.Location = new System.Drawing.Point(3, 6);
this.MainText.Multiline = true;
this.MainText.Name = "MainText";
this.MainText.Size = new System.Drawing.Size(591, 409);
this.MainText.TabIndex = 1;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(611, 520);
this.Controls.Add(this.materialTabControl1);
this.DrawerTabControl = this.materialTabControl1;
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MoviconHub";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
this.Load += new System.EventHandler(this.frmMain_Load);
this.materialTabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ReaLTaiizor.Controls.MaterialTabControl materialTabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.ImageList imageList1;
private ReaLTaiizor.Controls.MaterialMultiLineTextBoxEdit materialMultiLineTextBoxEditApi;
private ReaLTaiizor.Controls.MaterialMultiLineTextBoxEdit materialMultiLineTextBoxEditWs;
private System.Windows.Forms.TextBox MainText;
}
}