Added code to override the bypassing of intro prompts
This commit is contained in:
Generated
+10
@@ -92,6 +92,7 @@ namespace ASCOM.Meade.net
|
||||
this.txtApertureArea = new System.Windows.Forms.TextBox();
|
||||
this.label30 = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.cbxIntroPromptBypassOverride = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picASCOM)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudSettleTime)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.numDatabits)).BeginInit();
|
||||
@@ -452,10 +453,18 @@ namespace ASCOM.Meade.net
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// cbxIntroPromptBypassOverride
|
||||
//
|
||||
resources.ApplyResources(this.cbxIntroPromptBypassOverride, "cbxIntroPromptBypassOverride");
|
||||
this.cbxIntroPromptBypassOverride.Name = "cbxIntroPromptBypassOverride";
|
||||
this.toolTip1.SetToolTip(this.cbxIntroPromptBypassOverride, resources.GetString("cbxIntroPromptBypassOverride.ToolTip"));
|
||||
this.cbxIntroPromptBypassOverride.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// SetupDialogForm
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.cbxIntroPromptBypassOverride);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.label29);
|
||||
this.Controls.Add(this.txtApertureArea);
|
||||
@@ -590,5 +599,6 @@ namespace ASCOM.Meade.net
|
||||
private TextBox txtApertureArea;
|
||||
private Label label30;
|
||||
private Button button1;
|
||||
private CheckBox cbxIntroPromptBypassOverride;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user