SatEditor.Designer.cs 18 KB

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