tp_SeriesToAxis.src (2f531595) tp_SeriesToAxis.src (ae2dc0fa)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 64 unchanged lines hidden (view full) ---

73 Size = MAP_APPFONT ( 40 , 12 ) ;
74 TabStop = TRUE ;
75 Repeat = TRUE ;
76 Spin = TRUE ;
77 Minimum = -100 ;
78 Maximum = 100 ;
79 StrictFormat = TRUE ;
80 Unit = FUNIT_CUSTOM ;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 64 unchanged lines hidden (view full) ---

73 Size = MAP_APPFONT ( 40 , 12 ) ;
74 TabStop = TRUE ;
75 Repeat = TRUE ;
76 Spin = TRUE ;
77 Minimum = -100 ;
78 Maximum = 100 ;
79 StrictFormat = TRUE ;
80 Unit = FUNIT_CUSTOM ;
81 CustomUnitText = " %" ;
81 CustomUnitText = "%" ;
82 First = 1 ;
83 Last = 100 ;
84 SpinSize = 1 ;
85 DecimalDigits = 0 ;
86 };
87
88 FixedText FT_GAP
89 {

--- 10 unchanged lines hidden (view full) ---

100 Size = MAP_APPFONT ( 40 , 12 ) ;
101 TabStop = TRUE ;
102 Repeat = TRUE ;
103 Spin = TRUE ;
104 Minimum = 0 ;
105 Maximum = 600 ;
106 StrictFormat = TRUE ;
107 Unit = FUNIT_CUSTOM ;
82 First = 1 ;
83 Last = 100 ;
84 SpinSize = 1 ;
85 DecimalDigits = 0 ;
86 };
87
88 FixedText FT_GAP
89 {

--- 10 unchanged lines hidden (view full) ---

100 Size = MAP_APPFONT ( 40 , 12 ) ;
101 TabStop = TRUE ;
102 Repeat = TRUE ;
103 Spin = TRUE ;
104 Minimum = 0 ;
105 Maximum = 600 ;
106 StrictFormat = TRUE ;
107 Unit = FUNIT_CUSTOM ;
108 CustomUnitText = " %" ;
108 CustomUnitText = "%" ;
109 First = 1 ;
110 Last = 100 ;
111 SpinSize = 1 ;
112 DecimalDigits = 0 ;
113 };
114
115 CheckBox CB_CONNECTOR
116 {

--- 66 unchanged lines hidden ---
109 First = 1 ;
110 Last = 100 ;
111 SpinSize = 1 ;
112 DecimalDigits = 0 ;
113 };
114
115 CheckBox CB_CONNECTOR
116 {

--- 66 unchanged lines hidden ---