SatEditForm.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. namespace Ips.Sps.Sats
  2. {
  3. partial class SatEditForm
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  39. this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
  40. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  42. this.SatNumTextEdit = new DevExpress.XtraEditors.TextEdit();
  43. this.bsSat = new DevExpress.Xpo.XPBindingSource(this.components);
  44. this.NameTextEdit = new DevExpress.XtraEditors.TextEdit();
  45. this.SatTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
  46. this.EnableCheckEdit = new DevExpress.XtraEditors.CheckEdit();
  47. this.RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit();
  48. this.LonButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  49. this.SatTurnButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
  50. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  51. this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  52. this.ItemForSatType = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.ItemForLon = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  56. this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.ItemForSatNum = new DevExpress.XtraLayout.LayoutControlItem();
  58. this.ItemForEnable = new DevExpress.XtraLayout.LayoutControlItem();
  59. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  60. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  61. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  62. this.ItemForSatTurn = new DevExpress.XtraLayout.LayoutControlItem();
  63. ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
  64. this.dataLayoutControl1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.SatNumTextEdit.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.bsSat)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.SatTypeImageComboBoxEdit.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.EnableCheckEdit.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.LonButtonEdit.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.SatTurnButtonEdit.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.ItemForSatType)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.ItemForLon)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.ItemForSatNum)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.ItemForEnable)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.ItemForSatTurn)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // dataLayoutControl1
  89. //
  90. this.dataLayoutControl1.Controls.Add(this.btnCancel);
  91. this.dataLayoutControl1.Controls.Add(this.btnSave);
  92. this.dataLayoutControl1.Controls.Add(this.SatNumTextEdit);
  93. this.dataLayoutControl1.Controls.Add(this.NameTextEdit);
  94. this.dataLayoutControl1.Controls.Add(this.SatTypeImageComboBoxEdit);
  95. this.dataLayoutControl1.Controls.Add(this.EnableCheckEdit);
  96. this.dataLayoutControl1.Controls.Add(this.RemarkMemoEdit);
  97. this.dataLayoutControl1.Controls.Add(this.LonButtonEdit);
  98. this.dataLayoutControl1.Controls.Add(this.SatTurnButtonEdit);
  99. this.dataLayoutControl1.DataSource = this.bsSat;
  100. this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
  102. this.dataLayoutControl1.Name = "dataLayoutControl1";
  103. this.dataLayoutControl1.Root = this.Root;
  104. this.dataLayoutControl1.Size = new System.Drawing.Size(403, 245);
  105. this.dataLayoutControl1.TabIndex = 0;
  106. this.dataLayoutControl1.Text = "dataLayoutControl1";
  107. //
  108. // btnCancel
  109. //
  110. this.btnCancel.Location = new System.Drawing.Point(335, 211);
  111. this.btnCancel.Name = "btnCancel";
  112. this.btnCancel.Size = new System.Drawing.Size(56, 22);
  113. this.btnCancel.StyleController = this.dataLayoutControl1;
  114. this.btnCancel.TabIndex = 11;
  115. this.btnCancel.Text = "取消";
  116. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  117. //
  118. // btnSave
  119. //
  120. this.btnSave.Location = new System.Drawing.Point(275, 211);
  121. this.btnSave.Name = "btnSave";
  122. this.btnSave.Size = new System.Drawing.Size(56, 22);
  123. this.btnSave.StyleController = this.dataLayoutControl1;
  124. this.btnSave.TabIndex = 10;
  125. this.btnSave.Text = "保存";
  126. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  127. //
  128. // SatNumTextEdit
  129. //
  130. this.SatNumTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "SatNum", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  131. this.SatNumTextEdit.Location = new System.Drawing.Point(72, 12);
  132. this.SatNumTextEdit.Name = "SatNumTextEdit";
  133. this.SatNumTextEdit.Properties.Appearance.Options.UseTextOptions = true;
  134. this.SatNumTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  135. this.SatNumTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  136. this.SatNumTextEdit.Size = new System.Drawing.Size(255, 20);
  137. this.SatNumTextEdit.StyleController = this.dataLayoutControl1;
  138. this.SatNumTextEdit.TabIndex = 0;
  139. //
  140. // bsSat
  141. //
  142. this.bsSat.DisplayableProperties = "SatNum;Name;SatType;SatTurn;IsWarSat;Lon;Remark;Enable";
  143. this.bsSat.ObjectType = typeof(Ips.Sps.Sats.Sat);
  144. //
  145. // NameTextEdit
  146. //
  147. this.NameTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Name", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  148. this.NameTextEdit.Location = new System.Drawing.Point(72, 36);
  149. this.NameTextEdit.Name = "NameTextEdit";
  150. this.NameTextEdit.Size = new System.Drawing.Size(319, 20);
  151. this.NameTextEdit.StyleController = this.dataLayoutControl1;
  152. this.NameTextEdit.TabIndex = 4;
  153. //
  154. // SatTypeImageComboBoxEdit
  155. //
  156. this.SatTypeImageComboBoxEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "SatType", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  157. this.SatTypeImageComboBoxEdit.Location = new System.Drawing.Point(72, 60);
  158. this.SatTypeImageComboBoxEdit.Name = "SatTypeImageComboBoxEdit";
  159. this.SatTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  160. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  161. this.SatTypeImageComboBoxEdit.Properties.UseCtrlScroll = true;
  162. this.SatTypeImageComboBoxEdit.Size = new System.Drawing.Size(319, 20);
  163. this.SatTypeImageComboBoxEdit.StyleController = this.dataLayoutControl1;
  164. this.SatTypeImageComboBoxEdit.TabIndex = 5;
  165. //
  166. // EnableCheckEdit
  167. //
  168. this.EnableCheckEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Enable", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  169. this.EnableCheckEdit.Location = new System.Drawing.Point(331, 12);
  170. this.EnableCheckEdit.Name = "EnableCheckEdit";
  171. this.EnableCheckEdit.Properties.Caption = "启用";
  172. this.EnableCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
  173. this.EnableCheckEdit.Size = new System.Drawing.Size(60, 20);
  174. this.EnableCheckEdit.StyleController = this.dataLayoutControl1;
  175. this.EnableCheckEdit.TabIndex = 2;
  176. //
  177. // RemarkMemoEdit
  178. //
  179. this.RemarkMemoEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Remark", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  180. this.RemarkMemoEdit.Location = new System.Drawing.Point(72, 138);
  181. this.RemarkMemoEdit.Name = "RemarkMemoEdit";
  182. this.RemarkMemoEdit.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None;
  183. this.RemarkMemoEdit.Size = new System.Drawing.Size(319, 59);
  184. this.RemarkMemoEdit.StyleController = this.dataLayoutControl1;
  185. this.RemarkMemoEdit.TabIndex = 9;
  186. //
  187. // LonButtonEdit
  188. //
  189. this.LonButtonEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "Lon", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
  190. this.LonButtonEdit.Location = new System.Drawing.Point(72, 111);
  191. this.LonButtonEdit.Name = "LonButtonEdit";
  192. this.LonButtonEdit.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  193. this.LonButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  194. 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)});
  195. this.LonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  196. this.LonButtonEdit.Size = new System.Drawing.Size(319, 23);
  197. this.LonButtonEdit.StyleController = this.dataLayoutControl1;
  198. this.LonButtonEdit.TabIndex = 8;
  199. //
  200. // SatTurnButtonEdit
  201. //
  202. this.SatTurnButtonEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsSat, "SatTurn", true));
  203. this.SatTurnButtonEdit.Location = new System.Drawing.Point(72, 84);
  204. this.SatTurnButtonEdit.Name = "SatTurnButtonEdit";
  205. this.SatTurnButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
  206. this.SatTurnButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  207. this.SatTurnButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  208. 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)});
  209. this.SatTurnButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
  210. this.SatTurnButtonEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  211. this.SatTurnButtonEdit.Properties.MaskSettings.Set("mask", "F");
  212. this.SatTurnButtonEdit.Size = new System.Drawing.Size(319, 23);
  213. this.SatTurnButtonEdit.StyleController = this.dataLayoutControl1;
  214. this.SatTurnButtonEdit.TabIndex = 7;
  215. //
  216. // Root
  217. //
  218. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  219. this.Root.GroupBordersVisible = false;
  220. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  221. this.layoutControlGroup1});
  222. this.Root.Name = "Root";
  223. this.Root.Size = new System.Drawing.Size(403, 245);
  224. this.Root.TextVisible = false;
  225. //
  226. // layoutControlGroup1
  227. //
  228. this.layoutControlGroup1.AllowDrawBackground = false;
  229. this.layoutControlGroup1.GroupBordersVisible = false;
  230. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  231. this.ItemForSatType,
  232. this.ItemForLon,
  233. this.ItemForRemark,
  234. this.emptySpaceItem1,
  235. this.ItemForName,
  236. this.ItemForSatNum,
  237. this.ItemForEnable,
  238. this.layoutControlItem1,
  239. this.layoutControlItem2,
  240. this.emptySpaceItem2,
  241. this.ItemForSatTurn});
  242. this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
  243. this.layoutControlGroup1.Name = "autoGeneratedGroup0";
  244. this.layoutControlGroup1.Size = new System.Drawing.Size(383, 225);
  245. //
  246. // ItemForSatType
  247. //
  248. this.ItemForSatType.Control = this.SatTypeImageComboBoxEdit;
  249. this.ItemForSatType.Location = new System.Drawing.Point(0, 48);
  250. this.ItemForSatType.Name = "ItemForSatType";
  251. this.ItemForSatType.Size = new System.Drawing.Size(383, 24);
  252. this.ItemForSatType.Text = "卫星类型";
  253. this.ItemForSatType.TextSize = new System.Drawing.Size(48, 14);
  254. //
  255. // ItemForLon
  256. //
  257. this.ItemForLon.Control = this.LonButtonEdit;
  258. this.ItemForLon.Location = new System.Drawing.Point(0, 99);
  259. this.ItemForLon.Name = "ItemForLon";
  260. this.ItemForLon.Size = new System.Drawing.Size(383, 27);
  261. this.ItemForLon.Text = "定轨经度";
  262. this.ItemForLon.TextSize = new System.Drawing.Size(48, 14);
  263. //
  264. // ItemForRemark
  265. //
  266. this.ItemForRemark.Control = this.RemarkMemoEdit;
  267. this.ItemForRemark.Location = new System.Drawing.Point(0, 126);
  268. this.ItemForRemark.Name = "ItemForRemark";
  269. this.ItemForRemark.Size = new System.Drawing.Size(383, 63);
  270. this.ItemForRemark.Text = "备注信息";
  271. this.ItemForRemark.TextSize = new System.Drawing.Size(48, 14);
  272. //
  273. // emptySpaceItem1
  274. //
  275. this.emptySpaceItem1.AllowHotTrack = false;
  276. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 189);
  277. this.emptySpaceItem1.MaxSize = new System.Drawing.Size(0, 10);
  278. this.emptySpaceItem1.MinSize = new System.Drawing.Size(10, 10);
  279. this.emptySpaceItem1.Name = "emptySpaceItem1";
  280. this.emptySpaceItem1.Size = new System.Drawing.Size(383, 10);
  281. this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  282. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  283. //
  284. // ItemForName
  285. //
  286. this.ItemForName.Control = this.NameTextEdit;
  287. this.ItemForName.Location = new System.Drawing.Point(0, 24);
  288. this.ItemForName.Name = "ItemForName";
  289. this.ItemForName.Size = new System.Drawing.Size(383, 24);
  290. this.ItemForName.Text = "卫星名称";
  291. this.ItemForName.TextSize = new System.Drawing.Size(48, 14);
  292. //
  293. // ItemForSatNum
  294. //
  295. this.ItemForSatNum.Control = this.SatNumTextEdit;
  296. this.ItemForSatNum.Location = new System.Drawing.Point(0, 0);
  297. this.ItemForSatNum.Name = "ItemForSatNum";
  298. this.ItemForSatNum.Size = new System.Drawing.Size(319, 24);
  299. this.ItemForSatNum.Text = "卫星编号";
  300. this.ItemForSatNum.TextSize = new System.Drawing.Size(48, 14);
  301. //
  302. // ItemForEnable
  303. //
  304. this.ItemForEnable.Control = this.EnableCheckEdit;
  305. this.ItemForEnable.Location = new System.Drawing.Point(319, 0);
  306. this.ItemForEnable.MaxSize = new System.Drawing.Size(64, 24);
  307. this.ItemForEnable.MinSize = new System.Drawing.Size(64, 24);
  308. this.ItemForEnable.Name = "ItemForEnable";
  309. this.ItemForEnable.Size = new System.Drawing.Size(64, 24);
  310. this.ItemForEnable.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  311. this.ItemForEnable.Text = "启用";
  312. this.ItemForEnable.TextSize = new System.Drawing.Size(0, 0);
  313. this.ItemForEnable.TextVisible = false;
  314. //
  315. // layoutControlItem1
  316. //
  317. this.layoutControlItem1.Control = this.btnSave;
  318. this.layoutControlItem1.Location = new System.Drawing.Point(263, 199);
  319. this.layoutControlItem1.MaxSize = new System.Drawing.Size(60, 26);
  320. this.layoutControlItem1.MinSize = new System.Drawing.Size(60, 26);
  321. this.layoutControlItem1.Name = "layoutControlItem1";
  322. this.layoutControlItem1.Size = new System.Drawing.Size(60, 26);
  323. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  324. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  325. this.layoutControlItem1.TextVisible = false;
  326. //
  327. // layoutControlItem2
  328. //
  329. this.layoutControlItem2.Control = this.btnCancel;
  330. this.layoutControlItem2.Location = new System.Drawing.Point(323, 199);
  331. this.layoutControlItem2.MaxSize = new System.Drawing.Size(60, 26);
  332. this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 26);
  333. this.layoutControlItem2.Name = "layoutControlItem2";
  334. this.layoutControlItem2.Size = new System.Drawing.Size(60, 26);
  335. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  336. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  337. this.layoutControlItem2.TextVisible = false;
  338. //
  339. // emptySpaceItem2
  340. //
  341. this.emptySpaceItem2.AllowHotTrack = false;
  342. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 199);
  343. this.emptySpaceItem2.Name = "emptySpaceItem2";
  344. this.emptySpaceItem2.Size = new System.Drawing.Size(263, 26);
  345. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  346. //
  347. // ItemForSatTurn
  348. //
  349. this.ItemForSatTurn.Control = this.SatTurnButtonEdit;
  350. this.ItemForSatTurn.Location = new System.Drawing.Point(0, 72);
  351. this.ItemForSatTurn.Name = "ItemForSatTurn";
  352. this.ItemForSatTurn.Size = new System.Drawing.Size(383, 27);
  353. this.ItemForSatTurn.Text = "卫星本振";
  354. this.ItemForSatTurn.TextSize = new System.Drawing.Size(48, 14);
  355. //
  356. // SatEditForm
  357. //
  358. this.AcceptButton = this.btnSave;
  359. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  360. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  361. this.CancelButton = this.btnCancel;
  362. this.ClientSize = new System.Drawing.Size(403, 245);
  363. this.Controls.Add(this.dataLayoutControl1);
  364. this.IconOptions.ShowIcon = false;
  365. this.Name = "SatEditForm";
  366. this.ShowInTaskbar = false;
  367. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  368. this.Text = "卫星信息";
  369. this.Load += new System.EventHandler(this.SatEditForm_Load);
  370. ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
  371. this.dataLayoutControl1.ResumeLayout(false);
  372. ((System.ComponentModel.ISupportInitialize)(this.SatNumTextEdit.Properties)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.bsSat)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.SatTypeImageComboBoxEdit.Properties)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.EnableCheckEdit.Properties)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.RemarkMemoEdit.Properties)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.LonButtonEdit.Properties)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.SatTurnButtonEdit.Properties)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  381. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.ItemForSatType)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.ItemForLon)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.ItemForRemark)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.ItemForSatNum)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.ItemForEnable)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  391. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.ItemForSatTurn)).EndInit();
  393. this.ResumeLayout(false);
  394. }
  395. #endregion
  396. private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
  397. private DevExpress.XtraLayout.LayoutControlGroup Root;
  398. private DevExpress.Xpo.XPBindingSource bsSat;
  399. private DevExpress.XtraEditors.SimpleButton btnCancel;
  400. private DevExpress.XtraEditors.SimpleButton btnSave;
  401. private DevExpress.XtraEditors.TextEdit SatNumTextEdit;
  402. private DevExpress.XtraEditors.TextEdit NameTextEdit;
  403. private DevExpress.XtraEditors.ImageComboBoxEdit SatTypeImageComboBoxEdit;
  404. private DevExpress.XtraEditors.CheckEdit EnableCheckEdit;
  405. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  406. private DevExpress.XtraLayout.LayoutControlItem ItemForSatType;
  407. private DevExpress.XtraLayout.LayoutControlItem ItemForLon;
  408. private DevExpress.XtraLayout.LayoutControlItem ItemForRemark;
  409. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  410. private DevExpress.XtraLayout.LayoutControlItem ItemForName;
  411. private DevExpress.XtraLayout.LayoutControlItem ItemForSatNum;
  412. private DevExpress.XtraLayout.LayoutControlItem ItemForEnable;
  413. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  414. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  415. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  416. private DevExpress.XtraEditors.MemoEdit RemarkMemoEdit;
  417. private DevExpress.XtraEditors.ButtonEdit LonButtonEdit;
  418. private DevExpress.XtraEditors.ButtonEdit SatTurnButtonEdit;
  419. private DevExpress.XtraLayout.LayoutControlItem ItemForSatTurn;
  420. }
  421. }