dbregister.src (0e2af6af) dbregister.src (ecd860a2)
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

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

22
23
24#include "dbregister.hrc"
25#include <cuires.hrc>
26#include <cuires.hrc>
27#include <svx/dialogs.hrc>
28
29// RID_SFXPAGE_PATH -----------------------------------------------------
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

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

22
23
24#include "dbregister.hrc"
25#include <cuires.hrc>
26#include <cuires.hrc>
27#include <svx/dialogs.hrc>
28
29// RID_SFXPAGE_PATH -----------------------------------------------------
30#define STD_MASKCOLOR Color { Red=0xffff; Green=0x0000; Blue=0xffff; }
31TabPage RID_SFXPAGE_DBREGISTER
32{
33 HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
36 Hide = TRUE ;
30TabPage RID_SFXPAGE_DBREGISTER
31{
32 HelpId = "cui:TabPage:RID_SFXPAGE_DBREGISTER" ;
33 OutputSize = TRUE ;
34 SVLook = TRUE ;
35 Hide = TRUE ;
37 Size = MAP_APPFONT ( 260 , 185 ) ;
36 Size = MAP_APPFONT ( 260, 185 ) ;
38 Text [ en-US ] = "Registered databases" ;
39
40 FixedText FT_TYPE
41 {
42 Hide = TRUE;
37 Text [ en-US ] = "Registered databases" ;
38
39 FixedText FT_TYPE
40 {
41 Hide = TRUE;
43 Pos = MAP_APPFONT ( 12 , 14 ) ;
44 Size = MAP_APPFONT ( 40 , 10 ) ;
42 Pos = MAP_APPFONT ( 12, 14 ) ;
43 Size = MAP_APPFONT ( 40, 10 ) ;
45 Text [ en-US ] = "Registered name" ;
46 };
47 FixedText FT_PATH
48 {
49 Hide = TRUE;
44 Text [ en-US ] = "Registered name" ;
45 };
46 FixedText FT_PATH
47 {
48 Hide = TRUE;
50 Pos = MAP_APPFONT ( 110 , 14 ) ;
51 Size = MAP_APPFONT ( 40 , 10 ) ;
49 Pos = MAP_APPFONT ( 110, 14 ) ;
50 Size = MAP_APPFONT ( 40, 10 ) ;
52 Text [ en-US ] = "Database file" ;
53 };
54 Control LB_PATH
55 {
51 Text [ en-US ] = "Database file" ;
52 };
53 Control LB_PATH
54 {
56 Pos = MAP_APPFONT ( 12 , 14 ) ;
57 Size = MAP_APPFONT ( 236 , 147 ) ;
55 Pos = MAP_APPFONT ( 12, 14 ) ;
56 Size = MAP_APPFONT ( 236, 147 ) ;
58 Border = TRUE ;
57 Border = TRUE ;
59 TabStop = TRUE;
58 TabStop = TRUE ;
60 };
61 PushButton BTN_NEW
62 {
59 };
60 PushButton BTN_NEW
61 {
63 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW";
64 Pos = MAP_APPFONT ( 47 , 165 ) ;
65 Size = MAP_APPFONT ( 65 , 14 ) ;
62 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW";
63 Pos = MAP_APPFONT ( 47, 165 ) ;
64 Size = MAP_APPFONT ( 65, 14 ) ;
66 Text [ en-US ] = "~New..." ;
67 };
68 PushButton BTN_EDIT
69 {
65 Text [ en-US ] = "~New..." ;
66 };
67 PushButton BTN_EDIT
68 {
70 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT";
71 Pos = MAP_APPFONT ( 183 , 165 ) ;
72 Size = MAP_APPFONT ( 65 , 14 ) ;
69 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT";
70 Pos = MAP_APPFONT ( 183, 165 ) ;
71 Size = MAP_APPFONT ( 65, 14 ) ;
73 Text [ en-US ] = "~Edit..." ;
74 };
75 PushButton BTN_DELETE
76 {
72 Text [ en-US ] = "~Edit..." ;
73 };
74 PushButton BTN_DELETE
75 {
77 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE";
78 Pos = MAP_APPFONT ( 115 , 165 ) ;
79 Size = MAP_APPFONT ( 65 , 14 ) ;
76 HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE";
77 Pos = MAP_APPFONT ( 115, 165 ) ;
78 Size = MAP_APPFONT ( 65, 14 ) ;
80 Text [ en-US ] = "~Delete" ;
81 };
79 Text [ en-US ] = "~Delete" ;
80 };
82 FixedLine GB_STD
81 FixedLine GB_STD
83 {
82 {
84 Pos = MAP_APPFONT ( 6 , 3 ) ;
85 Size = MAP_APPFONT ( 248 , 8 ) ;
83 Pos = MAP_APPFONT ( 6, 3 ) ;
84 Size = MAP_APPFONT ( 248, 8 ) ;
86 Text [ en-US ] = "Registered databases" ;
87 };
88};
89
85 Text [ en-US ] = "Registered databases" ;
86 };
87};
88
89// ******************************************************************* EOF