XlCalculateForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. namespace XdCxRhDW.App.CorTools
  2. {
  3. partial class XlCalculateForm
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  33. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  34. this.gridControl = new DevExpress.XtraGrid.GridControl();
  35. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  36. this.btnCalculate = new DevExpress.XtraEditors.SimpleButton();
  37. this.txtSpanSeconds = new DevExpress.XtraEditors.ButtonEdit();
  38. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  39. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  40. this.txtTle = new DevExpress.XtraEditors.SearchLookUpEdit();
  41. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  43. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  51. this.layoutControl1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtSpanSeconds.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtTle.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // layoutControl1
  72. //
  73. this.layoutControl1.Controls.Add(this.gridControl);
  74. this.layoutControl1.Controls.Add(this.btnCalculate);
  75. this.layoutControl1.Controls.Add(this.txtSpanSeconds);
  76. this.layoutControl1.Controls.Add(this.txtEndTime);
  77. this.layoutControl1.Controls.Add(this.txtStartTime);
  78. this.layoutControl1.Controls.Add(this.txtTle);
  79. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  81. this.layoutControl1.Name = "layoutControl1";
  82. this.layoutControl1.Root = this.Root;
  83. this.layoutControl1.Size = new System.Drawing.Size(800, 450);
  84. this.layoutControl1.TabIndex = 0;
  85. this.layoutControl1.Text = "layoutControl1";
  86. //
  87. // gridControl
  88. //
  89. this.gridControl.Location = new System.Drawing.Point(12, 64);
  90. this.gridControl.MainView = this.gridView;
  91. this.gridControl.Name = "gridControl";
  92. this.gridControl.Size = new System.Drawing.Size(776, 374);
  93. this.gridControl.TabIndex = 10;
  94. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  95. this.gridView});
  96. //
  97. // gridView
  98. //
  99. this.gridView.GridControl = this.gridControl;
  100. this.gridView.Name = "gridView";
  101. //
  102. // btnCalculate
  103. //
  104. this.btnCalculate.Location = new System.Drawing.Point(722, 38);
  105. this.btnCalculate.Name = "btnCalculate";
  106. this.btnCalculate.Size = new System.Drawing.Size(66, 22);
  107. this.btnCalculate.StyleController = this.layoutControl1;
  108. this.btnCalculate.TabIndex = 9;
  109. this.btnCalculate.Text = "推算";
  110. this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
  111. //
  112. // txtSpanSeconds
  113. //
  114. this.txtSpanSeconds.Location = new System.Drawing.Point(538, 38);
  115. this.txtSpanSeconds.Name = "txtSpanSeconds";
  116. this.txtSpanSeconds.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  117. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  118. this.txtSpanSeconds.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  119. this.txtSpanSeconds.Properties.MaskSettings.Set("mask", "f0");
  120. this.txtSpanSeconds.Size = new System.Drawing.Size(180, 22);
  121. this.txtSpanSeconds.StyleController = this.layoutControl1;
  122. this.txtSpanSeconds.TabIndex = 8;
  123. //
  124. // txtEndTime
  125. //
  126. this.txtEndTime.EditValue = null;
  127. this.txtEndTime.Location = new System.Drawing.Point(302, 38);
  128. this.txtEndTime.Name = "txtEndTime";
  129. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  130. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  131. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  132. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  133. this.txtEndTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  134. this.txtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  135. this.txtEndTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  136. this.txtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  137. this.txtEndTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  138. this.txtEndTime.Size = new System.Drawing.Size(179, 22);
  139. this.txtEndTime.StyleController = this.layoutControl1;
  140. this.txtEndTime.TabIndex = 7;
  141. //
  142. // txtStartTime
  143. //
  144. this.txtStartTime.EditValue = null;
  145. this.txtStartTime.Location = new System.Drawing.Point(65, 38);
  146. this.txtStartTime.Name = "txtStartTime";
  147. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  148. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  149. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  150. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  151. this.txtStartTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  152. this.txtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  153. this.txtStartTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  154. this.txtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  155. this.txtStartTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  156. this.txtStartTime.Size = new System.Drawing.Size(180, 22);
  157. this.txtStartTime.StyleController = this.layoutControl1;
  158. this.txtStartTime.TabIndex = 6;
  159. //
  160. // txtTle
  161. //
  162. this.txtTle.Location = new System.Drawing.Point(41, 12);
  163. this.txtTle.Name = "txtTle";
  164. this.txtTle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  165. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  166. this.txtTle.Properties.PopupView = this.searchLookUpEdit1View;
  167. this.txtTle.Size = new System.Drawing.Size(747, 22);
  168. this.txtTle.StyleController = this.layoutControl1;
  169. this.txtTle.TabIndex = 5;
  170. this.txtTle.ToolTip = "填写卫星的双行根数";
  171. //
  172. // searchLookUpEdit1View
  173. //
  174. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  175. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  176. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  177. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  178. //
  179. // Root
  180. //
  181. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  182. this.Root.GroupBordersVisible = false;
  183. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  184. this.layoutControlItem2,
  185. this.layoutControlItem5,
  186. this.layoutControlItem6,
  187. this.layoutControlGroup1});
  188. this.Root.Name = "Root";
  189. this.Root.Size = new System.Drawing.Size(800, 450);
  190. this.Root.TextVisible = false;
  191. //
  192. // layoutControlItem2
  193. //
  194. this.layoutControlItem2.Control = this.txtTle;
  195. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  196. this.layoutControlItem2.Name = "layoutControlItem2";
  197. this.layoutControlItem2.Size = new System.Drawing.Size(780, 26);
  198. this.layoutControlItem2.Text = "星历";
  199. this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  200. this.layoutControlItem2.TextSize = new System.Drawing.Size(24, 14);
  201. this.layoutControlItem2.TextToControlDistance = 5;
  202. //
  203. // layoutControlItem1
  204. //
  205. this.layoutControlItem1.Control = this.txtStartTime;
  206. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  207. this.layoutControlItem1.Name = "layoutControlItem1";
  208. this.layoutControlItem1.Size = new System.Drawing.Size(237, 26);
  209. this.layoutControlItem1.Text = "开始时间";
  210. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  211. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  212. this.layoutControlItem1.TextToControlDistance = 5;
  213. //
  214. // layoutControlItem3
  215. //
  216. this.layoutControlItem3.Control = this.txtEndTime;
  217. this.layoutControlItem3.Location = new System.Drawing.Point(237, 0);
  218. this.layoutControlItem3.Name = "layoutControlItem3";
  219. this.layoutControlItem3.Size = new System.Drawing.Size(236, 26);
  220. this.layoutControlItem3.Text = "结束时间";
  221. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  222. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  223. this.layoutControlItem3.TextToControlDistance = 5;
  224. //
  225. // layoutControlItem4
  226. //
  227. this.layoutControlItem4.Control = this.txtSpanSeconds;
  228. this.layoutControlItem4.Location = new System.Drawing.Point(473, 0);
  229. this.layoutControlItem4.Name = "layoutControlItem4";
  230. this.layoutControlItem4.Size = new System.Drawing.Size(237, 26);
  231. this.layoutControlItem4.Text = "推算间隔";
  232. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  233. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  234. this.layoutControlItem4.TextToControlDistance = 5;
  235. //
  236. // layoutControlItem5
  237. //
  238. this.layoutControlItem5.Control = this.btnCalculate;
  239. this.layoutControlItem5.Location = new System.Drawing.Point(710, 26);
  240. this.layoutControlItem5.MaxSize = new System.Drawing.Size(70, 70);
  241. this.layoutControlItem5.MinSize = new System.Drawing.Size(70, 26);
  242. this.layoutControlItem5.Name = "layoutControlItem5";
  243. this.layoutControlItem5.Size = new System.Drawing.Size(70, 26);
  244. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  245. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  246. this.layoutControlItem5.TextVisible = false;
  247. //
  248. // layoutControlItem6
  249. //
  250. this.layoutControlItem6.Control = this.gridControl;
  251. this.layoutControlItem6.Location = new System.Drawing.Point(0, 52);
  252. this.layoutControlItem6.Name = "layoutControlItem6";
  253. this.layoutControlItem6.Size = new System.Drawing.Size(780, 378);
  254. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  255. this.layoutControlItem6.TextVisible = false;
  256. //
  257. // layoutControlGroup1
  258. //
  259. this.layoutControlGroup1.GroupBordersVisible = false;
  260. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  261. this.layoutControlItem1,
  262. this.layoutControlItem3,
  263. this.layoutControlItem4});
  264. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 26);
  265. this.layoutControlGroup1.Name = "layoutControlGroup1";
  266. this.layoutControlGroup1.ShowInCustomizationForm = false;
  267. this.layoutControlGroup1.Size = new System.Drawing.Size(710, 26);
  268. //
  269. // XlCalculateForm
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.ClientSize = new System.Drawing.Size(800, 450);
  274. this.Controls.Add(this.layoutControl1);
  275. this.Name = "XlCalculateForm";
  276. this.Text = "XlCalculate";
  277. this.Load += new System.EventHandler(this.XlCalculateForm_Load);
  278. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  279. this.layoutControl1.ResumeLayout(false);
  280. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.txtSpanSeconds.Properties)).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.txtTle.Properties)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  297. this.ResumeLayout(false);
  298. }
  299. #endregion
  300. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  301. private DevExpress.XtraLayout.LayoutControlGroup Root;
  302. private DevExpress.XtraGrid.GridControl gridControl;
  303. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  304. private DevExpress.XtraEditors.SimpleButton btnCalculate;
  305. private DevExpress.XtraEditors.ButtonEdit txtSpanSeconds;
  306. private DevExpress.XtraEditors.DateEdit txtEndTime;
  307. private DevExpress.XtraEditors.DateEdit txtStartTime;
  308. private DevExpress.XtraEditors.SearchLookUpEdit txtTle;
  309. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  310. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  311. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  312. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  313. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  314. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  315. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  316. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  317. }
  318. }