| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- namespace Ips.Sps.Sigs
- {
- partial class AdjaSatsEditCtrl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.satComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit();
- this.bsAdjaSatList = new DevExpress.Xpo.XPBindingSource(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.satComboBoxEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsAdjaSatList)).BeginInit();
- this.SuspendLayout();
- //
- // satComboBoxEdit
- //
- this.satComboBoxEdit.Dock = System.Windows.Forms.DockStyle.Fill;
- this.satComboBoxEdit.Location = new System.Drawing.Point(0, 0);
- this.satComboBoxEdit.Name = "satComboBoxEdit";
- this.satComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
- this.satComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- this.satComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.satComboBoxEdit.Properties.DataSource = this.bsAdjaSatList;
- this.satComboBoxEdit.Properties.DisplayMember = "Name";
- this.satComboBoxEdit.Properties.EditValueType = DevExpress.XtraEditors.Repository.EditValueTypeCollection.List;
- this.satComboBoxEdit.Properties.NullValuePrompt = "请选择邻星信息";
- this.satComboBoxEdit.Properties.ValueMember = "Oid";
- this.satComboBoxEdit.Size = new System.Drawing.Size(1141, 20);
- this.satComboBoxEdit.TabIndex = 0;
- this.satComboBoxEdit.EditValueChanged += new System.EventHandler(this.satComboBoxEdit_EditValueChanged);
- //
- // bsAdjaSatList
- //
- this.bsAdjaSatList.ObjectType = typeof(Ips.Sps.Sats.Sat);
- //
- // AdjaSatsEditCtrl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.satComboBoxEdit);
- this.Name = "AdjaSatsEditCtrl";
- this.Size = new System.Drawing.Size(1141, 20);
- this.Load += new System.EventHandler(this.AdjaSatsEditCtrl_Load);
- ((System.ComponentModel.ISupportInitialize)(this.satComboBoxEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsAdjaSatList)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.CheckedComboBoxEdit satComboBoxEdit;
- private DevExpress.Xpo.XPBindingSource bsAdjaSatList;
- }
- }
|