sqlmessage.src (81d089ae) sqlmessage.src (857d5cbe)
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

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

29#endif
30#ifndef _DBAUI_SQLMESSAGE_HRC_
31#include "sqlmessage.hrc"
32#endif
33
34//-------------------------------------------------------------------------
35Image BMP_EXCEPTION_ERROR
36{
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

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

29#endif
30#ifndef _DBAUI_SQLMESSAGE_HRC_
31#include "sqlmessage.hrc"
32#endif
33
34//-------------------------------------------------------------------------
35Image BMP_EXCEPTION_ERROR
36{
37 ImageBitmap = Bitmap { File = "exerror.bmp"; };
37 ImageBitmap = Bitmap { File = "exerror.png"; };
38 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
39};
40
41Image BMP_EXCEPTION_WARNING
42{
38 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
39};
40
41Image BMP_EXCEPTION_WARNING
42{
43 ImageBitmap = Bitmap { File = "exwarning.bmp"; };
43 ImageBitmap = Bitmap { File = "exwarning.png"; };
44 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
45};
46
47Image BMP_EXCEPTION_INFO
48{
44 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
45};
46
47Image BMP_EXCEPTION_INFO
48{
49 ImageBitmap = Bitmap { File = "exinfo.bmp"; };
49 ImageBitmap = Bitmap { File = "exinfo.png"; };
50 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
51};
52Image BMP_EXCEPTION_ERROR_SCH
53{
50 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
51};
52Image BMP_EXCEPTION_ERROR_SCH
53{
54 ImageBitmap = Bitmap { File = "exerror_sch.bmp"; };
54 ImageBitmap = Bitmap { File = "exerror_sch.png"; };
55 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
56};
57
58Image BMP_EXCEPTION_WARNING_SCH
59{
55 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
56};
57
58Image BMP_EXCEPTION_WARNING_SCH
59{
60 ImageBitmap = Bitmap { File = "exwarning_sch.bmp"; };
60 ImageBitmap = Bitmap { File = "exwarning_sch.png"; };
61 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
62};
63
64Image BMP_EXCEPTION_INFO_SCH
65{
61 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
62};
63
64Image BMP_EXCEPTION_INFO_SCH
65{
66 ImageBitmap = Bitmap { File = "exinfo_sch.bmp"; };
66 ImageBitmap = Bitmap { File = "exinfo_sch.png"; };
67 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
68};
69
70ModalDialog DLG_SQLEXCEPTIONCHAIN
71{
72 HelpID = "dbaccess:ModalDialog:DLG_SQLEXCEPTIONCHAIN";
73 Moveable = TRUE ;
74 Closeable = TRUE ;

--- 84 unchanged lines hidden ---
67 MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
68};
69
70ModalDialog DLG_SQLEXCEPTIONCHAIN
71{
72 HelpID = "dbaccess:ModalDialog:DLG_SQLEXCEPTIONCHAIN";
73 Moveable = TRUE ;
74 Closeable = TRUE ;

--- 84 unchanged lines hidden ---