XlCalculateForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. namespace DW5S.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 editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = 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.txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  41. this.searchLookUpEdit1View1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.txtTle = new DevExpress.XtraEditors.TextEdit();
  43. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  44. this.itemTle = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  48. this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
  49. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.itemSat = new DevExpress.XtraLayout.LayoutControlItem();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  54. this.layoutControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtSpanSeconds.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtTle.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.itemTle)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.itemSat)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // layoutControl1
  78. //
  79. this.layoutControl1.Controls.Add(this.gridControl);
  80. this.layoutControl1.Controls.Add(this.btnCalculate);
  81. this.layoutControl1.Controls.Add(this.txtSpanSeconds);
  82. this.layoutControl1.Controls.Add(this.txtEndTime);
  83. this.layoutControl1.Controls.Add(this.txtStartTime);
  84. this.layoutControl1.Controls.Add(this.txtSat);
  85. this.layoutControl1.Controls.Add(this.txtTle);
  86. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  88. this.layoutControl1.Name = "layoutControl1";
  89. this.layoutControl1.Root = this.Root;
  90. this.layoutControl1.Size = new System.Drawing.Size(800, 450);
  91. this.layoutControl1.TabIndex = 0;
  92. this.layoutControl1.Text = "layoutControl1";
  93. //
  94. // gridControl
  95. //
  96. this.gridControl.Location = new System.Drawing.Point(12, 64);
  97. this.gridControl.MainView = this.gridView;
  98. this.gridControl.Name = "gridControl";
  99. this.gridControl.Size = new System.Drawing.Size(776, 374);
  100. this.gridControl.TabIndex = 10;
  101. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  102. this.gridView});
  103. //
  104. // gridView
  105. //
  106. this.gridView.GridControl = this.gridControl;
  107. this.gridView.Name = "gridView";
  108. //
  109. // btnCalculate
  110. //
  111. this.btnCalculate.Location = new System.Drawing.Point(692, 37);
  112. this.btnCalculate.Name = "btnCalculate";
  113. this.btnCalculate.Size = new System.Drawing.Size(96, 24);
  114. this.btnCalculate.StyleController = this.layoutControl1;
  115. this.btnCalculate.TabIndex = 9;
  116. this.btnCalculate.Text = "推算";
  117. this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
  118. //
  119. // txtSpanSeconds
  120. //
  121. this.txtSpanSeconds.EditValue = "60";
  122. this.txtSpanSeconds.Location = new System.Drawing.Point(575, 38);
  123. this.txtSpanSeconds.Name = "txtSpanSeconds";
  124. this.txtSpanSeconds.Properties.AutoHeight = false;
  125. this.txtSpanSeconds.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  126. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  127. this.txtSpanSeconds.Size = new System.Drawing.Size(113, 22);
  128. this.txtSpanSeconds.StyleController = this.layoutControl1;
  129. this.txtSpanSeconds.TabIndex = 8;
  130. //
  131. // txtEndTime
  132. //
  133. this.txtEndTime.EditValue = null;
  134. this.txtEndTime.Location = new System.Drawing.Point(405, 38);
  135. this.txtEndTime.Name = "txtEndTime";
  136. this.txtEndTime.Properties.AutoHeight = false;
  137. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  138. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  139. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  140. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  141. this.txtEndTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  142. this.txtEndTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  143. this.txtEndTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  144. this.txtEndTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  145. this.txtEndTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  146. this.txtEndTime.Size = new System.Drawing.Size(113, 22);
  147. this.txtEndTime.StyleController = this.layoutControl1;
  148. this.txtEndTime.TabIndex = 7;
  149. //
  150. // txtStartTime
  151. //
  152. this.txtStartTime.EditValue = null;
  153. this.txtStartTime.Location = new System.Drawing.Point(235, 38);
  154. this.txtStartTime.Name = "txtStartTime";
  155. this.txtStartTime.Properties.AutoHeight = false;
  156. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  157. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  158. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  159. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  160. this.txtStartTime.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  161. this.txtStartTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  162. this.txtStartTime.Properties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
  163. this.txtStartTime.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  164. this.txtStartTime.Properties.MaskSettings.Set("mask", "yyyy-MM-dd HH:mm:ss");
  165. this.txtStartTime.Size = new System.Drawing.Size(113, 22);
  166. this.txtStartTime.StyleController = this.layoutControl1;
  167. this.txtStartTime.TabIndex = 6;
  168. //
  169. // txtSat
  170. //
  171. this.txtSat.Location = new System.Drawing.Point(41, 38);
  172. this.txtSat.Name = "txtSat";
  173. this.txtSat.Properties.AutoHeight = false;
  174. this.txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  175. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  176. this.txtSat.Properties.PopupView = this.searchLookUpEdit1View1;
  177. this.txtSat.Size = new System.Drawing.Size(137, 22);
  178. this.txtSat.StyleController = this.layoutControl1;
  179. this.txtSat.TabIndex = 5;
  180. this.txtSat.ToolTip = "填写卫星的双行根数";
  181. //
  182. // searchLookUpEdit1View1
  183. //
  184. this.searchLookUpEdit1View1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  185. this.searchLookUpEdit1View1.Name = "searchLookUpEdit1View1";
  186. this.searchLookUpEdit1View1.OptionsSelection.EnableAppearanceFocusedCell = false;
  187. this.searchLookUpEdit1View1.OptionsView.ShowGroupPanel = false;
  188. //
  189. // txtTle
  190. //
  191. this.txtTle.Location = new System.Drawing.Point(65, 12);
  192. this.txtTle.Name = "txtTle";
  193. this.txtTle.Properties.AutoHeight = false;
  194. this.txtTle.Properties.NullText = "[EditValue is null]";
  195. this.txtTle.Size = new System.Drawing.Size(723, 22);
  196. this.txtTle.StyleController = this.layoutControl1;
  197. this.txtTle.TabIndex = 5;
  198. this.txtTle.ToolTip = "填写卫星的双行根数";
  199. //
  200. // Root
  201. //
  202. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  203. this.Root.GroupBordersVisible = false;
  204. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  205. this.itemTle,
  206. this.layoutControlItem5,
  207. this.layoutControlItem6,
  208. this.layoutControlGroup1});
  209. this.Root.Name = "Root";
  210. this.Root.Size = new System.Drawing.Size(800, 450);
  211. this.Root.TextVisible = false;
  212. //
  213. // itemTle
  214. //
  215. this.itemTle.Control = this.txtTle;
  216. this.itemTle.Location = new System.Drawing.Point(0, 0);
  217. this.itemTle.MaxSize = new System.Drawing.Size(0, 26);
  218. this.itemTle.MinSize = new System.Drawing.Size(107, 26);
  219. this.itemTle.Name = "itemTle";
  220. this.itemTle.Size = new System.Drawing.Size(780, 26);
  221. this.itemTle.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  222. this.itemTle.Text = "双行根数";
  223. this.itemTle.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  224. this.itemTle.TextSize = new System.Drawing.Size(48, 14);
  225. this.itemTle.TextToControlDistance = 5;
  226. //
  227. // layoutControlItem5
  228. //
  229. this.layoutControlItem5.Control = this.btnCalculate;
  230. this.layoutControlItem5.Location = new System.Drawing.Point(680, 26);
  231. this.layoutControlItem5.MaxSize = new System.Drawing.Size(100, 26);
  232. this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 26);
  233. this.layoutControlItem5.Name = "layoutControlItem5";
  234. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 1, 1);
  235. this.layoutControlItem5.Size = new System.Drawing.Size(100, 26);
  236. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  237. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  238. this.layoutControlItem5.TextVisible = false;
  239. //
  240. // layoutControlItem6
  241. //
  242. this.layoutControlItem6.Control = this.gridControl;
  243. this.layoutControlItem6.Location = new System.Drawing.Point(0, 52);
  244. this.layoutControlItem6.Name = "layoutControlItem6";
  245. this.layoutControlItem6.Size = new System.Drawing.Size(780, 378);
  246. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  247. this.layoutControlItem6.TextVisible = false;
  248. //
  249. // layoutControlGroup1
  250. //
  251. this.layoutControlGroup1.GroupBordersVisible = false;
  252. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  253. this.layoutControlGroup2});
  254. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 26);
  255. this.layoutControlGroup1.Name = "layoutControlGroup1";
  256. this.layoutControlGroup1.ShowInCustomizationForm = false;
  257. this.layoutControlGroup1.Size = new System.Drawing.Size(680, 26);
  258. //
  259. // layoutControlGroup2
  260. //
  261. this.layoutControlGroup2.GroupBordersVisible = false;
  262. this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  263. this.layoutControlItem1,
  264. this.layoutControlItem3,
  265. this.layoutControlItem4,
  266. this.itemSat});
  267. this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
  268. this.layoutControlGroup2.Name = "layoutControlGroup2";
  269. this.layoutControlGroup2.Size = new System.Drawing.Size(680, 26);
  270. //
  271. // layoutControlItem1
  272. //
  273. this.layoutControlItem1.Control = this.txtStartTime;
  274. this.layoutControlItem1.Location = new System.Drawing.Point(170, 0);
  275. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 26);
  276. this.layoutControlItem1.MinSize = new System.Drawing.Size(107, 26);
  277. this.layoutControlItem1.Name = "layoutControlItem1";
  278. this.layoutControlItem1.Size = new System.Drawing.Size(170, 26);
  279. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  280. this.layoutControlItem1.Text = "开始时间";
  281. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  282. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  283. this.layoutControlItem1.TextToControlDistance = 5;
  284. //
  285. // layoutControlItem3
  286. //
  287. this.layoutControlItem3.Control = this.txtEndTime;
  288. this.layoutControlItem3.Location = new System.Drawing.Point(340, 0);
  289. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 26);
  290. this.layoutControlItem3.MinSize = new System.Drawing.Size(107, 26);
  291. this.layoutControlItem3.Name = "layoutControlItem3";
  292. this.layoutControlItem3.Size = new System.Drawing.Size(170, 26);
  293. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  294. this.layoutControlItem3.Text = "结束时间";
  295. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  296. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  297. this.layoutControlItem3.TextToControlDistance = 5;
  298. //
  299. // layoutControlItem4
  300. //
  301. this.layoutControlItem4.Control = this.txtSpanSeconds;
  302. this.layoutControlItem4.Location = new System.Drawing.Point(510, 0);
  303. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 26);
  304. this.layoutControlItem4.MinSize = new System.Drawing.Size(107, 26);
  305. this.layoutControlItem4.Name = "layoutControlItem4";
  306. this.layoutControlItem4.Size = new System.Drawing.Size(170, 26);
  307. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  308. this.layoutControlItem4.Text = "推算间隔";
  309. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  310. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  311. this.layoutControlItem4.TextToControlDistance = 5;
  312. //
  313. // itemSat
  314. //
  315. this.itemSat.Control = this.txtSat;
  316. this.itemSat.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  317. this.itemSat.CustomizationFormText = "卫星";
  318. this.itemSat.Location = new System.Drawing.Point(0, 0);
  319. this.itemSat.MaxSize = new System.Drawing.Size(0, 26);
  320. this.itemSat.MinSize = new System.Drawing.Size(107, 26);
  321. this.itemSat.Name = "itemSat";
  322. this.itemSat.Size = new System.Drawing.Size(170, 26);
  323. this.itemSat.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  324. this.itemSat.Text = "卫星";
  325. this.itemSat.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  326. this.itemSat.TextSize = new System.Drawing.Size(24, 14);
  327. this.itemSat.TextToControlDistance = 5;
  328. //
  329. // XlCalculateForm
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.ClientSize = new System.Drawing.Size(800, 450);
  334. this.Controls.Add(this.layoutControl1);
  335. this.Name = "XlCalculateForm";
  336. this.Text = "XlCalculate";
  337. this.Load += new System.EventHandler(this.XlCalculateForm_Load);
  338. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  339. this.layoutControl1.ResumeLayout(false);
  340. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.txtSpanSeconds.Properties)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.txtSat.Properties)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View1)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.txtTle.Properties)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.itemTle)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.itemSat)).EndInit();
  360. this.ResumeLayout(false);
  361. }
  362. #endregion
  363. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  364. private DevExpress.XtraLayout.LayoutControlGroup Root;
  365. private DevExpress.XtraGrid.GridControl gridControl;
  366. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  367. private DevExpress.XtraEditors.SimpleButton btnCalculate;
  368. private DevExpress.XtraEditors.ButtonEdit txtSpanSeconds;
  369. private DevExpress.XtraEditors.DateEdit txtEndTime;
  370. private DevExpress.XtraEditors.DateEdit txtStartTime;
  371. private DevExpress.XtraLayout.LayoutControlItem itemTle;
  372. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  373. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  374. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  375. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  376. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  377. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  378. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
  379. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  380. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View1;
  381. private DevExpress.XtraLayout.LayoutControlItem itemSat;
  382. private DevExpress.XtraEditors.TextEdit txtTle;
  383. }
  384. }