Beispiel #1
0
 private void PropertyControls_Load(object sender, EventArgs e)
 {
     if (this.EditTemplate != null)
     {
         this.FeatureLayer = this.EditTemplate.FeatureLayer;
     }
     this.m_pVertXtraGrid = new VertXtraGrid(this.dataGrid1);
     this.ReadFieldInfo();
     this.InitControl();
     this.gridView1.CellValueChanged += new CellValueChangedEventHandler(this.gridView1_CellValueChanged);
 }
Beispiel #2
0
 public AttributeListControl()
 {
     this.InitializeComponent();
     this.m_pVertXtraGrid             = new VertXtraGrid(this.gridControl1);
     this.gridView1.CellValueChanged += new CellValueChangedEventHandler(this.gridView1_CellValueChanged);
 }
Beispiel #3
0
 public FieldMatchCtrl()
 {
     this.InitializeComponent();
     this.vertXtraGrid_0              = new VertXtraGrid(this.gridControl1);
     this.gridView1.CellValueChanged += new CellValueChangedEventHandler(this.gridView1_CellValueChanged);
 }