Files
2021-04-20 11:36:21 +02:00

358 lines
18 KiB
C#

namespace Revit.SDK.Samples.WinderStairs.CS
{
partial class UWinderOptions
{
/// <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.runWidthLabel = new System.Windows.Forms.Label();
this.endStepsLabel = new System.Windows.Forms.Label();
this.cornerStepsN1Label = new System.Windows.Forms.Label();
this.startStepsLabel = new System.Windows.Forms.Label();
this.runWidthTextBox = new System.Windows.Forms.TextBox();
this.numAtEndTextBox = new System.Windows.Forms.TextBox();
this.numInCorner1TextBox = new System.Windows.Forms.TextBox();
this.numAtStartTextBox = new System.Windows.Forms.TextBox();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.previewPictureBox = new System.Windows.Forms.PictureBox();
this.numInMiddleTextBox = new System.Windows.Forms.TextBox();
this.numInCorner2TextBox = new System.Windows.Forms.TextBox();
this.middleStepsLabel = new System.Windows.Forms.Label();
this.cornerStepsN2Label = new System.Windows.Forms.Label();
this.inputParamGroupBox = new System.Windows.Forms.GroupBox();
this.centerOffsetF2Label = new System.Windows.Forms.Label();
this.centerOffsetE2Label = new System.Windows.Forms.Label();
this.centerOffsetF1Label = new System.Windows.Forms.Label();
this.centerOffsetF2TextBox = new System.Windows.Forms.TextBox();
this.centerOffsetE2TextBox = new System.Windows.Forms.TextBox();
this.centerOffsetF1TextBox = new System.Windows.Forms.TextBox();
this.centerOffsetE1TextBox = new System.Windows.Forms.TextBox();
this.centerOffsetE1Label = new System.Windows.Forms.Label();
this.dmuCheckBox = new System.Windows.Forms.CheckBox();
this.sketchCheckBox = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
this.inputParamGroupBox.SuspendLayout();
this.SuspendLayout();
//
// runWidthLabel
//
this.runWidthLabel.AutoSize = true;
this.runWidthLabel.Location = new System.Drawing.Point(33, 32);
this.runWidthLabel.Name = "runWidthLabel";
this.runWidthLabel.Size = new System.Drawing.Size(77, 13);
this.runWidthLabel.TabIndex = 20;
this.runWidthLabel.Text = "Run Width (C):";
//
// endStepsLabel
//
this.endStepsLabel.AutoSize = true;
this.endStepsLabel.Location = new System.Drawing.Point(29, 116);
this.endStepsLabel.Name = "endStepsLabel";
this.endStepsLabel.Size = new System.Drawing.Size(81, 13);
this.endStepsLabel.TabIndex = 19;
this.endStepsLabel.Text = "End Steps (A2):";
//
// cornerStepsN1Label
//
this.cornerStepsN1Label.AutoSize = true;
this.cornerStepsN1Label.Location = new System.Drawing.Point(16, 144);
this.cornerStepsN1Label.Name = "cornerStepsN1Label";
this.cornerStepsN1Label.Size = new System.Drawing.Size(94, 13);
this.cornerStepsN1Label.TabIndex = 18;
this.cornerStepsN1Label.Text = "Corner Steps (N1):";
//
// startStepsLabel
//
this.startStepsLabel.AutoSize = true;
this.startStepsLabel.Location = new System.Drawing.Point(26, 60);
this.startStepsLabel.Name = "startStepsLabel";
this.startStepsLabel.Size = new System.Drawing.Size(84, 13);
this.startStepsLabel.TabIndex = 17;
this.startStepsLabel.Text = "Start Steps (A1):";
//
// runWidthTextBox
//
this.runWidthTextBox.Location = new System.Drawing.Point(118, 32);
this.runWidthTextBox.Name = "runWidthTextBox";
this.runWidthTextBox.Size = new System.Drawing.Size(100, 20);
this.runWidthTextBox.TabIndex = 15;
//
// numAtEndTextBox
//
this.numAtEndTextBox.Location = new System.Drawing.Point(118, 116);
this.numAtEndTextBox.Name = "numAtEndTextBox";
this.numAtEndTextBox.Size = new System.Drawing.Size(100, 20);
this.numAtEndTextBox.TabIndex = 14;
//
// numInCorner1TextBox
//
this.numInCorner1TextBox.Location = new System.Drawing.Point(118, 144);
this.numInCorner1TextBox.Name = "numInCorner1TextBox";
this.numInCorner1TextBox.Size = new System.Drawing.Size(100, 20);
this.numInCorner1TextBox.TabIndex = 13;
//
// numAtStartTextBox
//
this.numAtStartTextBox.Location = new System.Drawing.Point(118, 60);
this.numAtStartTextBox.Name = "numAtStartTextBox";
this.numAtStartTextBox.Size = new System.Drawing.Size(100, 20);
this.numAtStartTextBox.TabIndex = 12;
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(334, 346);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 26);
this.cancelButton.TabIndex = 10;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// okButton
//
this.okButton.Location = new System.Drawing.Point(242, 346);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 26);
this.okButton.TabIndex = 11;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// previewPictureBox
//
this.previewPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.previewPictureBox.Image = global::Revit.SDK.Samples.WinderStairs.CS.Properties.Resources.UWinder;
this.previewPictureBox.Location = new System.Drawing.Point(274, 23);
this.previewPictureBox.Name = "previewPictureBox";
this.previewPictureBox.Size = new System.Drawing.Size(360, 302);
this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.previewPictureBox.TabIndex = 16;
this.previewPictureBox.TabStop = false;
//
// numInMiddleTextBox
//
this.numInMiddleTextBox.Location = new System.Drawing.Point(118, 88);
this.numInMiddleTextBox.Name = "numInMiddleTextBox";
this.numInMiddleTextBox.Size = new System.Drawing.Size(100, 20);
this.numInMiddleTextBox.TabIndex = 14;
//
// numInCorner2TextBox
//
this.numInCorner2TextBox.Location = new System.Drawing.Point(118, 228);
this.numInCorner2TextBox.Name = "numInCorner2TextBox";
this.numInCorner2TextBox.Size = new System.Drawing.Size(100, 20);
this.numInCorner2TextBox.TabIndex = 14;
//
// middleStepsLabel
//
this.middleStepsLabel.AutoSize = true;
this.middleStepsLabel.Location = new System.Drawing.Point(23, 88);
this.middleStepsLabel.Name = "middleStepsLabel";
this.middleStepsLabel.Size = new System.Drawing.Size(87, 13);
this.middleStepsLabel.TabIndex = 19;
this.middleStepsLabel.Text = "Middle Steps (B):";
//
// cornerStepsN2Label
//
this.cornerStepsN2Label.AutoSize = true;
this.cornerStepsN2Label.Location = new System.Drawing.Point(16, 228);
this.cornerStepsN2Label.Name = "cornerStepsN2Label";
this.cornerStepsN2Label.Size = new System.Drawing.Size(94, 13);
this.cornerStepsN2Label.TabIndex = 19;
this.cornerStepsN2Label.Text = "Corner Steps (N2):";
//
// inputParamGroupBox
//
this.inputParamGroupBox.Controls.Add(this.centerOffsetF2Label);
this.inputParamGroupBox.Controls.Add(this.centerOffsetE2Label);
this.inputParamGroupBox.Controls.Add(this.centerOffsetF1Label);
this.inputParamGroupBox.Controls.Add(this.numInMiddleTextBox);
this.inputParamGroupBox.Controls.Add(this.runWidthLabel);
this.inputParamGroupBox.Controls.Add(this.numAtStartTextBox);
this.inputParamGroupBox.Controls.Add(this.middleStepsLabel);
this.inputParamGroupBox.Controls.Add(this.numInCorner1TextBox);
this.inputParamGroupBox.Controls.Add(this.cornerStepsN2Label);
this.inputParamGroupBox.Controls.Add(this.centerOffsetF2TextBox);
this.inputParamGroupBox.Controls.Add(this.centerOffsetE2TextBox);
this.inputParamGroupBox.Controls.Add(this.centerOffsetF1TextBox);
this.inputParamGroupBox.Controls.Add(this.centerOffsetE1TextBox);
this.inputParamGroupBox.Controls.Add(this.numAtEndTextBox);
this.inputParamGroupBox.Controls.Add(this.centerOffsetE1Label);
this.inputParamGroupBox.Controls.Add(this.endStepsLabel);
this.inputParamGroupBox.Controls.Add(this.numInCorner2TextBox);
this.inputParamGroupBox.Controls.Add(this.cornerStepsN1Label);
this.inputParamGroupBox.Controls.Add(this.runWidthTextBox);
this.inputParamGroupBox.Controls.Add(this.startStepsLabel);
this.inputParamGroupBox.Location = new System.Drawing.Point(12, 12);
this.inputParamGroupBox.Name = "inputParamGroupBox";
this.inputParamGroupBox.Size = new System.Drawing.Size(243, 313);
this.inputParamGroupBox.TabIndex = 21;
this.inputParamGroupBox.TabStop = false;
this.inputParamGroupBox.Text = "Input Parameters";
//
// centerOffsetF2Label
//
this.centerOffsetF2Label.AutoSize = true;
this.centerOffsetF2Label.Location = new System.Drawing.Point(17, 284);
this.centerOffsetF2Label.Name = "centerOffsetF2Label";
this.centerOffsetF2Label.Size = new System.Drawing.Size(93, 13);
this.centerOffsetF2Label.TabIndex = 23;
this.centerOffsetF2Label.Text = "Center Offset (F2):";
//
// centerOffsetE2Label
//
this.centerOffsetE2Label.AutoSize = true;
this.centerOffsetE2Label.Location = new System.Drawing.Point(16, 256);
this.centerOffsetE2Label.Name = "centerOffsetE2Label";
this.centerOffsetE2Label.Size = new System.Drawing.Size(94, 13);
this.centerOffsetE2Label.TabIndex = 22;
this.centerOffsetE2Label.Text = "Center Offset (E2):";
//
// centerOffsetF1Label
//
this.centerOffsetF1Label.AutoSize = true;
this.centerOffsetF1Label.Location = new System.Drawing.Point(17, 200);
this.centerOffsetF1Label.Name = "centerOffsetF1Label";
this.centerOffsetF1Label.Size = new System.Drawing.Size(93, 13);
this.centerOffsetF1Label.TabIndex = 21;
this.centerOffsetF1Label.Text = "Center Offset (F1):";
//
// centerOffsetF2TextBox
//
this.centerOffsetF2TextBox.Location = new System.Drawing.Point(118, 284);
this.centerOffsetF2TextBox.Name = "centerOffsetF2TextBox";
this.centerOffsetF2TextBox.Size = new System.Drawing.Size(100, 20);
this.centerOffsetF2TextBox.TabIndex = 14;
//
// centerOffsetE2TextBox
//
this.centerOffsetE2TextBox.Location = new System.Drawing.Point(118, 256);
this.centerOffsetE2TextBox.Name = "centerOffsetE2TextBox";
this.centerOffsetE2TextBox.Size = new System.Drawing.Size(100, 20);
this.centerOffsetE2TextBox.TabIndex = 14;
//
// centerOffsetF1TextBox
//
this.centerOffsetF1TextBox.Location = new System.Drawing.Point(118, 200);
this.centerOffsetF1TextBox.Name = "centerOffsetF1TextBox";
this.centerOffsetF1TextBox.Size = new System.Drawing.Size(100, 20);
this.centerOffsetF1TextBox.TabIndex = 14;
//
// centerOffsetE1TextBox
//
this.centerOffsetE1TextBox.Location = new System.Drawing.Point(118, 172);
this.centerOffsetE1TextBox.Name = "centerOffsetE1TextBox";
this.centerOffsetE1TextBox.Size = new System.Drawing.Size(100, 20);
this.centerOffsetE1TextBox.TabIndex = 14;
//
// centerOffsetE1Label
//
this.centerOffsetE1Label.AutoSize = true;
this.centerOffsetE1Label.Location = new System.Drawing.Point(16, 172);
this.centerOffsetE1Label.Name = "centerOffsetE1Label";
this.centerOffsetE1Label.Size = new System.Drawing.Size(94, 13);
this.centerOffsetE1Label.TabIndex = 19;
this.centerOffsetE1Label.Text = "Center Offset (E1):";
//
// dmuCheckBox
//
this.dmuCheckBox.AutoSize = true;
this.dmuCheckBox.Location = new System.Drawing.Point(434, 352);
this.dmuCheckBox.Name = "dmuCheckBox";
this.dmuCheckBox.Size = new System.Drawing.Size(51, 17);
this.dmuCheckBox.TabIndex = 22;
this.dmuCheckBox.Text = "DMU";
this.dmuCheckBox.UseVisualStyleBackColor = true;
//
// sketchCheckBox
//
this.sketchCheckBox.AutoSize = true;
this.sketchCheckBox.Location = new System.Drawing.Point(497, 352);
this.sketchCheckBox.Name = "sketchCheckBox";
this.sketchCheckBox.Size = new System.Drawing.Size(60, 17);
this.sketchCheckBox.TabIndex = 23;
this.sketchCheckBox.Text = "Sketch";
this.sketchCheckBox.UseVisualStyleBackColor = true;
//
// UWinderOptions
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(648, 384);
this.ControlBox = false;
this.Controls.Add(this.sketchCheckBox);
this.Controls.Add(this.dmuCheckBox);
this.Controls.Add(this.inputParamGroupBox);
this.Controls.Add(this.previewPictureBox);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "UWinderOptions";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "U-Winder Options";
((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit();
this.inputParamGroupBox.ResumeLayout(false);
this.inputParamGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label runWidthLabel;
private System.Windows.Forms.Label endStepsLabel;
private System.Windows.Forms.Label cornerStepsN1Label;
private System.Windows.Forms.Label startStepsLabel;
private System.Windows.Forms.PictureBox previewPictureBox;
private System.Windows.Forms.TextBox runWidthTextBox;
private System.Windows.Forms.TextBox numAtEndTextBox;
private System.Windows.Forms.TextBox numInCorner1TextBox;
private System.Windows.Forms.TextBox numAtStartTextBox;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.TextBox numInMiddleTextBox;
private System.Windows.Forms.TextBox numInCorner2TextBox;
private System.Windows.Forms.Label middleStepsLabel;
private System.Windows.Forms.Label cornerStepsN2Label;
private System.Windows.Forms.GroupBox inputParamGroupBox;
private System.Windows.Forms.TextBox centerOffsetF2TextBox;
private System.Windows.Forms.TextBox centerOffsetE2TextBox;
private System.Windows.Forms.TextBox centerOffsetF1TextBox;
private System.Windows.Forms.TextBox centerOffsetE1TextBox;
private System.Windows.Forms.Label centerOffsetF2Label;
private System.Windows.Forms.Label centerOffsetE2Label;
private System.Windows.Forms.Label centerOffsetF1Label;
private System.Windows.Forms.Label centerOffsetE1Label;
private System.Windows.Forms.CheckBox dmuCheckBox;
private System.Windows.Forms.CheckBox sketchCheckBox;
}
}