File LoopShuttleEfficiencyCalculation/Form1.Designer.cs changed (mode: 100644) (index 68718ca..bc5e09a) |
... |
... |
namespace LoopShuttleEfficiencyCalculation |
60 |
60 |
this.label8 = new System.Windows.Forms.Label(); |
this.label8 = new System.Windows.Forms.Label(); |
61 |
61 |
this.label5 = new System.Windows.Forms.Label(); |
this.label5 = new System.Windows.Forms.Label(); |
62 |
62 |
this.GBOutput = new System.Windows.Forms.GroupBox(); |
this.GBOutput = new System.Windows.Forms.GroupBox(); |
|
63 |
|
this.label26 = new System.Windows.Forms.Label(); |
63 |
64 |
this.txtResult6 = new System.Windows.Forms.TextBox(); |
this.txtResult6 = new System.Windows.Forms.TextBox(); |
64 |
65 |
this.txtResult5 = new System.Windows.Forms.TextBox(); |
this.txtResult5 = new System.Windows.Forms.TextBox(); |
65 |
66 |
this.txtResult4 = new System.Windows.Forms.TextBox(); |
this.txtResult4 = new System.Windows.Forms.TextBox(); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
76 |
77 |
this.button2 = new System.Windows.Forms.Button(); |
this.button2 = new System.Windows.Forms.Button(); |
77 |
78 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
78 |
79 |
this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel(); |
this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel(); |
79 |
|
this.label26 = new System.Windows.Forms.Label(); |
|
|
80 |
|
this.label27 = new System.Windows.Forms.Label(); |
80 |
81 |
this.GBInput.SuspendLayout(); |
this.GBInput.SuspendLayout(); |
81 |
82 |
this.GBOutput.SuspendLayout(); |
this.GBOutput.SuspendLayout(); |
82 |
83 |
this.statusStrip1.SuspendLayout(); |
this.statusStrip1.SuspendLayout(); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
380 |
381 |
this.GBOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
this.GBOutput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
381 |
382 |
| System.Windows.Forms.AnchorStyles.Right))); |
| System.Windows.Forms.AnchorStyles.Right))); |
382 |
383 |
this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight; |
this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight; |
|
384 |
|
this.GBOutput.Controls.Add(this.label27); |
383 |
385 |
this.GBOutput.Controls.Add(this.label26); |
this.GBOutput.Controls.Add(this.label26); |
384 |
386 |
this.GBOutput.Controls.Add(this.txtResult6); |
this.GBOutput.Controls.Add(this.txtResult6); |
385 |
387 |
this.GBOutput.Controls.Add(this.txtResult5); |
this.GBOutput.Controls.Add(this.txtResult5); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
400 |
402 |
this.GBOutput.TabStop = false; |
this.GBOutput.TabStop = false; |
401 |
403 |
this.GBOutput.Text = "输出:"; |
this.GBOutput.Text = "输出:"; |
402 |
404 |
// |
// |
|
405 |
|
// label26 |
|
406 |
|
// |
|
407 |
|
this.label26.AutoSize = true; |
|
408 |
|
this.label26.Location = new System.Drawing.Point(685, 185); |
|
409 |
|
this.label26.Name = "label26"; |
|
410 |
|
this.label26.Size = new System.Drawing.Size(63, 15); |
|
411 |
|
this.label26.TabIndex = 2; |
|
412 |
|
this.label26.Text = "label26"; |
|
413 |
|
// |
403 |
414 |
// txtResult6 |
// txtResult6 |
404 |
415 |
// |
// |
405 |
416 |
this.txtResult6.Location = new System.Drawing.Point(343, 293); |
this.txtResult6.Location = new System.Drawing.Point(343, 293); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
540 |
551 |
this.tSSLState.Name = "tSSLState"; |
this.tSSLState.Name = "tSSLState"; |
541 |
552 |
this.tSSLState.Size = new System.Drawing.Size(0, 16); |
this.tSSLState.Size = new System.Drawing.Size(0, 16); |
542 |
553 |
// |
// |
543 |
|
// label26 |
|
|
554 |
|
// label27 |
544 |
555 |
// |
// |
545 |
|
this.label26.AutoSize = true; |
|
546 |
|
this.label26.Location = new System.Drawing.Point(685, 185); |
|
547 |
|
this.label26.Name = "label26"; |
|
548 |
|
this.label26.Size = new System.Drawing.Size(63, 15); |
|
549 |
|
this.label26.TabIndex = 2; |
|
550 |
|
this.label26.Text = "label26"; |
|
|
556 |
|
this.label27.AutoSize = true; |
|
557 |
|
this.label27.Location = new System.Drawing.Point(696, 139); |
|
558 |
|
this.label27.Name = "label27"; |
|
559 |
|
this.label27.Size = new System.Drawing.Size(63, 15); |
|
560 |
|
this.label27.TabIndex = 3; |
|
561 |
|
this.label27.Text = "label27"; |
551 |
562 |
// |
// |
552 |
563 |
// Form1 |
// Form1 |
553 |
564 |
// |
// |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
624 |
635 |
private System.Windows.Forms.StatusStrip statusStrip1; |
private System.Windows.Forms.StatusStrip statusStrip1; |
625 |
636 |
private System.Windows.Forms.ToolStripStatusLabel tSSLState; |
private System.Windows.Forms.ToolStripStatusLabel tSSLState; |
626 |
637 |
private System.Windows.Forms.Label label26; |
private System.Windows.Forms.Label label26; |
|
638 |
|
private System.Windows.Forms.Label label27; |
627 |
639 |
} |
} |
628 |
640 |
} |
} |
629 |
641 |
|
|