235 lines
14 KiB
C#
235 lines
14 KiB
C#
namespace TeklaModelPlugin1
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.saveLoad1 = new Tekla.Structures.Dialog.UIControls.SaveLoad();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.saveLoad2 = new Tekla.Structures.Dialog.UIControls.SaveLoad();
|
|
this.tabControl2 = new System.Windows.Forms.TabControl();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.ParametersTabPage = new System.Windows.Forms.TabPage();
|
|
this.OkApplyModifyGetOnOffCancel = new Tekla.Structures.Dialog.UIControls.OkApplyModifyGetOnOffCancel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.tabControl2.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.tableLayoutPanel1, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.tableLayoutPanel1, null);
|
|
this.structuresExtender.SetBindPropertyName(this.tableLayoutPanel1, null);
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.OkApplyModifyGetOnOffCancel, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.saveLoad1, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(534, 414);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// saveLoad1
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.saveLoad1, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.saveLoad1, null);
|
|
this.saveLoad1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.structuresExtender.SetBindPropertyName(this.saveLoad1, null);
|
|
this.saveLoad1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.saveLoad1.Location = new System.Drawing.Point(3, 3);
|
|
this.saveLoad1.Name = "saveLoad1";
|
|
this.saveLoad1.SaveAsText = "";
|
|
this.saveLoad1.Size = new System.Drawing.Size(528, 43);
|
|
this.saveLoad1.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.tableLayoutPanel2, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.tableLayoutPanel2, null);
|
|
this.structuresExtender.SetBindPropertyName(this.tableLayoutPanel2, null);
|
|
this.tableLayoutPanel2.ColumnCount = 4;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.Controls.Add(this.saveLoad2, 0, 0);
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 8;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
|
|
this.tableLayoutPanel2.TabIndex = 0;
|
|
//
|
|
// saveLoad2
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.saveLoad2, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.saveLoad2, null);
|
|
this.saveLoad2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.structuresExtender.SetBindPropertyName(this.saveLoad2, null);
|
|
this.tableLayoutPanel2.SetColumnSpan(this.saveLoad2, 4);
|
|
this.saveLoad2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.saveLoad2.Location = new System.Drawing.Point(3, 3);
|
|
this.saveLoad2.Name = "saveLoad2";
|
|
this.saveLoad2.SaveAsText = "";
|
|
this.saveLoad2.Size = new System.Drawing.Size(194, 14);
|
|
this.saveLoad2.TabIndex = 0;
|
|
//
|
|
// tabControl2
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.tabControl2, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.tabControl2, null);
|
|
this.structuresExtender.SetBindPropertyName(this.tabControl2, null);
|
|
this.tabControl2.Controls.Add(this.tabPage3);
|
|
this.tabControl2.Controls.Add(this.tabPage4);
|
|
this.tabControl2.Location = new System.Drawing.Point(3, -6);
|
|
this.tabControl2.Name = "tabControl2";
|
|
this.tabControl2.SelectedIndex = 0;
|
|
this.tabControl2.Size = new System.Drawing.Size(90, 1);
|
|
this.tabControl2.TabIndex = 2;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.tabPage3, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.tabPage3, null);
|
|
this.structuresExtender.SetBindPropertyName(this.tabPage3, null);
|
|
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(82, 0);
|
|
this.tabPage3.TabIndex = 0;
|
|
this.tabPage3.Text = "tabPage3";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.tabPage4, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.tabPage4, null);
|
|
this.structuresExtender.SetBindPropertyName(this.tabPage4, null);
|
|
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(82, 0);
|
|
this.tabPage4.TabIndex = 1;
|
|
this.tabPage4.Text = "tabPage4";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.tabControl1, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.tabControl1, null);
|
|
this.structuresExtender.SetBindPropertyName(this.tabControl1, null);
|
|
this.tabControl1.Controls.Add(this.ParametersTabPage);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(3, 52);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(528, 324);
|
|
this.tabControl1.TabIndex = 18;
|
|
//
|
|
// ParametersTabPage
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.ParametersTabPage, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.ParametersTabPage, null);
|
|
this.structuresExtender.SetBindPropertyName(this.ParametersTabPage, null);
|
|
this.ParametersTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.ParametersTabPage.Name = "ParametersTabPage";
|
|
this.ParametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.ParametersTabPage.Size = new System.Drawing.Size(520, 298);
|
|
this.ParametersTabPage.TabIndex = 2;
|
|
this.ParametersTabPage.Text = "albl_Parameters";
|
|
this.ParametersTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// OkApplyModifyGetOnOffCancel
|
|
//
|
|
this.structuresExtender.SetAttributeName(this.OkApplyModifyGetOnOffCancel, null);
|
|
this.structuresExtender.SetAttributeTypeName(this.OkApplyModifyGetOnOffCancel, null);
|
|
this.structuresExtender.SetBindPropertyName(this.OkApplyModifyGetOnOffCancel, null);
|
|
this.OkApplyModifyGetOnOffCancel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.OkApplyModifyGetOnOffCancel.Location = new System.Drawing.Point(3, 382);
|
|
this.OkApplyModifyGetOnOffCancel.Name = "OkApplyModifyGetOnOffCancel";
|
|
this.OkApplyModifyGetOnOffCancel.Size = new System.Drawing.Size(528, 29);
|
|
this.OkApplyModifyGetOnOffCancel.TabIndex = 19;
|
|
this.OkApplyModifyGetOnOffCancel.OkClicked += new System.EventHandler(this.OkApplyModifyGetOnOffCancel_OkClicked);
|
|
this.OkApplyModifyGetOnOffCancel.ModifyClicked += new System.EventHandler(this.OkApplyModifyGetOnOffCancel_ModifyClicked);
|
|
this.OkApplyModifyGetOnOffCancel.CancelClicked += new System.EventHandler(this.OkApplyModifyGetOnOffCancel_CancelClicked);
|
|
this.OkApplyModifyGetOnOffCancel.OnOffClicked += new System.EventHandler(this.OkApplyModifyGetOnOffCancel_OnOffClicked);
|
|
this.OkApplyModifyGetOnOffCancel.GetClicked += new System.EventHandler(this.OkApplyModifyGetOnOffCancel_GetClicked);
|
|
this.OkApplyModifyGetOnOffCancel.ApplyClicked += new System.EventHandler(this.OkApplyModifyGetOnOffCancel_ApplyClicked);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.structuresExtender.SetAttributeName(this, null);
|
|
this.structuresExtender.SetAttributeTypeName(this, null);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.structuresExtender.SetBindPropertyName(this, null);
|
|
this.ClientSize = new System.Drawing.Size(534, 414);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "MainForm";
|
|
this.Text = "Model Plug-in";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tabControl2.ResumeLayout(false);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private Tekla.Structures.Dialog.UIControls.SaveLoad saveLoad1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private Tekla.Structures.Dialog.UIControls.SaveLoad saveLoad2;
|
|
private System.Windows.Forms.TabControl tabControl2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private Tekla.Structures.Dialog.UIControls.OkApplyModifyGetOnOffCancel OkApplyModifyGetOnOffCancel;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage ParametersTabPage;
|
|
}
|
|
} |