CodeGenerator/CloudBuilder.CodeGenerator/ConfigUserControl.Designer.cs
owenchen 5959bae57b ow
2026-05-12 10:32:46 +08:00

528 lines
25 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace CloudBuilder.CodeGenerator
{
partial class ConfigUserControl
{
/// <summary>
/// 設計工具所需的變數。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的資源。
/// </summary>
/// <param name="disposing">如果應該處置受控資源則為 true否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改
/// 這個方法的內容。
/// </summary>
private void InitializeComponent()
{
folderBrowserDialog1 = new FolderBrowserDialog();
kryptonLabel1 = new Krypton.Toolkit.KryptonLabel();
kryptonLabel2 = new Krypton.Toolkit.KryptonLabel();
kryptonLabel3 = new Krypton.Toolkit.KryptonLabel();
kryptonLabel4 = new Krypton.Toolkit.KryptonLabel();
kryptonLabel5 = new Krypton.Toolkit.KryptonLabel();
kryptonHeader1 = new Krypton.Toolkit.KryptonHeader();
tableLayoutPanel1 = new TableLayoutPanel();
outFilePathTxt = new Krypton.Toolkit.KryptonTextBox();
outFilePathBut = new Krypton.Toolkit.KryptonButton();
assemblyTxt = new Krypton.Toolkit.KryptonTextBox();
kryptonLabel8 = new Krypton.Toolkit.KryptonLabel();
templatePathTxt = new Krypton.Toolkit.KryptonTextBox();
templatePathBut = new Krypton.Toolkit.KryptonButton();
templateTypeTxt = new Krypton.Toolkit.KryptonTextBox();
kryptonLabel9 = new Krypton.Toolkit.KryptonLabel();
templateFileNameTxt = new Krypton.Toolkit.KryptonTextBox();
kryptonHeader3 = new Krypton.Toolkit.KryptonHeader();
kryptonLabel7 = new Krypton.Toolkit.KryptonLabel();
assemblyComboBox = new Krypton.Toolkit.KryptonComboBox();
templateTypeCombox = new Krypton.Toolkit.KryptonComboBox();
kryptonHeader4 = new Krypton.Toolkit.KryptonHeader();
dbConnTxt = new Krypton.Toolkit.KryptonTextBox();
kryptonHeader2 = new Krypton.Toolkit.KryptonHeader();
kryptonHeader6 = new Krypton.Toolkit.KryptonHeader();
kryptonLabel6 = new Krypton.Toolkit.KryptonLabel();
usingTxt = new Krypton.Toolkit.KryptonRichTextBox();
kryptonLabel10 = new Krypton.Toolkit.KryptonLabel();
fileNameSuffixTxt = new Krypton.Toolkit.KryptonTextBox();
tableLayoutPanel2 = new TableLayoutPanel();
saveConfigBut = new Krypton.Toolkit.KryptonButton();
deleteConfigBut = new Krypton.Toolkit.KryptonButton();
namespaceTxt = new Krypton.Toolkit.KryptonTextBox();
kryptonLabel11 = new Krypton.Toolkit.KryptonLabel();
fileNamePrefixTxt = new Krypton.Toolkit.KryptonTextBox();
tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)assemblyComboBox).BeginInit();
((System.ComponentModel.ISupportInitialize)templateTypeCombox).BeginInit();
tableLayoutPanel2.SuspendLayout();
SuspendLayout();
//
// kryptonLabel1
//
kryptonLabel1.Location = new Point(4, 45);
kryptonLabel1.Margin = new Padding(4, 6, 4, 4);
kryptonLabel1.Name = "kryptonLabel1";
kryptonLabel1.Size = new Size(75, 20);
kryptonLabel1.TabIndex = 0;
kryptonLabel1.Values.Text = "模板路径:";
//
// kryptonLabel2
//
kryptonLabel2.Location = new Point(4, 272);
kryptonLabel2.Margin = new Padding(4);
kryptonLabel2.Name = "kryptonLabel2";
kryptonLabel2.Size = new Size(75, 20);
kryptonLabel2.TabIndex = 1;
kryptonLabel2.Values.Text = "输出路径:";
//
// kryptonLabel3
//
kryptonLabel3.Location = new Point(4, 303);
kryptonLabel3.Margin = new Padding(4);
kryptonLabel3.Name = "kryptonLabel3";
kryptonLabel3.Size = new Size(62, 20);
kryptonLabel3.TabIndex = 2;
kryptonLabel3.Values.Text = "程序集:";
//
// kryptonLabel4
//
kryptonLabel4.Location = new Point(4, 334);
kryptonLabel4.Margin = new Padding(4);
kryptonLabel4.Name = "kryptonLabel4";
kryptonLabel4.Size = new Size(75, 20);
kryptonLabel4.TabIndex = 3;
kryptonLabel4.Values.Text = "命名空间:";
//
// kryptonLabel5
//
kryptonLabel5.Location = new Point(4, 74);
kryptonLabel5.Margin = new Padding(4);
kryptonLabel5.Name = "kryptonLabel5";
kryptonLabel5.Size = new Size(88, 20);
kryptonLabel5.TabIndex = 8;
kryptonLabel5.Values.Text = "程序集集合:";
//
// kryptonHeader1
//
tableLayoutPanel1.SetColumnSpan(kryptonHeader1, 4);
kryptonHeader1.Dock = DockStyle.Fill;
kryptonHeader1.Location = new Point(4, 4);
kryptonHeader1.Margin = new Padding(4);
kryptonHeader1.Name = "kryptonHeader1";
kryptonHeader1.Size = new Size(792, 31);
kryptonHeader1.TabIndex = 12;
kryptonHeader1.Values.Description = "";
kryptonHeader1.Values.Heading = "模块化设置";
kryptonHeader1.Values.Image = null;
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel1.ColumnCount = 4;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel1.Controls.Add(kryptonLabel2, 0, 10);
tableLayoutPanel1.Controls.Add(kryptonLabel3, 0, 11);
tableLayoutPanel1.Controls.Add(kryptonLabel4, 0, 12);
tableLayoutPanel1.Controls.Add(outFilePathTxt, 1, 10);
tableLayoutPanel1.Controls.Add(outFilePathBut, 2, 10);
tableLayoutPanel1.Controls.Add(assemblyTxt, 1, 11);
tableLayoutPanel1.Controls.Add(kryptonHeader1, 0, 0);
tableLayoutPanel1.Controls.Add(kryptonLabel1, 0, 1);
tableLayoutPanel1.Controls.Add(kryptonLabel8, 0, 6);
tableLayoutPanel1.Controls.Add(templatePathTxt, 1, 1);
tableLayoutPanel1.Controls.Add(templatePathBut, 2, 1);
tableLayoutPanel1.Controls.Add(templateTypeTxt, 1, 6);
tableLayoutPanel1.Controls.Add(kryptonLabel9, 0, 7);
tableLayoutPanel1.Controls.Add(templateFileNameTxt, 1, 7);
tableLayoutPanel1.Controls.Add(kryptonHeader3, 0, 5);
tableLayoutPanel1.Controls.Add(kryptonLabel5, 0, 2);
tableLayoutPanel1.Controls.Add(kryptonLabel7, 0, 4);
tableLayoutPanel1.Controls.Add(assemblyComboBox, 1, 2);
tableLayoutPanel1.Controls.Add(templateTypeCombox, 1, 4);
tableLayoutPanel1.Controls.Add(kryptonHeader4, 0, 3);
tableLayoutPanel1.Controls.Add(dbConnTxt, 1, 21);
tableLayoutPanel1.Controls.Add(kryptonHeader2, 0, 19);
tableLayoutPanel1.Controls.Add(kryptonHeader6, 0, 17);
tableLayoutPanel1.Controls.Add(kryptonLabel6, 0, 21);
tableLayoutPanel1.Controls.Add(usingTxt, 0, 18);
tableLayoutPanel1.Controls.Add(kryptonLabel10, 0, 9);
tableLayoutPanel1.Controls.Add(fileNameSuffixTxt, 1, 9);
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 1, 15);
tableLayoutPanel1.Controls.Add(namespaceTxt, 1, 12);
tableLayoutPanel1.Controls.Add(kryptonLabel11, 0, 8);
tableLayoutPanel1.Controls.Add(fileNamePrefixTxt, 1, 8);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(0, 0);
tableLayoutPanel1.Margin = new Padding(4);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 22;
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 8F));
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 8F));
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.Size = new Size(800, 600);
tableLayoutPanel1.TabIndex = 1;
//
// outFilePathTxt
//
outFilePathTxt.Location = new Point(100, 272);
outFilePathTxt.Margin = new Padding(4);
outFilePathTxt.Name = "outFilePathTxt";
outFilePathTxt.Size = new Size(599, 23);
outFilePathTxt.TabIndex = 4;
//
// outFilePathBut
//
outFilePathBut.AutoSize = true;
outFilePathBut.Location = new Point(707, 272);
outFilePathBut.Margin = new Padding(4);
outFilePathBut.Name = "outFilePathBut";
outFilePathBut.Size = new Size(89, 22);
outFilePathBut.TabIndex = 5;
outFilePathBut.Values.Text = "选择文件夹(...)";
outFilePathBut.Click += outFilePathBut_Click;
//
// assemblyTxt
//
assemblyTxt.Location = new Point(100, 303);
assemblyTxt.Margin = new Padding(4);
assemblyTxt.Name = "assemblyTxt";
assemblyTxt.Size = new Size(347, 23);
assemblyTxt.TabIndex = 9;
//
// kryptonLabel8
//
kryptonLabel8.Location = new Point(4, 148);
kryptonLabel8.Margin = new Padding(4);
kryptonLabel8.Name = "kryptonLabel8";
kryptonLabel8.Size = new Size(75, 20);
kryptonLabel8.TabIndex = 3;
kryptonLabel8.Values.Text = "模板名称:";
//
// templatePathTxt
//
templatePathTxt.Location = new Point(100, 43);
templatePathTxt.Margin = new Padding(4);
templatePathTxt.Name = "templatePathTxt";
templatePathTxt.Size = new Size(599, 23);
templatePathTxt.TabIndex = 4;
//
// templatePathBut
//
templatePathBut.AutoSize = true;
templatePathBut.Location = new Point(707, 43);
templatePathBut.Margin = new Padding(4);
templatePathBut.Name = "templatePathBut";
templatePathBut.Size = new Size(89, 22);
templatePathBut.TabIndex = 5;
templatePathBut.Values.Text = "选择文件夹(...)";
templatePathBut.Click += templatePathBut_Click;
//
// templateTypeTxt
//
templateTypeTxt.Location = new Point(100, 148);
templateTypeTxt.Margin = new Padding(4);
templateTypeTxt.Name = "templateTypeTxt";
templateTypeTxt.Size = new Size(347, 23);
templateTypeTxt.TabIndex = 4;
//
// kryptonLabel9
//
kryptonLabel9.Location = new Point(4, 179);
kryptonLabel9.Margin = new Padding(4);
kryptonLabel9.Name = "kryptonLabel9";
kryptonLabel9.Size = new Size(62, 20);
kryptonLabel9.TabIndex = 3;
kryptonLabel9.Values.Text = "文件名:";
//
// templateFileNameTxt
//
templateFileNameTxt.Location = new Point(100, 179);
templateFileNameTxt.Margin = new Padding(4);
templateFileNameTxt.Name = "templateFileNameTxt";
templateFileNameTxt.Size = new Size(347, 23);
templateFileNameTxt.TabIndex = 4;
//
// kryptonHeader3
//
tableLayoutPanel1.SetColumnSpan(kryptonHeader3, 3);
kryptonHeader3.Dock = DockStyle.Fill;
kryptonHeader3.Location = new Point(3, 139);
kryptonHeader3.Name = "kryptonHeader3";
kryptonHeader3.Size = new Size(794, 2);
kryptonHeader3.TabIndex = 14;
kryptonHeader3.Values.Description = "";
kryptonHeader3.Values.Heading = "";
kryptonHeader3.Values.Image = null;
//
// kryptonLabel7
//
kryptonLabel7.Location = new Point(4, 111);
kryptonLabel7.Margin = new Padding(4);
kryptonLabel7.Name = "kryptonLabel7";
kryptonLabel7.Size = new Size(75, 20);
kryptonLabel7.TabIndex = 3;
kryptonLabel7.Values.Text = "模板名称:";
//
// assemblyComboBox
//
assemblyComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
assemblyComboBox.DropDownWidth = 362;
assemblyComboBox.IntegralHeight = false;
assemblyComboBox.Location = new Point(100, 74);
assemblyComboBox.Margin = new Padding(4);
assemblyComboBox.Name = "assemblyComboBox";
assemblyComboBox.Size = new Size(347, 21);
assemblyComboBox.TabIndex = 6;
assemblyComboBox.SelectionChangeCommitted += assemblyComboBox_SelectionChangeCommitted;
//
// templateTypeCombox
//
templateTypeCombox.DropDownStyle = ComboBoxStyle.DropDownList;
templateTypeCombox.DropDownWidth = 362;
templateTypeCombox.IntegralHeight = false;
templateTypeCombox.Location = new Point(100, 111);
templateTypeCombox.Margin = new Padding(4);
templateTypeCombox.Name = "templateTypeCombox";
templateTypeCombox.Size = new Size(347, 21);
templateTypeCombox.TabIndex = 6;
templateTypeCombox.SelectionChangeCommitted += templateTypeCombox_SelectionChangeCommitted;
//
// kryptonHeader4
//
tableLayoutPanel1.SetColumnSpan(kryptonHeader4, 3);
kryptonHeader4.Dock = DockStyle.Fill;
kryptonHeader4.Location = new Point(3, 102);
kryptonHeader4.Name = "kryptonHeader4";
kryptonHeader4.Size = new Size(794, 2);
kryptonHeader4.TabIndex = 14;
kryptonHeader4.Values.Description = "";
kryptonHeader4.Values.Heading = "";
kryptonHeader4.Values.Image = null;
//
// dbConnTxt
//
tableLayoutPanel1.SetColumnSpan(dbConnTxt, 2);
dbConnTxt.Location = new Point(100, 573);
dbConnTxt.Margin = new Padding(4);
dbConnTxt.Name = "dbConnTxt";
dbConnTxt.ReadOnly = true;
dbConnTxt.Size = new Size(696, 23);
dbConnTxt.StateCommon.Back.Color1 = Color.Silver;
dbConnTxt.TabIndex = 11;
//
// kryptonHeader2
//
tableLayoutPanel1.SetColumnSpan(kryptonHeader2, 4);
kryptonHeader2.Dock = DockStyle.Fill;
kryptonHeader2.Location = new Point(4, 534);
kryptonHeader2.Margin = new Padding(4);
kryptonHeader2.Name = "kryptonHeader2";
kryptonHeader2.Size = new Size(792, 31);
kryptonHeader2.TabIndex = 13;
kryptonHeader2.Values.Description = "";
kryptonHeader2.Values.Heading = "数据库连接设置";
kryptonHeader2.Values.Image = null;
//
// kryptonHeader6
//
tableLayoutPanel1.SetColumnSpan(kryptonHeader6, 4);
kryptonHeader6.Dock = DockStyle.Fill;
kryptonHeader6.Location = new Point(4, 398);
kryptonHeader6.Margin = new Padding(4);
kryptonHeader6.Name = "kryptonHeader6";
kryptonHeader6.Size = new Size(792, 31);
kryptonHeader6.TabIndex = 13;
kryptonHeader6.Values.Description = "";
kryptonHeader6.Values.Heading = "Using设置";
kryptonHeader6.Values.Image = null;
//
// kryptonLabel6
//
kryptonLabel6.Location = new Point(4, 573);
kryptonLabel6.Margin = new Padding(4);
kryptonLabel6.Name = "kryptonLabel6";
kryptonLabel6.Size = new Size(88, 20);
kryptonLabel6.TabIndex = 10;
kryptonLabel6.Values.Text = "数据库连接:";
//
// usingTxt
//
tableLayoutPanel1.SetColumnSpan(usingTxt, 3);
usingTxt.Dock = DockStyle.Fill;
usingTxt.Location = new Point(3, 436);
usingTxt.Name = "usingTxt";
usingTxt.Size = new Size(794, 91);
usingTxt.TabIndex = 15;
usingTxt.Text = "";
//
// kryptonLabel10
//
kryptonLabel10.Location = new Point(4, 241);
kryptonLabel10.Margin = new Padding(4);
kryptonLabel10.Name = "kryptonLabel10";
kryptonLabel10.Size = new Size(75, 20);
kryptonLabel10.TabIndex = 3;
kryptonLabel10.Values.Text = "文件后缀:";
//
// fileNameSuffixTxt
//
fileNameSuffixTxt.Location = new Point(100, 241);
fileNameSuffixTxt.Margin = new Padding(4);
fileNameSuffixTxt.Name = "fileNameSuffixTxt";
fileNameSuffixTxt.Size = new Size(347, 23);
fileNameSuffixTxt.TabIndex = 4;
//
// tableLayoutPanel2
//
tableLayoutPanel2.AutoSize = true;
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel2.ColumnCount = 2;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel2.Controls.Add(saveConfigBut, 0, 0);
tableLayoutPanel2.Controls.Add(deleteConfigBut, 1, 0);
tableLayoutPanel2.Location = new Point(96, 361);
tableLayoutPanel2.Margin = new Padding(0);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 1;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel2.Size = new Size(226, 33);
tableLayoutPanel2.TabIndex = 7;
//
// saveConfigBut
//
saveConfigBut.Location = new Point(4, 4);
saveConfigBut.Margin = new Padding(4);
saveConfigBut.Name = "saveConfigBut";
saveConfigBut.Size = new Size(105, 25);
saveConfigBut.TabIndex = 0;
saveConfigBut.Values.Text = "保存";
saveConfigBut.Click += saveConfigBut_Click;
//
// deleteConfigBut
//
deleteConfigBut.Location = new Point(117, 4);
deleteConfigBut.Margin = new Padding(4);
deleteConfigBut.Name = "deleteConfigBut";
deleteConfigBut.Size = new Size(105, 25);
deleteConfigBut.TabIndex = 1;
deleteConfigBut.Values.Text = "删除";
deleteConfigBut.Click += deleteConfigBut_Click;
//
// namespaceTxt
//
namespaceTxt.Location = new Point(100, 334);
namespaceTxt.Margin = new Padding(4);
namespaceTxt.Name = "namespaceTxt";
namespaceTxt.Size = new Size(347, 23);
namespaceTxt.TabIndex = 4;
//
// kryptonLabel11
//
kryptonLabel11.Location = new Point(4, 210);
kryptonLabel11.Margin = new Padding(4);
kryptonLabel11.Name = "kryptonLabel11";
kryptonLabel11.Size = new Size(75, 20);
kryptonLabel11.TabIndex = 3;
kryptonLabel11.Values.Text = "文件前缀:";
//
// fileNamePrefixTxt
//
fileNamePrefixTxt.Location = new Point(100, 210);
fileNamePrefixTxt.Margin = new Padding(4);
fileNamePrefixTxt.Name = "fileNamePrefixTxt";
fileNamePrefixTxt.Size = new Size(347, 23);
fileNamePrefixTxt.TabIndex = 4;
//
// ConfigUserControl
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tableLayoutPanel1);
Name = "ConfigUserControl";
Size = new Size(800, 600);
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)assemblyComboBox).EndInit();
((System.ComponentModel.ISupportInitialize)templateTypeCombox).EndInit();
tableLayoutPanel2.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private FolderBrowserDialog folderBrowserDialog1;
private Krypton.Toolkit.KryptonLabel kryptonLabel1;
private Krypton.Toolkit.KryptonLabel kryptonLabel2;
private Krypton.Toolkit.KryptonLabel kryptonLabel3;
private Krypton.Toolkit.KryptonLabel kryptonLabel4;
private Krypton.Toolkit.KryptonLabel kryptonLabel5;
private TableLayoutPanel tableLayoutPanel1;
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
private Krypton.Toolkit.KryptonLabel kryptonLabel8;
private Krypton.Toolkit.KryptonLabel kryptonLabel9;
private Krypton.Toolkit.KryptonHeader kryptonHeader3;
private Krypton.Toolkit.KryptonTextBox outFilePathTxt;
private Krypton.Toolkit.KryptonTextBox namespaceTxt;
private Krypton.Toolkit.KryptonButton outFilePathBut;
private TableLayoutPanel tableLayoutPanel2;
private Krypton.Toolkit.KryptonButton saveConfigBut;
private Krypton.Toolkit.KryptonButton deleteConfigBut;
private Krypton.Toolkit.KryptonTextBox assemblyTxt;
public Krypton.Toolkit.KryptonComboBox assemblyComboBox;
private Krypton.Toolkit.KryptonTextBox templatePathTxt;
private Krypton.Toolkit.KryptonButton templatePathBut;
private Krypton.Toolkit.KryptonTextBox templateTypeTxt;
private Krypton.Toolkit.KryptonTextBox templateFileNameTxt;
private Krypton.Toolkit.KryptonLabel kryptonLabel7;
private Krypton.Toolkit.KryptonComboBox templateTypeCombox;
private Krypton.Toolkit.KryptonHeader kryptonHeader4;
private Krypton.Toolkit.KryptonHeader kryptonHeader6;
private Krypton.Toolkit.KryptonTextBox dbConnTxt;
private Krypton.Toolkit.KryptonHeader kryptonHeader2;
private Krypton.Toolkit.KryptonLabel kryptonLabel6;
private Krypton.Toolkit.KryptonRichTextBox usingTxt;
private Krypton.Toolkit.KryptonLabel kryptonLabel10;
private Krypton.Toolkit.KryptonTextBox fileNameSuffixTxt;
private Krypton.Toolkit.KryptonLabel kryptonLabel11;
private Krypton.Toolkit.KryptonTextBox fileNamePrefixTxt;
}
}