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

179 lines
7.9 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 OperationUserControl
{
/// <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()
{
assemblyComboBox = new Krypton.Toolkit.KryptonComboBox();
kryptonHeader1 = new Krypton.Toolkit.KryptonHeader();
kryptonCheckedListBox1 = new Krypton.Toolkit.KryptonCheckedListBox();
kryptonHeader2 = new Krypton.Toolkit.KryptonHeader();
kryptonHeader3 = new Krypton.Toolkit.KryptonHeader();
templateBut = new Krypton.Toolkit.KryptonButton();
tableLayoutPanel1 = new TableLayoutPanel();
outputFileBut = new Krypton.Toolkit.KryptonCheckButton();
((System.ComponentModel.ISupportInitialize)assemblyComboBox).BeginInit();
tableLayoutPanel1.SuspendLayout();
SuspendLayout();
//
// assemblyComboBox
//
assemblyComboBox.Dock = DockStyle.Fill;
assemblyComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
assemblyComboBox.DropDownWidth = 362;
assemblyComboBox.IntegralHeight = false;
assemblyComboBox.Location = new Point(4, 43);
assemblyComboBox.Margin = new Padding(4);
assemblyComboBox.Name = "assemblyComboBox";
assemblyComboBox.Size = new Size(275, 21);
assemblyComboBox.TabIndex = 7;
assemblyComboBox.SelectionChangeCommitted += assemblyComboBox_SelectionChangeCommitted;
assemblyComboBox.SelectedValueChanged += assemblyComboBox_SelectedValueChanged;
//
// kryptonHeader1
//
kryptonHeader1.Dock = DockStyle.Fill;
kryptonHeader1.Location = new Point(4, 4);
kryptonHeader1.Margin = new Padding(4);
kryptonHeader1.Name = "kryptonHeader1";
kryptonHeader1.Size = new Size(275, 31);
kryptonHeader1.TabIndex = 0;
kryptonHeader1.Values.Description = "";
kryptonHeader1.Values.Heading = "当前程序集";
kryptonHeader1.Values.Image = null;
//
// kryptonCheckedListBox1
//
kryptonCheckedListBox1.Dock = DockStyle.Fill;
kryptonCheckedListBox1.Location = new Point(4, 111);
kryptonCheckedListBox1.Margin = new Padding(4);
kryptonCheckedListBox1.Name = "kryptonCheckedListBox1";
kryptonCheckedListBox1.Size = new Size(275, 227);
kryptonCheckedListBox1.TabIndex = 8;
//
// kryptonHeader2
//
kryptonHeader2.Dock = DockStyle.Fill;
kryptonHeader2.Location = new Point(4, 72);
kryptonHeader2.Margin = new Padding(4);
kryptonHeader2.Name = "kryptonHeader2";
kryptonHeader2.Size = new Size(275, 31);
kryptonHeader2.TabIndex = 9;
kryptonHeader2.Values.Description = "";
kryptonHeader2.Values.Heading = "输出项显示";
kryptonHeader2.Values.Image = null;
//
// kryptonHeader3
//
kryptonHeader3.Dock = DockStyle.Fill;
kryptonHeader3.Location = new Point(4, 346);
kryptonHeader3.Margin = new Padding(4);
kryptonHeader3.Name = "kryptonHeader3";
kryptonHeader3.Size = new Size(275, 4);
kryptonHeader3.TabIndex = 10;
kryptonHeader3.Values.Description = "";
kryptonHeader3.Values.Heading = "";
kryptonHeader3.Values.Image = null;
//
// templateBut
//
templateBut.Location = new Point(4, 391);
templateBut.Margin = new Padding(4);
templateBut.Name = "templateBut";
templateBut.Size = new Size(105, 25);
templateBut.TabIndex = 12;
templateBut.Values.Text = "模板生成";
templateBut.Click += templateBut_Click;
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel1.Controls.Add(assemblyComboBox, 0, 1);
tableLayoutPanel1.Controls.Add(kryptonHeader1, 0, 0);
tableLayoutPanel1.Controls.Add(kryptonCheckedListBox1, 0, 3);
tableLayoutPanel1.Controls.Add(kryptonHeader2, 0, 2);
tableLayoutPanel1.Controls.Add(kryptonHeader3, 0, 4);
tableLayoutPanel1.Controls.Add(outputFileBut, 0, 7);
tableLayoutPanel1.Controls.Add(templateBut, 0, 8);
tableLayoutPanel1.Dock = DockStyle.Fill;
tableLayoutPanel1.Location = new Point(0, 0);
tableLayoutPanel1.Margin = new Padding(4);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 9;
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.Size = new Size(283, 649);
tableLayoutPanel1.TabIndex = 1;
//
// outputFileBut
//
outputFileBut.Location = new Point(4, 358);
outputFileBut.Margin = new Padding(4);
outputFileBut.Name = "outputFileBut";
outputFileBut.Size = new Size(105, 25);
outputFileBut.TabIndex = 13;
outputFileBut.Values.Text = "输出文件";
outputFileBut.Click += outputFileBut_Click;
//
// OperationUserControl
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tableLayoutPanel1);
MinimumSize = new Size(240, 0);
Name = "OperationUserControl";
Size = new Size(283, 649);
((System.ComponentModel.ISupportInitialize)assemblyComboBox).EndInit();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
public Krypton.Toolkit.KryptonComboBox assemblyComboBox;
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
private Krypton.Toolkit.KryptonCheckedListBox kryptonCheckedListBox1;
private Krypton.Toolkit.KryptonHeader kryptonHeader2;
private Krypton.Toolkit.KryptonHeader kryptonHeader3;
private Krypton.Toolkit.KryptonButton templateBut;
private TableLayoutPanel tableLayoutPanel1;
private Krypton.Toolkit.KryptonCheckButton outputFileBut;
}
}