代码拉取完成,页面将自动刷新
namespace MethodBox_Living_Account
{
partial class Frm_Crash
{
/// <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.uiLabel1 = new Sunny.UI.UILabel();
this.uiRichTextBox1 = new Sunny.UI.UIRichTextBox();
this.SuspendLayout();
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("Consolas", 20F);
this.uiLabel1.Location = new System.Drawing.Point(38, -45);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(749, 152);
this.uiLabel1.Style = Sunny.UI.UIStyle.Red;
this.uiLabel1.StyleCustomMode = true;
this.uiLabel1.TabIndex = 0;
this.uiLabel1.Text = "MethodBox Living Account";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiRichTextBox1
//
this.uiRichTextBox1.AutoWordSelection = true;
this.uiRichTextBox1.FillColor = System.Drawing.Color.White;
this.uiRichTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiRichTextBox1.Location = new System.Drawing.Point(13, 71);
this.uiRichTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiRichTextBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiRichTextBox1.Name = "uiRichTextBox1";
this.uiRichTextBox1.Padding = new System.Windows.Forms.Padding(2);
this.uiRichTextBox1.Size = new System.Drawing.Size(629, 365);
this.uiRichTextBox1.Style = Sunny.UI.UIStyle.Custom;
this.uiRichTextBox1.TabIndex = 1;
this.uiRichTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiRichTextBox1.WordWrap = true;
//
// Frm_Crash
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(655, 450);
this.Controls.Add(this.uiRichTextBox1);
this.Controls.Add(this.uiLabel1);
this.Name = "Frm_Crash";
this.Text = "Crash";
this.Load += new System.EventHandler(this.Crash_Load);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIRichTextBox uiRichTextBox1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。