| | |
| | | /// </summary> |
| | | public Button btn_subtract = new Button |
| | | { |
| | | Width = Application.GetMinRealAverage(24), |
| | | Height = Application.GetMinRealAverage(24), |
| | | Width = Application.GetRealWidth(24), |
| | | Height = Application.GetRealWidth(24), |
| | | X = Application.GetRealWidth(26), |
| | | Y = Application.GetRealHeight(118), |
| | | UnSelectedImagePath = "LogicIcon/-.png", |
| | |
| | | /// </summary> |
| | | public Button btn_add = new Button |
| | | { |
| | | Width = Application.GetMinRealAverage(24), |
| | | Height = Application.GetMinRealAverage(24), |
| | | Width = Application.GetRealWidth(24), |
| | | Height = Application.GetRealWidth(24), |
| | | X = Application.GetRealWidth(294), |
| | | Y = Application.GetRealHeight(118), |
| | | UnSelectedImagePath = "LogicIcon/+.png", |