RefEditor.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class RefEditor
  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 editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  38. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  39. btnOk = new DevExpress.XtraEditors.SimpleButton();
  40. btnCancle = new DevExpress.XtraEditors.SimpleButton();
  41. txtRemark = new DevExpress.XtraEditors.TextEdit();
  42. txtRefTxName = new DevExpress.XtraEditors.TextEdit();
  43. txtLon = new DevExpress.XtraEditors.ButtonEdit();
  44. txtLat = new DevExpress.XtraEditors.ButtonEdit();
  45. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  46. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  47. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  48. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  49. layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  50. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  51. layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  52. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  53. emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. checkEdit = new DevExpress.XtraEditors.CheckEdit();
  55. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  56. emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  57. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  58. layoutControl1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)txtRefTxName.Properties).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)txtLon.Properties).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)txtLat.Properties).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
  75. SuspendLayout();
  76. //
  77. // layoutControl1
  78. //
  79. layoutControl1.Controls.Add(checkEdit);
  80. layoutControl1.Controls.Add(btnOk);
  81. layoutControl1.Controls.Add(btnCancle);
  82. layoutControl1.Controls.Add(txtRemark);
  83. layoutControl1.Controls.Add(txtRefTxName);
  84. layoutControl1.Controls.Add(txtLon);
  85. layoutControl1.Controls.Add(txtLat);
  86. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. layoutControl1.Location = new System.Drawing.Point(0, 0);
  88. layoutControl1.Name = "layoutControl1";
  89. layoutControl1.Root = Root;
  90. layoutControl1.Size = new System.Drawing.Size(244, 352);
  91. layoutControl1.TabIndex = 0;
  92. layoutControl1.Text = "layoutControl1";
  93. //
  94. // btnOk
  95. //
  96. btnOk.Location = new System.Drawing.Point(124, 289);
  97. btnOk.Name = "btnOk";
  98. btnOk.Size = new System.Drawing.Size(108, 22);
  99. btnOk.StyleController = layoutControl1;
  100. btnOk.TabIndex = 7;
  101. btnOk.Text = "确定";
  102. btnOk.Click += btnOk_Click;
  103. //
  104. // btnCancle
  105. //
  106. btnCancle.Location = new System.Drawing.Point(12, 289);
  107. btnCancle.Name = "btnCancle";
  108. btnCancle.Size = new System.Drawing.Size(108, 22);
  109. btnCancle.StyleController = layoutControl1;
  110. btnCancle.TabIndex = 6;
  111. btnCancle.Text = "取消";
  112. btnCancle.Click += btnCancle_Click;
  113. //
  114. // txtRemark
  115. //
  116. txtRemark.Location = new System.Drawing.Point(12, 182);
  117. txtRemark.Name = "txtRemark";
  118. txtRemark.Size = new System.Drawing.Size(220, 20);
  119. txtRemark.StyleController = layoutControl1;
  120. txtRemark.TabIndex = 4;
  121. //
  122. // txtRefTxName
  123. //
  124. txtRefTxName.Location = new System.Drawing.Point(12, 29);
  125. txtRefTxName.Name = "txtRefTxName";
  126. txtRefTxName.Size = new System.Drawing.Size(220, 20);
  127. txtRefTxName.StyleController = layoutControl1;
  128. txtRefTxName.TabIndex = 0;
  129. //
  130. // txtLon
  131. //
  132. txtLon.Location = new System.Drawing.Point(12, 78);
  133. txtLon.Name = "txtLon";
  134. txtLon.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(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  135. txtLon.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  136. txtLon.Properties.MaskSettings.Set("mask", "f3");
  137. txtLon.Size = new System.Drawing.Size(220, 23);
  138. txtLon.StyleController = layoutControl1;
  139. txtLon.TabIndex = 2;
  140. //
  141. // txtLat
  142. //
  143. txtLat.Location = new System.Drawing.Point(12, 130);
  144. txtLat.Name = "txtLat";
  145. txtLat.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(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
  146. txtLat.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  147. txtLat.Properties.MaskSettings.Set("mask", "f3");
  148. txtLat.Size = new System.Drawing.Size(220, 23);
  149. txtLat.StyleController = layoutControl1;
  150. txtLat.TabIndex = 3;
  151. //
  152. // Root
  153. //
  154. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  155. Root.GroupBordersVisible = false;
  156. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem1, emptySpaceItem2, layoutControlItem4, emptySpaceItem3 });
  157. Root.Name = "Root";
  158. Root.Size = new System.Drawing.Size(244, 352);
  159. Root.TextVisible = false;
  160. //
  161. // layoutControlItem1
  162. //
  163. layoutControlItem1.Control = txtRefTxName;
  164. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  165. layoutControlItem1.Name = "layoutControlItem1";
  166. layoutControlItem1.Size = new System.Drawing.Size(224, 41);
  167. layoutControlItem1.Text = "参考站名称";
  168. layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  169. layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
  170. //
  171. // layoutControlItem2
  172. //
  173. layoutControlItem2.Control = txtLon;
  174. layoutControlItem2.Location = new System.Drawing.Point(0, 41);
  175. layoutControlItem2.Name = "layoutControlItem2";
  176. layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  177. layoutControlItem2.Size = new System.Drawing.Size(224, 52);
  178. layoutControlItem2.Text = "经度";
  179. layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  180. layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
  181. //
  182. // layoutControlItem3
  183. //
  184. layoutControlItem3.Control = txtLat;
  185. layoutControlItem3.Location = new System.Drawing.Point(0, 93);
  186. layoutControlItem3.Name = "layoutControlItem3";
  187. layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  188. layoutControlItem3.Size = new System.Drawing.Size(224, 52);
  189. layoutControlItem3.Text = "纬度";
  190. layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  191. layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
  192. //
  193. // layoutControlItem5
  194. //
  195. layoutControlItem5.Control = txtRemark;
  196. layoutControlItem5.Location = new System.Drawing.Point(0, 145);
  197. layoutControlItem5.Name = "layoutControlItem5";
  198. layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  199. layoutControlItem5.Size = new System.Drawing.Size(224, 49);
  200. layoutControlItem5.Text = "备注";
  201. layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  202. layoutControlItem5.TextSize = new System.Drawing.Size(60, 14);
  203. //
  204. // layoutControlItem6
  205. //
  206. layoutControlItem6.Control = btnCancle;
  207. layoutControlItem6.Location = new System.Drawing.Point(0, 277);
  208. layoutControlItem6.Name = "layoutControlItem6";
  209. layoutControlItem6.Size = new System.Drawing.Size(112, 26);
  210. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  211. layoutControlItem6.TextVisible = false;
  212. //
  213. // layoutControlItem7
  214. //
  215. layoutControlItem7.Control = btnOk;
  216. layoutControlItem7.Location = new System.Drawing.Point(112, 277);
  217. layoutControlItem7.Name = "layoutControlItem7";
  218. layoutControlItem7.Size = new System.Drawing.Size(112, 26);
  219. layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  220. layoutControlItem7.TextVisible = false;
  221. //
  222. // emptySpaceItem1
  223. //
  224. emptySpaceItem1.AllowHotTrack = false;
  225. emptySpaceItem1.Location = new System.Drawing.Point(0, 194);
  226. emptySpaceItem1.Name = "emptySpaceItem1";
  227. emptySpaceItem1.Size = new System.Drawing.Size(224, 29);
  228. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  229. //
  230. // emptySpaceItem2
  231. //
  232. emptySpaceItem2.AllowHotTrack = false;
  233. emptySpaceItem2.Location = new System.Drawing.Point(0, 303);
  234. emptySpaceItem2.Name = "emptySpaceItem2";
  235. emptySpaceItem2.Size = new System.Drawing.Size(224, 29);
  236. emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  237. //
  238. // checkEdit
  239. //
  240. checkEdit.Location = new System.Drawing.Point(12, 235);
  241. checkEdit.Name = "checkEdit";
  242. checkEdit.Properties.Caption = "是否启用";
  243. checkEdit.Size = new System.Drawing.Size(220, 20);
  244. checkEdit.StyleController = layoutControl1;
  245. checkEdit.TabIndex = 5;
  246. //
  247. // layoutControlItem4
  248. //
  249. layoutControlItem4.Control = checkEdit;
  250. layoutControlItem4.Location = new System.Drawing.Point(0, 223);
  251. layoutControlItem4.Name = "layoutControlItem4";
  252. layoutControlItem4.Size = new System.Drawing.Size(224, 24);
  253. layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  254. layoutControlItem4.TextVisible = false;
  255. //
  256. // emptySpaceItem3
  257. //
  258. emptySpaceItem3.AllowHotTrack = false;
  259. emptySpaceItem3.Location = new System.Drawing.Point(0, 247);
  260. emptySpaceItem3.Name = "emptySpaceItem3";
  261. emptySpaceItem3.Size = new System.Drawing.Size(224, 30);
  262. emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  263. //
  264. // RefEditor
  265. //
  266. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  267. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  268. ClientSize = new System.Drawing.Size(244, 352);
  269. Controls.Add(layoutControl1);
  270. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  271. Name = "RefEditor";
  272. Text = "RecEditor";
  273. Load += RefEditor_Load;
  274. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  275. layoutControl1.ResumeLayout(false);
  276. ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)txtRefTxName.Properties).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)txtLon.Properties).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)txtLat.Properties).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
  292. ResumeLayout(false);
  293. }
  294. #endregion
  295. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  296. private DevExpress.XtraLayout.LayoutControlGroup Root;
  297. private DevExpress.XtraEditors.TextEdit txtRefTxName;
  298. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  299. private DevExpress.XtraEditors.TextEdit txtRemark;
  300. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  301. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  302. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  303. private DevExpress.XtraEditors.SimpleButton btnOk;
  304. private DevExpress.XtraEditors.SimpleButton btnCancle;
  305. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  306. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  307. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  308. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  309. private DevExpress.XtraEditors.ButtonEdit txtLon;
  310. private DevExpress.XtraEditors.ButtonEdit txtLat;
  311. private DevExpress.XtraEditors.CheckEdit checkEdit;
  312. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  313. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  314. }
  315. }