mirror of https://github.com/qwqdanchun/DcRat.git
116 lines
5.2 KiB
C#
116 lines
5.2 KiB
C#
namespace Server.Forms
|
||
{
|
||
partial class FormAbout
|
||
{
|
||
/// <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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAbout));
|
||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||
this.splitContainer1.Panel1.SuspendLayout();
|
||
this.splitContainer1.Panel2.SuspendLayout();
|
||
this.splitContainer1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// splitContainer1
|
||
//
|
||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||
this.splitContainer1.Name = "splitContainer1";
|
||
//
|
||
// splitContainer1.Panel1
|
||
//
|
||
this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
|
||
//
|
||
// splitContainer1.Panel2
|
||
//
|
||
this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
|
||
this.splitContainer1.Size = new System.Drawing.Size(398, 166);
|
||
this.splitContainer1.SplitterDistance = 166;
|
||
this.splitContainer1.TabIndex = 1;
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(166, 166);
|
||
this.pictureBox1.TabIndex = 0;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// richTextBox1
|
||
//
|
||
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.richTextBox1.DetectUrls = false;
|
||
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.richTextBox1.Enabled = false;
|
||
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
|
||
this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.richTextBox1.Name = "richTextBox1";
|
||
this.richTextBox1.ReadOnly = true;
|
||
this.richTextBox1.ShortcutsEnabled = false;
|
||
this.richTextBox1.Size = new System.Drawing.Size(228, 166);
|
||
this.richTextBox1.TabIndex = 1;
|
||
this.richTextBox1.Text = "\nAuther:簞純 | qwqdanchun.\n\nQQ group:814084847\n\nBlog:https://blog.qwqdanchun.com\n\nJ" +
|
||
"ust for education.";
|
||
this.richTextBox1.ZoomFactor = 1.1F;
|
||
//
|
||
// FormAbout
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(398, 166);
|
||
this.Controls.Add(this.splitContainer1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(2);
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "FormAbout";
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "About";
|
||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||
this.splitContainer1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.RichTextBox richTextBox1;
|
||
}
|
||
} |