AntEditForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. namespace Ips.Sps.Ants
  2. {
  3. partial class AntEditForm
  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. components = new System.ComponentModel.Container();
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
  39. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  40. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  41. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  42. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  43. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  44. bsAnt = new DevExpress.Xpo.XPBindingSource(components);
  45. dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  46. btnCancel = new DevExpress.XtraEditors.SimpleButton();
  47. btnSave = new DevExpress.XtraEditors.SimpleButton();
  48. NameTextEdit = new DevExpress.XtraEditors.TextEdit();
  49. LonButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  50. LatButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  51. AltButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  52. RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit();
  53. CodeTextEdit = new DevExpress.XtraEditors.TextEdit();
  54. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  55. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  56. ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
  57. ItemForLon = new DevExpress.XtraLayout.LayoutControlItem();
  58. ItemForLat = new DevExpress.XtraLayout.LayoutControlItem();
  59. ItemForAlt = new DevExpress.XtraLayout.LayoutControlItem();
  60. ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
  61. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  62. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  63. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  64. ItemForCode = new DevExpress.XtraLayout.LayoutControlItem();
  65. ((System.ComponentModel.ISupportInitialize)bsAnt).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
  67. dataLayoutControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)LonButtonEdit.Properties).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)LatButtonEdit.Properties).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)AltButtonEdit.Properties).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)RemarkMemoEdit.Properties).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)ItemForLon).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)ItemForLat).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)ItemForAlt).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)ItemForRemark).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)ItemForCode).BeginInit();
  85. SuspendLayout();
  86. //
  87. // bsAnt
  88. //
  89. bsAnt.DisplayableProperties = "Name;Code;Lon;Lat;Alt;PolType;Remark";
  90. bsAnt.ObjectType = typeof(Ant);
  91. //
  92. // dataLayoutControl1
  93. //
  94. dataLayoutControl1.Controls.Add(btnCancel);
  95. dataLayoutControl1.Controls.Add(btnSave);
  96. dataLayoutControl1.Controls.Add(NameTextEdit);
  97. dataLayoutControl1.Controls.Add(LonButtonEdit);
  98. dataLayoutControl1.Controls.Add(LatButtonEdit);
  99. dataLayoutControl1.Controls.Add(AltButtonEdit);
  100. dataLayoutControl1.Controls.Add(RemarkMemoEdit);
  101. dataLayoutControl1.Controls.Add(CodeTextEdit);
  102. dataLayoutControl1.DataSource = bsAnt;
  103. dataLayoutControl1.Dock = DockStyle.Fill;
  104. dataLayoutControl1.Location = new Point(0, 0);
  105. dataLayoutControl1.Name = "dataLayoutControl1";
  106. dataLayoutControl1.Root = Root;
  107. dataLayoutControl1.Size = new Size(399, 245);
  108. dataLayoutControl1.TabIndex = 0;
  109. dataLayoutControl1.Text = "dataLayoutControl1";
  110. //
  111. // btnCancel
  112. //
  113. btnCancel.Location = new Point(331, 211);
  114. btnCancel.Name = "btnCancel";
  115. btnCancel.Size = new Size(56, 22);
  116. btnCancel.StyleController = dataLayoutControl1;
  117. btnCancel.TabIndex = 9;
  118. btnCancel.Text = "取消";
  119. btnCancel.Click += btnCancel_Click;
  120. //
  121. // btnSave
  122. //
  123. btnSave.Location = new Point(271, 211);
  124. btnSave.Name = "btnSave";
  125. btnSave.Size = new Size(56, 22);
  126. btnSave.StyleController = dataLayoutControl1;
  127. btnSave.TabIndex = 8;
  128. btnSave.Text = "保存";
  129. btnSave.Click += btnSave_Click;
  130. //
  131. // NameTextEdit
  132. //
  133. NameTextEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Name", true, DataSourceUpdateMode.OnPropertyChanged));
  134. NameTextEdit.Location = new Point(48, 12);
  135. NameTextEdit.Name = "NameTextEdit";
  136. NameTextEdit.Size = new Size(339, 20);
  137. NameTextEdit.StyleController = dataLayoutControl1;
  138. NameTextEdit.TabIndex = 0;
  139. //
  140. // LonButtonEdit
  141. //
  142. LonButtonEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Lon", true, DataSourceUpdateMode.OnPropertyChanged));
  143. LonButtonEdit.Location = new Point(48, 60);
  144. LonButtonEdit.Name = "LonButtonEdit";
  145. LonButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  146. LonButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  147. LonButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "度", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  148. LonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  149. LonButtonEdit.Size = new Size(339, 23);
  150. LonButtonEdit.StyleController = dataLayoutControl1;
  151. LonButtonEdit.TabIndex = 3;
  152. //
  153. // LatButtonEdit
  154. //
  155. LatButtonEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Lat", true, DataSourceUpdateMode.OnPropertyChanged));
  156. LatButtonEdit.Location = new Point(48, 87);
  157. LatButtonEdit.Name = "LatButtonEdit";
  158. LatButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  159. LatButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  160. LatButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "度", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  161. LatButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  162. LatButtonEdit.Size = new Size(339, 23);
  163. LatButtonEdit.StyleController = dataLayoutControl1;
  164. LatButtonEdit.TabIndex = 4;
  165. //
  166. // AltButtonEdit
  167. //
  168. AltButtonEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Alt", true, DataSourceUpdateMode.OnPropertyChanged));
  169. AltButtonEdit.Location = new Point(48, 114);
  170. AltButtonEdit.Name = "AltButtonEdit";
  171. AltButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  172. AltButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  173. AltButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "米", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  174. AltButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  175. AltButtonEdit.Size = new Size(339, 23);
  176. AltButtonEdit.StyleController = dataLayoutControl1;
  177. AltButtonEdit.TabIndex = 5;
  178. //
  179. // RemarkMemoEdit
  180. //
  181. RemarkMemoEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Remark", true, DataSourceUpdateMode.OnPropertyChanged));
  182. RemarkMemoEdit.Location = new Point(48, 141);
  183. RemarkMemoEdit.Name = "RemarkMemoEdit";
  184. RemarkMemoEdit.Properties.ScrollBars = ScrollBars.None;
  185. RemarkMemoEdit.Size = new Size(339, 66);
  186. RemarkMemoEdit.StyleController = dataLayoutControl1;
  187. RemarkMemoEdit.TabIndex = 7;
  188. //
  189. // CodeTextEdit
  190. //
  191. CodeTextEdit.DataBindings.Add(new Binding("EditValue", bsAnt, "Code", true));
  192. CodeTextEdit.Location = new Point(48, 36);
  193. CodeTextEdit.Name = "CodeTextEdit";
  194. CodeTextEdit.Size = new Size(339, 20);
  195. CodeTextEdit.StyleController = dataLayoutControl1;
  196. CodeTextEdit.TabIndex = 2;
  197. //
  198. // Root
  199. //
  200. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  201. Root.GroupBordersVisible = false;
  202. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
  203. Root.Name = "Root";
  204. Root.Size = new Size(399, 245);
  205. Root.TextVisible = false;
  206. //
  207. // layoutControlGroup1
  208. //
  209. layoutControlGroup1.AllowDrawBackground = false;
  210. layoutControlGroup1.GroupBordersVisible = false;
  211. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForName, ItemForLon, ItemForLat, ItemForAlt, ItemForRemark, layoutControlItem1, layoutControlItem2, emptySpaceItem1, ItemForCode });
  212. layoutControlGroup1.Location = new Point(0, 0);
  213. layoutControlGroup1.Name = "autoGeneratedGroup0";
  214. layoutControlGroup1.Size = new Size(379, 225);
  215. //
  216. // ItemForName
  217. //
  218. ItemForName.Control = NameTextEdit;
  219. ItemForName.Location = new Point(0, 0);
  220. ItemForName.Name = "ItemForName";
  221. ItemForName.Size = new Size(379, 24);
  222. ItemForName.Text = "名称";
  223. ItemForName.TextSize = new Size(24, 14);
  224. //
  225. // ItemForLon
  226. //
  227. ItemForLon.Control = LonButtonEdit;
  228. ItemForLon.Location = new Point(0, 48);
  229. ItemForLon.Name = "ItemForLon";
  230. ItemForLon.Size = new Size(379, 27);
  231. ItemForLon.Text = "经度";
  232. ItemForLon.TextSize = new Size(24, 14);
  233. //
  234. // ItemForLat
  235. //
  236. ItemForLat.Control = LatButtonEdit;
  237. ItemForLat.Location = new Point(0, 75);
  238. ItemForLat.Name = "ItemForLat";
  239. ItemForLat.Size = new Size(379, 27);
  240. ItemForLat.Text = "纬度";
  241. ItemForLat.TextSize = new Size(24, 14);
  242. //
  243. // ItemForAlt
  244. //
  245. ItemForAlt.Control = AltButtonEdit;
  246. ItemForAlt.Location = new Point(0, 102);
  247. ItemForAlt.Name = "ItemForAlt";
  248. ItemForAlt.Size = new Size(379, 27);
  249. ItemForAlt.Text = "高度";
  250. ItemForAlt.TextSize = new Size(24, 14);
  251. //
  252. // ItemForRemark
  253. //
  254. ItemForRemark.Control = RemarkMemoEdit;
  255. ItemForRemark.Location = new Point(0, 129);
  256. ItemForRemark.Name = "ItemForRemark";
  257. ItemForRemark.Size = new Size(379, 70);
  258. ItemForRemark.StartNewLine = true;
  259. ItemForRemark.Text = "备注";
  260. ItemForRemark.TextSize = new Size(24, 14);
  261. //
  262. // layoutControlItem1
  263. //
  264. layoutControlItem1.Control = btnSave;
  265. layoutControlItem1.Location = new Point(259, 199);
  266. layoutControlItem1.MaxSize = new Size(60, 26);
  267. layoutControlItem1.MinSize = new Size(60, 26);
  268. layoutControlItem1.Name = "layoutControlItem1";
  269. layoutControlItem1.Size = new Size(60, 26);
  270. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  271. layoutControlItem1.TextSize = new Size(0, 0);
  272. layoutControlItem1.TextVisible = false;
  273. //
  274. // layoutControlItem2
  275. //
  276. layoutControlItem2.Control = btnCancel;
  277. layoutControlItem2.Location = new Point(319, 199);
  278. layoutControlItem2.MaxSize = new Size(60, 26);
  279. layoutControlItem2.MinSize = new Size(60, 26);
  280. layoutControlItem2.Name = "layoutControlItem2";
  281. layoutControlItem2.Size = new Size(60, 26);
  282. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  283. layoutControlItem2.TextSize = new Size(0, 0);
  284. layoutControlItem2.TextVisible = false;
  285. //
  286. // emptySpaceItem1
  287. //
  288. emptySpaceItem1.AllowHotTrack = false;
  289. emptySpaceItem1.Location = new Point(0, 199);
  290. emptySpaceItem1.Name = "emptySpaceItem1";
  291. emptySpaceItem1.Size = new Size(259, 26);
  292. emptySpaceItem1.TextSize = new Size(0, 0);
  293. //
  294. // ItemForCode
  295. //
  296. ItemForCode.Control = CodeTextEdit;
  297. ItemForCode.Location = new Point(0, 24);
  298. ItemForCode.Name = "ItemForCode";
  299. ItemForCode.Size = new Size(379, 24);
  300. ItemForCode.Text = "编码";
  301. ItemForCode.TextSize = new Size(24, 14);
  302. //
  303. // AntEditForm
  304. //
  305. AutoScaleDimensions = new SizeF(7F, 14F);
  306. AutoScaleMode = AutoScaleMode.Font;
  307. ClientSize = new Size(399, 245);
  308. Controls.Add(dataLayoutControl1);
  309. IconOptions.ShowIcon = false;
  310. Name = "AntEditForm";
  311. StartPosition = FormStartPosition.CenterParent;
  312. Text = "站点信息";
  313. Load += AntEditForm_Load;
  314. ((System.ComponentModel.ISupportInitialize)bsAnt).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
  316. dataLayoutControl1.ResumeLayout(false);
  317. ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)LonButtonEdit.Properties).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)LatButtonEdit.Properties).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)AltButtonEdit.Properties).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)RemarkMemoEdit.Properties).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)ItemForLon).EndInit();
  327. ((System.ComponentModel.ISupportInitialize)ItemForLat).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)ItemForAlt).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)ItemForRemark).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  333. ((System.ComponentModel.ISupportInitialize)ItemForCode).EndInit();
  334. ResumeLayout(false);
  335. }
  336. #endregion
  337. private DevExpress.Xpo.XPBindingSource bsAnt;
  338. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  339. private DevExpress.XtraEditors.SimpleButton btnCancel;
  340. private DevExpress.XtraEditors.SimpleButton btnSave;
  341. private DevExpress.XtraEditors.TextEdit NameTextEdit;
  342. private DevExpress.XtraEditors.ButtonEdit LonButtonEdit;
  343. private DevExpress.XtraEditors.ButtonEdit LatButtonEdit;
  344. private DevExpress.XtraEditors.ButtonEdit AltButtonEdit;
  345. private DevExpress.XtraEditors.MemoEdit RemarkMemoEdit;
  346. private DevExpress.XtraLayout.LayoutControlGroup Root;
  347. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  348. private DevExpress.XtraLayout.LayoutControlItem ItemForName;
  349. private DevExpress.XtraLayout.LayoutControlItem ItemForLon;
  350. private DevExpress.XtraLayout.LayoutControlItem ItemForLat;
  351. private DevExpress.XtraLayout.LayoutControlItem ItemForAlt;
  352. private DevExpress.XtraLayout.LayoutControlItem ItemForRemark;
  353. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  354. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  355. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  356. private DevExpress.XtraEditors.TextEdit CodeTextEdit;
  357. private DevExpress.XtraLayout.LayoutControlItem ItemForCode;
  358. }
  359. }