94 lines
3.6 KiB
C#
94 lines
3.6 KiB
C#
namespace CloudBuilder.CodeGenerator
|
||
{
|
||
partial class OutputUserControl
|
||
{
|
||
/// <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()
|
||
{
|
||
tableLayoutPanel1 = new TableLayoutPanel();
|
||
kryptonHeader1 = new Krypton.Toolkit.KryptonHeader();
|
||
contextTxt = new Krypton.Toolkit.KryptonRichTextBox();
|
||
tableLayoutPanel1.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
tableLayoutPanel1.ColumnCount = 1;
|
||
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
||
tableLayoutPanel1.Controls.Add(kryptonHeader1, 0, 0);
|
||
tableLayoutPanel1.Controls.Add(contextTxt, 0, 2);
|
||
tableLayoutPanel1.Dock = DockStyle.Fill;
|
||
tableLayoutPanel1.Location = new Point(0, 0);
|
||
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
tableLayoutPanel1.RowCount = 3;
|
||
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 35F));
|
||
tableLayoutPanel1.RowStyles.Add(new RowStyle());
|
||
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
||
tableLayoutPanel1.Size = new Size(779, 531);
|
||
tableLayoutPanel1.TabIndex = 1;
|
||
//
|
||
// 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(771, 27);
|
||
kryptonHeader1.TabIndex = 13;
|
||
kryptonHeader1.Values.Description = "";
|
||
kryptonHeader1.Values.Heading = "模板生成內容";
|
||
kryptonHeader1.Values.Image = null;
|
||
//
|
||
// contextTxt
|
||
//
|
||
contextTxt.Dock = DockStyle.Fill;
|
||
contextTxt.Location = new Point(3, 38);
|
||
contextTxt.Name = "contextTxt";
|
||
contextTxt.Size = new Size(773, 490);
|
||
contextTxt.TabIndex = 15;
|
||
contextTxt.Text = "";
|
||
//
|
||
// OutputUserControl
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(tableLayoutPanel1);
|
||
Name = "OutputUserControl";
|
||
Size = new Size(779, 531);
|
||
tableLayoutPanel1.ResumeLayout(false);
|
||
tableLayoutPanel1.PerformLayout();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private TableLayoutPanel tableLayoutPanel1;
|
||
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
|
||
public Krypton.Toolkit.KryptonRichTextBox contextTxt;
|
||
}
|
||
}
|