개정판 5822e146
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