4 Star 11 Fork 8

鸣飞/BuildH框架代码开发辅助工具

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FrmFileOperation.designer.cs 4.57 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
namespace CodeGenerator.UI
{
partial class FrmFileOperation
{
/// <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.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.txt_FileName = new System.Windows.Forms.TextBox();
this.btn_OK = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.lbl_mark = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 25);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "文件名:";
//
// txt_FileName
//
this.txt_FileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_FileName.Location = new System.Drawing.Point(87, 22);
this.txt_FileName.Name = "txt_FileName";
this.txt_FileName.Size = new System.Drawing.Size(317, 21);
this.txt_FileName.TabIndex = 1;
//
// btn_OK
//
this.btn_OK.Location = new System.Drawing.Point(168, 67);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(75, 23);
this.btn_OK.TabIndex = 2;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// lbl_mark
//
this.lbl_mark.AutoSize = true;
this.lbl_mark.ForeColor = System.Drawing.Color.Red;
this.lbl_mark.Location = new System.Drawing.Point(57, 52);
this.lbl_mark.Name = "lbl_mark";
this.lbl_mark.Size = new System.Drawing.Size(341, 12);
this.lbl_mark.TabIndex = 3;
this.lbl_mark.Text = "注:文件的后缀名仅能为:.cs、.java、.html、.cshtml、.jsp";
this.lbl_mark.Visible = false;
//
// FrmFileOperation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(431, 105);
this.Controls.Add(this.lbl_mark);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.txt_FileName);
this.Controls.Add(this.label1);
this.Name = "FrmFileOperation";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "请输入文件名称";
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_FileName;
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.Label lbl_mark;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助