From 7f68c5b2e96c6707be1589ff8b5fbdcdab53f412 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 27 五月 2024 20:57:52 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev
---
_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Component_PanelHeader#144.def | 186 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 186 insertions(+), 0 deletions(-)
diff --git "a/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Component_PanelHeader\043144.def" "b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Component_PanelHeader\043144.def"
new file mode 100644
index 0000000..8f68633
--- /dev/null
+++ "b/_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Component_PanelHeader\043144.def"
@@ -0,0 +1,186 @@
+Quintiq file version 2.0
+Component PanelHeader id:PanelHeader_144
+{
+ #keys: '[415136.0.647401494]'
+ BaseType: 'WebPanel'
+ Children:
+ [
+ Component edtName
+ {
+ #keys: '[415136.0.647401496]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ DataBinding: 'dhEvent.Data.Subject'
+ Label: 'Name'
+ PlaceHolder: '<Enter a name>'
+ Taborder: 0
+ ]
+ }
+ Component edtEventType
+ {
+ #keys: '[415136.0.647401498]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ Label: 'Event type'
+ Taborder: 1
+ ]
+ }
+ Component durStartTimeOfDay
+ {
+ #keys: '[415136.0.647401500]'
+ BaseType: 'WebDurationSelector'
+ Properties:
+ [
+ CanBeNegative: false
+ DurationFormat: 'h:m'
+ Label: 'Start time'
+ MaxDuration: P0DT23H59M0S
+ MinDuration: P0DT0H0M0S
+ Taborder: 7
+ ]
+ }
+ Component dhStartTimeOfDay
+ {
+ #keys: '[415136.0.647401501]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'Duration'
+ Properties:
+ [
+ Taborder: 8
+ ]
+ }
+ Component durEndTimeOfDay
+ {
+ #keys: '[415136.0.647401506]'
+ BaseType: 'WebDurationSelector'
+ Properties:
+ [
+ CanBeNegative: false
+ DurationFormat: 'h:m'
+ Label: 'End time'
+ MaxDuration: P0DT23H59M0S
+ MinDuration: P0DT0H0M0S
+ Taborder: 9
+ ]
+ }
+ Component dhEndTimeOfDay
+ {
+ #keys: '[415136.0.647401507]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'Duration'
+ Properties:
+ [
+ Taborder: 10
+ ]
+ }
+ Component edtDescription
+ {
+ #keys: '[415136.0.647401509]'
+ BaseType: 'WebEditField'
+ Properties:
+ [
+ DataBinding: 'dhEvent.Data.Description'
+ Label: 'Description'
+ MaxRows: 1
+ Multiline: true
+ NumberOfColumns: 29
+ ShowLabel: false
+ Taborder: 12
+ ]
+ }
+ Component dsStartDate
+ {
+ #keys: '[415136.0.647401510]'
+ BaseType: 'WebDateSelector'
+ Properties:
+ [
+ DateFormat: 'DMMY'
+ Label: 'Date'
+ Taborder: 5
+ ]
+ }
+ Component dhStartDate
+ {
+ #keys: '[415136.0.647401511]'
+ BaseType: 'WebDataHolder'
+ Databinding: 'Date'
+ Properties:
+ [
+ Taborder: 6
+ ]
+ }
+ Component lblDescription id:lblDescription_456
+ {
+ #keys: '[415136.0.647492310]'
+ BaseType: 'WebLabel'
+ Properties:
+ [
+ Label: 'Description'
+ NumberOfColumns: 0
+ Taborder: 11
+ ]
+ }
+ Component ButtonCreate
+ {
+ #keys: '[415136.0.647262469]'
+ BaseType: 'WebButton'
+ Properties:
+ [
+ Label: '鏂板缓'
+ Taborder: 13
+ ]
+ }
+ Component ddslType id:ddslType_360
+ {
+ #keys: '[415136.0.646711730]'
+ BaseType: 'WebDropDownStringList'
+ Properties:
+ [
+ InitialValue: 'Unavailable'
+ NumberOfColumns: 15
+ ShowLabel: false
+ Sorting: 'none'
+ Strings: 'Available;Unavailable'
+ Taborder: 2
+ Visible: false
+ ]
+ }
+ Component ckbApplyToNewResources id:ckbApplyToNewResources_667
+ {
+ #keys: '[415136.0.646712077]'
+ BaseType: 'WebCheckbox'
+ Properties:
+ [
+ DataBinding: 'dhEvent.Data.IsDefault'
+ Label: 'Apply to new resources'
+ NumberOfColumns: 0
+ Taborder: 3
+ Tooltip: 'If checked, calendars of new resources will automatically subscribe to the event.'
+ Visible: false
+ ]
+ }
+ Component valTimezone id:valTimezone_653
+ {
+ #keys: '[415136.0.646712169]'
+ BaseType: 'WebLabel'
+ Properties:
+ [
+ FixedSize: false
+ NumberOfColumns: 0
+ ShowLabel: false
+ SizeRatio: 0
+ Taborder: 4
+ Text: '<Timezone>'
+ Visible: false
+ ]
+ }
+ ]
+ Properties:
+ [
+ FixedSize: true
+ Orientation: 'horizontal'
+ Taborder: 0
+ ]
+}
--
Gitblit v1.9.3