Ai
4 Star 11 Fork 8

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

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
FrmCreateMybatisSingle.Designer.cs 4.61 KB
Copy Edit Raw Blame History
鸣飞 authored 2019-02-12 16:31 +08:00 . xxx
namespace CodeGenerator.UI
{
partial class FrmCreateMybatisSingle
{
/// <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.lblMsg = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.ucMybatisBasicControl1 = new CodeGenerator.UI.Mybatis.UcMybatisBasicControl();
this.SuspendLayout();
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.ForeColor = System.Drawing.Color.Red;
this.lblMsg.Location = new System.Drawing.Point(12, 498);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(0, 12);
this.lblMsg.TabIndex = 8;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(12, 513);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(538, 23);
this.progressBar1.TabIndex = 7;
this.progressBar1.Visible = false;
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(1019, 513);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 4;
this.btnOk.Text = "生成代码";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(922, 513);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// ucMybatisBasicControl1
//
this.ucMybatisBasicControl1.Location = new System.Drawing.Point(12, 8);
this.ucMybatisBasicControl1.Name = "ucMybatisBasicControl1";
this.ucMybatisBasicControl1.Size = new System.Drawing.Size(1082, 487);
this.ucMybatisBasicControl1.TabIndex = 9;
//
// FrmCreateMybatisSingle
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1112, 548);
this.Controls.Add(this.ucMybatisBasicControl1);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.btnCancel);
this.Name = "FrmCreateMybatisSingle";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmCreateMybatisSingle";
this.Load += new System.EventHandler(this.FrmCreateBuildH_Load);
this.SizeChanged += new System.EventHandler(this.FrmCreateBuildH_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label lblMsg;
private Mybatis.UcMybatisBasicControl ucMybatisBasicControl1;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

Search