代码拉取完成,页面将自动刷新
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;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。