프로젝트

일반

사용자정보

개정판 5822e146

ID5822e1461424e157e24b9ceb45ab925e8d9f820c
상위 be04d12c
하위 ea5d382c

이지연이(가) 약 6년 전에 추가함

issue #694 Topmenu setting 값 변경 추가

차이점 보기:

KCOM/Common/ViewerDataModel.cs
1137 1137
            //rectangles.Add(new RectangleData(1850, 1850, 80, 150, Colors.Red));
1138 1138

  
1139 1139
            this.ControlOpacity = 1;
1140
            //강인구 추가
1141 1140

  
1142
            this.LineSize = 3;
1141
            /* Default
1142
             LineSize = 3, TextSize = 30, Interval = 10, ArcLength = 10, SaveInterval = 5
1143
            */            
1144
            this.LineSize = KCOM.Properties.Settings.Default.LineSize;
1143 1145

  
1144
            this.TextSize = 30;
1146
            this.TextSize = KCOM.Properties.Settings.Default.TextSize;
1145 1147

  
1146
            this.Interval = 10;
1148
            this.Interval = KCOM.Properties.Settings.Default.Interval;
1147 1149

  
1148
            this.ArcLength = 10;
1150
            this.ArcLength = KCOM.Properties.Settings.Default.ArcLength;
1149 1151

  
1150 1152
            this.DashSize = new DoubleCollection();
1151 1153

  
1152
            this.SaveInterval = 5;
1154
            this.SaveInterval = KCOM.Properties.Settings.Default.SaveInterval;
1153 1155

  
1154 1156
        }
1155 1157
        

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)