|
@@ -69,7 +69,7 @@
|
|
|
radioGroup1.Properties.Appearance.Options.UseBackColor = true;
|
|
|
radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
radioGroup1.Properties.Columns = 1;
|
|
|
- radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "无模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "两星一地有参定位任务模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "两星一地无参定位任务模板") });
|
|
|
+ radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "无模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "两星一地有参定位任务模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "两星一地无参定位任务模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, "一星一地+测向定位任务模版") });
|
|
|
radioGroup1.Size = new System.Drawing.Size(220, 160);
|
|
|
radioGroup1.StyleController = layoutControl1;
|
|
|
radioGroup1.TabIndex = 8;
|