代码拉取完成,页面将自动刷新
namespace CodeGenerator.UI
{
partial class FrmDict
{
/// <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.btnCancel = new System.Windows.Forms.Button();
this.btnPrev = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
this.ucSetting1 = new CodeGenerator.UI.UcSetting();
this.ucSelectTableStruct1 = new CodeGenerator.UI.UcSelectTableStruct();
this.ucSelectTable1 = new CodeGenerator.UI.UcSelectTable();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(170, 455);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 18;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnPrev
//
this.btnPrev.Location = new System.Drawing.Point(267, 455);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(75, 23);
this.btnPrev.TabIndex = 19;
this.btnPrev.Text = "上一步";
this.btnPrev.UseVisualStyleBackColor = true;
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(349, 455);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(75, 23);
this.btnNext.TabIndex = 20;
this.btnNext.Text = "下一步";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(446, 455);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 21;
this.btnOk.Text = "开始执行";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// ucSetting1
//
this.ucSetting1.Location = new System.Drawing.Point(3, 12);
this.ucSetting1.Name = "ucSetting1";
this.ucSetting1.Size = new System.Drawing.Size(544, 433);
this.ucSetting1.TabIndex = 24;
//
// ucSelectTableStruct1
//
this.ucSelectTableStruct1.Location = new System.Drawing.Point(3, 9);
this.ucSelectTableStruct1.Name = "ucSelectTableStruct1";
this.ucSelectTableStruct1.Size = new System.Drawing.Size(544, 433);
this.ucSelectTableStruct1.TabIndex = 23;
//
// ucSelectTable1
//
this.ucSelectTable1.Location = new System.Drawing.Point(3, 9);
this.ucSelectTable1.Name = "ucSelectTable1";
this.ucSelectTable1.Size = new System.Drawing.Size(544, 433);
this.ucSelectTable1.TabIndex = 22;
//
// FrmDict
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 492);
this.Controls.Add(this.ucSetting1);
this.Controls.Add(this.ucSelectTableStruct1);
this.Controls.Add(this.ucSelectTable1);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.btnCancel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmDict";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmDict";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDict_FormClosing);
this.Load += new System.EventHandler(this.FrmDict_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnPrev;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnOk;
private UcSelectTable ucSelectTable1;
private UcSelectTableStruct ucSelectTableStruct1;
private UcSetting ucSetting1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。