PosTimeEditor.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class PosTimeEditor
  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. this.components = new System.ComponentModel.Container();
  29. DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
  30. DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
  31. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  32. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  34. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  35. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  36. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  37. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.itemStart = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
  41. this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
  42. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  43. this.layoutControl1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.itemStart)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // layoutControl1
  57. //
  58. this.layoutControl1.Controls.Add(this.btnOk);
  59. this.layoutControl1.Controls.Add(this.btnCancel);
  60. this.layoutControl1.Controls.Add(this.txtStartTime);
  61. this.layoutControl1.Controls.Add(this.txtEndTime);
  62. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  64. this.layoutControl1.Name = "layoutControl1";
  65. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  66. this.layoutControl1.Root = this.Root;
  67. this.layoutControl1.Size = new System.Drawing.Size(201, 154);
  68. this.layoutControl1.TabIndex = 0;
  69. this.layoutControl1.Text = "layoutControl1";
  70. //
  71. // btnOk
  72. //
  73. this.btnOk.Location = new System.Drawing.Point(111, 122);
  74. this.btnOk.Name = "btnOk";
  75. this.btnOk.Size = new System.Drawing.Size(78, 20);
  76. this.btnOk.StyleController = this.layoutControl1;
  77. toolTipItem1.Text = "重新定位仅使用最新的匹配星历执行\r\n时频差等其它参数仍使用原始的参数";
  78. superToolTip1.Items.Add(toolTipItem1);
  79. this.btnOk.SuperTip = superToolTip1;
  80. this.btnOk.TabIndex = 8;
  81. this.btnOk.Text = "确定";
  82. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.Location = new System.Drawing.Point(17, 122);
  87. this.btnCancel.Name = "btnCancel";
  88. this.btnCancel.Size = new System.Drawing.Size(78, 20);
  89. this.btnCancel.StyleController = this.layoutControl1;
  90. this.btnCancel.TabIndex = 7;
  91. this.btnCancel.Text = "取消";
  92. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  93. //
  94. // txtStartTime
  95. //
  96. this.txtStartTime.EditValue = null;
  97. this.txtStartTime.Location = new System.Drawing.Point(17, 29);
  98. this.txtStartTime.Name = "txtStartTime";
  99. this.txtStartTime.Properties.AutoHeight = false;
  100. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  101. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  102. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  103. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  104. this.txtStartTime.Size = new System.Drawing.Size(172, 22);
  105. this.txtStartTime.StyleController = this.layoutControl1;
  106. this.txtStartTime.TabIndex = 9;
  107. //
  108. // txtEndTime
  109. //
  110. this.txtEndTime.EditValue = null;
  111. this.txtEndTime.Location = new System.Drawing.Point(17, 82);
  112. this.txtEndTime.Name = "txtEndTime";
  113. this.txtEndTime.Properties.AutoHeight = false;
  114. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  115. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  116. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  117. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  118. this.txtEndTime.Size = new System.Drawing.Size(172, 22);
  119. this.txtEndTime.StyleController = this.layoutControl1;
  120. this.txtEndTime.TabIndex = 10;
  121. //
  122. // Root
  123. //
  124. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  125. this.Root.GroupBordersVisible = false;
  126. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  127. this.layoutControlItem4,
  128. this.layoutControlItem5,
  129. this.itemStart,
  130. this.itemEnd});
  131. this.Root.Name = "Root";
  132. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(15, 10, 10, 10);
  133. this.Root.Size = new System.Drawing.Size(201, 154);
  134. this.Root.TextVisible = false;
  135. //
  136. // layoutControlItem4
  137. //
  138. this.layoutControlItem4.Control = this.btnCancel;
  139. this.layoutControlItem4.Location = new System.Drawing.Point(0, 96);
  140. this.layoutControlItem4.MinSize = new System.Drawing.Size(41, 36);
  141. this.layoutControlItem4.Name = "layoutControlItem4";
  142. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 8, 16, 2);
  143. this.layoutControlItem4.Size = new System.Drawing.Size(88, 38);
  144. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  145. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  146. this.layoutControlItem4.TextVisible = false;
  147. //
  148. // layoutControlItem5
  149. //
  150. this.layoutControlItem5.Control = this.btnOk;
  151. this.layoutControlItem5.Location = new System.Drawing.Point(88, 96);
  152. this.layoutControlItem5.MinSize = new System.Drawing.Size(41, 34);
  153. this.layoutControlItem5.Name = "layoutControlItem5";
  154. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(8, 2, 16, 2);
  155. this.layoutControlItem5.Size = new System.Drawing.Size(88, 38);
  156. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  157. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  158. this.layoutControlItem5.TextVisible = false;
  159. //
  160. // itemStart
  161. //
  162. this.itemStart.Control = this.txtStartTime;
  163. this.itemStart.Location = new System.Drawing.Point(0, 0);
  164. this.itemStart.MaxSize = new System.Drawing.Size(0, 43);
  165. this.itemStart.MinSize = new System.Drawing.Size(54, 43);
  166. this.itemStart.Name = "itemStart";
  167. this.itemStart.Size = new System.Drawing.Size(176, 43);
  168. this.itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  169. this.itemStart.Text = "开始时间";
  170. this.itemStart.TextLocation = DevExpress.Utils.Locations.Top;
  171. this.itemStart.TextSize = new System.Drawing.Size(48, 14);
  172. //
  173. // itemEnd
  174. //
  175. this.itemEnd.Control = this.txtEndTime;
  176. this.itemEnd.Location = new System.Drawing.Point(0, 43);
  177. this.itemEnd.MaxSize = new System.Drawing.Size(0, 53);
  178. this.itemEnd.MinSize = new System.Drawing.Size(54, 53);
  179. this.itemEnd.Name = "itemEnd";
  180. this.itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  181. this.itemEnd.Size = new System.Drawing.Size(176, 53);
  182. this.itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  183. this.itemEnd.Text = "结束时间";
  184. this.itemEnd.TextLocation = DevExpress.Utils.Locations.Top;
  185. this.itemEnd.TextSize = new System.Drawing.Size(48, 14);
  186. //
  187. // dxErrorProvider1
  188. //
  189. this.dxErrorProvider1.ContainerControl = this;
  190. //
  191. // PosTimeEditor
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.ClientSize = new System.Drawing.Size(201, 154);
  196. this.Controls.Add(this.layoutControl1);
  197. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  198. this.Name = "PosTimeEditor";
  199. this.Text = "重新定位参数";
  200. this.Load += new System.EventHandler(this.SatEditor_Load);
  201. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  202. this.layoutControl1.ResumeLayout(false);
  203. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.itemStart)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.itemEnd)).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
  213. this.ResumeLayout(false);
  214. }
  215. #endregion
  216. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  217. private DevExpress.XtraLayout.LayoutControlGroup Root;
  218. private DevExpress.XtraEditors.SimpleButton btnOk;
  219. private DevExpress.XtraEditors.SimpleButton btnCancel;
  220. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  221. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  222. private DevExpress.XtraEditors.DateEdit txtStartTime;
  223. private DevExpress.XtraEditors.DateEdit txtEndTime;
  224. private DevExpress.XtraLayout.LayoutControlItem itemStart;
  225. private DevExpress.XtraLayout.LayoutControlItem itemEnd;
  226. private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
  227. }
  228. }