RecEditor.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class RecEditor
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = 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. txtRecTxName = 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. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  55. layoutControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)txtRecTxName.Properties).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)txtLon.Properties).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)txtLat.Properties).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
  69. SuspendLayout();
  70. //
  71. // layoutControl1
  72. //
  73. layoutControl1.Controls.Add(btnOk);
  74. layoutControl1.Controls.Add(btnCancle);
  75. layoutControl1.Controls.Add(txtRemark);
  76. layoutControl1.Controls.Add(txtRecTxName);
  77. layoutControl1.Controls.Add(txtLon);
  78. layoutControl1.Controls.Add(txtLat);
  79. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. layoutControl1.Location = new System.Drawing.Point(0, 0);
  81. layoutControl1.Name = "layoutControl1";
  82. layoutControl1.Root = Root;
  83. layoutControl1.Size = new System.Drawing.Size(244, 298);
  84. layoutControl1.TabIndex = 0;
  85. layoutControl1.Text = "layoutControl1";
  86. //
  87. // btnOk
  88. //
  89. btnOk.Location = new System.Drawing.Point(124, 237);
  90. btnOk.Name = "btnOk";
  91. btnOk.Size = new System.Drawing.Size(108, 22);
  92. btnOk.StyleController = layoutControl1;
  93. btnOk.TabIndex = 10;
  94. btnOk.Text = "确定";
  95. btnOk.Click += btnOk_Click;
  96. //
  97. // btnCancle
  98. //
  99. btnCancle.Location = new System.Drawing.Point(12, 237);
  100. btnCancle.Name = "btnCancle";
  101. btnCancle.Size = new System.Drawing.Size(108, 22);
  102. btnCancle.StyleController = layoutControl1;
  103. btnCancle.TabIndex = 9;
  104. btnCancle.Text = "取消";
  105. btnCancle.Click += btnCancle_Click;
  106. //
  107. // txtRemark
  108. //
  109. txtRemark.Location = new System.Drawing.Point(12, 182);
  110. txtRemark.Name = "txtRemark";
  111. txtRemark.Size = new System.Drawing.Size(220, 20);
  112. txtRemark.StyleController = layoutControl1;
  113. txtRemark.TabIndex = 8;
  114. //
  115. // txtRecTxName
  116. //
  117. txtRecTxName.Location = new System.Drawing.Point(12, 29);
  118. txtRecTxName.Name = "txtRecTxName";
  119. txtRecTxName.Size = new System.Drawing.Size(220, 20);
  120. txtRecTxName.StyleController = layoutControl1;
  121. txtRecTxName.TabIndex = 4;
  122. //
  123. // txtLon
  124. //
  125. txtLon.Location = new System.Drawing.Point(12, 78);
  126. txtLon.Name = "txtLon";
  127. txtLon.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) });
  128. txtLon.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  129. txtLon.Properties.MaskSettings.Set("mask", "f3");
  130. txtLon.Size = new System.Drawing.Size(220, 23);
  131. txtLon.StyleController = layoutControl1;
  132. txtLon.TabIndex = 5;
  133. //
  134. // txtLat
  135. //
  136. txtLat.Location = new System.Drawing.Point(12, 130);
  137. txtLat.Name = "txtLat";
  138. txtLat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { 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) });
  139. txtLat.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  140. txtLat.Properties.MaskSettings.Set("mask", "f3");
  141. txtLat.Size = new System.Drawing.Size(220, 23);
  142. txtLat.StyleController = layoutControl1;
  143. txtLat.TabIndex = 6;
  144. //
  145. // Root
  146. //
  147. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  148. Root.GroupBordersVisible = false;
  149. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem1, emptySpaceItem2 });
  150. Root.Name = "Root";
  151. Root.Size = new System.Drawing.Size(244, 298);
  152. Root.TextVisible = false;
  153. //
  154. // layoutControlItem1
  155. //
  156. layoutControlItem1.Control = txtRecTxName;
  157. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  158. layoutControlItem1.Name = "layoutControlItem1";
  159. layoutControlItem1.Size = new System.Drawing.Size(224, 41);
  160. layoutControlItem1.Text = "接收站名称";
  161. layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  162. layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
  163. //
  164. // layoutControlItem2
  165. //
  166. layoutControlItem2.Control = txtLon;
  167. layoutControlItem2.Location = new System.Drawing.Point(0, 41);
  168. layoutControlItem2.Name = "layoutControlItem2";
  169. layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  170. layoutControlItem2.Size = new System.Drawing.Size(224, 52);
  171. layoutControlItem2.Text = "经度";
  172. layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  173. layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
  174. //
  175. // layoutControlItem3
  176. //
  177. layoutControlItem3.Control = txtLat;
  178. layoutControlItem3.Location = new System.Drawing.Point(0, 93);
  179. layoutControlItem3.Name = "layoutControlItem3";
  180. layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  181. layoutControlItem3.Size = new System.Drawing.Size(224, 52);
  182. layoutControlItem3.Text = "纬度";
  183. layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  184. layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
  185. //
  186. // layoutControlItem5
  187. //
  188. layoutControlItem5.Control = txtRemark;
  189. layoutControlItem5.Location = new System.Drawing.Point(0, 145);
  190. layoutControlItem5.Name = "layoutControlItem5";
  191. layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  192. layoutControlItem5.Size = new System.Drawing.Size(224, 49);
  193. layoutControlItem5.Text = "备注";
  194. layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  195. layoutControlItem5.TextSize = new System.Drawing.Size(60, 14);
  196. //
  197. // layoutControlItem6
  198. //
  199. layoutControlItem6.Control = btnCancle;
  200. layoutControlItem6.Location = new System.Drawing.Point(0, 225);
  201. layoutControlItem6.Name = "layoutControlItem6";
  202. layoutControlItem6.Size = new System.Drawing.Size(112, 26);
  203. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  204. layoutControlItem6.TextVisible = false;
  205. //
  206. // layoutControlItem7
  207. //
  208. layoutControlItem7.Control = btnOk;
  209. layoutControlItem7.Location = new System.Drawing.Point(112, 225);
  210. layoutControlItem7.Name = "layoutControlItem7";
  211. layoutControlItem7.Size = new System.Drawing.Size(112, 26);
  212. layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
  213. layoutControlItem7.TextVisible = false;
  214. //
  215. // emptySpaceItem1
  216. //
  217. emptySpaceItem1.AllowHotTrack = false;
  218. emptySpaceItem1.Location = new System.Drawing.Point(0, 194);
  219. emptySpaceItem1.Name = "emptySpaceItem1";
  220. emptySpaceItem1.Size = new System.Drawing.Size(224, 31);
  221. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  222. //
  223. // emptySpaceItem2
  224. //
  225. emptySpaceItem2.AllowHotTrack = false;
  226. emptySpaceItem2.Location = new System.Drawing.Point(0, 251);
  227. emptySpaceItem2.Name = "emptySpaceItem2";
  228. emptySpaceItem2.Size = new System.Drawing.Size(224, 27);
  229. emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  230. //
  231. // RecEditor
  232. //
  233. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  234. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. ClientSize = new System.Drawing.Size(244, 298);
  236. Controls.Add(layoutControl1);
  237. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  238. Name = "RecEditor";
  239. Text = "RecEditor";
  240. Load += RecEditor_Load;
  241. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  242. layoutControl1.ResumeLayout(false);
  243. ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)txtRecTxName.Properties).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)txtLon.Properties).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)txtLat.Properties).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
  256. ResumeLayout(false);
  257. }
  258. #endregion
  259. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  260. private DevExpress.XtraLayout.LayoutControlGroup Root;
  261. private DevExpress.XtraEditors.TextEdit txtRecTxName;
  262. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  263. private DevExpress.XtraEditors.TextEdit txtRemark;
  264. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  265. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  266. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  267. private DevExpress.XtraEditors.SimpleButton btnOk;
  268. private DevExpress.XtraEditors.SimpleButton btnCancle;
  269. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  270. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  271. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  272. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  273. private DevExpress.XtraEditors.ButtonEdit txtLon;
  274. private DevExpress.XtraEditors.ButtonEdit txtLat;
  275. }
  276. }