Form1.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. namespace XdCxRhDW.Sender
  2. {
  3. partial class Form1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.txtTskType = new DevExpress.XtraEditors.ImageComboBoxEdit();
  32. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  33. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  34. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  37. this.btnCopyAll = new DevExpress.XtraBars.BarButtonItem();
  38. this.btnClear = new DevExpress.XtraBars.BarButtonItem();
  39. this.localPort1 = new DevExpress.XtraEditors.TextEdit();
  40. this.txtAddr1 = new DevExpress.XtraEditors.TextEdit();
  41. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  42. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  46. this.btn1 = new DevExpress.XtraEditors.SimpleButton();
  47. this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
  48. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  49. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  50. this.layoutControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtTskType.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.localPort1.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtAddr1.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
  60. this.tablePanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // layoutControl1
  66. //
  67. this.tablePanel1.SetColumn(this.layoutControl1, 1);
  68. this.layoutControl1.Controls.Add(this.txtTskType);
  69. this.layoutControl1.Controls.Add(this.localPort1);
  70. this.layoutControl1.Controls.Add(this.txtAddr1);
  71. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.layoutControl1.Location = new System.Drawing.Point(74, 12);
  73. this.layoutControl1.Name = "layoutControl1";
  74. this.layoutControl1.Root = this.Root;
  75. this.tablePanel1.SetRow(this.layoutControl1, 0);
  76. this.layoutControl1.Size = new System.Drawing.Size(513, 50);
  77. this.layoutControl1.TabIndex = 0;
  78. this.layoutControl1.Text = "layoutControl1";
  79. //
  80. // txtTskType
  81. //
  82. this.txtTskType.Location = new System.Drawing.Point(314, 19);
  83. this.txtTskType.MenuManager = this.barManager1;
  84. this.txtTskType.Name = "txtTskType";
  85. this.txtTskType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  86. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  87. this.txtTskType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
  88. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一星一地测向定位", "X1D1CX", -1),
  89. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一星一地测向定位无星历", "X1D1CXNoXL", -1),
  90. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地定位", "X2D1", -1),
  91. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地无参定位", "X2D1NoPar", -1),
  92. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地定位无星历", "X2D1NoXL", -1),
  93. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地无参定位无星历", "X2D1NoParNoXL", -1),
  94. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("融合定位", "RH", -1),
  95. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("融合定位无星历", "RHNoXL", -1),
  96. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差定位", "X3TwoDto", -1),
  97. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差无参定位", "X3TwoDtoNoPar", -1),
  98. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差定位无星历", "X3TwoDtoNoXL", -1),
  99. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差无参定位无星历", "X3TwoDtoNoParNoXL", -1),
  100. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双频差定位", "X3TwoDfo", -1),
  101. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双频差定位无星历", "X3TwoDfoNoXL", -1),
  102. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("双星时频差定位", "X2Dfo", -1),
  103. new DevExpress.XtraEditors.Controls.ImageComboBoxItem("双星时频差定位无星历", "X2DfoNoXL", -1)});
  104. this.txtTskType.Size = new System.Drawing.Size(197, 20);
  105. this.txtTskType.StyleController = this.layoutControl1;
  106. this.txtTskType.TabIndex = 6;
  107. //
  108. // barManager1
  109. //
  110. this.barManager1.DockControls.Add(this.barDockControlTop);
  111. this.barManager1.DockControls.Add(this.barDockControlBottom);
  112. this.barManager1.DockControls.Add(this.barDockControlLeft);
  113. this.barManager1.DockControls.Add(this.barDockControlRight);
  114. this.barManager1.Form = this;
  115. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  116. this.btnCopyAll,
  117. this.btnClear});
  118. this.barManager1.MaxItemId = 2;
  119. //
  120. // barDockControlTop
  121. //
  122. this.barDockControlTop.CausesValidation = false;
  123. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  125. this.barDockControlTop.Manager = this.barManager1;
  126. this.barDockControlTop.Size = new System.Drawing.Size(743, 0);
  127. //
  128. // barDockControlBottom
  129. //
  130. this.barDockControlBottom.CausesValidation = false;
  131. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  132. this.barDockControlBottom.Location = new System.Drawing.Point(0, 521);
  133. this.barDockControlBottom.Manager = this.barManager1;
  134. this.barDockControlBottom.Size = new System.Drawing.Size(743, 0);
  135. //
  136. // barDockControlLeft
  137. //
  138. this.barDockControlLeft.CausesValidation = false;
  139. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  140. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  141. this.barDockControlLeft.Manager = this.barManager1;
  142. this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
  143. //
  144. // barDockControlRight
  145. //
  146. this.barDockControlRight.CausesValidation = false;
  147. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  148. this.barDockControlRight.Location = new System.Drawing.Point(743, 0);
  149. this.barDockControlRight.Manager = this.barManager1;
  150. this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
  151. //
  152. // btnCopyAll
  153. //
  154. this.btnCopyAll.Caption = "复制所有";
  155. this.btnCopyAll.Id = 0;
  156. this.btnCopyAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCopyAll.ImageOptions.SvgImage")));
  157. this.btnCopyAll.Name = "btnCopyAll";
  158. this.btnCopyAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCopyAll_ItemClick);
  159. //
  160. // btnClear
  161. //
  162. this.btnClear.Caption = "清空所有";
  163. this.btnClear.Id = 1;
  164. this.btnClear.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClear.ImageOptions.SvgImage")));
  165. this.btnClear.Name = "btnClear";
  166. this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick);
  167. //
  168. // localPort1
  169. //
  170. this.localPort1.Location = new System.Drawing.Point(201, 19);
  171. this.localPort1.MenuManager = this.barManager1;
  172. this.localPort1.Name = "localPort1";
  173. this.localPort1.Properties.NullValuePrompt = "空值表示随机端口";
  174. this.localPort1.Size = new System.Drawing.Size(109, 20);
  175. this.localPort1.StyleController = this.layoutControl1;
  176. this.localPort1.TabIndex = 5;
  177. //
  178. // txtAddr1
  179. //
  180. this.txtAddr1.EditValue = "127.0.0.1:8092";
  181. this.txtAddr1.Location = new System.Drawing.Point(2, 19);
  182. this.txtAddr1.Name = "txtAddr1";
  183. this.txtAddr1.Properties.NullValuePrompt = "127.0.0.1:16010";
  184. this.txtAddr1.Size = new System.Drawing.Size(195, 20);
  185. this.txtAddr1.StyleController = this.layoutControl1;
  186. this.txtAddr1.TabIndex = 4;
  187. //
  188. // Root
  189. //
  190. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  191. this.Root.GroupBordersVisible = false;
  192. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  193. this.layoutControlItem1,
  194. this.layoutControlItem7,
  195. this.layoutControlItem2});
  196. this.Root.Name = "Root";
  197. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  198. this.Root.Size = new System.Drawing.Size(513, 50);
  199. this.Root.Text = "星地时频差";
  200. this.Root.TextVisible = false;
  201. //
  202. // layoutControlItem1
  203. //
  204. this.layoutControlItem1.Control = this.txtAddr1;
  205. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  206. this.layoutControlItem1.MinSize = new System.Drawing.Size(112, 41);
  207. this.layoutControlItem1.Name = "layoutControlItem1";
  208. this.layoutControlItem1.Size = new System.Drawing.Size(199, 50);
  209. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  210. this.layoutControlItem1.Text = "推送地址";
  211. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  212. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  213. //
  214. // layoutControlItem7
  215. //
  216. this.layoutControlItem7.Control = this.localPort1;
  217. this.layoutControlItem7.Location = new System.Drawing.Point(199, 0);
  218. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 44);
  219. this.layoutControlItem7.Name = "layoutControlItem7";
  220. this.layoutControlItem7.Size = new System.Drawing.Size(113, 50);
  221. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  222. this.layoutControlItem7.Text = "本地端口";
  223. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  224. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
  225. //
  226. // layoutControlItem2
  227. //
  228. this.layoutControlItem2.Control = this.txtTskType;
  229. this.layoutControlItem2.Location = new System.Drawing.Point(312, 0);
  230. this.layoutControlItem2.Name = "layoutControlItem2";
  231. this.layoutControlItem2.Size = new System.Drawing.Size(201, 50);
  232. this.layoutControlItem2.Text = "定位类型";
  233. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  234. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  235. //
  236. // tablePanel1
  237. //
  238. this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
  239. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.67F),
  240. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5.7F),
  241. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F),
  242. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.63F)});
  243. this.tablePanel1.Controls.Add(this.btn1);
  244. this.tablePanel1.Controls.Add(this.listBoxControl1);
  245. this.tablePanel1.Controls.Add(this.layoutControl1);
  246. this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.tablePanel1.Location = new System.Drawing.Point(0, 0);
  248. this.tablePanel1.Name = "tablePanel1";
  249. this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
  250. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 54F),
  251. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)});
  252. this.tablePanel1.Size = new System.Drawing.Size(743, 521);
  253. this.tablePanel1.TabIndex = 1;
  254. this.tablePanel1.UseSkinIndents = true;
  255. //
  256. // btn1
  257. //
  258. this.tablePanel1.SetColumn(this.btn1, 2);
  259. this.btn1.Location = new System.Drawing.Point(592, 33);
  260. this.btn1.Margin = new System.Windows.Forms.Padding(3, 17, 3, 3);
  261. this.btn1.Name = "btn1";
  262. this.tablePanel1.SetRow(this.btn1, 0);
  263. this.btn1.Size = new System.Drawing.Size(80, 21);
  264. this.btn1.TabIndex = 4;
  265. this.btn1.Text = "推送";
  266. this.btn1.Click += new System.EventHandler(this.btn1_Click);
  267. //
  268. // listBoxControl1
  269. //
  270. this.tablePanel1.SetColumn(this.listBoxControl1, 0);
  271. this.tablePanel1.SetColumnSpan(this.listBoxControl1, 4);
  272. this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.listBoxControl1.Location = new System.Drawing.Point(13, 66);
  274. this.listBoxControl1.Name = "listBoxControl1";
  275. this.tablePanel1.SetRow(this.listBoxControl1, 1);
  276. this.listBoxControl1.Size = new System.Drawing.Size(717, 442);
  277. this.listBoxControl1.TabIndex = 3;
  278. this.listBoxControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBoxControl1_MouseClick);
  279. //
  280. // popupMenu1
  281. //
  282. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  283. new DevExpress.XtraBars.LinkPersistInfo(this.btnCopyAll),
  284. new DevExpress.XtraBars.LinkPersistInfo(this.btnClear)});
  285. this.popupMenu1.Manager = this.barManager1;
  286. this.popupMenu1.Name = "popupMenu1";
  287. //
  288. // Form1
  289. //
  290. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  291. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  292. this.ClientSize = new System.Drawing.Size(743, 521);
  293. this.Controls.Add(this.tablePanel1);
  294. this.Controls.Add(this.barDockControlLeft);
  295. this.Controls.Add(this.barDockControlRight);
  296. this.Controls.Add(this.barDockControlBottom);
  297. this.Controls.Add(this.barDockControlTop);
  298. this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form1.IconOptions.Icon")));
  299. this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("Form1.IconOptions.SvgImage")));
  300. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  301. this.MaximizeBox = false;
  302. this.MinimizeBox = false;
  303. this.Name = "Form1";
  304. this.Text = "结果推送";
  305. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  306. this.layoutControl1.ResumeLayout(false);
  307. ((System.ComponentModel.ISupportInitialize)(this.txtTskType.Properties)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.localPort1.Properties)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.txtAddr1.Properties)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  316. this.tablePanel1.ResumeLayout(false);
  317. ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  319. this.ResumeLayout(false);
  320. this.PerformLayout();
  321. }
  322. #endregion
  323. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  324. private DevExpress.XtraLayout.LayoutControlGroup Root;
  325. private DevExpress.XtraEditors.TextEdit txtAddr1;
  326. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  327. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  328. private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
  329. private DevExpress.XtraBars.BarManager barManager1;
  330. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  331. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  332. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  333. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  334. private DevExpress.XtraBars.PopupMenu popupMenu1;
  335. private DevExpress.XtraBars.BarButtonItem btnCopyAll;
  336. private DevExpress.XtraBars.BarButtonItem btnClear;
  337. private DevExpress.XtraEditors.TextEdit localPort1;
  338. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  339. private DevExpress.XtraEditors.SimpleButton btn1;
  340. private DevExpress.XtraEditors.ImageComboBoxEdit txtTskType;
  341. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  342. }
  343. }