Form1.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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.localPort1 = new DevExpress.XtraEditors.TextEdit();
  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.txtAddr1 = new DevExpress.XtraEditors.TextEdit();
  40. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  41. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  44. this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
  45. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  46. this.btn1 = new DevExpress.XtraEditors.SimpleButton();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  48. this.layoutControl1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.localPort1.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtAddr1.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
  56. this.tablePanel1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // layoutControl1
  62. //
  63. this.tablePanel1.SetColumn(this.layoutControl1, 1);
  64. this.layoutControl1.Controls.Add(this.localPort1);
  65. this.layoutControl1.Controls.Add(this.txtAddr1);
  66. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.layoutControl1.Location = new System.Drawing.Point(101, 12);
  68. this.layoutControl1.Name = "layoutControl1";
  69. this.layoutControl1.Root = this.Root;
  70. this.tablePanel1.SetRow(this.layoutControl1, 0);
  71. this.layoutControl1.Size = new System.Drawing.Size(438, 54);
  72. this.layoutControl1.TabIndex = 0;
  73. this.layoutControl1.Text = "layoutControl1";
  74. //
  75. // localPort1
  76. //
  77. this.localPort1.Location = new System.Drawing.Point(221, 21);
  78. this.localPort1.MenuManager = this.barManager1;
  79. this.localPort1.Name = "localPort1";
  80. this.localPort1.Properties.NullValuePrompt = "空值表示随机端口";
  81. this.localPort1.Size = new System.Drawing.Size(215, 24);
  82. this.localPort1.StyleController = this.layoutControl1;
  83. this.localPort1.TabIndex = 5;
  84. //
  85. // barManager1
  86. //
  87. this.barManager1.DockControls.Add(this.barDockControlTop);
  88. this.barManager1.DockControls.Add(this.barDockControlBottom);
  89. this.barManager1.DockControls.Add(this.barDockControlLeft);
  90. this.barManager1.DockControls.Add(this.barDockControlRight);
  91. this.barManager1.Form = this;
  92. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  93. this.btnCopyAll,
  94. this.btnClear});
  95. this.barManager1.MaxItemId = 2;
  96. //
  97. // barDockControlTop
  98. //
  99. this.barDockControlTop.CausesValidation = false;
  100. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  101. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  102. this.barDockControlTop.Manager = this.barManager1;
  103. this.barDockControlTop.Size = new System.Drawing.Size(743, 0);
  104. //
  105. // barDockControlBottom
  106. //
  107. this.barDockControlBottom.CausesValidation = false;
  108. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  109. this.barDockControlBottom.Location = new System.Drawing.Point(0, 558);
  110. this.barDockControlBottom.Manager = this.barManager1;
  111. this.barDockControlBottom.Size = new System.Drawing.Size(743, 0);
  112. //
  113. // barDockControlLeft
  114. //
  115. this.barDockControlLeft.CausesValidation = false;
  116. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  117. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  118. this.barDockControlLeft.Manager = this.barManager1;
  119. this.barDockControlLeft.Size = new System.Drawing.Size(0, 558);
  120. //
  121. // barDockControlRight
  122. //
  123. this.barDockControlRight.CausesValidation = false;
  124. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  125. this.barDockControlRight.Location = new System.Drawing.Point(743, 0);
  126. this.barDockControlRight.Manager = this.barManager1;
  127. this.barDockControlRight.Size = new System.Drawing.Size(0, 558);
  128. //
  129. // btnCopyAll
  130. //
  131. this.btnCopyAll.Caption = "复制所有";
  132. this.btnCopyAll.Id = 0;
  133. this.btnCopyAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCopyAll.ImageOptions.SvgImage")));
  134. this.btnCopyAll.Name = "btnCopyAll";
  135. this.btnCopyAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCopyAll_ItemClick);
  136. //
  137. // btnClear
  138. //
  139. this.btnClear.Caption = "清空所有";
  140. this.btnClear.Id = 1;
  141. this.btnClear.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClear.ImageOptions.SvgImage")));
  142. this.btnClear.Name = "btnClear";
  143. this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick);
  144. //
  145. // txtAddr1
  146. //
  147. this.txtAddr1.EditValue = "127.0.0.1:16010";
  148. this.txtAddr1.Location = new System.Drawing.Point(2, 21);
  149. this.txtAddr1.Name = "txtAddr1";
  150. this.txtAddr1.Properties.NullValuePrompt = "127.0.0.1:16010";
  151. this.txtAddr1.Size = new System.Drawing.Size(215, 24);
  152. this.txtAddr1.StyleController = this.layoutControl1;
  153. this.txtAddr1.TabIndex = 4;
  154. //
  155. // Root
  156. //
  157. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  158. this.Root.GroupBordersVisible = false;
  159. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  160. this.layoutControlItem1,
  161. this.layoutControlItem7});
  162. this.Root.Name = "Root";
  163. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  164. this.Root.Size = new System.Drawing.Size(438, 54);
  165. this.Root.Text = "星地时频差";
  166. this.Root.TextVisible = false;
  167. //
  168. // layoutControlItem1
  169. //
  170. this.layoutControlItem1.Control = this.txtAddr1;
  171. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  172. this.layoutControlItem1.MinSize = new System.Drawing.Size(112, 44);
  173. this.layoutControlItem1.Name = "layoutControlItem1";
  174. this.layoutControlItem1.Size = new System.Drawing.Size(219, 54);
  175. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  176. this.layoutControlItem1.Text = "推送地址";
  177. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  178. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 15);
  179. //
  180. // layoutControlItem7
  181. //
  182. this.layoutControlItem7.Control = this.localPort1;
  183. this.layoutControlItem7.Location = new System.Drawing.Point(219, 0);
  184. this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 47);
  185. this.layoutControlItem7.Name = "layoutControlItem7";
  186. this.layoutControlItem7.Size = new System.Drawing.Size(219, 54);
  187. this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  188. this.layoutControlItem7.Text = "本地端口";
  189. this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
  190. this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 15);
  191. //
  192. // tablePanel1
  193. //
  194. this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
  195. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  196. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F),
  197. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F),
  198. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  199. this.tablePanel1.Controls.Add(this.btn1);
  200. this.tablePanel1.Controls.Add(this.listBoxControl1);
  201. this.tablePanel1.Controls.Add(this.layoutControl1);
  202. this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  203. this.tablePanel1.Location = new System.Drawing.Point(0, 0);
  204. this.tablePanel1.Name = "tablePanel1";
  205. this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
  206. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 54F),
  207. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)});
  208. this.tablePanel1.Size = new System.Drawing.Size(743, 558);
  209. this.tablePanel1.TabIndex = 1;
  210. this.tablePanel1.UseSkinIndents = true;
  211. //
  212. // listBoxControl1
  213. //
  214. this.tablePanel1.SetColumn(this.listBoxControl1, 0);
  215. this.tablePanel1.SetColumnSpan(this.listBoxControl1, 4);
  216. this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.listBoxControl1.Location = new System.Drawing.Point(13, 70);
  218. this.listBoxControl1.Name = "listBoxControl1";
  219. this.tablePanel1.SetRow(this.listBoxControl1, 1);
  220. this.listBoxControl1.Size = new System.Drawing.Size(717, 475);
  221. this.listBoxControl1.TabIndex = 3;
  222. this.listBoxControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBoxControl1_MouseClick);
  223. //
  224. // popupMenu1
  225. //
  226. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  227. new DevExpress.XtraBars.LinkPersistInfo(this.btnCopyAll),
  228. new DevExpress.XtraBars.LinkPersistInfo(this.btnClear)});
  229. this.popupMenu1.Manager = this.barManager1;
  230. this.popupMenu1.Name = "popupMenu1";
  231. //
  232. // btn1
  233. //
  234. this.tablePanel1.SetColumn(this.btn1, 2);
  235. this.btn1.Location = new System.Drawing.Point(545, 38);
  236. this.btn1.Margin = new System.Windows.Forms.Padding(3, 24, 3, 3);
  237. this.btn1.Name = "btn1";
  238. this.tablePanel1.SetRow(this.btn1, 0);
  239. this.btn1.Size = new System.Drawing.Size(96, 23);
  240. this.btn1.TabIndex = 4;
  241. this.btn1.Text = "推送";
  242. this.btn1.Click += new System.EventHandler(this.btn1_Click);
  243. //
  244. // Form1
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(743, 558);
  249. this.Controls.Add(this.tablePanel1);
  250. this.Controls.Add(this.barDockControlLeft);
  251. this.Controls.Add(this.barDockControlRight);
  252. this.Controls.Add(this.barDockControlBottom);
  253. this.Controls.Add(this.barDockControlTop);
  254. this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form1.IconOptions.Icon")));
  255. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  256. this.MaximizeBox = false;
  257. this.MinimizeBox = false;
  258. this.Name = "Form1";
  259. this.Text = "结果推送";
  260. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  261. this.layoutControl1.ResumeLayout(false);
  262. ((System.ComponentModel.ISupportInitialize)(this.localPort1.Properties)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.txtAddr1.Properties)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  269. this.tablePanel1.ResumeLayout(false);
  270. ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  272. this.ResumeLayout(false);
  273. this.PerformLayout();
  274. }
  275. #endregion
  276. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  277. private DevExpress.XtraLayout.LayoutControlGroup Root;
  278. private DevExpress.XtraEditors.TextEdit txtAddr1;
  279. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  280. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  281. private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
  282. private DevExpress.XtraBars.BarManager barManager1;
  283. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  284. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  285. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  286. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  287. private DevExpress.XtraBars.PopupMenu popupMenu1;
  288. private DevExpress.XtraBars.BarButtonItem btnCopyAll;
  289. private DevExpress.XtraBars.BarButtonItem btnClear;
  290. private DevExpress.XtraEditors.TextEdit localPort1;
  291. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
  292. private DevExpress.XtraEditors.SimpleButton btn1;
  293. }
  294. }