Home
last modified time | relevance | path

Searched refs:MCHT_TITLE (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincedef.pp63 MCHT_TITLE = $00010000;
70 MCHT_TITLEBK = MCHT_TITLE;
71 MCHT_TITLEMONTH = MCHT_TITLE or $0001;
72 MCHT_TITLEYEAR = MCHT_TITLE or $0002;
73 MCHT_TITLEBTNNEXT = MCHT_TITLE or MCHT_NEXT or $0003;
74 MCHT_TITLEBTNPREV = MCHT_TITLE or MCHT_PREV or $0003;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincedef.pp63 MCHT_TITLE = $00010000;
70 MCHT_TITLEBK = MCHT_TITLE;
71 MCHT_TITLEMONTH = MCHT_TITLE or $0001;
72 MCHT_TITLEYEAR = MCHT_TITLE or $0002;
73 MCHT_TITLEBTNNEXT = MCHT_TITLE or MCHT_NEXT or $0003;
74 MCHT_TITLEBTNPREV = MCHT_TITLE or MCHT_PREV or $0003;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincedef.pp63 MCHT_TITLE = $00010000;
70 MCHT_TITLEBK = MCHT_TITLE;
71 MCHT_TITLEMONTH = MCHT_TITLE or $0001;
72 MCHT_TITLEYEAR = MCHT_TITLE or $0002;
73 MCHT_TITLEBTNNEXT = MCHT_TITLE or MCHT_NEXT or $0003;
74 MCHT_TITLEBTNPREV = MCHT_TITLE or MCHT_PREV or $0003;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincedef.pp63 MCHT_TITLE = $00010000;
70 MCHT_TITLEBK = MCHT_TITLE;
71 MCHT_TITLEMONTH = MCHT_TITLE or $0001;
72 MCHT_TITLEYEAR = MCHT_TITLE or $0002;
73 MCHT_TITLEBTNNEXT = MCHT_TITLE or MCHT_NEXT or $0003;
74 MCHT_TITLEBTNPREV = MCHT_TITLE or MCHT_PREV or $0003;
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dcommctrl.pp230 MCHT_TITLE = $00010000;
237 MCHT_TITLEBK = MCHT_TITLE;
238 MCHT_TITLEMONTH = MCHT_TITLE or $0001;
239 MCHT_TITLEYEAR = MCHT_TITLE or $0002;
240 MCHT_TITLEBTNNEXT = MCHT_TITLE or MCHT_NEXT or $0003;
241 MCHT_TITLEBTNPREV = MCHT_TITLE or MCHT_PREV or $0003;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h2649 #define MCHT_TITLE 0x10000 macro
2655 #define MCHT_TITLEBK (MCHT_TITLE)
2656 #define MCHT_TITLEMONTH (MCHT_TITLE | 0x0001)
2657 #define MCHT_TITLEYEAR (MCHT_TITLE | 0x0002)
2658 #define MCHT_TITLEBTNNEXT (MCHT_TITLE | MCHT_NEXT | 0x0003)
2659 #define MCHT_TITLEBTNPREV (MCHT_TITLE | MCHT_PREV | 0x0003)
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h2649 #define MCHT_TITLE 0x10000 macro
2655 #define MCHT_TITLEBK (MCHT_TITLE)
2656 #define MCHT_TITLEMONTH (MCHT_TITLE | 0x0001)
2657 #define MCHT_TITLEYEAR (MCHT_TITLE | 0x0002)
2658 #define MCHT_TITLEBTNNEXT (MCHT_TITLE | MCHT_NEXT | 0x0003)
2659 #define MCHT_TITLEBTNPREV (MCHT_TITLE | MCHT_PREV | 0x0003)
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/net-im/fractal/fractal-4.4.0/vendor/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/editors/xi-term/xi-term-d264767/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs3022 pub const MCHT_TITLE: ::UINT = 0x00010000; const
3029 pub const MCHT_TITLEBK: ::UINT = MCHT_TITLE;
3030 pub const MCHT_TITLEMONTH: ::UINT = MCHT_TITLE | 0x0001;
3031 pub const MCHT_TITLEYEAR: ::UINT = MCHT_TITLE | 0x0002;
3032 pub const MCHT_TITLEBTNNEXT: ::UINT = MCHT_TITLE | MCHT_NEXT | 0x0003;
3033 pub const MCHT_TITLEBTNPREV: ::UINT = MCHT_TITLE | MCHT_PREV | 0x0003;

123456789