SatEditor.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class SatEditor
  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. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  39. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  40. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  41. this.txtSatLon = new DevExpress.XtraEditors.ButtonEdit();
  42. this.txtSatName = new DevExpress.XtraEditors.TextEdit();
  43. this.searchLookUpEdit1 = new DevExpress.XtraEditors.SearchLookUpEdit();
  44. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.txtSatTrans = new DevExpress.XtraEditors.ButtonEdit();
  46. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  47. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  48. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  56. this.layoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtSatLon.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtSatName.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtSatTrans.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // layoutControl1
  74. //
  75. this.layoutControl1.Controls.Add(this.btnOk);
  76. this.layoutControl1.Controls.Add(this.btnCancel);
  77. this.layoutControl1.Controls.Add(this.txtSatLon);
  78. this.layoutControl1.Controls.Add(this.txtSatName);
  79. this.layoutControl1.Controls.Add(this.searchLookUpEdit1);
  80. this.layoutControl1.Controls.Add(this.txtSatTrans);
  81. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  83. this.layoutControl1.Name = "layoutControl1";
  84. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  85. this.layoutControl1.Root = this.Root;
  86. this.layoutControl1.Size = new System.Drawing.Size(295, 321);
  87. this.layoutControl1.TabIndex = 0;
  88. this.layoutControl1.Text = "layoutControl1";
  89. //
  90. // btnOk
  91. //
  92. this.btnOk.Location = new System.Drawing.Point(149, 246);
  93. this.btnOk.Name = "btnOk";
  94. this.btnOk.Size = new System.Drawing.Size(124, 22);
  95. this.btnOk.StyleController = this.layoutControl1;
  96. this.btnOk.TabIndex = 8;
  97. this.btnOk.Text = "确定";
  98. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  99. //
  100. // btnCancel
  101. //
  102. this.btnCancel.Location = new System.Drawing.Point(22, 246);
  103. this.btnCancel.Name = "btnCancel";
  104. this.btnCancel.Size = new System.Drawing.Size(123, 22);
  105. this.btnCancel.StyleController = this.layoutControl1;
  106. this.btnCancel.TabIndex = 7;
  107. this.btnCancel.Text = "取消";
  108. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  109. //
  110. // txtSatLon
  111. //
  112. this.txtSatLon.Location = new System.Drawing.Point(22, 198);
  113. this.txtSatLon.Name = "txtSatLon";
  114. this.txtSatLon.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  115. this.txtSatLon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  116. 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)});
  117. this.txtSatLon.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  118. this.txtSatLon.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  119. this.txtSatLon.Properties.MaskSettings.Set("mask", "f3");
  120. this.txtSatLon.Properties.MaxLength = 10;
  121. this.txtSatLon.Size = new System.Drawing.Size(251, 23);
  122. this.txtSatLon.StyleController = this.layoutControl1;
  123. this.txtSatLon.TabIndex = 6;
  124. //
  125. // txtSatName
  126. //
  127. this.txtSatName.Location = new System.Drawing.Point(22, 93);
  128. this.txtSatName.Name = "txtSatName";
  129. this.txtSatName.Properties.AutoHeight = false;
  130. this.txtSatName.Size = new System.Drawing.Size(251, 23);
  131. this.txtSatName.StyleController = this.layoutControl1;
  132. this.txtSatName.TabIndex = 5;
  133. //
  134. // searchLookUpEdit1
  135. //
  136. this.searchLookUpEdit1.Location = new System.Drawing.Point(22, 39);
  137. this.searchLookUpEdit1.Name = "searchLookUpEdit1";
  138. this.searchLookUpEdit1.Properties.AutoHeight = false;
  139. this.searchLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  140. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  141. this.searchLookUpEdit1.Properties.PopupView = this.searchLookUpEdit1View;
  142. this.searchLookUpEdit1.Size = new System.Drawing.Size(251, 23);
  143. this.searchLookUpEdit1.StyleController = this.layoutControl1;
  144. this.searchLookUpEdit1.TabIndex = 4;
  145. //
  146. // searchLookUpEdit1View
  147. //
  148. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  149. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  150. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  151. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  152. //
  153. // txtSatTrans
  154. //
  155. this.txtSatTrans.Location = new System.Drawing.Point(22, 147);
  156. this.txtSatTrans.Name = "txtSatTrans";
  157. this.txtSatTrans.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  158. this.txtSatTrans.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  159. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  160. this.txtSatTrans.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  161. this.txtSatTrans.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  162. this.txtSatTrans.Properties.MaskSettings.Set("mask", "f3");
  163. this.txtSatTrans.Properties.MaxLength = 15;
  164. this.txtSatTrans.Size = new System.Drawing.Size(251, 23);
  165. this.txtSatTrans.StyleController = this.layoutControl1;
  166. this.txtSatTrans.TabIndex = 6;
  167. //
  168. // Root
  169. //
  170. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  171. this.Root.GroupBordersVisible = false;
  172. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  173. this.emptySpaceItem1,
  174. this.layoutControlItem1,
  175. this.layoutControlItem2,
  176. this.layoutControlItem3,
  177. this.layoutControlItem4,
  178. this.layoutControlItem5,
  179. this.emptySpaceItem2,
  180. this.layoutControlItem6});
  181. this.Root.Name = "Root";
  182. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  183. this.Root.Size = new System.Drawing.Size(295, 321);
  184. this.Root.TextVisible = false;
  185. //
  186. // emptySpaceItem1
  187. //
  188. this.emptySpaceItem1.AllowHotTrack = false;
  189. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 250);
  190. this.emptySpaceItem1.Name = "emptySpaceItem1";
  191. this.emptySpaceItem1.Size = new System.Drawing.Size(255, 31);
  192. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  193. //
  194. // layoutControlItem1
  195. //
  196. this.layoutControlItem1.Control = this.searchLookUpEdit1;
  197. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  198. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 44);
  199. this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 44);
  200. this.layoutControlItem1.Name = "layoutControlItem1";
  201. this.layoutControlItem1.Size = new System.Drawing.Size(255, 44);
  202. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  203. this.layoutControlItem1.Text = "卫星";
  204. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  205. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  206. //
  207. // layoutControlItem2
  208. //
  209. this.layoutControlItem2.Control = this.txtSatName;
  210. this.layoutControlItem2.Location = new System.Drawing.Point(0, 44);
  211. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54);
  212. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54);
  213. this.layoutControlItem2.Name = "layoutControlItem2";
  214. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  215. this.layoutControlItem2.Size = new System.Drawing.Size(255, 54);
  216. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  217. this.layoutControlItem2.Text = "卫星名称";
  218. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  219. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  220. //
  221. // layoutControlItem3
  222. //
  223. this.layoutControlItem3.Control = this.txtSatLon;
  224. this.layoutControlItem3.Location = new System.Drawing.Point(0, 149);
  225. this.layoutControlItem3.MaxSize = new System.Drawing.Size(0, 51);
  226. this.layoutControlItem3.MinSize = new System.Drawing.Size(54, 51);
  227. this.layoutControlItem3.Name = "layoutControlItem3";
  228. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  229. this.layoutControlItem3.Size = new System.Drawing.Size(255, 51);
  230. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  231. this.layoutControlItem3.Text = "轨道经度";
  232. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  233. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  234. //
  235. // layoutControlItem4
  236. //
  237. this.layoutControlItem4.Control = this.btnCancel;
  238. this.layoutControlItem4.Location = new System.Drawing.Point(0, 224);
  239. this.layoutControlItem4.Name = "layoutControlItem4";
  240. this.layoutControlItem4.Size = new System.Drawing.Size(127, 26);
  241. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  242. this.layoutControlItem4.TextVisible = false;
  243. //
  244. // layoutControlItem5
  245. //
  246. this.layoutControlItem5.Control = this.btnOk;
  247. this.layoutControlItem5.Location = new System.Drawing.Point(127, 224);
  248. this.layoutControlItem5.Name = "layoutControlItem5";
  249. this.layoutControlItem5.Size = new System.Drawing.Size(128, 26);
  250. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  251. this.layoutControlItem5.TextVisible = false;
  252. //
  253. // emptySpaceItem2
  254. //
  255. this.emptySpaceItem2.AllowHotTrack = false;
  256. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 200);
  257. this.emptySpaceItem2.MaxSize = new System.Drawing.Size(0, 24);
  258. this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
  259. this.emptySpaceItem2.Name = "emptySpaceItem2";
  260. this.emptySpaceItem2.Size = new System.Drawing.Size(255, 24);
  261. this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  262. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  263. //
  264. // layoutControlItem6
  265. //
  266. this.layoutControlItem6.Control = this.txtSatTrans;
  267. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  268. this.layoutControlItem6.CustomizationFormText = "轨道经度";
  269. this.layoutControlItem6.Location = new System.Drawing.Point(0, 98);
  270. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 51);
  271. this.layoutControlItem6.MinSize = new System.Drawing.Size(54, 51);
  272. this.layoutControlItem6.Name = "layoutControlItem6";
  273. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  274. this.layoutControlItem6.Size = new System.Drawing.Size(255, 51);
  275. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  276. this.layoutControlItem6.Text = "卫星本振";
  277. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  278. this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
  279. //
  280. // SatEditor
  281. //
  282. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  283. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  284. this.ClientSize = new System.Drawing.Size(295, 321);
  285. this.Controls.Add(this.layoutControl1);
  286. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  287. this.Name = "SatEditor";
  288. this.Text = "TaskEditor";
  289. this.Load += new System.EventHandler(this.SatEditor_Load);
  290. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  291. this.layoutControl1.ResumeLayout(false);
  292. ((System.ComponentModel.ISupportInitialize)(this.txtSatLon.Properties)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.txtSatName.Properties)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.txtSatTrans.Properties)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  306. this.ResumeLayout(false);
  307. }
  308. #endregion
  309. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  310. private DevExpress.XtraLayout.LayoutControlGroup Root;
  311. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  312. private DevExpress.XtraEditors.SearchLookUpEdit searchLookUpEdit1;
  313. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  314. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  315. private DevExpress.XtraEditors.SimpleButton btnOk;
  316. private DevExpress.XtraEditors.SimpleButton btnCancel;
  317. private DevExpress.XtraEditors.ButtonEdit txtSatLon;
  318. private DevExpress.XtraEditors.TextEdit txtSatName;
  319. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  320. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  321. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  322. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  323. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  324. private DevExpress.XtraEditors.ButtonEdit txtSatTrans;
  325. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  326. }
  327. }