TaskTemplate.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class TaskTemplate
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  29. radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
  30. btnOk = new DevExpress.XtraEditors.SimpleButton();
  31. btnCancle = new DevExpress.XtraEditors.SimpleButton();
  32. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  33. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  34. layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  35. layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  36. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  37. layoutControl1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
  43. SuspendLayout();
  44. //
  45. // layoutControl1
  46. //
  47. layoutControl1.BackColor = System.Drawing.SystemColors.Control;
  48. layoutControl1.Controls.Add(radioGroup1);
  49. layoutControl1.Controls.Add(btnOk);
  50. layoutControl1.Controls.Add(btnCancle);
  51. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  52. layoutControl1.Location = new System.Drawing.Point(0, 0);
  53. layoutControl1.Name = "layoutControl1";
  54. layoutControl1.Root = Root;
  55. layoutControl1.Size = new System.Drawing.Size(244, 214);
  56. layoutControl1.TabIndex = 0;
  57. layoutControl1.Text = "layoutControl1";
  58. //
  59. // radioGroup1
  60. //
  61. radioGroup1.Location = new System.Drawing.Point(12, 12);
  62. radioGroup1.MaximumSize = new System.Drawing.Size(0, 160);
  63. radioGroup1.MinimumSize = new System.Drawing.Size(0, 160);
  64. radioGroup1.Name = "radioGroup1";
  65. radioGroup1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
  66. radioGroup1.Properties.Appearance.Options.UseBackColor = true;
  67. radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  68. radioGroup1.Properties.Columns = 1;
  69. 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, "一星一地+测向定位任务模版") });
  70. radioGroup1.Size = new System.Drawing.Size(220, 160);
  71. radioGroup1.StyleController = layoutControl1;
  72. radioGroup1.TabIndex = 8;
  73. //
  74. // btnOk
  75. //
  76. btnOk.Location = new System.Drawing.Point(123, 176);
  77. btnOk.Name = "btnOk";
  78. btnOk.Size = new System.Drawing.Size(109, 22);
  79. btnOk.StyleController = layoutControl1;
  80. btnOk.TabIndex = 7;
  81. btnOk.Text = "确定";
  82. btnOk.Click += btnOk_Click;
  83. //
  84. // btnCancle
  85. //
  86. btnCancle.Location = new System.Drawing.Point(12, 176);
  87. btnCancle.Name = "btnCancle";
  88. btnCancle.Size = new System.Drawing.Size(107, 22);
  89. btnCancle.StyleController = layoutControl1;
  90. btnCancle.TabIndex = 6;
  91. btnCancle.Text = "取消";
  92. btnCancle.Click += btnCancle_Click;
  93. //
  94. // Root
  95. //
  96. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  97. Root.GroupBordersVisible = false;
  98. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7, layoutControlItem8 });
  99. Root.Name = "Root";
  100. Root.Size = new System.Drawing.Size(244, 214);
  101. Root.TextVisible = false;
  102. //
  103. // layoutControlItem6
  104. //
  105. layoutControlItem6.Control = btnCancle;
  106. layoutControlItem6.Location = new System.Drawing.Point(0, 164);
  107. layoutControlItem6.Name = "layoutControlItem6";
  108. layoutControlItem6.Size = new System.Drawing.Size(111, 30);
  109. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  110. layoutControlItem6.TextVisible = false;
  111. //
  112. // layoutControlItem7
  113. //
  114. layoutControlItem7.Control = btnOk;
  115. layoutControlItem7.Location = new System.Drawing.Point(111, 164);
  116. layoutControlItem7.Name = "layoutControlItem7";
  117. layoutControlItem7.Size = new System.Drawing.Size(113, 30);
  118. layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  119. layoutControlItem7.TextVisible = false;
  120. //
  121. // layoutControlItem8
  122. //
  123. layoutControlItem8.Control = radioGroup1;
  124. layoutControlItem8.Location = new System.Drawing.Point(0, 0);
  125. layoutControlItem8.Name = "layoutControlItem8";
  126. layoutControlItem8.Size = new System.Drawing.Size(224, 164);
  127. layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  128. layoutControlItem8.TextVisible = false;
  129. //
  130. // TaskTemplate
  131. //
  132. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  133. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. ClientSize = new System.Drawing.Size(244, 214);
  135. Controls.Add(layoutControl1);
  136. FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  137. Name = "TaskTemplate";
  138. Text = "RecEditor";
  139. Load += CdbEditor_Load;
  140. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  141. layoutControl1.ResumeLayout(false);
  142. ((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).EndInit();
  143. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  144. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  146. ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
  147. ResumeLayout(false);
  148. }
  149. #endregion
  150. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  151. private DevExpress.XtraLayout.LayoutControlGroup Root;
  152. private DevExpress.XtraEditors.SimpleButton btnOk;
  153. private DevExpress.XtraEditors.SimpleButton btnCancle;
  154. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  155. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  156. private DevExpress.XtraEditors.RadioGroup radioGroup1;
  157. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  158. }
  159. }