Removed all # symbols from before the commands, as they're not really needed.
This commit is contained in:
Generated
+9
@@ -54,6 +54,7 @@ namespace ASCOM.Meade.net
|
||||
this.label10 = new System.Windows.Forms.Label();
|
||||
this.label11 = new System.Windows.Forms.Label();
|
||||
this.cbxReverseDirection = new System.Windows.Forms.CheckBox();
|
||||
this.cbxDynamicBreaking = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.picASCOM)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -194,10 +195,17 @@ namespace ASCOM.Meade.net
|
||||
this.cbxReverseDirection.Name = "cbxReverseDirection";
|
||||
this.cbxReverseDirection.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// cbxDynamicBreaking
|
||||
//
|
||||
resources.ApplyResources(this.cbxDynamicBreaking, "cbxDynamicBreaking");
|
||||
this.cbxDynamicBreaking.Name = "cbxDynamicBreaking";
|
||||
this.cbxDynamicBreaking.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// SetupDialogForm
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.cbxDynamicBreaking);
|
||||
this.Controls.Add(this.cbxReverseDirection);
|
||||
this.Controls.Add(this.label11);
|
||||
this.Controls.Add(this.label10);
|
||||
@@ -257,5 +265,6 @@ namespace ASCOM.Meade.net
|
||||
private Label label10;
|
||||
private Label label11;
|
||||
private CheckBox cbxReverseDirection;
|
||||
private CheckBox cbxDynamicBreaking;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user