xtd 0.2.0
system_texts.h
Go to the documentation of this file.
1 #pragma once
5 #include "../forms_export.h"
6 #include <xtd/static>
7 #include <xtd/ustring>
8 
10 namespace xtd {
12  namespace forms {
24  class forms_export_ system_texts final static_ {
25  public:
27 
30  static xtd::ustring abort();
32  static xtd::ustring about();
34  static xtd::ustring actual_size();
36  static xtd::ustring add();
38  static xtd::ustring alignment();
40  static xtd::ustring align_left();
42  static xtd::ustring align_right();
44  static xtd::ustring apply();
46  static xtd::ustring ascending();
48  static xtd::ustring back();
50  static xtd::ustring bold();
52  static xtd::ustring bottom();
54  static xtd::ustring cancel();
56  static xtd::ustring cdrom();
58  static xtd::ustring centered();
60  static xtd::ustring clear();
62  static xtd::ustring close();
64  static xtd::ustring color();
66  static xtd::ustring contents();
68  static xtd::ustring convert();
70  static xtd::ustring copy();
72  static xtd::ustring customize();
74  static xtd::ustring cut();
76  static xtd::ustring del();
78  static xtd::ustring descending();
80  static xtd::ustring down();
82  static xtd::ustring edit();
84  static xtd::ustring execute();
86  static xtd::ustring exit();
88  static xtd::ustring file();
90  static xtd::ustring find();
92  static xtd::ustring first();
94  static xtd::ustring floppy();
96  static xtd::ustring font();
98  static xtd::ustring forward();
100  static xtd::ustring harddisk();
102  static xtd::ustring help();
104  static xtd::ustring home();
106  static xtd::ustring ignore();
108  static xtd::ustring indent();
110  static xtd::ustring index();
112  static xtd::ustring info();
114  static xtd::ustring italic();
116  static xtd::ustring justified();
118  static xtd::ustring jump_to();
120  static xtd::ustring last();
122  static xtd::ustring network();
124  static xtd::ustring new_();
126  static xtd::ustring next();
128  static xtd::ustring no();
130  static xtd::ustring ok();
132  static xtd::ustring open();
134  static xtd::ustring options();
136  static xtd::ustring paste();
138  static xtd::ustring preferences();
140  static xtd::ustring previous();
142  static xtd::ustring print();
144  static xtd::ustring print_preview();
146  static xtd::ustring properties();
148  static xtd::ustring quit();
150  static xtd::ustring redo();
152  static xtd::ustring refresh();
154  static xtd::ustring remove();
156  static xtd::ustring replace();
158  static xtd::ustring retry();
160  static xtd::ustring revert_to_saved();
162  static xtd::ustring save();
164  static xtd::ustring save_as();
166  static xtd::ustring search();
168  static xtd::ustring select_all();
170  static xtd::ustring spell_check();
172  static xtd::ustring stop();
174  static xtd::ustring strikeout();
176  static xtd::ustring tools();
178  static xtd::ustring top();
180  static xtd::ustring undelete();
182  static xtd::ustring underline();
184  static xtd::ustring undo();
186  static xtd::ustring unindent();
188  static xtd::ustring up();
190  static xtd::ustring view();
192  static xtd::ustring window();
194  static xtd::ustring yes();
196  static xtd::ustring zoom_in();
198  static xtd::ustring zoom_out();
200  static xtd::ustring zoom_to_fit();
202  };
203  }
204 }
Bind control edges to the top of its container.
The EXECUTE key.
The width of the xtd::forms::status_bar_panel is determined by its contents.
#define static_
This keyword is use to represent a static object. A static object can&#39;t be instantiated (constructors...
Definition: static.h:37
The dialog box return value is Yes (usually sent from a button labeled Yes).
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Bind control edges to the bottom of its container.
The dialog box return value is Retry (usually sent from a button labeled Retry).
The dialog box return value is No (usually sent from a button labeled No).
Represents API to convert base type code.
Definition: convert.h:25
Arranges vertically, from top to bottom.
The dialog box return value is Ignore (usually sent from a button labeled Ignore).
The system-defined color of the background in the client area of a window.
Provides a collection of string objects for use by a Windows Forms application.
Definition: system_texts.h:24
The dialog box return value is Abort (usually sent from a button labeled Abort).
The PAGE DOWN key.
The system-defined color of the background of a ToolTip.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The dialog box return value is Cancel (usually sent from a button labeled Cancel).
The dialog box return value is OK (usually sent from a button labeled OK).
Arranges vertically, from bottom to top.
The message box contains a symbol consisting of white X in a circle with a red background.