File LoopShuttleEfficiencyCalculation/Form1.Designer.cs changed (mode: 100644) (index bc5e09a..d2d8abe) |
... |
... |
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(); |
|
64 |
63 |
this.txtResult6 = new System.Windows.Forms.TextBox(); |
this.txtResult6 = new System.Windows.Forms.TextBox(); |
65 |
64 |
this.txtResult5 = new System.Windows.Forms.TextBox(); |
this.txtResult5 = new System.Windows.Forms.TextBox(); |
66 |
65 |
this.txtResult4 = new System.Windows.Forms.TextBox(); |
this.txtResult4 = new System.Windows.Forms.TextBox(); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
77 |
76 |
this.button2 = new System.Windows.Forms.Button(); |
this.button2 = new System.Windows.Forms.Button(); |
78 |
77 |
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
79 |
78 |
this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel(); |
this.tSSLState = new System.Windows.Forms.ToolStripStatusLabel(); |
80 |
|
this.label27 = new System.Windows.Forms.Label(); |
|
81 |
79 |
this.GBInput.SuspendLayout(); |
this.GBInput.SuspendLayout(); |
82 |
80 |
this.GBOutput.SuspendLayout(); |
this.GBOutput.SuspendLayout(); |
83 |
81 |
this.statusStrip1.SuspendLayout(); |
this.statusStrip1.SuspendLayout(); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
381 |
379 |
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) |
382 |
380 |
| System.Windows.Forms.AnchorStyles.Right))); |
| System.Windows.Forms.AnchorStyles.Right))); |
383 |
381 |
this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight; |
this.GBOutput.BackColor = System.Drawing.SystemColors.ControlLight; |
384 |
|
this.GBOutput.Controls.Add(this.label27); |
|
385 |
|
this.GBOutput.Controls.Add(this.label26); |
|
386 |
382 |
this.GBOutput.Controls.Add(this.txtResult6); |
this.GBOutput.Controls.Add(this.txtResult6); |
387 |
383 |
this.GBOutput.Controls.Add(this.txtResult5); |
this.GBOutput.Controls.Add(this.txtResult5); |
388 |
384 |
this.GBOutput.Controls.Add(this.txtResult4); |
this.GBOutput.Controls.Add(this.txtResult4); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
402 |
398 |
this.GBOutput.TabStop = false; |
this.GBOutput.TabStop = false; |
403 |
399 |
this.GBOutput.Text = "输出:"; |
this.GBOutput.Text = "输出:"; |
404 |
400 |
// |
// |
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 |
|
// |
|
414 |
401 |
// txtResult6 |
// txtResult6 |
415 |
402 |
// |
// |
416 |
403 |
this.txtResult6.Location = new System.Drawing.Point(343, 293); |
this.txtResult6.Location = new System.Drawing.Point(343, 293); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
551 |
538 |
this.tSSLState.Name = "tSSLState"; |
this.tSSLState.Name = "tSSLState"; |
552 |
539 |
this.tSSLState.Size = new System.Drawing.Size(0, 16); |
this.tSSLState.Size = new System.Drawing.Size(0, 16); |
553 |
540 |
// |
// |
554 |
|
// label27 |
|
555 |
|
// |
|
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"; |
|
562 |
|
// |
|
563 |
541 |
// Form1 |
// Form1 |
564 |
542 |
// |
// |
565 |
543 |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); |
|
... |
... |
namespace LoopShuttleEfficiencyCalculation |
634 |
612 |
private System.Windows.Forms.Label label17; |
private System.Windows.Forms.Label label17; |
635 |
613 |
private System.Windows.Forms.StatusStrip statusStrip1; |
private System.Windows.Forms.StatusStrip statusStrip1; |
636 |
614 |
private System.Windows.Forms.ToolStripStatusLabel tSSLState; |
private System.Windows.Forms.ToolStripStatusLabel tSSLState; |
637 |
|
private System.Windows.Forms.Label label26; |
|
638 |
|
private System.Windows.Forms.Label label27; |
|
639 |
615 |
} |
} |
640 |
616 |
} |
} |
641 |
617 |
|
|