TableDesignPane.src (e3349227) TableDesignPane.src (f6859a6b)
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

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

25#include "glob.hrc"
26
27Control DLG_TABLEDESIGNPANE
28{
29 OutputSize = TRUE;
30 DialogControl = TRUE;
31 Border = FALSE;
32
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

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

25#include "glob.hrc"
26
27Control DLG_TABLEDESIGNPANE
28{
29 OutputSize = TRUE;
30 DialogControl = TRUE;
31 Border = FALSE;
32
33 Size = MAP_APPFONT( 264, 160 );
33 Size = MAP_APPFONT( 264, 134 );
34 Text [ en-US ] = "Table Design";
35
36 FixedLine FL_STYLE_OPTIONS+1
37 {
38 Pos = MAP_APPFONT ( 143, 3 ) ;
39 Size = MAP_APPFONT ( 120, 10 ) ;
40 OutputSize = TRUE;
41 Text [ en-US ] = "Show";
42 };
43
44 CheckBox CB_HEADER_ROW+1
45 {
34 Text [ en-US ] = "Table Design";
35
36 FixedLine FL_STYLE_OPTIONS+1
37 {
38 Pos = MAP_APPFONT ( 143, 3 ) ;
39 Size = MAP_APPFONT ( 120, 10 ) ;
40 OutputSize = TRUE;
41 Text [ en-US ] = "Show";
42 };
43
44 CheckBox CB_HEADER_ROW+1
45 {
46 Pos = MAP_APPFONT ( 146, 16 ) ;
46 Pos = MAP_APPFONT ( 146, 3 ) ;
47 Size = MAP_APPFONT ( 120 , 10 ) ;
48 TabStop = TRUE ;
49 Text [ en-US ] = "Header Row" ;
50 };
51
52 CheckBox CB_TOTAL_ROW+1
53 {
47 Size = MAP_APPFONT ( 120 , 10 ) ;
48 TabStop = TRUE ;
49 Text [ en-US ] = "Header Row" ;
50 };
51
52 CheckBox CB_TOTAL_ROW+1
53 {
54 Pos = MAP_APPFONT ( 146, 29 ) ;
54 Pos = MAP_APPFONT ( 146, 16 ) ;
55 Size = MAP_APPFONT ( 120 , 10 ) ;
56 TabStop = TRUE ;
57 Text [ en-US ] = "Total Row" ;
58 };
59
60 CheckBox CB_BANDED_ROWS+1
61 {
55 Size = MAP_APPFONT ( 120 , 10 ) ;
56 TabStop = TRUE ;
57 Text [ en-US ] = "Total Row" ;
58 };
59
60 CheckBox CB_BANDED_ROWS+1
61 {
62 Pos = MAP_APPFONT ( 146, 42 ) ;
62 Pos = MAP_APPFONT ( 146, 29 ) ;
63 Size = MAP_APPFONT ( 120 , 10 ) ;
64 TabStop = TRUE ;
65 Text [ en-US ] = "Banded Rows" ;
66 };
67
68 CheckBox CB_FIRST_COLUMN+1
69 {
63 Size = MAP_APPFONT ( 120 , 10 ) ;
64 TabStop = TRUE ;
65 Text [ en-US ] = "Banded Rows" ;
66 };
67
68 CheckBox CB_FIRST_COLUMN+1
69 {
70 Pos = MAP_APPFONT ( 146, 55 ) ;
70 Pos = MAP_APPFONT ( 146, 42 ) ;
71 Size = MAP_APPFONT ( 120 , 10 ) ;
72 TabStop = TRUE ;
73 Text [ en-US ] = "First Column" ;
74 };
75
76 CheckBox CB_LAST_COLUMN+1
77 {
71 Size = MAP_APPFONT ( 120 , 10 ) ;
72 TabStop = TRUE ;
73 Text [ en-US ] = "First Column" ;
74 };
75
76 CheckBox CB_LAST_COLUMN+1
77 {
78 Pos = MAP_APPFONT ( 146, 68 ) ;
78 Pos = MAP_APPFONT ( 146, 55 ) ;
79 Size = MAP_APPFONT ( 120 , 10 ) ;
80 TabStop = TRUE ;
81 Text [ en-US ] = "Last Column" ;
82 };
83
84 CheckBox CB_BANDED_COLUMNS+1
85 {
79 Size = MAP_APPFONT ( 120 , 10 ) ;
80 TabStop = TRUE ;
81 Text [ en-US ] = "Last Column" ;
82 };
83
84 CheckBox CB_BANDED_COLUMNS+1
85 {
86 Pos = MAP_APPFONT ( 146, 82 ) ;
86 Pos = MAP_APPFONT ( 146, 68 ) ;
87 Size = MAP_APPFONT ( 120 , 10 ) ;
88 TabStop = TRUE ;
89 Text [ en-US ] = "Banded Columns" ;
90 };
91
92 FixedLine FL_TABLE_STYLES+1
93 {
94 Pos = MAP_APPFONT ( 6, 3 ) ;
95 Size = MAP_APPFONT( 120, 8 );
96 OutputSize = TRUE;
97 Text [ en-US ] = "Styles";
98 };
99
100 Control CT_TABLE_STYLES+1
101 {
87 Size = MAP_APPFONT ( 120 , 10 ) ;
88 TabStop = TRUE ;
89 Text [ en-US ] = "Banded Columns" ;
90 };
91
92 FixedLine FL_TABLE_STYLES+1
93 {
94 Pos = MAP_APPFONT ( 6, 3 ) ;
95 Size = MAP_APPFONT( 120, 8 );
96 OutputSize = TRUE;
97 Text [ en-US ] = "Styles";
98 };
99
100 Control CT_TABLE_STYLES+1
101 {
102 Pos = MAP_APPFONT ( 6, 14 ) ;
102 Pos = MAP_APPFONT ( 4, 3 ) ;
103 Size = MAP_APPFONT( 120, 143 );
104 Border = TRUE ;
105 TabStop = TRUE ;
106 };
107};
108
109ModalDialog DLG_TABLEDESIGNPANE
110{

--- 41 unchanged lines hidden ---
103 Size = MAP_APPFONT( 120, 143 );
104 Border = TRUE ;
105 TabStop = TRUE ;
106 };
107};
108
109ModalDialog DLG_TABLEDESIGNPANE
110{

--- 41 unchanged lines hidden ---