AdjaSatsEditCtrl.Designer.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. namespace Ips.Sps.Sigs
  2. {
  3. partial class AdjaSatsEditCtrl
  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 Component 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. this.satComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();
  30. this.bsAdjaSatList = new DevExpress.Xpo.XPBindingSource(this.components);
  31. ((System.ComponentModel.ISupportInitialize)(this.satComboBoxEdit.Properties)).BeginInit();
  32. ((System.ComponentModel.ISupportInitialize)(this.bsAdjaSatList)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // satComboBoxEdit
  36. //
  37. this.satComboBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.satComboBoxEdit.Location = new System.Drawing.Point(0, 0);
  39. this.satComboBoxEdit.Name = "satComboBoxEdit";
  40. this.satComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
  41. this.satComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  42. this.satComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  43. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  44. this.satComboBoxEdit.Properties.DataSource = this.bsAdjaSatList;
  45. this.satComboBoxEdit.Properties.DisplayMember = "Name";
  46. this.satComboBoxEdit.Properties.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;
  47. this.satComboBoxEdit.Properties.NullValuePrompt = "请选择邻星信息";
  48. this.satComboBoxEdit.Properties.ValueMember = "Oid";
  49. this.satComboBoxEdit.Size = new System.Drawing.Size(1141, 20);
  50. this.satComboBoxEdit.TabIndex = 0;
  51. this.satComboBoxEdit.EditValueChanged += new System.EventHandler(this.satComboBoxEdit_EditValueChanged);
  52. //
  53. // bsAdjaSatList
  54. //
  55. this.bsAdjaSatList.ObjectType = typeof(Ips.Sps.Sats.Sat);
  56. //
  57. // AdjaSatsEditCtrl
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  61. this.Controls.Add(this.satComboBoxEdit);
  62. this.Name = "AdjaSatsEditCtrl";
  63. this.Size = new System.Drawing.Size(1141, 20);
  64. this.Load += new System.EventHandler(this.AdjaSatsEditCtrl_Load);
  65. ((System.ComponentModel.ISupportInitialize)(this.satComboBoxEdit.Properties)).EndInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.bsAdjaSatList)).EndInit();
  67. this.ResumeLayout(false);
  68. }
  69. #endregion
  70. private DevExpress.XtraEditors.CheckedComboBoxEdit satComboBoxEdit;
  71. private DevExpress.Xpo.XPBindingSource bsAdjaSatList;
  72. }
  73. }