Ai
4 Star 11 Fork 8

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FrmDict.Designer.cs 5.66 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
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;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助