Move all projects from Source/ to repository root for simpler navigation. - Remove External/ dependency DLLs (will use NuGet packages) - Remove Installer/ NSIS script - Replace PartCollection/PlateCollection with ObservableList - Add packages.config for NuGet dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
360 lines
21 KiB
C#
360 lines
21 KiB
C#
namespace OpenNest.Forms
|
|
{
|
|
partial class TimingForm
|
|
{
|
|
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.horizontalLine2 = new OpenNest.Controls.HorizontalLine();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.cutTimeLabel = new System.Windows.Forms.Label();
|
|
this.cutDistanceLabel = new System.Windows.Forms.Label();
|
|
this.rapidDistanceLabel = new System.Windows.Forms.Label();
|
|
this.interectionsLabel = new System.Windows.Forms.Label();
|
|
this.piercesLabel = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.feedrateLabel = new System.Windows.Forms.Label();
|
|
this.rapidLabel = new System.Windows.Forms.Label();
|
|
this.pierceTimeLabel = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.bottomPanel1 = new OpenNest.Controls.BottomPanel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.bottomPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.horizontalLine2, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.cutTimeLabel, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.cutDistanceLabel, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.rapidDistanceLabel, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.interectionsLabel, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.piercesLabel, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label6, 0, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.label8, 0, 8);
|
|
this.tableLayoutPanel1.Controls.Add(this.feedrateLabel, 1, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.rapidLabel, 1, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.pierceTimeLabel, 1, 8);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(5);
|
|
this.tableLayoutPanel1.RowCount = 10;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(340, 319);
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
//
|
|
// horizontalLine2
|
|
//
|
|
this.horizontalLine2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tableLayoutPanel1.SetColumnSpan(this.horizontalLine2, 2);
|
|
this.horizontalLine2.Location = new System.Drawing.Point(9, 176);
|
|
this.horizontalLine2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.horizontalLine2.Name = "horizontalLine2";
|
|
this.horizontalLine2.Size = new System.Drawing.Size(322, 10);
|
|
this.horizontalLine2.TabIndex = 3;
|
|
this.horizontalLine2.Text = "horizontalLine1";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 13);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(113, 16);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Cut Time :";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(9, 45);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(113, 16);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "Cut Distance :\r\n";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(9, 77);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(113, 16);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "Rapid Distance :";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(9, 141);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(113, 16);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "# of Pierces :";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(9, 109);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(113, 16);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "# of Intersections :";
|
|
//
|
|
// cutTimeLabel
|
|
//
|
|
this.cutTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cutTimeLabel.AutoSize = true;
|
|
this.cutTimeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cutTimeLabel.Location = new System.Drawing.Point(130, 13);
|
|
this.cutTimeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.cutTimeLabel.Name = "cutTimeLabel";
|
|
this.cutTimeLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.cutTimeLabel.TabIndex = 0;
|
|
this.cutTimeLabel.Text = "-----";
|
|
//
|
|
// cutDistanceLabel
|
|
//
|
|
this.cutDistanceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cutDistanceLabel.AutoSize = true;
|
|
this.cutDistanceLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cutDistanceLabel.Location = new System.Drawing.Point(130, 45);
|
|
this.cutDistanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.cutDistanceLabel.Name = "cutDistanceLabel";
|
|
this.cutDistanceLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.cutDistanceLabel.TabIndex = 0;
|
|
this.cutDistanceLabel.Text = "-----";
|
|
//
|
|
// rapidDistanceLabel
|
|
//
|
|
this.rapidDistanceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.rapidDistanceLabel.AutoSize = true;
|
|
this.rapidDistanceLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rapidDistanceLabel.Location = new System.Drawing.Point(130, 77);
|
|
this.rapidDistanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.rapidDistanceLabel.Name = "rapidDistanceLabel";
|
|
this.rapidDistanceLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.rapidDistanceLabel.TabIndex = 0;
|
|
this.rapidDistanceLabel.Text = "-----";
|
|
//
|
|
// interectionsLabel
|
|
//
|
|
this.interectionsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.interectionsLabel.AutoSize = true;
|
|
this.interectionsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.interectionsLabel.Location = new System.Drawing.Point(130, 109);
|
|
this.interectionsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.interectionsLabel.Name = "interectionsLabel";
|
|
this.interectionsLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.interectionsLabel.TabIndex = 0;
|
|
this.interectionsLabel.Text = "-----";
|
|
//
|
|
// piercesLabel
|
|
//
|
|
this.piercesLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.piercesLabel.AutoSize = true;
|
|
this.piercesLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.piercesLabel.Location = new System.Drawing.Point(130, 141);
|
|
this.piercesLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.piercesLabel.Name = "piercesLabel";
|
|
this.piercesLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.piercesLabel.TabIndex = 0;
|
|
this.piercesLabel.Text = "-----";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(9, 205);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(113, 16);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "Feedrate :";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(9, 237);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(113, 16);
|
|
this.label7.TabIndex = 0;
|
|
this.label7.Text = "Rapid Feedrate :";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(9, 269);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(113, 16);
|
|
this.label8.TabIndex = 0;
|
|
this.label8.Text = "Pierce Time :";
|
|
//
|
|
// feedrateLabel
|
|
//
|
|
this.feedrateLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.feedrateLabel.AutoSize = true;
|
|
this.feedrateLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.feedrateLabel.Location = new System.Drawing.Point(130, 205);
|
|
this.feedrateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.feedrateLabel.Name = "feedrateLabel";
|
|
this.feedrateLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.feedrateLabel.TabIndex = 0;
|
|
this.feedrateLabel.Text = "-----";
|
|
//
|
|
// rapidLabel
|
|
//
|
|
this.rapidLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.rapidLabel.AutoSize = true;
|
|
this.rapidLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rapidLabel.Location = new System.Drawing.Point(130, 237);
|
|
this.rapidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.rapidLabel.Name = "rapidLabel";
|
|
this.rapidLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.rapidLabel.TabIndex = 0;
|
|
this.rapidLabel.Text = "-----";
|
|
//
|
|
// pierceTimeLabel
|
|
//
|
|
this.pierceTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.pierceTimeLabel.AutoSize = true;
|
|
this.pierceTimeLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.pierceTimeLabel.Location = new System.Drawing.Point(130, 269);
|
|
this.pierceTimeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.pierceTimeLabel.Name = "pierceTimeLabel";
|
|
this.pierceTimeLabel.Size = new System.Drawing.Size(201, 16);
|
|
this.pierceTimeLabel.TabIndex = 0;
|
|
this.pierceTimeLabel.Text = "-----";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button1.Location = new System.Drawing.Point(237, 11);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(90, 28);
|
|
this.button1.TabIndex = 4;
|
|
this.button1.Text = "Close";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// bottomPanel1
|
|
//
|
|
this.bottomPanel1.Controls.Add(this.button1);
|
|
this.bottomPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bottomPanel1.Location = new System.Drawing.Point(0, 319);
|
|
this.bottomPanel1.Name = "bottomPanel1";
|
|
this.bottomPanel1.Size = new System.Drawing.Size(340, 50);
|
|
this.bottomPanel1.TabIndex = 5;
|
|
//
|
|
// TimingForm
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.button1;
|
|
this.ClientSize = new System.Drawing.Size(340, 369);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.bottomPanel1);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "TimingForm";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Timing Information";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.bottomPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label cutTimeLabel;
|
|
private System.Windows.Forms.Label cutDistanceLabel;
|
|
private System.Windows.Forms.Label rapidDistanceLabel;
|
|
private System.Windows.Forms.Label interectionsLabel;
|
|
private System.Windows.Forms.Label piercesLabel;
|
|
private Controls.HorizontalLine horizontalLine2;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label feedrateLabel;
|
|
private System.Windows.Forms.Label rapidLabel;
|
|
private System.Windows.Forms.Label pierceTimeLabel;
|
|
private Controls.BottomPanel bottomPanel1;
|
|
}
|
|
} |