|
@@ -0,0 +1,158 @@
|
|
|
+namespace DW5S.App.EditForms
|
|
|
+{
|
|
|
+ partial class TaskTemplate
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
|
|
|
+ layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
|
|
+ layoutControl1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
|
|
|
+ SuspendLayout();
|
|
|
+ //
|
|
|
+ // layoutControl1
|
|
|
+ //
|
|
|
+ layoutControl1.Controls.Add(radioGroup1);
|
|
|
+ layoutControl1.Controls.Add(btnOk);
|
|
|
+ layoutControl1.Controls.Add(btnCancle);
|
|
|
+ layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ layoutControl1.Name = "layoutControl1";
|
|
|
+ layoutControl1.Root = Root;
|
|
|
+ layoutControl1.Size = new System.Drawing.Size(244, 233);
|
|
|
+ layoutControl1.TabIndex = 0;
|
|
|
+ layoutControl1.Text = "layoutControl1";
|
|
|
+ //
|
|
|
+ // btnOk
|
|
|
+ //
|
|
|
+ btnOk.Location = new System.Drawing.Point(123, 199);
|
|
|
+ btnOk.Name = "btnOk";
|
|
|
+ btnOk.Size = new System.Drawing.Size(109, 22);
|
|
|
+ btnOk.StyleController = layoutControl1;
|
|
|
+ btnOk.TabIndex = 7;
|
|
|
+ btnOk.Text = "确定";
|
|
|
+ btnOk.Click += btnOk_Click;
|
|
|
+ //
|
|
|
+ // btnCancle
|
|
|
+ //
|
|
|
+ btnCancle.Location = new System.Drawing.Point(12, 199);
|
|
|
+ btnCancle.Name = "btnCancle";
|
|
|
+ btnCancle.Size = new System.Drawing.Size(107, 22);
|
|
|
+ btnCancle.StyleController = layoutControl1;
|
|
|
+ btnCancle.TabIndex = 6;
|
|
|
+ btnCancle.Text = "取消";
|
|
|
+ btnCancle.Click += btnCancle_Click;
|
|
|
+ //
|
|
|
+ // Root
|
|
|
+ //
|
|
|
+ Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ Root.GroupBordersVisible = false;
|
|
|
+ Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7, layoutControlItem8 });
|
|
|
+ Root.Name = "Root";
|
|
|
+ Root.Size = new System.Drawing.Size(244, 233);
|
|
|
+ Root.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem6
|
|
|
+ //
|
|
|
+ layoutControlItem6.Control = btnCancle;
|
|
|
+ layoutControlItem6.Location = new System.Drawing.Point(0, 187);
|
|
|
+ layoutControlItem6.Name = "layoutControlItem6";
|
|
|
+ layoutControlItem6.Size = new System.Drawing.Size(111, 26);
|
|
|
+ layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem6.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem7
|
|
|
+ //
|
|
|
+ layoutControlItem7.Control = btnOk;
|
|
|
+ layoutControlItem7.Location = new System.Drawing.Point(111, 187);
|
|
|
+ layoutControlItem7.Name = "layoutControlItem7";
|
|
|
+ layoutControlItem7.Size = new System.Drawing.Size(113, 26);
|
|
|
+ layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem7.TextVisible = false;
|
|
|
+ //
|
|
|
+ // radioGroup1
|
|
|
+ //
|
|
|
+ radioGroup1.Location = new System.Drawing.Point(12, 12);
|
|
|
+ radioGroup1.Name = "radioGroup1";
|
|
|
+ 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, "两星一地定位任务模板"), new DevExpress.XtraEditors.Controls.RadioGroupItem(3, "星地测向融合定位任务模板") });
|
|
|
+ radioGroup1.Size = new System.Drawing.Size(220, 183);
|
|
|
+ radioGroup1.StyleController = layoutControl1;
|
|
|
+ radioGroup1.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // layoutControlItem8
|
|
|
+ //
|
|
|
+ layoutControlItem8.Control = radioGroup1;
|
|
|
+ layoutControlItem8.Location = new System.Drawing.Point(0, 0);
|
|
|
+ layoutControlItem8.Name = "layoutControlItem8";
|
|
|
+ layoutControlItem8.Size = new System.Drawing.Size(224, 187);
|
|
|
+ layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem8.TextVisible = false;
|
|
|
+ //
|
|
|
+ // TaskTemplate
|
|
|
+ //
|
|
|
+ AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
+ AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ ClientSize = new System.Drawing.Size(244, 233);
|
|
|
+ Controls.Add(layoutControl1);
|
|
|
+ FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ Name = "TaskTemplate";
|
|
|
+ Text = "RecEditor";
|
|
|
+ Load += CdbEditor_Load;
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
|
|
+ layoutControl1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
|
|
|
+ ResumeLayout(false);
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnCancle;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
|
+ private DevExpress.XtraEditors.RadioGroup radioGroup1;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
|
+ }
|
|
|
+}
|