1 Star 0 Fork 0

keysoft / 抽签

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
loadForm.Designer.cs 4.18 KB
一键复制 编辑 原始数据 按行查看 历史
keysoft 提交于 2022-04-04 10:15 . 更新
namespace drawstraws
{
partial class loadForm
{
/// <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.tbNameList = new System.Windows.Forms.TextBox();
this.btOK = new System.Windows.Forms.Button();
this.btCancel = new System.Windows.Forms.Button();
this.lbTip = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// tbNameList
//
this.tbNameList.Location = new System.Drawing.Point(29, 43);
this.tbNameList.Multiline = true;
this.tbNameList.Name = "tbNameList";
this.tbNameList.Size = new System.Drawing.Size(515, 298);
this.tbNameList.TabIndex = 0;
//
// btOK
//
this.btOK.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btOK.Location = new System.Drawing.Point(143, 361);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(83, 42);
this.btOK.TabIndex = 1;
this.btOK.Text = "确定";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// btCancel
//
this.btCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btCancel.Location = new System.Drawing.Point(346, 361);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(83, 42);
this.btCancel.TabIndex = 2;
this.btCancel.Text = "取消";
this.btCancel.UseVisualStyleBackColor = true;
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
//
// lbTip
//
this.lbTip.AutoSize = true;
this.lbTip.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbTip.ForeColor = System.Drawing.Color.Red;
this.lbTip.Location = new System.Drawing.Point(29, 13);
this.lbTip.Name = "lbTip";
this.lbTip.Size = new System.Drawing.Size(328, 16);
this.lbTip.TabIndex = 3;
this.lbTip.Text = "请在下方文本框中输入名单,每人一行记录。";
//
// loadForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(574, 422);
this.Controls.Add(this.lbTip);
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btOK);
this.Controls.Add(this.tbNameList);
this.Name = "loadForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "载入名单";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbNameList;
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.Label lbTip;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/fangrenfu/draw.git
git@gitee.com:fangrenfu/draw.git
fangrenfu
draw
抽签
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891