~ubuntu-branches/ubuntu/precise/wine1.3/precise

« back to all changes in this revision

Viewing changes to dlls/comctl32/comctl_Si.rc

  • Committer: Package Import Robot
  • Author(s): Scott Ritchie
  • Date: 2012-01-17 09:00:34 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120117090034-eyhpp02jawlvrrkc
Tags: 1.3.37-0ubuntu1
* New upstream release
  - Many changes
* Convert to 3.0 source format
* debian/control:
  - Remove pre-multiarch amd64 build depends
  - Remove quilt build depends
  - Recommend proper gecko versions
* debian/rules:
  - Remove manual dh_quilt patch and unpatch
  - No need to uuencode/uudecode anymore with new source format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright 2002, 2003, 2008 Rok Mandeljc
3
 
 *
4
 
 * This library is free software; you can redistribute it and/or
5
 
 * modify it under the terms of the GNU Lesser General Public
6
 
 * License as published by the Free Software Foundation; either
7
 
 * version 2.1 of the License, or (at your option) any later version.
8
 
 *
9
 
 * This library is distributed in the hope that it will be useful,
10
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 
 * Lesser General Public License for more details.
13
 
 *
14
 
 * You should have received a copy of the GNU Lesser General Public
15
 
 * License along with this library; if not, write to the Free Software
16
 
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17
 
 */
18
 
 
19
 
#include "comctl32.h"
20
 
 
21
 
#pragma code_page(65001)
22
 
 
23
 
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
24
 
 
25
 
IDD_PROPSHEET DIALOG 0, 0, 220, 140
26
 
STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
27
 
CAPTION "Lastnosti %s"
28
 
FONT 8, "MS Shell Dlg"
29
 
BEGIN
30
 
  DEFPUSHBUTTON "V redu",     IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
31
 
  PUSHBUTTON    "Prekliči", IDCANCEL,58,122,50,14
32
 
  PUSHBUTTON    "&Uporabi", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
33
 
  PUSHBUTTON    "Pomoč",   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
34
 
  CONTROL       "Tab",    IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
35
 
END
36
 
 
37
 
 
38
 
IDD_WIZARD DIALOG 0, 0, 290, 159
39
 
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
40
 
CAPTION "Čarovnik"
41
 
FONT 8, "MS Shell Dlg"
42
 
BEGIN
43
 
  PUSHBUTTON    "< Na&zaj", IDC_BACK_BUTTON,71,138,50,14
44
 
  DEFPUSHBUTTON "&Naprej >", IDC_NEXT_BUTTON,121,138,50,14
45
 
  DEFPUSHBUTTON "Dokončaj",  IDC_FINISH_BUTTON,121,138,50,14
46
 
  PUSHBUTTON    "Prekliči",  IDCANCEL,178,138,50,14
47
 
  PUSHBUTTON    "Pomoč",    IDHELP,235,138,50,14,WS_GROUP
48
 
  LTEXT         "",        IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
49
 
  CONTROL       "Tab",     IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
50
 
  LTEXT         "",        IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
51
 
END
52
 
 
53
 
 
54
 
IDD_TBCUSTOMIZE DIALOG 10, 20, 357, 125
55
 
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
56
 
CAPTION "Prilagoditev orodne vrstice"
57
 
FONT 8, "MS Shell Dlg"
58
 
BEGIN
59
 
  DEFPUSHBUTTON "&Zapri",     IDCANCEL,308,6,44,14
60
 
  PUSHBUTTON    "Po&nastavi",     IDC_RESET_BTN,308,23,44,14
61
 
  PUSHBUTTON    "&Pomoč",      IDC_HELP_BTN,308,40,44,14
62
 
  PUSHBUTTON    "N&avzgor",   IDC_MOVEUP_BTN,308,74,44,14
63
 
  PUSHBUTTON    "Na&vzdol", IDC_MOVEDN_BTN,308,91,44,14
64
 
  LTEXT         "Razpoložljivi &gumbi:", -1,4,5,84,10
65
 
  LISTBOX       IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
66
 
  PUSHBUTTON    "&Dodaj ->",    IDOK, 131, 42, 44, 14
67
 
  PUSHBUTTON    "<- &Odstrani", IDC_REMOVE_BTN,131,62,44,14
68
 
  LTEXT         "G&umbi orodne vrstice:", -1,182,5,78,10
69
 
  LISTBOX       IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
70
 
END