2 Star 2 Fork 0

zcy/StartTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AddOrUpdate.Designer.cs 5.71 KB
一键复制 编辑 原始数据 按行查看 历史
sn78039 提交于 2022-09-06 19:47 +08:00 . 优化外观
namespace StartTools
{
partial class AddOrUpdate
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_title = new System.Windows.Forms.TextBox();
this.textBox_path = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Consolas", 10.5F);
this.label1.ForeColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(26, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 17);
this.label1.TabIndex = 0;
this.label1.Text = "Title";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Consolas", 10.5F);
this.label2.ForeColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(34, 84);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(40, 17);
this.label2.TabIndex = 1;
this.label2.Text = "Path";
//
// textBox_title
//
this.textBox_title.Font = new System.Drawing.Font("Consolas", 10.5F);
this.textBox_title.Location = new System.Drawing.Point(77, 36);
this.textBox_title.Name = "textBox_title";
this.textBox_title.Size = new System.Drawing.Size(291, 24);
this.textBox_title.TabIndex = 2;
//
// textBox_path
//
this.textBox_path.Font = new System.Drawing.Font("Consolas", 10.5F);
this.textBox_path.Location = new System.Drawing.Point(77, 81);
this.textBox_path.Multiline = true;
this.textBox_path.Name = "textBox_path";
this.textBox_path.Size = new System.Drawing.Size(291, 66);
this.textBox_path.TabIndex = 3;
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Consolas", 10.5F);
this.button1.ForeColor = System.Drawing.Color.Transparent;
this.button1.Location = new System.Drawing.Point(77, 185);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(80, 30);
this.button1.TabIndex = 4;
this.button1.Text = "Add";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("Consolas", 10.5F);
this.button2.ForeColor = System.Drawing.Color.Transparent;
this.button2.Location = new System.Drawing.Point(288, 185);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(80, 30);
this.button2.TabIndex = 5;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// AddOrUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(107)))), ((int)(((byte)(153)))));
this.ClientSize = new System.Drawing.Size(439, 255);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox_path);
this.Controls.Add(this.textBox_title);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "AddOrUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AddOrUpdate";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_title;
private System.Windows.Forms.TextBox textBox_path;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zcy_wxy/start-tool.git
git@gitee.com:zcy_wxy/start-tool.git
zcy_wxy
start-tool
StartTool
master

搜索帮助