CtrlRefCgRes.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. 
  2. namespace DW5S.App.UserControl
  3. {
  4. partial class CtrlRefCgRes
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. gridCg = new DevExpress.XtraGrid.GridControl();
  31. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
  33. txtStartTime = new DevExpress.XtraEditors.DateEdit();
  34. txtEndTime = new DevExpress.XtraEditors.DateEdit();
  35. btnSearch = new DevExpress.XtraEditors.SimpleButton();
  36. txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
  37. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. btnDraw = new DevExpress.XtraEditors.SimpleButton();
  39. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  40. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  41. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  42. itemStart = new DevExpress.XtraLayout.LayoutControlItem();
  43. itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
  44. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  45. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  46. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  47. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  48. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  49. layoutControl1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)gridCg).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)itemStart).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  68. SuspendLayout();
  69. //
  70. // layoutControl1
  71. //
  72. layoutControl1.Controls.Add(gridCg);
  73. layoutControl1.Controls.Add(txtTimeCho);
  74. layoutControl1.Controls.Add(txtStartTime);
  75. layoutControl1.Controls.Add(txtEndTime);
  76. layoutControl1.Controls.Add(btnSearch);
  77. layoutControl1.Controls.Add(txtSat);
  78. layoutControl1.Controls.Add(btnDraw);
  79. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. layoutControl1.Location = new System.Drawing.Point(0, 0);
  81. layoutControl1.Name = "layoutControl1";
  82. layoutControl1.Root = layoutControlGroup1;
  83. layoutControl1.Size = new System.Drawing.Size(1200, 465);
  84. layoutControl1.TabIndex = 7;
  85. layoutControl1.Text = "layoutControl2";
  86. //
  87. // gridCg
  88. //
  89. gridCg.Location = new System.Drawing.Point(2, 26);
  90. gridCg.MainView = gridView1;
  91. gridCg.Name = "gridCg";
  92. gridCg.Size = new System.Drawing.Size(1196, 437);
  93. gridCg.TabIndex = 7;
  94. gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  95. //
  96. // gridView1
  97. //
  98. gridView1.GridControl = gridCg;
  99. gridView1.Name = "gridView1";
  100. //
  101. // txtTimeCho
  102. //
  103. txtTimeCho.EditValue = 1;
  104. txtTimeCho.Location = new System.Drawing.Point(315, 2);
  105. txtTimeCho.Name = "txtTimeCho";
  106. txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  107. txtTimeCho.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1小时", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近6小时", 6, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近12小时", 12, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1天", 24, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", 72, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1) });
  108. txtTimeCho.Size = new System.Drawing.Size(103, 20);
  109. txtTimeCho.StyleController = layoutControl1;
  110. txtTimeCho.TabIndex = 2;
  111. txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged;
  112. //
  113. // txtStartTime
  114. //
  115. txtStartTime.EditValue = null;
  116. txtStartTime.Location = new System.Drawing.Point(485, 2);
  117. txtStartTime.Name = "txtStartTime";
  118. txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  119. txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  120. txtStartTime.Size = new System.Drawing.Size(203, 20);
  121. txtStartTime.StyleController = layoutControl1;
  122. txtStartTime.TabIndex = 3;
  123. //
  124. // txtEndTime
  125. //
  126. txtEndTime.EditValue = null;
  127. txtEndTime.Location = new System.Drawing.Point(755, 2);
  128. txtEndTime.Name = "txtEndTime";
  129. txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  130. txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  131. txtEndTime.Size = new System.Drawing.Size(203, 20);
  132. txtEndTime.StyleController = layoutControl1;
  133. txtEndTime.TabIndex = 4;
  134. //
  135. // btnSearch
  136. //
  137. btnSearch.Location = new System.Drawing.Point(962, 2);
  138. btnSearch.MaximumSize = new System.Drawing.Size(0, 21);
  139. btnSearch.MinimumSize = new System.Drawing.Size(0, 21);
  140. btnSearch.Name = "btnSearch";
  141. btnSearch.Size = new System.Drawing.Size(86, 21);
  142. btnSearch.StyleController = layoutControl1;
  143. btnSearch.TabIndex = 5;
  144. btnSearch.Text = "查询";
  145. btnSearch.Click += btnSearch_Click;
  146. //
  147. // txtSat
  148. //
  149. txtSat.EditValue = 1;
  150. txtSat.Location = new System.Drawing.Point(31, 2);
  151. txtSat.Name = "txtSat";
  152. txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  153. txtSat.Properties.NullText = "";
  154. txtSat.Properties.PopupSizeable = false;
  155. txtSat.Properties.PopupView = searchLookUpEdit1View;
  156. txtSat.Size = new System.Drawing.Size(217, 20);
  157. txtSat.StyleController = layoutControl1;
  158. txtSat.TabIndex = 0;
  159. //
  160. // searchLookUpEdit1View
  161. //
  162. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  163. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  164. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  165. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  166. //
  167. // btnDraw
  168. //
  169. btnDraw.Location = new System.Drawing.Point(1052, 2);
  170. btnDraw.MaximumSize = new System.Drawing.Size(0, 21);
  171. btnDraw.MinimumSize = new System.Drawing.Size(0, 21);
  172. btnDraw.Name = "btnDraw";
  173. btnDraw.Size = new System.Drawing.Size(86, 21);
  174. btnDraw.StyleController = layoutControl1;
  175. btnDraw.TabIndex = 6;
  176. btnDraw.Text = "绘图";
  177. btnDraw.Click += btnDraw_Click;
  178. //
  179. // layoutControlGroup1
  180. //
  181. layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  182. layoutControlGroup1.GroupBordersVisible = false;
  183. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4, emptySpaceItem1 });
  184. layoutControlGroup1.Name = "Root";
  185. layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  186. layoutControlGroup1.Size = new System.Drawing.Size(1200, 465);
  187. layoutControlGroup1.TextVisible = false;
  188. //
  189. // layoutControlItem2
  190. //
  191. layoutControlItem2.Control = gridCg;
  192. layoutControlItem2.Location = new System.Drawing.Point(0, 24);
  193. layoutControlItem2.MinSize = new System.Drawing.Size(104, 24);
  194. layoutControlItem2.Name = "layoutControlItem2";
  195. layoutControlItem2.Size = new System.Drawing.Size(1200, 441);
  196. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  197. layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  198. layoutControlItem2.TextVisible = false;
  199. //
  200. // layoutControlItem3
  201. //
  202. layoutControlItem3.Control = txtTimeCho;
  203. layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  204. layoutControlItem3.CustomizationFormText = "时间选择";
  205. layoutControlItem3.Location = new System.Drawing.Point(250, 0);
  206. layoutControlItem3.MaxSize = new System.Drawing.Size(170, 24);
  207. layoutControlItem3.MinSize = new System.Drawing.Size(170, 24);
  208. layoutControlItem3.Name = "layoutControlItem3";
  209. layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  210. layoutControlItem3.Size = new System.Drawing.Size(170, 24);
  211. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  212. layoutControlItem3.Text = "时间选择";
  213. layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  214. layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  215. layoutControlItem3.TextToControlDistance = 5;
  216. //
  217. // itemStart
  218. //
  219. itemStart.Control = txtStartTime;
  220. itemStart.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  221. itemStart.CustomizationFormText = "开始时间";
  222. itemStart.Location = new System.Drawing.Point(420, 0);
  223. itemStart.MaxSize = new System.Drawing.Size(270, 24);
  224. itemStart.MinSize = new System.Drawing.Size(270, 24);
  225. itemStart.Name = "itemStart";
  226. itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  227. itemStart.Size = new System.Drawing.Size(270, 24);
  228. itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  229. itemStart.Text = "开始时间";
  230. itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  231. itemStart.TextSize = new System.Drawing.Size(48, 14);
  232. itemStart.TextToControlDistance = 5;
  233. itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  234. //
  235. // itemEnd
  236. //
  237. itemEnd.Control = txtEndTime;
  238. itemEnd.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  239. itemEnd.CustomizationFormText = "结束时间";
  240. itemEnd.Location = new System.Drawing.Point(690, 0);
  241. itemEnd.MaxSize = new System.Drawing.Size(270, 24);
  242. itemEnd.MinSize = new System.Drawing.Size(270, 24);
  243. itemEnd.Name = "itemEnd";
  244. itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  245. itemEnd.Size = new System.Drawing.Size(270, 24);
  246. itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  247. itemEnd.Text = "结束时间";
  248. itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  249. itemEnd.TextSize = new System.Drawing.Size(48, 14);
  250. itemEnd.TextToControlDistance = 5;
  251. itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  252. //
  253. // layoutControlItem6
  254. //
  255. layoutControlItem6.Control = btnSearch;
  256. layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  257. layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
  258. layoutControlItem6.Location = new System.Drawing.Point(960, 0);
  259. layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
  260. layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
  261. layoutControlItem6.Name = "layoutControlItem6";
  262. layoutControlItem6.Size = new System.Drawing.Size(90, 24);
  263. layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  264. layoutControlItem6.Text = "layoutControlItemSearch";
  265. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  266. layoutControlItem6.TextVisible = false;
  267. //
  268. // layoutControlItem1
  269. //
  270. layoutControlItem1.Control = txtSat;
  271. layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  272. layoutControlItem1.CustomizationFormText = "时间选择";
  273. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  274. layoutControlItem1.MaxSize = new System.Drawing.Size(250, 24);
  275. layoutControlItem1.MinSize = new System.Drawing.Size(250, 24);
  276. layoutControlItem1.Name = "layoutControlItem1";
  277. layoutControlItem1.Size = new System.Drawing.Size(250, 24);
  278. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  279. layoutControlItem1.Text = "卫星";
  280. layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  281. layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
  282. layoutControlItem1.TextToControlDistance = 5;
  283. //
  284. // layoutControlItem4
  285. //
  286. layoutControlItem4.Control = btnDraw;
  287. layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  288. layoutControlItem4.CustomizationFormText = "layoutControlItemSearch";
  289. layoutControlItem4.Location = new System.Drawing.Point(1050, 0);
  290. layoutControlItem4.MaxSize = new System.Drawing.Size(90, 26);
  291. layoutControlItem4.MinSize = new System.Drawing.Size(90, 24);
  292. layoutControlItem4.Name = "layoutControlItem4";
  293. layoutControlItem4.Size = new System.Drawing.Size(90, 24);
  294. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  295. layoutControlItem4.Text = "layoutControlItemSearch";
  296. layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  297. layoutControlItem4.TextVisible = false;
  298. //
  299. // emptySpaceItem1
  300. //
  301. emptySpaceItem1.AllowHotTrack = false;
  302. emptySpaceItem1.Location = new System.Drawing.Point(1140, 0);
  303. emptySpaceItem1.Name = "emptySpaceItem1";
  304. emptySpaceItem1.Size = new System.Drawing.Size(60, 24);
  305. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  306. //
  307. // CtrlRefCgRes
  308. //
  309. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  310. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  311. Controls.Add(layoutControl1);
  312. Name = "CtrlRefCgRes";
  313. Size = new System.Drawing.Size(1200, 465);
  314. Load += CtrlRefCgRes_Load;
  315. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  316. layoutControl1.ResumeLayout(false);
  317. ((System.ComponentModel.ISupportInitialize)gridCg).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)itemStart).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)itemEnd).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  333. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  335. ResumeLayout(false);
  336. }
  337. #endregion
  338. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  339. private DevExpress.XtraGrid.GridControl gridCg;
  340. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  341. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  342. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  343. private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho;
  344. private DevExpress.XtraEditors.DateEdit txtStartTime;
  345. private DevExpress.XtraEditors.DateEdit txtEndTime;
  346. private DevExpress.XtraLayout.LayoutControlItem itemStart;
  347. private DevExpress.XtraLayout.LayoutControlItem itemEnd;
  348. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  349. private DevExpress.XtraEditors.SimpleButton btnSearch;
  350. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  351. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  352. private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
  353. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  354. private DevExpress.XtraEditors.SimpleButton btnDraw;
  355. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  356. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  357. }
  358. }