示例#1
0
        private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
        {
            FrmLineSel f = new FrmLineSel();

            f.SelfName = _obj.LineName;

            if (f.ShowDialog() == DialogResult.OK)
            {
                //repositoryItemButtonEdit1.
                _obj.LLXMC = f.Sel_str;
                vGridControl.UpdateFocusedRecord();
            }
        }
示例#2
0
        private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
        {
            FrmLineSel f = new FrmLineSel();
            f.SelfName = _obj.LineName;

            if (f.ShowDialog() == DialogResult.OK)
            {
                //repositoryItemButtonEdit1.
                _obj.LLXMC = f.Sel_str;
                vGridControl.UpdateFocusedRecord();
            }
        }