HandPosForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. namespace Ips.Sps.Tools.HandPoses
  2. {
  3. partial class HandPosForm
  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. this.components = new System.ComponentModel.Container();
  29. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  30. this.mapControl = new DevExpress.XtraMap.MapControl();
  31. this.mapSvgList = new DevExpress.Utils.SvgImageCollection(this.components);
  32. this.layerDefault = new DevExpress.XtraMap.VectorItemsLayer();
  33. this.defaultItemStore = new DevExpress.XtraMap.MapItemStorage();
  34. this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
  35. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  37. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  38. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  39. this.btnDrawDistinct = new DevExpress.XtraBars.BarButtonItem();
  40. this.btnDrawPoint = new DevExpress.XtraBars.BarButtonItem();
  41. this.btnClearAll = new DevExpress.XtraBars.BarButtonItem();
  42. this.popMap = new DevExpress.XtraBars.PopupMenu(this.components);
  43. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
  45. this.splitContainerControl1.Panel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
  47. this.splitContainerControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.popMap)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // splitContainerControl1
  55. //
  56. this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
  58. this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
  59. this.splitContainerControl1.Name = "splitContainerControl1";
  60. //
  61. // splitContainerControl1.Panel1
  62. //
  63. this.splitContainerControl1.Panel1.Controls.Add(this.mapControl);
  64. this.splitContainerControl1.Panel1.Text = "Panel1";
  65. //
  66. // splitContainerControl1.Panel2
  67. //
  68. this.splitContainerControl1.Panel2.Text = "Panel2";
  69. this.splitContainerControl1.Size = new System.Drawing.Size(995, 555);
  70. this.splitContainerControl1.SplitterPosition = 408;
  71. this.splitContainerControl1.TabIndex = 0;
  72. //
  73. // mapControl
  74. //
  75. this.mapControl.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.mapControl.ImageList = this.mapSvgList;
  77. this.mapControl.Layers.Add(this.layerDefault);
  78. this.mapControl.Location = new System.Drawing.Point(0, 0);
  79. this.mapControl.Name = "mapControl";
  80. this.mapControl.Size = new System.Drawing.Size(577, 555);
  81. this.mapControl.TabIndex = 0;
  82. this.mapControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.mapControl_MouseDown);
  83. //
  84. // mapSvgList
  85. //
  86. this.mapSvgList.Add("mapit", "image://svgimages/outlook inspired/mapit.svg");
  87. this.layerDefault.Data = this.defaultItemStore;
  88. //
  89. // bmgMain
  90. //
  91. this.bmgMain.DockControls.Add(this.barDockControlTop);
  92. this.bmgMain.DockControls.Add(this.barDockControlBottom);
  93. this.bmgMain.DockControls.Add(this.barDockControlLeft);
  94. this.bmgMain.DockControls.Add(this.barDockControlRight);
  95. this.bmgMain.Form = this;
  96. this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  97. this.btnDrawDistinct,
  98. this.btnDrawPoint,
  99. this.btnClearAll});
  100. this.bmgMain.MaxItemId = 3;
  101. //
  102. // barDockControlTop
  103. //
  104. this.barDockControlTop.CausesValidation = false;
  105. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  106. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  107. this.barDockControlTop.Manager = this.bmgMain;
  108. this.barDockControlTop.Size = new System.Drawing.Size(995, 0);
  109. //
  110. // barDockControlBottom
  111. //
  112. this.barDockControlBottom.CausesValidation = false;
  113. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  114. this.barDockControlBottom.Location = new System.Drawing.Point(0, 555);
  115. this.barDockControlBottom.Manager = this.bmgMain;
  116. this.barDockControlBottom.Size = new System.Drawing.Size(995, 0);
  117. //
  118. // barDockControlLeft
  119. //
  120. this.barDockControlLeft.CausesValidation = false;
  121. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  122. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  123. this.barDockControlLeft.Manager = this.bmgMain;
  124. this.barDockControlLeft.Size = new System.Drawing.Size(0, 555);
  125. //
  126. // barDockControlRight
  127. //
  128. this.barDockControlRight.CausesValidation = false;
  129. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  130. this.barDockControlRight.Location = new System.Drawing.Point(995, 0);
  131. this.barDockControlRight.Manager = this.bmgMain;
  132. this.barDockControlRight.Size = new System.Drawing.Size(0, 555);
  133. //
  134. // btnDrawDistinct
  135. //
  136. this.btnDrawDistinct.Caption = "测距";
  137. this.btnDrawDistinct.Id = 0;
  138. this.btnDrawDistinct.ImageOptions.ImageUri.Uri = "richedit/rulerhorizontal";
  139. this.btnDrawDistinct.Name = "btnDrawDistinct";
  140. this.btnDrawDistinct.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawDistinct_ItemClick);
  141. //
  142. // btnDrawPoint
  143. //
  144. this.btnDrawPoint.Caption = "标点";
  145. this.btnDrawPoint.Id = 1;
  146. this.btnDrawPoint.ImageOptions.ImageUri.Uri = "icon%20builder/travel_mappointer";
  147. this.btnDrawPoint.Name = "btnDrawPoint";
  148. this.btnDrawPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDrawPoint_ItemClick);
  149. //
  150. // btnClearAll
  151. //
  152. this.btnClearAll.Caption = "清除";
  153. this.btnClearAll.Id = 2;
  154. this.btnClearAll.ImageOptions.ImageUri.Uri = "Clear";
  155. this.btnClearAll.Name = "btnClearAll";
  156. this.btnClearAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearAll_ItemClick);
  157. //
  158. // popMap
  159. //
  160. this.popMap.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  161. new DevExpress.XtraBars.LinkPersistInfo(this.btnClearAll),
  162. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawDistinct),
  163. new DevExpress.XtraBars.LinkPersistInfo(this.btnDrawPoint)});
  164. this.popMap.Manager = this.bmgMain;
  165. this.popMap.Name = "popMap";
  166. //
  167. // HandPosForm
  168. //
  169. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  170. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  171. this.ClientSize = new System.Drawing.Size(995, 555);
  172. this.Controls.Add(this.splitContainerControl1);
  173. this.Controls.Add(this.barDockControlLeft);
  174. this.Controls.Add(this.barDockControlRight);
  175. this.Controls.Add(this.barDockControlBottom);
  176. this.Controls.Add(this.barDockControlTop);
  177. this.IconOptions.ShowIcon = false;
  178. this.Name = "HandPosForm";
  179. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  180. this.Text = "手动定位工具";
  181. this.Load += new System.EventHandler(this.HandPosForm_Load);
  182. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
  183. this.splitContainerControl1.Panel1.ResumeLayout(false);
  184. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  186. this.splitContainerControl1.ResumeLayout(false);
  187. ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.mapSvgList)).EndInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.popMap)).EndInit();
  191. this.ResumeLayout(false);
  192. this.PerformLayout();
  193. }
  194. #endregion
  195. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  196. private DevExpress.XtraMap.MapControl mapControl;
  197. private DevExpress.XtraBars.BarManager bmgMain;
  198. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  199. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  200. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  201. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  202. private DevExpress.XtraBars.BarButtonItem btnDrawDistinct;
  203. private DevExpress.XtraBars.BarButtonItem btnDrawPoint;
  204. private DevExpress.XtraBars.PopupMenu popMap;
  205. private DevExpress.Utils.SvgImageCollection mapSvgList;
  206. private DevExpress.XtraMap.VectorItemsLayer layerDefault;
  207. private DevExpress.XtraMap.MapItemStorage defaultItemStore;
  208. private DevExpress.XtraBars.BarButtonItem btnClearAll;
  209. }
  210. }