Esempio n. 1
0
        private void btnSel4_Click(object sender, EventArgs e)
        {
            AttributeList al = new AttributeList(PathHelper.RoutineDataSelConfig, txtsSpecialAdd, txtTsName);

            al.Location = btnSel4.Location;
            al.ShowDialog();
        }
Esempio n. 2
0
        private void btnSel_Click(object sender, EventArgs e)
        {
            AttributeList al = new AttributeList(PathHelper.RewardDataSelConfig, txtSelValue, txtSelName)
            {
                Location =
                    new Point(Location.X + btnSel.Location.X + groupBox1.Location.X,
                              Location.Y + btnSel.Location.Y + groupBox1.Location.Y)
            };

            al.ShowDialog();
        }