Compare commits
No commits in common. "aad04647acd1c2784476c1f07c5d44ece402603e" and "03b0e52befe7ea531bb2d5d513f80677bf71e385" have entirely different histories.
aad04647ac
...
03b0e52bef
@ -501,7 +501,8 @@ namespace Volian.Controls.Library
|
|||||||
this.cbTCAS.Margin = new System.Windows.Forms.Padding(2);
|
this.cbTCAS.Margin = new System.Windows.Forms.Padding(2);
|
||||||
this.cbTCAS.Name = "cbTCAS";
|
this.cbTCAS.Name = "cbTCAS";
|
||||||
this.cbTCAS.Size = new System.Drawing.Size(167, 15);
|
this.cbTCAS.Size = new System.Drawing.Size(167, 15);
|
||||||
this.superTooltipTags.SetSuperTooltip(this.cbTCAS, new DevComponents.DotNetBar.SuperTooltipInfo("Time Critical Action Summary", "", "Include this in the Time Critical Action Summary section", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
this.superTooltipTags.SetSuperTooltip(this.cbTCAS, new DevComponents.DotNetBar.SuperTooltipInfo("Continuous Action Summary", "", "Include this in the Continuous Action Summary section\r\n\r\nkeyboard command: <Shift" +
|
||||||
|
"><F7>", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||||
this.cbTCAS.TabIndex = 3;
|
this.cbTCAS.TabIndex = 3;
|
||||||
this.cbTCAS.Text = "Time Critical Action Summary";
|
this.cbTCAS.Text = "Time Critical Action Summary";
|
||||||
this.cbTCAS.CheckedChanged += new System.EventHandler(this.cbTCAS_CheckedChanged);
|
this.cbTCAS.CheckedChanged += new System.EventHandler(this.cbTCAS_CheckedChanged);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user