TaskTemplate.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. btnOk = new DevExpress.XtraEditors.SimpleButton();
  30. btnCancle = new DevExpress.XtraEditors.SimpleButton();
  31. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  32. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  33. layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  34. radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
  35. layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  36. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  37. layoutControl1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
  43. SuspendLayout();
  44. //
  45. // layoutControl1
  46. //
  47. layoutControl1.Controls.Add(radioGroup1);
  48. layoutControl1.Controls.Add(btnOk);
  49. layoutControl1.Controls.Add(btnCancle);
  50. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. layoutControl1.Location = new System.Drawing.Point(0, 0);
  52. layoutControl1.Name = "layoutControl1";
  53. layoutControl1.Root = Root;
  54. layoutControl1.Size = new System.Drawing.Size(244, 233);
  55. layoutControl1.TabIndex = 0;
  56. layoutControl1.Text = "layoutControl1";
  57. //
  58. // btnOk
  59. //
  60. btnOk.Location = new System.Drawing.Point(123, 199);
  61. btnOk.Name = "btnOk";
  62. btnOk.Size = new System.Drawing.Size(109, 22);
  63. btnOk.StyleController = layoutControl1;
  64. btnOk.TabIndex = 7;
  65. btnOk.Text = "确定";
  66. btnOk.Click += btnOk_Click;
  67. //
  68. // btnCancle
  69. //
  70. btnCancle.Location = new System.Drawing.Point(12, 199);
  71. btnCancle.Name = "btnCancle";
  72. btnCancle.Size = new System.Drawing.Size(107, 22);
  73. btnCancle.StyleController = layoutControl1;
  74. btnCancle.TabIndex = 6;
  75. btnCancle.Text = "取消";
  76. btnCancle.Click += btnCancle_Click;
  77. //
  78. // Root
  79. //
  80. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  81. Root.GroupBordersVisible = false;
  82. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7, layoutControlItem8 });
  83. Root.Name = "Root";
  84. Root.Size = new System.Drawing.Size(244, 233);
  85. Root.TextVisible = false;
  86. //
  87. // layoutControlItem6
  88. //
  89. layoutControlItem6.Control = btnCancle;
  90. layoutControlItem6.Location = new System.Drawing.Point(0, 187);
  91. layoutControlItem6.Name = "layoutControlItem6";
  92. layoutControlItem6.Size = new System.Drawing.Size(111, 26);
  93. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  94. layoutControlItem6.TextVisible = false;
  95. //
  96. // layoutControlItem7
  97. //
  98. layoutControlItem7.Control = btnOk;
  99. layoutControlItem7.Location = new System.Drawing.Point(111, 187);
  100. layoutControlItem7.Name = "layoutControlItem7";
  101. layoutControlItem7.Size = new System.Drawing.Size(113, 26);
  102. layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  103. layoutControlItem7.TextVisible = false;
  104. //
  105. // radioGroup1
  106. //
  107. radioGroup1.Location = new System.Drawing.Point(12, 12);
  108. radioGroup1.Name = "radioGroup1";
  109. radioGroup1.Properties.Columns = 1;
  110. 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, "星地测向融合定位任务模板") });
  111. radioGroup1.Size = new System.Drawing.Size(220, 183);
  112. radioGroup1.StyleController = layoutControl1;
  113. radioGroup1.TabIndex = 8;
  114. //
  115. // layoutControlItem8
  116. //
  117. layoutControlItem8.Control = radioGroup1;
  118. layoutControlItem8.Location = new System.Drawing.Point(0, 0);
  119. layoutControlItem8.Name = "layoutControlItem8";
  120. layoutControlItem8.Size = new System.Drawing.Size(224, 187);
  121. layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
  122. layoutControlItem8.TextVisible = false;
  123. //
  124. // TaskTemplate
  125. //
  126. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  127. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. ClientSize = new System.Drawing.Size(244, 233);
  129. Controls.Add(layoutControl1);
  130. FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  131. Name = "TaskTemplate";
  132. Text = "RecEditor";
  133. Load += CdbEditor_Load;
  134. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  135. layoutControl1.ResumeLayout(false);
  136. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  137. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)radioGroup1.Properties).EndInit();
  140. ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
  141. ResumeLayout(false);
  142. }
  143. #endregion
  144. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  145. private DevExpress.XtraLayout.LayoutControlGroup Root;
  146. private DevExpress.XtraEditors.SimpleButton btnOk;
  147. private DevExpress.XtraEditors.SimpleButton btnCancle;
  148. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  149. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  150. private DevExpress.XtraEditors.RadioGroup radioGroup1;
  151. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  152. }
  153. }