1 Star 0 Fork 1

阿炯/一起来击键

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
主界面窗体.Designer.cs 4.06 KB
一键复制 编辑 原始数据 按行查看 历史
cloverlzy 提交于 2020-12-05 22:39 . 更改版本为v1.0.1
namespace 一起来击键
{
partial class 主界面窗体
{
/// <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.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(34, 30);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(119, 49);
this.button1.TabIndex = 0;
this.button1.Text = "数码";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(203, 29);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(124, 51);
this.button2.TabIndex = 2;
this.button2.Text = "文本";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(16, 110);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(494, 72);
this.label1.TabIndex = 3;
this.label1.Text = "本项目为gitee码云开源项目一起来击键(点击此处访问项目)\r\n项目地址:https://gitee.com/cloverlzy/hit-the-keyboard" +
"\r\n开源许可证为Apache v2.0\r\n项目原作者:cloverlzy";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(384, 30);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(117, 50);
this.button3.TabIndex = 4;
this.button3.Text = "获取最新版";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// 主界面窗体
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(522, 198);
this.Controls.Add(this.button3);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "主界面窗体";
this.Text = "一起来击键v1.0.1";
this.Load += new System.EventHandler(this.main_windows_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button3;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/syj1996/hit-the-keyboard.git
git@gitee.com:syj1996/hit-the-keyboard.git
syj1996
hit-the-keyboard
一起来击键
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385