1 Star 1 Fork 0

wkgd/MethodBox Living Account

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Frm_Crash.Designer.cs 3.28 KB
一键复制 编辑 原始数据 按行查看 历史
MethodBox 提交于 2021-08-05 13:15 . 推送最新版本
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;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/wkgd/method-box-living-account.git
git@gitee.com:wkgd/method-box-living-account.git
wkgd
method-box-living-account
MethodBox Living Account
master

搜索帮助