1 Star 0 Fork 0

冯守博/ChnNumProc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Form1.Designer.cs 4.58 KB
一键复制 编辑 原始数据 按行查看 历史
namespace ChnNumProc
{
partial class Form1
{
/// <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.OutBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.InBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// OutBox
//
this.OutBox.Location = new System.Drawing.Point(328, 97);
this.OutBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.OutBox.Name = "OutBox";
this.OutBox.Size = new System.Drawing.Size(234, 21);
this.OutBox.TabIndex = 1;
this.OutBox.TextChanged += new System.EventHandler(this.TextBox1_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(328, 80);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 1;
this.label1.Text = "中文数字输出";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(79, 80);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 12);
this.label2.TabIndex = 3;
this.label2.Text = "请输入阿拉伯数字";
this.label2.Click += new System.EventHandler(this.Label2_Click);
//
// InBox
//
this.InBox.Location = new System.Drawing.Point(79, 97);
this.InBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.InBox.Name = "InBox";
this.InBox.Size = new System.Drawing.Size(105, 21);
this.InBox.TabIndex = 0;
this.InBox.TextChanged += new System.EventHandler(this.TextBox1_TextChanged_1);
//
// button1
//
this.button1.Location = new System.Drawing.Point(240, 183);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(83, 49);
this.button1.TabIndex = 4;
this.button1.Text = "开始转换";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(600, 360);
this.Controls.Add(this.button1);
this.Controls.Add(this.label2);
this.Controls.Add(this.InBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.OutBox);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox OutBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox InBox;
private System.Windows.Forms.Button button1;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/shbfeng/ChnNumProc.git
git@gitee.com:shbfeng/ChnNumProc.git
shbfeng
ChnNumProc
ChnNumProc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385