4 Star 11 Fork 8

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

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FrmBuildHCode.designer.cs 12.57 KB
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 2019-02-12 16:31 +08:00 . xxx
namespace CodeGenerator.UI
{
partial class FrmBuildHCode
{
/// <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.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.textEditorControl1 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.textEditorControl2 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.textEditorControl3 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.textEditorControl4 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.textEditorControl5 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.textEditorControl6 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabPage7 = new System.Windows.Forms.TabPage();
this.textEditorControl7 = new ICSharpCode.TextEditor.TextEditorControl();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
this.tabPage7.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Controls.Add(this.tabPage7);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(770, 472);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.textEditorControl1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(762, 446);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "实体类";
this.tabPage1.UseVisualStyleBackColor = true;
//
// textEditorControl1
//
this.textEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl1.IsReadOnly = false;
this.textEditorControl1.Location = new System.Drawing.Point(3, 3);
this.textEditorControl1.Name = "textEditorControl1";
this.textEditorControl1.Size = new System.Drawing.Size(756, 440);
this.textEditorControl1.TabIndex = 0;
this.textEditorControl1.Text = "textEditorControl1";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.textEditorControl2);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(762, 446);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "业务类";
this.tabPage2.UseVisualStyleBackColor = true;
//
// textEditorControl2
//
this.textEditorControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl2.IsReadOnly = false;
this.textEditorControl2.Location = new System.Drawing.Point(3, 3);
this.textEditorControl2.Name = "textEditorControl2";
this.textEditorControl2.Size = new System.Drawing.Size(756, 440);
this.textEditorControl2.TabIndex = 0;
this.textEditorControl2.Text = "textEditorControl2";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.textEditorControl3);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(762, 446);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "控制器类";
this.tabPage3.UseVisualStyleBackColor = true;
//
// textEditorControl3
//
this.textEditorControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl3.IsReadOnly = false;
this.textEditorControl3.Location = new System.Drawing.Point(3, 3);
this.textEditorControl3.Name = "textEditorControl3";
this.textEditorControl3.Size = new System.Drawing.Size(756, 440);
this.textEditorControl3.TabIndex = 0;
this.textEditorControl3.Text = "textEditorControl3";
//
// tabPage4
//
this.tabPage4.Controls.Add(this.textEditorControl4);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(762, 446);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "主页面";
this.tabPage4.UseVisualStyleBackColor = true;
//
// textEditorControl4
//
this.textEditorControl4.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl4.IsReadOnly = false;
this.textEditorControl4.Location = new System.Drawing.Point(3, 3);
this.textEditorControl4.Name = "textEditorControl4";
this.textEditorControl4.Size = new System.Drawing.Size(756, 440);
this.textEditorControl4.TabIndex = 0;
this.textEditorControl4.Text = "textEditorControl4";
//
// tabPage5
//
this.tabPage5.Controls.Add(this.textEditorControl5);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(762, 446);
this.tabPage5.TabIndex = 4;
this.tabPage5.Text = "主页面Js";
this.tabPage5.UseVisualStyleBackColor = true;
//
// textEditorControl5
//
this.textEditorControl5.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl5.IsReadOnly = false;
this.textEditorControl5.Location = new System.Drawing.Point(3, 3);
this.textEditorControl5.Name = "textEditorControl5";
this.textEditorControl5.Size = new System.Drawing.Size(756, 440);
this.textEditorControl5.TabIndex = 0;
this.textEditorControl5.Text = "textEditorControl5";
//
// tabPage6
//
this.tabPage6.Controls.Add(this.textEditorControl6);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(762, 446);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "表单页面";
this.tabPage6.UseVisualStyleBackColor = true;
//
// textEditorControl6
//
this.textEditorControl6.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl6.IsReadOnly = false;
this.textEditorControl6.Location = new System.Drawing.Point(3, 3);
this.textEditorControl6.Name = "textEditorControl6";
this.textEditorControl6.Size = new System.Drawing.Size(756, 440);
this.textEditorControl6.TabIndex = 0;
this.textEditorControl6.Text = "textEditorControl6";
//
// tabPage7
//
this.tabPage7.Controls.Add(this.textEditorControl7);
this.tabPage7.Location = new System.Drawing.Point(4, 22);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(762, 446);
this.tabPage7.TabIndex = 6;
this.tabPage7.Text = "表单页面Js";
this.tabPage7.UseVisualStyleBackColor = true;
//
// textEditorControl7
//
this.textEditorControl7.Dock = System.Windows.Forms.DockStyle.Fill;
this.textEditorControl7.IsReadOnly = false;
this.textEditorControl7.Location = new System.Drawing.Point(3, 3);
this.textEditorControl7.Name = "textEditorControl7";
this.textEditorControl7.Size = new System.Drawing.Size(756, 440);
this.textEditorControl7.TabIndex = 0;
this.textEditorControl7.Text = "textEditorControl7";
//
// FrmBuildHCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(770, 472);
this.Controls.Add(this.tabControl1);
this.Name = "FrmBuildHCode";
this.Text = "生成代码";
this.Load += new System.EventHandler(this.FrmBuildHCode_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage7.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.TabPage tabPage7;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl1;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl2;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl3;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl4;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl5;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl6;
private ICSharpCode.TextEditor.TextEditorControl textEditorControl7;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助