Check-in [32244c3e69]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated ProjectIt to XE7. Moved popup menu and action list to data module.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 32244c3e69fe8358c85d008c95f660d3e097ddb0
User & Date: tinus 2014-10-30 17:49:12.122
Original Comment: Updated to XE7. Moved popup menu and action list to data module.
Context
2015-05-18
10:55
Dat2ICS: report all breaks shorter than 5 hours. check-in: 4ce807ef35 user: tinus tags: trunk
2014-10-30
17:49
Updated ProjectIt to XE7. Moved popup menu and action list to data module. check-in: 32244c3e69 user: tinus tags: trunk
2014-07-28
15:48
dmMain now sports a few Select-functions. check-in: 101b3773b8 user: MCO tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Added Olam/src/Olam_dev.groupproj.
































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <ProjectGuid>{A8C2F360-7172-4C9E-B8A3-9777BDFE4FB1}</ProjectGuid>
    </PropertyGroup>
    <ItemGroup>
        <Projects Include="Olam.dproj">
            <Dependencies/>
        </Projects>
        <Projects Include="..\..\ProjectIt\src\prj\ProjectIt.dproj">
            <Dependencies/>
        </Projects>
    </ItemGroup>
    <ProjectExtensions>
        <Borland.Personality>Default.Personality.12</Borland.Personality>
        <Borland.ProjectType/>
        <BorlandProject>
            <Default.Personality/>
        </BorlandProject>
    </ProjectExtensions>
    <Target Name="Olam">
        <MSBuild Projects="Olam.dproj"/>
    </Target>
    <Target Name="Olam:Clean">
        <MSBuild Projects="Olam.dproj" Targets="Clean"/>
    </Target>
    <Target Name="Olam:Make">
        <MSBuild Projects="Olam.dproj" Targets="Make"/>
    </Target>
    <Target Name="ProjectIt">
        <MSBuild Projects="..\..\ProjectIt\src\prj\ProjectIt.dproj"/>
    </Target>
    <Target Name="ProjectIt:Clean">
        <MSBuild Projects="..\..\ProjectIt\src\prj\ProjectIt.dproj" Targets="Clean"/>
    </Target>
    <Target Name="ProjectIt:Make">
        <MSBuild Projects="..\..\ProjectIt\src\prj\ProjectIt.dproj" Targets="Make"/>
    </Target>
    <Target Name="Build">
        <CallTarget Targets="Olam;ProjectIt"/>
    </Target>
    <Target Name="Clean">
        <CallTarget Targets="Olam:Clean;ProjectIt:Clean"/>
    </Target>
    <Target Name="Make">
        <CallTarget Targets="Olam:Make;ProjectIt:Make"/>
    </Target>
    <Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>
Changes to ProjectIt/src/F_ActiveProject.fmx.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

26
27
28
29
30
31
32
33
34
35



36
37

38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56



57
58
59
60
61
62

63
64
65
66
67
68
69
70


71
72
73
74


75
76
77
78
79
80
81
82
83
84
85
86
87
88
89


90
91
92
93
94


95
96
97
98
99


100
101
102
103
104


105
106
107
108
109
110
111
112
object frmActiveProject: TfrmActiveProject
  Left = 0
  Top = 0
  Caption = 'Projects'
  ClientHeight = 341
  ClientWidth = 325
  Position = poScreenCenter
  Transparency = True
  TopMost = True
  FormFactor.Width = 320
  FormFactor.Height = 480
  FormFactor.Devices = [dkDesktop, dkiPhone, dkiPad]
  OnCreate = FormCreate
  Touch.GestureManager = gmActiveProject
  Touch.InteractiveGestures = [igLongTap]
  OnGesture = FormGesture
  DesignerMobile = False
  DesignerWidth = 0
  DesignerHeight = 0
  DesignerDeviceName = ''
  DesignerOrientation = 0
  object lytProjects: TLayout
    Align = alClient
    Height = 341.000000000000000000
    Width = 325.000000000000000000

    object btnProject: TCornerButton
      DisableFocusEffect = True
      Font.Size = 30.000000000000000000
      Font.Style = [fsBold]
      StyledSettings = [ssFamily, ssFontColor]
      Height = 65.000000000000000000
      PopupMenu = pumMenu
      Position.X = 8.000000000000000000
      Position.Y = 8.000000000000000000
      Sides = [sdTop, sdLeft, sdBottom, sdRight]



      TabOrder = 0
      Width = 305.000000000000000000

      XRadius = 15.000000000000000000
      YRadius = 15.000000000000000000
      OnClick = btnProjectClick
      OnMouseDown = ControlDragMouseDown
      object rndrctTime: TRoundRect
        Fill.Kind = bkGradient
        Fill.Gradient.Points = <
          item
            Color = claDarkgreen
            Offset = 0.000000000000000000
          end
          item
            Color = claLightgreen
            Offset = 1.000000000000000000
          end>
        Fill.Gradient.Style = gsRadial
        Height = 25.000000000000000000
        Position.X = 232.000000000000000000
        Position.Y = -8.000000000000000000



        Stroke.Color = claLightgray
        Width = 81.000000000000000000
        OnMouseDown = ControlDragMouseDown
        object txtTime: TText
          Align = alClient
          Color = claWhite

          Height = 25.000000000000000000
          HitTest = False
          Text = '00:00 '#183' 00:00'
          Width = 81.000000000000000000
        end
      end
      object imgIcon: TImage
        Height = 50.000000000000000000


        HitTest = False
        Position.X = 8.000000000000000000
        Position.Y = 7.000000000000000000
        Width = 50.000000000000000000


        object anmProjectIcon: TBitmapAnimation
          Duration = 0.200000002980232200
          PropertyName = 'Bitmap'
          StartValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            02F7494441545847E5573D681441187D33BB97FB3186682101C14ED05A7BC1DE
            D646ACC52245C0C65610B4D14E308D85423A3B6DADADAC0C285806B9703FC9C5
            FBCBED8FEF9B9D0B3BB37B16639907EF66E6F67B2FDFF7CDEC660FE71ECA8E05
            6EBD6D6096BC44963E848A2F0099BD2060A84AC748D33DE8AB4FB07FFFD45E28
            10A88DED5860B67871E3E6959D77CFEE6291E6989F6648B21C490EE46414C7ED
            377BDFB63F7DFE9E327AA71059046ADD0E5C7FFD7BF7D5BDAD4E2BC6F164618C
            162C24A551C6D02852D8DCECE0D1E38F5DFCDCDEB2AA02815A6DC7024AB507B3
            0CDDD11C837182FE9F2553337647090E860B06E61B85A08440AD9B00713C4E31
            B0A2BE189D91DF913D7E8F38B2D12E42B45E0780E13CC1604223C3CC8C7D8E7D


            33A63824B9A3457C1981DA4A0247B3DCB47038A5C1D41A706EC8796FCC8D8D2A
            8D0BD65656239A0CB99785090DC9C244C61C8753C6C5EED93508D47AA5689CF0
            0E1D4A25655A83FE0CE8B1125F55204CEB2E7513C73CA8470C3E9A17667D21E7
            3D9A0FC8DE9C1534EB3A10A675136845381113061B2E14A69946A27870748C5C
            47C848E89A0402B56E023C20230A47349A502C22C47C580AA3D29C8615046ABD


            2DD018A71A73B955CAA2F2BCD1605CDD168469BD04146662B014D4516E23FEB1
            0A02B55527C9785505865245D3067B08D0561370041EC5B0C1B1AE03823ACD92
            2BB4EE4A71E98BCA6B4356519377A8D65BB13D159165D9509EBB3E02B56E02F2
            909093EA8BCA73B95ED78140ADB7E27269B28A62D8A8492050EBAE14AB10A355
            15184A0BDD361A046ABD74B8FC5715C6D0C6F908D4BA2B9E6425B78A232ACD85


            A2A87B12066ABD0480365F2ACF8442A9CAB49694360BEA9E43815A3701E26247
            8C288C68B06C9788F96A7D86B8223308D17A4ECDC9A51670B9A3B0B126B136EB
            25249AEF14C0DA483E5D8469DD0436A20FDDAF3F90D3A0C16A5AEB247FE3E836
            0BA1B93944FBBFA4C2F726BE8C40AD9BE69D2F31AEE9E7FC49F380D2F5223D7E
            68E9A18426639EB43DB45A4FB17B9BFFF94BF81FED3906F01736C72CC6704C4B


            F60000000049454E44AE426082}
          StopValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0217494441545847E5964D6EC23010851D1289B64BB608893D4760D99F0354EA
            15DA737088AA8BF6041CA1557B0B105B24962C40A03688D0D4CF64AAB1639364
            BAEC278D3C71DE9B4C3C0850FF9EA8580DE3F1389E4C260F3ABDD17166366DD2
            3CCFDFA3287A1A8D4659B167907A9362354CA7D3FB4EA773371C0ED5E17050DA






|

|


|


|

|
<
<
<
<

|
|
|
>


<
<
|
<
|


|
>
>
>

|
>





|









|
<


>
>
>

<


|
|
>
|
|

|



|
>
>



|
>
>






|
<
<
|
|
|
|
|
|
>
>
|
<
<
|
|
>
>
|
<
<
|
|
>
>
|
<
<
|
|
>
>
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17




18
19
20
21
22
23
24


25

26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

52
53
54
55
56
57

58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85


86
87
88
89
90
91
92
93
94


95
96
97
98
99


100
101
102
103
104


105
106
107
108
109
110
111
112
113
114
115
116
object frmActiveProject: TfrmActiveProject
  Left = 0
  Top = 0
  Caption = 'Projects'
  ClientHeight = 341
  ClientWidth = 325
  Position = ScreenCenter
  Transparency = True
  FormStyle = StayOnTop
  FormFactor.Width = 320
  FormFactor.Height = 480
  FormFactor.Devices = [Desktop, iPhone, iPad]
  OnCreate = FormCreate
  Touch.GestureManager = gmActiveProject
  Touch.InteractiveGestures = [LongTap]
  OnGesture = FormGesture
  DesignerMasterStyle = 0




  object lytProjects: TLayout
    Align = Client
    Size.Width = 325.000000000000000000
    Size.Height = 341.000000000000000000
    Size.PlatformDefault = False
    object btnProject: TCornerButton
      DisableFocusEffect = True


      StyledSettings = [Family, FontColor]

      PopupMenu = modMain.pumProject
      Position.X = 8.000000000000000000
      Position.Y = 8.000000000000000000
      Sides = [Top, Left, Bottom, Right]
      Size.Width = 305.000000000000000000
      Size.Height = 65.000000000000000000
      Size.PlatformDefault = False
      TabOrder = 0
      TextSettings.Font.Size = 30.000000000000000000
      TextSettings.Font.Style = [fsBold]
      XRadius = 15.000000000000000000
      YRadius = 15.000000000000000000
      OnClick = btnProjectClick
      OnMouseDown = ControlDragMouseDown
      object rndrctTime: TRoundRect
        Fill.Kind = Gradient
        Fill.Gradient.Points = <
          item
            Color = claDarkgreen
            Offset = 0.000000000000000000
          end
          item
            Color = claLightgreen
            Offset = 1.000000000000000000
          end>
        Fill.Gradient.Style = Radial

        Position.X = 232.000000000000000000
        Position.Y = -8.000000000000000000
        Size.Width = 81.000000000000000000
        Size.Height = 25.000000000000000000
        Size.PlatformDefault = False
        Stroke.Color = claLightgray

        OnMouseDown = ControlDragMouseDown
        object txtTime: TText
          Align = Client
          HitTest = False
          Size.Width = 81.000000000000000000
          Size.Height = 25.000000000000000000
          Size.PlatformDefault = False
          Text = '00:00 '#183' 00:00'
          TextSettings.FontColor = claWhite
        end
      end
      object imgIcon: TImage
        MultiResBitmap = <
          item
          end>
        HitTest = False
        Position.X = 8.000000000000000000
        Position.Y = 7.000000000000000000
        Size.Width = 50.000000000000000000
        Size.Height = 50.000000000000000000
        Size.PlatformDefault = False
        object anmProjectIcon: TBitmapAnimation
          Duration = 0.200000002980232200
          PropertyName = 'Bitmap'
          StartValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            02F3494441545847E5573D681441187DB3BBA777670CD14202829DA0B5F682BD


            AD8D588B458A808DAD2068A39D601A0B857476DA5A5B591950B00C72E1FE72F1
            FE72FBE3FB66E6C2CEEC5E90B1CC83773373FBBD77DFF7EDECCFE1CC43D9D1E0
            D6DB0666E94BE4D943A8E40290DB030286AA6C8C2CDB4574F509F6EE1FDB0306
            81DAC48E06B3C58B1B37AF6CBF7B76178BACC0FC38479A17480BA020E32469BD
            D9FDB6F5E9F3F78CD1DB466411A8753B70FDF5EF9D57F736DBCD04879385365A
            B0908C463943E3586163A38D478F3F76F0736BD3AA0C02B5911D0D946AF56739
            3AA339FAE314BD3F4B667AEC8C52EC0F160C2CD68DA08440AD9B007138CED0B7
            A29E189D90DF915D7E8F24B6D12E42B45E0780C13C457F4223CD5C8F3D8E3D3D
            66382079464D7C1981DA4A02C359A15B3898D2606A0D38D7E4BC3BE6895595C6


            056B2BAB114D063C97C68486A43191B1C0C1947189BB773502B595528E78850E
            A49232AD416F06745949556510A2F5962D1C72A30E193C9C1BB39E90F32ECDFB
            6477CE0A5A36DC4198D64DA01DE3484C18ACB95098E61152C58D132528A21839
            59DB8140ADBB8C238C281CD16842B18890F066298C4B731A5610A8751388228C
            B30873B954CAA2F2BCD1605CDD260CD37A0928CCC46029A8232B951FAB20505B


            75928C5755A02955D4EEC2206D350147E0510C1B1CEB3A20A8D32CB9427B7A02
            950A84ACA246A6518EFB47ADBB526C4F4564593694FBAE8F40AD9B408B0765A7
            FAA2F25C8ED7752050EBADB85C9AACA218CA6EF611A875578A5588D1AA0A34A5
            856E1B3502B55E3A5C9E568536B4713E02B5EE8ACF6A25978A232ACD85A2A8BB
            13066ABD04B897F8527922144A55BAB5A4B45950771F0AD4BA091017DB624461


            4C8365BB44CC57EB13F0501D42B45E02E727979AC0E5B6C2FA39C6FAAD9668BE
            5300CD917CBA08D3BA09ACC71F3A5F7FA0A04183D534D748FEC791DBB7A2B9CE
            7EEF9754F85EC79711A875D3BCF325C1B5E839FFD23CA074CDA4C78F487A28A1
            E9983B6D17CDE653ECDCE693BF84FFD19E61007F0114832CC6324ED3CC000000
            0049454E44AE426082}
          StopValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0217494441545847E5964D6EC23010851D1289B64BB608893D4760D99F0354EA
            15DA737088AA8BF6041CA1557B0B105B24962C40A03688D0D4CF64AAB1639364
            BAEC278D3C71DE9B4C3C0850FF9EA8580DE3F1389E4C260F3ABDD17166366DD2
            3CCFDFA3287A1A8D4659B167907A9362354CA7D3FB4EA773371C0ED5E17050DA
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145



146


147
148
149
150
151
152
153
154
155
156
157
158
159



160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180



181
182
183
184
185
186

187
188
189
190
191
192
193
194


195
196
197
198


199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
        GlowColor = claWhite
        Opacity = 0.899999976158142100
        Trigger = 'IsMouseOver=true'
        Enabled = False
      end
      object txtProject: TText
        Anchors = [akLeft, akTop, akRight, akBottom]
        Color = claBlack
        Font.Size = 30.000000000000000000
        Font.Style = [fsBold]
        Height = 50.000000000000000000
        HitTest = False
        HorzTextAlign = taLeading
        Position.X = 64.000000000000000000
        Position.Y = 7.000000000000000000



        Text = 'Pauze'


        Width = 233.000000000000000000
      end
    end
    object btnProject2: TCornerButton
      DisableFocusEffect = True
      Font.Size = 30.000000000000000000
      StyledSettings = [ssFamily, ssFontColor]
      Height = 65.000000000000000000
      Opacity = 0.750000000000000000
      PopupMenu = pumMenu
      Position.X = 8.000000000000000000
      Position.Y = 80.000000000000000000
      Sides = [sdTop, sdLeft, sdBottom, sdRight]



      TabOrder = 1
      Width = 305.000000000000000000
      XRadius = 15.000000000000000000
      YRadius = 15.000000000000000000
      OnClick = btnProjectClick
      OnMouseDown = ControlDragMouseDown
      object rndrctTime2: TRoundRect
        Fill.Kind = bkGradient
        Fill.Gradient.Points = <
          item
            Color = claBlue
            Offset = 0.000000000000000000
          end
          item
            Color = claLightblue
            Offset = 1.000000000000000000
          end>
        Fill.Gradient.Style = gsRadial
        Height = 25.000000000000000000
        Position.X = 232.000000000000000000
        Position.Y = -8.000000000000000000



        Stroke.Color = claLightgray
        Width = 81.000000000000000000
        OnMouseDown = ControlDragMouseDown
        object txtTime2: TText
          Align = alClient
          Color = claWhite

          Height = 25.000000000000000000
          HitTest = False
          Text = '00:00 '#183' 00:00'
          Width = 81.000000000000000000
        end
      end
      object imgIcon2: TImage
        Height = 50.000000000000000000


        HitTest = False
        Position.X = 8.000000000000000000
        Position.Y = 7.000000000000000000
        Width = 50.000000000000000000


        object anmProject2Icon: TBitmapAnimation
          Duration = 0.200000002980232200
          PropertyName = 'Bitmap'
          StartValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            068D494441545847D5575B6C5455145D3373A71DDACEF4DD52FA045A28A0AD0D
            D0D202E1954624A86D6254126A88C1F8211F6A8CC40F63FC36266082A9120909
            4A0A88A4E887625A3A04C512C0864769A116FA2E163A2D9DB673EFDCB9D775EE
            CCD4693B05463F8C0B76CEDC73EF396B9DBDF7D9E714FF354C81F65F61E7CE9D
            B16363635BA3A2A2AA5555AD309BCDEF9D3C79F2BBC0EB47E21F0BA8A9A94966
            B3DDEBF5567B3C9E4A408FA1A1ACAC020909F14E8723769F2445BBEAEBEB871D
            0EC7BBFCF67A6D6DEDA7C6E010442460D7AE5DD9B22CBFA8284A35DBF55CA9D5
            C419727272505EBE1E454515C8C8C882CBD5471BC4E8E8987EF060AD6EB7DBCD
            FCBEFFC891239981A9A6F058013B76EC28E4E06AFEAC9A98985865B54A66D19F
            96968AB56B3760E5CAF524CD83AACAECD560B349A02E7477DF4743C329DCBC79
            99EF7CE0D83B7575758BC4D8508417F056F7D3AB860FEDCC1DBBF0BCAC4B853A
            BF132BE54AB06EDD069496AE4766E612F87C3EE8BA179AE6434C4C9441DCD131
            882B57CEA1A5C589F1F171302F38D80C86A9EDE8D1A3CB020C53082FE0B54B83
            F3D346D257F57F8D74DFB0E1DED5E59B919DB702131E1FC43F45F1925C476262
            0C5B0BDADAFA71EBD625837868E81EA2A36D1464094C084C4E4EB61C3B76AC24
            F03885F0025E3DEF42E5DA04F1333E1AD8C8742B92C6B124C58C5C6D0C4B1C26
            24A4C6E2E1B886ABAD03E8E9BD891B379AE8F61E489215168BE47719116C29E0
            C2F1E3C72B8C8710CC21C03990B3A578FEFE2237EAEE6A38331805D74402ACF1
            1638A280DC381DE57619F31EFC89796DB5686DFF23406C31088326205AE12986
            A0E9C489139B8CCE101809350B5E78145941D592341CAECC46CFCBF1B8533584
            CF0BBAB0D97C1BDD3DFD38F03BF7D5A08CF6EB5761B58AF89B0DA2B94CD3344F
            60F669082F40D2E40945C384EC858BC3467C36443BB250B562310E6F5F86FA8A
            49C0A7214A32C1CC5587230C3591AC9109D0345956540E041ED0CD02E4C3A40A
            439057A37B35CD78D6C210CE3481C804F87C1EAF5783E6538D3DDCDA7A91FBB9
            9949760B5E925AC5A414E4D3292440428269A4A1CFFEEDAA4720C0E4F3688A0E
            856CA9A919282C2CC5D2A565888FCF80DBFD10CC7112FB30E925013F0F12CE14
            212C08FE8E2404F040F57B6060A0875B48141B2036D68E38BB0366131F3495A1
            301BABE379C07A90C8AAB832B8DA6926FA68A254CE4278012A64CE0E991E888B
            4B432FF7795B5B330BCD457A6002169DC374BE679ED858709E292E6665CC64A8
            5A8DE1333D21C096993B1BE1059899301420AADD3C5B34F2F28A50505086850B
            4BB9DD6CFEE2213CC01C484A49C3B0CBC5F27B85E2DCC67081500191E7807017
            43A030F507067B18862E768949C162C3212696589E012A13B2BBEB2E93B3DB28
            4202A1C4410BE4470421106A79C028DC01F3D3B379A0C4A1B3F3320F9A8B3C66
            87F85EA2078446FAC2244D230A6D43FB699178407CACE1C7DB8318BFD78DECE4
            642C2F588982FC529E88A930B1EA89102806813F5945C92D2C2C0CBA7B964526
            C0440F300A1FB4E7E3A9530A367ED588CFCE9C476FE755C472446C948D22E901
            5587CC50A5A5A7A3A4A404232323C6F030E4A23B02012A67E7AA6066E0251B3A
            6CC568F26661CBB924947EF1133EF9D9C9C3875B9021CACECC427E7E3E8FE116
            EE96DEB0E4C2E899080480DB50649D506EB262AFBC1F19DFBD84F72D87301453
            8C2F5DA550CD89BC15E8E8E9EFC739A713BC354D9D7C4113107D222C1411C136
            14F11202E8E2E2141977AFFD8AB88CC570755DC373C99D46FC85697C4F8AA98B
            C74C72D18E8E8E3254EA6F3C2D9D46E70CCC2140E480D8772C898A0F09AC72F1
            F1B4E43464E9F7C47B2192B9CA3DCEA224125190095707C9492A72423C1C6068
            363A9D4E7F82CC40780116134B3157C99DD03E6441DEF2D5B0F3B2B92035112E
            4B0ABB298E508510F13FB0EA20396FCD3C451FB82549AA696868D8D3D1D111B6
            0608CC9103F64EB847C535861ED6B06F6C1B521615C39D548C6F3B93C8487122
            AE0C81A121402CC0AB97B88CB6D96CB672927F13E89E1346550D8BAD67DFC664
            DF3BACC53948CE0092D3FDFDBAFFFA2D566E71CB58D7FD216C12F381CF4C449D
            6138919494B4FBF4E9D363FE018FC6DC020C1CB7A0D2B68D57A337A1B89F457A
            8AC4D2089E50860730E2C186FE8F20F19C99F4C80A57BDB7B1B1713F07FEED92
            C7E0310242B0E9875CC8E3BB21BB5EE71F010B309F5E9162B1A6EF6348DEFB7D
            52B4FD95A6A6A65F025F3F319E5C40101BCE4A78D8FE0273E30D68961531E6A1
            E63509DFEF696C6CE6F6F8DF01F80B619449CF8A161C9B0000000049454E44AE
            426082}
          StopValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0476494441545847D597CB4B644714C6CB6E1FED5BD1A0A00E66152538082191
            0467994548C86A924536596515170151778A0B83E046DD04DCB89721E40FC822
            A04B4106242A2AEAA08EA2E01BB57D74CEEFE49E9EF2E6B6733BB308F9A0A87B
            CFAD5BDF57DF3955B7DBFDD72808FA77C2F4F4746A6F6FEF936432F9ECFEFEFE







<
<
<
<

<


>
>
>

>
>
|




<
|
<

|


|
>
>
>

|





|









|
<


>
>
>

<


|
|
>
|
|

|



|
>
>



|
>
>






|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|







135
136
137
138
139
140
141




142

143
144
145
146
147
148
149
150
151
152
153
154
155

156

157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182

183
184
185
186
187
188

189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
        GlowColor = claWhite
        Opacity = 0.899999976158142100
        Trigger = 'IsMouseOver=true'
        Enabled = False
      end
      object txtProject: TText
        Anchors = [akLeft, akTop, akRight, akBottom]




        HitTest = False

        Position.X = 64.000000000000000000
        Position.Y = 7.000000000000000000
        Size.Width = 233.000000000000000000
        Size.Height = 50.000000000000000000
        Size.PlatformDefault = False
        Text = 'Pauze'
        TextSettings.Font.Size = 30.000000000000000000
        TextSettings.Font.Style = [fsBold]
        TextSettings.HorzAlign = Leading
      end
    end
    object btnProject2: TCornerButton
      DisableFocusEffect = True

      StyledSettings = [Family, FontColor]

      Opacity = 0.750000000000000000
      PopupMenu = modMain.pumProject
      Position.X = 8.000000000000000000
      Position.Y = 80.000000000000000000
      Sides = [Top, Left, Bottom, Right]
      Size.Width = 305.000000000000000000
      Size.Height = 65.000000000000000000
      Size.PlatformDefault = False
      TabOrder = 1
      TextSettings.Font.Size = 30.000000000000000000
      XRadius = 15.000000000000000000
      YRadius = 15.000000000000000000
      OnClick = btnProjectClick
      OnMouseDown = ControlDragMouseDown
      object rndrctTime2: TRoundRect
        Fill.Kind = Gradient
        Fill.Gradient.Points = <
          item
            Color = claBlue
            Offset = 0.000000000000000000
          end
          item
            Color = claLightblue
            Offset = 1.000000000000000000
          end>
        Fill.Gradient.Style = Radial

        Position.X = 232.000000000000000000
        Position.Y = -8.000000000000000000
        Size.Width = 81.000000000000000000
        Size.Height = 25.000000000000000000
        Size.PlatformDefault = False
        Stroke.Color = claLightgray

        OnMouseDown = ControlDragMouseDown
        object txtTime2: TText
          Align = Client
          HitTest = False
          Size.Width = 81.000000000000000000
          Size.Height = 25.000000000000000000
          Size.PlatformDefault = False
          Text = '00:00 '#183' 00:00'
          TextSettings.FontColor = claWhite
        end
      end
      object imgIcon2: TImage
        MultiResBitmap = <
          item
          end>
        HitTest = False
        Position.X = 8.000000000000000000
        Position.Y = 7.000000000000000000
        Size.Width = 50.000000000000000000
        Size.Height = 50.000000000000000000
        Size.PlatformDefault = False
        object anmProject2Icon: TBitmapAnimation
          Duration = 0.200000002980232200
          PropertyName = 'Bitmap'
          StartValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0690494441545847D5575B6C5455145D33733B334C3B337D3FE883026D29A0AD
            0428B440780545824A132392B486188C1FF2A1C648FC30C66F630226982A9198
            A08487408A7E28A6A543508400363C4A0BB5D077B1D02974DACEBD73E75ED7B9
            3353873205463F8C0B76CEDC73EF396B9DBDF7D9E714FF354CE1F65FA1A6A626
            71646464BDD56AAD5655B5CA6C36BF77E4C891A3E1D78FC43F16505B5B9BC666
            632010A8F6FBFDEB00DD41C3922555484E767B5CAEC49D9264F3D6D7D70FB95C
            AE77F9ED95BABABA4F8DC151884BC0D6AD5BF365597E4951946AB62BB8D20413
            672828284065E50A9495552127270F5E6F2F6D80764FDFB3A74E77BBDD667EDF
            B76FDFBEDCF0541378AC802D5BB6947270357F6EF2F97C8B6C36AB59F4676666
            60D9B29558B87005490BA1AA327B35D8ED12A80B5D5D77D0D0700CD7AE5DE0BB
            20C6C6C66E1E38706096181B8DD802DEEA7A7AD1D0DE9A1923675E9075A954E7
            7762A54EA713CB97AF4445C50AE4E69620180C42D703D0B4201C0EAB41DCDE3E
            808B174FA1B9D983D1D151302F38D80C86A975FFFEFD73C30C13882DE0B5F303
            D999C3598BFABE415670C870EFE2CA35C82F9C8F317F10E29FA20448AE2325C5
            C1D682D6D63E5CBF7EDE201E1CBC0D9BCD4E4196F084C0F8F878F3C183071784
            1F27105BC0E6D35E3CBB2C59FC74DB80554CB732691425E966CCD04650E23221
            392311F747355C6AE94777CF355CBDDA44B77743921260B148219711919602CE
            1C3A74A8CA7888426C01AF7AFA0BD69667EF2AF3E1C02D0D2706ACF08E2523C1
            6D81CB0ACC48D251E99431EDEE9F98D65A8796B63FC2C41683306202A2159E62
            089A0E1F3EBCDAE88C8291500F2100BF222BD8549289AFD7E5A3FB15376E6E1A
            C4E7C59D5863BE81AEEE3EECFE9DFB6A4046DB954B484810F1371B445399A669
            FEF0EC0F20B6004993C7140D6372005E0E1B0EDA6173E561D3FCD9F87AE35CD4
            578D03410D56C90433571D8B30DA44B2C62740D36459513910B84B370B900FE3
            2A0C41018DEED534E3598B4138D904E213100CFA03010D5A5035F6704BCB39EE
            E7B34CB2EB089034414C4A41419D42C22424788034FA39B45DF5380498827E4D
            D1A1902D232307A5A51598336709DCEE1CF87CF7C11C277110E30112F0F308E1
            6411C222E0EF7842003FD49007FAFBBBB98544B10112139D4872BA6036F14153
            190AB3B13A9E07AC0729AC8A0B23AB7DC0441F4D94CA87105B800A99B343A607
            929232D1C37DDEDA7A9685E61C3D30068BCE613ADF334FEC2C38CF9497B332E6
            32542DC6F0C99E1060CBCC7D18B1059899301420AADD34BB0D858565282E5E82
            99332BB8DDECA1E2213CC01C484DCFC490D7CBF27B91E27CC670816801F1E780
            701743A030F5FB07BA19864E768949C162C3212696589E012A13B2ABF31693B3
            CB284202D1C4110BE7471C21106A79C028DC01D959F93C5092D0D1718107CD39
            1EB1837C2FD10342237D61921E208A6EA3FB69F178407CACE1C71B0318BDDD85
            FCB434CC2B5E88E2A20A9E881930B1EA8910280641285945C92D2D2D8DB8FB21
            8B4F80891E60143E682BC253C714ACFAAA119F9D388D9E8E4B48E48844AB9D22
            E9015587CC5065666561C18205181E1E3686C72017DD710850393B570533032F
            D9D16E2F4753200F6B4FA5A2E28B9FF0C9CF1E1E3EDC820C517E6E1E8A8A8A78
            0C3773B7F4C4241746CFC42100DC8622EB8472530276C8BB9073F465BC6FD98B
            414739BEF4564035A7F056A0A3BBAF0FA73C1EF0D63471F2454C40F489B05044
            1CDB50C44B08A08BCBD365DCBAFC2B927266C3DB7919CFA77518F117A6F13D29
            262E1E93C9457BEFDE3D864AFD8DA7A5C7E89C842904881C10FB8E2551092299
            55CEEDA6A565224FBF2DDE0B91CC55EE7116259188824CB83A424E529113E261
            3743B3CAE3F184126412620BB098588AB94AEE84B6410B0AE72D869397CDE919
            29F05AD2D94D71842A8488FFE15547C8796BE6B56CD02749526D4343C3F6F6F6
            F6983540608A1C7076C0E715D7187A58C3CE910D489F550E5F6A39BEEB482523
            C589B83204868630B100AF5EE232DAEA70382A49FE6DB87B4A18553526D69F7C
            1BE3BDEFB01617202D0748CB0AF5EBA1EBB758B9C5276379D787B04BCC073E33
            117586E1706A6AEAB6E3C78F8F84063C1A530B3070C88275F60DBC1ABD09BFEF
            39E4A44B2C8DE009657800C37EACECFB0812CF9971BFACD8EDF61D8D8D8DBB38
            F06F973C068F111085D53FCC803CBA0DB2F775FE11301DD9F48A9488A5BD1F43
            0ADCE9956CCECD4D4D4DBF84BF7E623CB98008569E9470BFED45E6C61BD02CF3
            1DE6C1B34B93BFDFDED87896DBE37F07E02F586449CDCD408637000000004945
            4E44AE426082}
          StopValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0476494441545847D597CB4B644714C6CB6E1FED5BD1A0A00E66152538082191
            0467994548C86A924536596515170151778A0B83E046DD04DCB89721E40FC822
            A04B4106242A2AEAA08EA2E01BB57D74CEEFE49E9EF2E6B6733BB308F9A0A87B
            CFAD5BDF57DF3955B7DBFDD72808FA77C2F4F4746A6F6FEF936432F9ECFEFEFE
303
304
305
306
307
308
309
310
311
312
313
314
315
316



317

318
319
320
321
322
323
324
325
326
327
328
329
330



331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351



352
353
354
355
356
357

358
359
360
361
362
363
364
365


366
367
368
369


370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
        GlowColor = claWhite
        Opacity = 0.899999976158142100
        Trigger = 'IsMouseOver=true'
        Enabled = False
      end
      object txtProject2: TText
        Anchors = [akLeft, akTop, akRight, akBottom]
        Color = claBlack
        Font.Size = 30.000000000000000000
        Height = 50.000000000000000000
        HitTest = False
        HorzTextAlign = taLeading
        Position.X = 64.000000000000000000
        Position.Y = 7.000000000000000000



        Text = 'Project'

        Width = 233.000000000000000000
      end
    end
    object btnProject3: TCornerButton
      DisableFocusEffect = True
      Font.Size = 30.000000000000000000
      StyledSettings = [ssFamily, ssFontColor]
      Height = 65.000000000000000000
      Opacity = 0.750000000000000000
      PopupMenu = pumMenu
      Position.X = 8.000000000000000000
      Position.Y = 152.000000000000000000
      Sides = [sdTop, sdLeft, sdBottom, sdRight]



      TabOrder = 2
      Width = 305.000000000000000000
      XRadius = 15.000000000000000000
      YRadius = 15.000000000000000000
      OnClick = btnProjectClick
      OnMouseDown = ControlDragMouseDown
      object rndrctTime3: TRoundRect
        Fill.Kind = bkGradient
        Fill.Gradient.Points = <
          item
            Color = claBlue
            Offset = 0.000000000000000000
          end
          item
            Color = claLightblue
            Offset = 1.000000000000000000
          end>
        Fill.Gradient.Style = gsRadial
        Height = 25.000000000000000000
        Position.X = 232.000000000000000000
        Position.Y = -8.000000000000000000



        Stroke.Color = claLightgray
        Width = 81.000000000000000000
        OnMouseDown = ControlDragMouseDown
        object txtTime3: TText
          Align = alClient
          Color = claWhite

          Height = 25.000000000000000000
          HitTest = False
          Text = '00:00 '#183' 00:00'
          Width = 81.000000000000000000
        end
      end
      object imgIcon3: TImage
        Height = 50.000000000000000000


        HitTest = False
        Position.X = 8.000000000000000000
        Position.Y = 7.000000000000000000
        Width = 50.000000000000000000


        object anmProject3Icon: TBitmapAnimation
          Duration = 0.200000002980232200
          PropertyName = 'Bitmap'
          StartValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0691494441545847D5575B6C5455145D3373673A7DCCF4FDA20F0AB4A580B636
            85420BA43C8222416D132392B486188C1FF2A1C648FC30C66F630226982A9198
            A004A840403F14D3D221289600363C4A0BB5400B6DB1852974DACEBD73E75ED7
            B93353A7650A8C7E1817EC9CB9E7DE73D63A7BEFB3CF29FE6B9882EDBF427D7D
            7DFCE8E8E87A9BCD56A7AA6AB5D96C7EEFD0A1438783AF1F897F2CA0A1A12195
            CD469FCF57E7F57AD7017A1C0D4B9756232929D1E574C6EF90A418F7D1A347EF
            399DCE77F9EDA5C6C6C64F8DC161884AC0962D5BF264597E4951943AB62BB952
            AB8933E4E7E7A3AA6A254A4BAB919D9D0BB7FB366D1023230FF4DDBB1B750A30
            F3FBFEBD7BF7E604A79AC463056CDEBCB98483EBF8B3766C6C6CB1CD66358BFE
            8C8C742C5F5E838A8A95242D80AACAECD560B74BA02EF4F60EA3B9F908AE5C39
            C7777E8C8F8F5FDFBF7FFF5C31361C9105BCD5FBF4E27B7BEA678F9E7E41D6A5
            129DDF89953A1C0EAC585183CACA95C8C92986DFEF87AEFBA0697EC4C5D90CE2
            EEEE419C3F7F12EDED2E503098171C6C06C3D4B96FDFBE054186494416F0DAD9
            C1AC8C91CCC5FDDF20D37FCF70EF92AA35C82B588471AF1FE29FA2F848AE2339
            398EAD059D9DFDB87AF5AC413C3474073131760AB2042704262626DA0F1C3850
            1E7C9C4464019B4EB9F1ECF224F133310658C5742B95C6509C66C66C6D14C54E
            1392D2E3F1604CC3858E01F4DDBA82CB975BE9F63E489215168B147019116A29
            E0F4C18307AB8D87304416F0AA6B207F6D59D6CE520FF6DFD0707CD006F77812
            AC8916386DC0EC041D550E19B177FF446C67233ABAFE08125B0CC29009885678
            8A21686D6A6A5A6D7486C148A887E083579115D41667E0EB7579E87B2511D76B
            87F079D14DAC315F436F5F3F76FDCE7D3528A3EBD20558AD22FE66836826D334
            CD1B9C7D0A220B9034795CD1302EFBE0E6B011BF1D31CE5CD42E9A87AF372EC0
            D1EA09C0AFC1269960E6AA2311869B48D6E804689A2C2B2A070277E96601F261
            428521C8A7D1BD9A663C6B1108A79B407402FC7EAFCFA741F3ABC61EEEE838C3
            FDDCC624BB0A1F49AD62520AF2EB14122421C114D2F0E7C076D5A31060F27B35
            458742B6F4F46C94945462FEFCA5484CCC86C7F300CC7112FB31E123013F0F11
            4E17212C04FE8E2604F0420D786060A08F5B48141B203EDE8104871366131F34
            95A1301BABE379C07A90CCAA58115AED14137D34512A1F4264012A64CE0E991E
            4848C8C02DEEF3CECE36169A33F4C0382C3A87E97CCF3CB1B3E03C5356C6CA98
            C3507518C3A77B42802D33F76144166066C25080A876B1F618141494A2A86829
            E6CCA9E476B3078A87F0007320252D03F7DC6E96DFF314E731860B840B883E07
            84BB180285A93F30D8C730DC649798142C361C626289E519A032217B6FDE6072
            F61A4548209C3864C1FC882204422D0F18853B202B338F074A027A7ACEF1A039
            C3637688EF257A4068A42F4CD214A2F036BC9F168D07C4C71A7EBC3688B13BBD
            C84B4DC5C2A20A141556F2444C8789554F8440310802C92A4A6E494949C8DD0F
            5974024CF400A3F04157219E3AA260D5572DF8ECF829DCEAB980788E88B7D929
            921E5075C80C55466626CACBCB7901193186472017DD510850393B570533032F
            D9D16D2F43AB2F176B4FA6A0F28B9FF0C9CF2E1E3EDC820C515E4E2E0A0B0B79
            0CB773B7DC8A482E8C9E894200B80D45D609E5262BB6CB3B917DF865BC6FD983
            A1B8327CE9AE846A4EE6AD40475F7F3F4EBA5CE0AD69F2E40B9980E81361A188
            28B6A1889710401797A5C9B871F1572464CF83FBE6453C9FDA63C45F98C6F7A4
            98BC784C2717EDFDFBF7192AF5379E962EA3731A6610207240EC3B9644C58F24
            56B9C4445A6A0672F53BE2BD10C95CE51E6751128928C884AB43E4241539211E
            763134AB5C2E572041A621B2008B89A598ABE44EE81AB2A060E1123878D99C95
            9E0CB7258DDD1447A84288F81F5C75889CB7660C0F0F7B24496A686E6EDED6DD
            DD1DB10608CC90038E1E78A8DECBBC61DDDF31BA016973CBE04929C3773D2964
            A438115786C0D0102416E0D54B5C463B636363AB48FE6DB07B4618553522D69F
            781B13B7DF612DCE476A36909A19E8D703D76FB1728B47C68ADE0F6197980F7C
            6622EA0C43534A4ACAD663C78E8D06063C1A330B3070D08275F60DBC1ABD09D9
            F31CB2D2249646F084323C80112F6AFA3F82C47366C22B2B76BB7D7B4B4BCB4E
            0EFCDB258FC163048461F50FB3218F6D85EC7E9D7F04CC4216BD22C563D9ED8F
            21F9866F4B318E4DADADADBF04BF7E623CB980106A4E4878D0F52273E30D6896
            4571E6A1B66549DF6F6B6969E3F6F8DF01F80B5CFA49CE26E3549D0000000049
            454E44AE426082}
          StopValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0476494441545847D597CB4B644714C6CB6E1FED5BD1A0A00E66152538082191
            0467994548C86A924536596515170151778A0B83E046DD04DCB89721E40FC822
            A04B4106242A2AEAA08EA2E01BB57D74CEEFE49E9EF2E6B6733BB308F9A0A87B
            CFAD5BDF57DF3955B7DBFDD72808FA77C2F4F4746A6F6FEF936432F9ECFEFEFE







<
<
<

<


>
>
>

>
|




<
|
<

|


|
>
>
>

|





|









|
<


>
>
>

<


|
|
>
|
|

|



|
>
>



|
>
>






|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|







314
315
316
317
318
319
320



321

322
323
324
325
326
327
328
329
330
331
332
333

334

335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360

361
362
363
364
365
366

367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
        GlowColor = claWhite
        Opacity = 0.899999976158142100
        Trigger = 'IsMouseOver=true'
        Enabled = False
      end
      object txtProject2: TText
        Anchors = [akLeft, akTop, akRight, akBottom]



        HitTest = False

        Position.X = 64.000000000000000000
        Position.Y = 7.000000000000000000
        Size.Width = 233.000000000000000000
        Size.Height = 50.000000000000000000
        Size.PlatformDefault = False
        Text = 'Project'
        TextSettings.Font.Size = 30.000000000000000000
        TextSettings.HorzAlign = Leading
      end
    end
    object btnProject3: TCornerButton
      DisableFocusEffect = True

      StyledSettings = [Family, FontColor]

      Opacity = 0.750000000000000000
      PopupMenu = modMain.pumProject
      Position.X = 8.000000000000000000
      Position.Y = 152.000000000000000000
      Sides = [Top, Left, Bottom, Right]
      Size.Width = 305.000000000000000000
      Size.Height = 65.000000000000000000
      Size.PlatformDefault = False
      TabOrder = 2
      TextSettings.Font.Size = 30.000000000000000000
      XRadius = 15.000000000000000000
      YRadius = 15.000000000000000000
      OnClick = btnProjectClick
      OnMouseDown = ControlDragMouseDown
      object rndrctTime3: TRoundRect
        Fill.Kind = Gradient
        Fill.Gradient.Points = <
          item
            Color = claBlue
            Offset = 0.000000000000000000
          end
          item
            Color = claLightblue
            Offset = 1.000000000000000000
          end>
        Fill.Gradient.Style = Radial

        Position.X = 232.000000000000000000
        Position.Y = -8.000000000000000000
        Size.Width = 81.000000000000000000
        Size.Height = 25.000000000000000000
        Size.PlatformDefault = False
        Stroke.Color = claLightgray

        OnMouseDown = ControlDragMouseDown
        object txtTime3: TText
          Align = Client
          HitTest = False
          Size.Width = 81.000000000000000000
          Size.Height = 25.000000000000000000
          Size.PlatformDefault = False
          Text = '00:00 '#183' 00:00'
          TextSettings.FontColor = claWhite
        end
      end
      object imgIcon3: TImage
        MultiResBitmap = <
          item
          end>
        HitTest = False
        Position.X = 8.000000000000000000
        Position.Y = 7.000000000000000000
        Size.Width = 50.000000000000000000
        Size.Height = 50.000000000000000000
        Size.PlatformDefault = False
        object anmProject3Icon: TBitmapAnimation
          Duration = 0.200000002980232200
          PropertyName = 'Bitmap'
          StartValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0692494441545847D5575B6C145518FE7677DA0EDBEE767B6FE985026D29A0AD
            A4506881700B8A04B54D8C480286188C0FF2A0C6487C30C667630226982A9198
            A0848B40401F14D3D2252842001B2EA5855AA02D6DB1D02D74DBDD999D9DF13B
            B3BB7569B7C0EA83F1833F67E7CC9CF37DE7FFFFF39F53FCD7B084DB7F858D1B
            37260F0F0FAF494C4CACD734ADD66AB5BE77E8D0A1C3E1D78FC43F16B069D3A6
            0C36EB028140BDDFEF5F0D18761A162EAC85CB95EA763A93B74B5292E7E8D1A3
            834EA7F35D7E7BB9A1A1E153737014E212B079F3E64245515E5255B59EED52AE
            34C1C2198A8A8A5053B3141515B5C8CB2B80C7739BD68FC1C12163D7AE06C3E5
            7259F97DEF9E3D7BF2C3538DE1B102366CD850CEC1F5FC594737CF97E524ABE8
            CFCECEC2E2C5CB5055B594A4C5D03485BD3A64590275A1ABEB2E1A1B8FE0EAD5
            F37C17C4E8E8E88D7DFBF6CD1063A3115BC05B5D4FCF1FDCBD71DAF0E9171443
            2A37F89D58A9C3E1C09225CB505DBD14F9F965080683308C00743D08BB3DD124
            EEE8E8C7850B27D1D2E2C6C8C80898171C6C05C3D4B677EFDED9618631C416F0
            DAB9FEDCECA19CF9BDDF20273868BA7741CD4A1416CFC5A83F08F14F55032437
            909666676B435B5B2FAE5D3B67120F0CDC4152924C41B6F08480CFE76BD9BF7F
            FFBCF0E318620B587FCA836717BBC4CFD4246039D3AD421A4159A615D3F46194
            392D706525E3C1888E8BAD7DE8EEB98A2B579AE9F66E4852026C3629E43222D2
            52C0E903070ED49A0F51882DE055775FD1AACADC1D155EECBBA9E3787F223CA3
            2E24A4DAE04C04A6A518A871289872EF4F4C696B406BFB1F61629B49183101D1
            0A4F3104CD070F1E5C617646C14CA80908C0AF2A2AEACAB2F1F5EA4274BF928A
            1B7503F8BCF416565AAFA3ABBB173B7FE7BEEA57D07EF922121244FCAD26D164
            A6EBBA3F3CFB43882D40D2955155C7A8128087C3868232929C05A89B3B135FAF
            9B8DA3B53E20A82351B2C0CA55C7228C3691ACF109D0754551350E04EED1CD02
            E4834F832928A0D3BDBA6E3EEB3108C79B407C0282417F20A0430F6AE61E6E6D
            3DCBFD7C8649760D019226884929286850489884040F91463F87B6AB1187004B
            D0AFAB0654B26565E5A1BCBC1AB3662D446A6A1EBCDE07608E9338085F8004FC
            3C42385E84B008F83B9E10C00F2DE481BEBE6E6E21516C80E46407521C4E582D
            7CD03586C26AAE8EE701EB411AAB625564B50F99E8A389523901B1056850383B
            147A2025251B3DDCE76D6D675868CED203A3B0191C66F03DF34466C179A6B292
            95319FA16A35878FF784005B66EE44C4166065C25080A87653E424141757A0B4
            7421A64FAFE6769343C543788039909E998D418F87E5F702C579CDE102D102E2
            CF01E12E864065EAF7F577330CB7D82526058B0D875858627906684CC8AE5B37
            999C5D66111288268E58383FE2088150CB0346E50EC8CD29E4819282CECEF33C
            68CEF2981DE07B891E101AE90B8BF41051741BDD4F8BC703E2631D3F5EEFC7C8
            9D2E146664604E69154A4BAA792266C1C2AA2742A09A04A1641525B7BCBC3CE2
            EE09169F000B3DC0287CD05E82A78EA858FE55133E3B7E0A3D9D1791CC11C989
            3245D2039A0185A1CACEC9C1BC79F3303434640E8F412EBAE310A07176AE0A56
            065E92D12157A23950805527D351FDC54FF8E467370F1F6E4186A830BF002525
            253C865BB85B7A62920BA367E210006E43917542B92501DB941DC83BFC32DEB7
            EDC680BD125F7AAAA159D3782B30D0DDDB8B936E37786B1A3BF9222620FA4458
            28228E6D28E22504D0C595990A6E5EFA15297933E1B97509CF67749AF117A6F3
            3D29C62E1EE3C9457BFFFE7D864AFB8DA7A5DBEC1C874904881C10FB8E25510D
            C2C52A979A4ACBC846817147BC172299ABDCE32C4A221105997075849CA42227
            C4C34E8666B9DBED0E25C838C41660B3B0147395DC09ED033614CF5900072F9B
            53B3D2E0B165B29BE2084D0811FFC3AB8E90F3D6CC6BD9805792A44D8D8D8D5B
            3B3A3A62D600814972C0D109EFA0B8C6D0C33AB60FAF45E68C4A78D32BF15D67
            3A19294EC49521303584890578F51297D136BBDD5E43F26FC3DD93C2ACAA31B1
            E6C4DBF0DD7E87B5B808197940464EA8DF085DBFC5CA6D5E054BBA3E842C311F
            F8CC4434188683E9E9E95B8E1D3B361C1AF0684C2EC0C4011B56CB6B79357A13
            3EEF73989A29B134822794E9010CF9B1ACF723483C677C7E459565795B5353D3
            0E0EFCDB258FC163044461C50FD3A08C6C81E2799D7F044C452EBD222563D1ED
            8F2105EEDE96921CEB9B9B9B7F097FFDC4787201112C3B21E141FB8BCC8D37A0
            DBE6DAAD036716B9BEDFDAD47486DBE37F07E02F555149CCE971AC8700000000
            49454E44AE426082}
          StopValue.PNG = {
            89504E470D0A1A0A0000000D4948445200000020000000200806000000737A7A
            F4000000017352474200AECE1CE90000000467414D410000B18F0BFC61050000
            0476494441545847D597CB4B644714C6CB6E1FED5BD1A0A00E66152538082191
            0467994548C86A924536596515170151778A0B83E046DD04DCB89721E40FC822
            A04B4106242A2AEAA08EA2E01BB57D74CEEFE49E9EF2E6B6733BB308F9A0A87B
            CFAD5BDF57DF3955B7DBFDD72808FA77C2F4F4746A6F6FEF936432F9ECFEFEFE
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
        Softness = 0.400000005960464400
        GlowColor = claWhite
        Opacity = 0.899999976158142100
        Trigger = 'IsMouseOver=true'
        Enabled = False
      end
      object txtProject3: TText
        Color = claBlack
        Font.Size = 30.000000000000000000
        Height = 50.000000000000000000
        HitTest = False
        HorzTextAlign = taLeading
        Position.X = 64.000000000000000000
        Position.Y = 7.000000000000000000
        Text = 'Project'
        Width = 233.000000000000000000
      end
    end
  end
  object pumMenu: TPopupMenu
    Left = 144
    Top = 296
    object mnuViewProjects: TMenuItem
      Action = actViewProjects
    end
    object MenuItem1: TMenuItem
      Text = '-'
    end
    object mnuFileExit: TMenuItem
      Action = actFileExit
      Text = 'Exit'
    end
  end
  object aclProject: TActionList
    Left = 104
    Top = 296
    object actViewProjects: TAction
      Text = 'Projects...'
      OnExecute = actViewProjectsExecute
    end
    object actFileExit: TFileExit
      Hint = 'Quit|Quits the application'
      ImageIndex = 43
    end
  end
  object gmActiveProject: TGestureManager
    Left = 208
    Top = 288
  end
end







<
<
<

<


<
|
<
<
<
<
|
<
<
<
<
<
|
<
<
<
|
<
<
<
|
|
<
<
<
|
<
<
<







491
492
493
494
495
496
497



498

499
500

501




502





503



504



505
506



507



508
509
510
511
512
513
514
        Softness = 0.400000005960464400
        GlowColor = claWhite
        Opacity = 0.899999976158142100
        Trigger = 'IsMouseOver=true'
        Enabled = False
      end
      object txtProject3: TText



        HitTest = False

        Position.X = 64.000000000000000000
        Position.Y = 7.000000000000000000

        Size.Width = 233.000000000000000000




        Size.Height = 50.000000000000000000





        Size.PlatformDefault = False



        Text = 'Project'



        TextSettings.Font.Size = 30.000000000000000000
        TextSettings.HorzAlign = Leading



      end



    end
  end
  object gmActiveProject: TGestureManager
    Left = 208
    Top = 288
  end
end
Changes to ProjectIt/src/F_ActiveProject.pas.
1
2
3
4
5
6
7
8
9

10
11
12
13
14
15
16
unit F_ActiveProject;

interface

uses
  System.SysUtils, System.Types, System.UITypes, System.Rtti, System.Classes,
  System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs,
  FMX.StdCtrls, FMX.Colors, FMX.Layouts, FMX.Objects, FMX.Ani, FMX.Effects,
  System.Actions, FMX.ActnList, FMX.Menus, FMX.StdActns, FMX.Gestures;


type
  TfrmActiveProject = class(TForm)
    lytProjects: TLayout;
    btnProject: TCornerButton;
    rndrctTime: TRoundRect;
    txtTime: TText;





|
|

|
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unit F_ActiveProject;

interface

uses
  SysUtils, Types, UITypes, Rtti, Classes,
  Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs,
  FMX.StdCtrls, FMX.Colors, FMX.Layouts, FMX.Objects, FMX.Ani, FMX.Effects,
  Actions, FMX.ActnList, FMX.Menus, FMX.StdActns, FMX.Gestures,
  M_Main;

type
  TfrmActiveProject = class(TForm)
    lytProjects: TLayout;
    btnProject: TCornerButton;
    rndrctTime: TRoundRect;
    txtTime: TText;
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
    rndrctTime3: TRoundRect;
    txtTime3: TText;
    imgIcon3: TImage;
    anmProject3Icon: TBitmapAnimation;
    efctGlow: TInnerGlowEffect;
    efctGlow2: TInnerGlowEffect;
    efctGlow3: TInnerGlowEffect;
    pumMenu: TPopupMenu;
    mnuViewProjects: TMenuItem;
    aclProject: TActionList;
    actViewProjects: TAction;
    MenuItem1: TMenuItem;
    mnuFileExit: TMenuItem;
    actFileExit: TFileExit;
    txtProject: TText;
    txtProject2: TText;
    gmActiveProject: TGestureManager;
    txtProject3: TText;
    procedure ControlDragMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X,
      Y: Single);
    procedure btnProjectClick(Sender: TObject);
    procedure FormCreate(Sender: TObject);
    procedure actViewProjectsExecute(Sender: TObject);
    procedure FormGesture(Sender: TObject; const EventInfo: TGestureEventInfo;
      var Handled: Boolean);
  private
    procedure SetProjectActive(const Button: TCustomButton; const Active: Boolean);
    { Private declarations }
  public
    { Public declarations }







<
<
<
<
<
<
<








<







26
27
28
29
30
31
32







33
34
35
36
37
38
39
40

41
42
43
44
45
46
47
    rndrctTime3: TRoundRect;
    txtTime3: TText;
    imgIcon3: TImage;
    anmProject3Icon: TBitmapAnimation;
    efctGlow: TInnerGlowEffect;
    efctGlow2: TInnerGlowEffect;
    efctGlow3: TInnerGlowEffect;







    txtProject: TText;
    txtProject2: TText;
    gmActiveProject: TGestureManager;
    txtProject3: TText;
    procedure ControlDragMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X,
      Y: Single);
    procedure btnProjectClick(Sender: TObject);
    procedure FormCreate(Sender: TObject);

    procedure FormGesture(Sender: TObject; const EventInfo: TGestureEventInfo;
      var Handled: Boolean);
  private
    procedure SetProjectActive(const Button: TCustomButton; const Active: Boolean);
    { Private declarations }
  public
    { Public declarations }
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
      Animation.Enabled := True;
    end else begin
      (Animation.Parent as TImage).Bitmap.Assign(Animation.StopValue);
    end;
  end;
end;

{ ------------------------------------------------------------------------------------------------ }
procedure TfrmActiveProject.actViewProjectsExecute(Sender: TObject);
var
  F: TfrmProjectList;
begin
  F := TfrmProjectList.Create(Self);
  try
    if F.ShowModal = mrOk then begin

    end;
  finally
    F.Free;
  end;
end {TForm4.Action1Execute};

{ ------------------------------------------------------------------------------------------------ }
procedure TfrmActiveProject.btnProjectClick(Sender: TObject);
var
  Button: TCustomButton;
  Child: TFmxObject;
begin
  if Sender is TCustomButton then begin







<
<
<
<
<
<
<
<
<
<
<
<
<
<
<







131
132
133
134
135
136
137















138
139
140
141
142
143
144
      Animation.Enabled := True;
    end else begin
      (Animation.Parent as TImage).Bitmap.Assign(Animation.StopValue);
    end;
  end;
end;
















{ ------------------------------------------------------------------------------------------------ }
procedure TfrmActiveProject.btnProjectClick(Sender: TObject);
var
  Button: TCustomButton;
  Child: TFmxObject;
begin
  if Sender is TCustomButton then begin
Changes to ProjectIt/src/F_ProjectList.fmx.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27



28
29
30
31
32
33
34
35
36



37
38
39
40
41
42
43
44
45
46
47



48
49
50
51
52
53
54
55
56
57
object frmProjectList: TfrmProjectList
  Left = 0
  Top = 0
  Caption = 'Projects'
  ClientHeight = 480
  ClientWidth = 640
  Position = poOwnerFormCenter
  FormFactor.Width = 320
  FormFactor.Height = 480
  FormFactor.Devices = [dkDesktop, dkiPhone, dkiPad]
  DesignerMobile = False
  DesignerWidth = 0
  DesignerHeight = 0
  DesignerDeviceName = ''
  DesignerOrientation = 0
  object lvProjects: TListView
    ItemAppearanceClassName = 'TImageListItemRightButtonAppearance'
    ItemEditAppearanceClassName = 'TImageListItemRightButtonShowCheckAppearance'
    HeaderAppearanceClassName = 'TListHeaderObjects'
    FooterAppearanceClassName = 'TListHeaderObjects'
    EditModeOptions = [DisallowSelection, HideSelection, ClearWhenStart]
    EditMode = False
    ItemIndex = 0
    Anchors = [akLeft, akTop, akRight, akBottom]
    Height = 457.000000000000000000
    Position.X = 8.000000000000000000
    Position.Y = 8.000000000000000000



    TabOrder = 0
    Width = 537.000000000000000000
  end
  object btnOK: TButton
    Default = True
    Height = 22.000000000000000000
    ModalResult = 1
    Position.X = 552.000000000000000000
    Position.Y = 8.000000000000000000



    TabOrder = 1
    Text = 'OK'
    Width = 81.000000000000000000
  end
  object btnCancel: TButton
    Cancel = True
    Default = True
    Height = 22.000000000000000000
    ModalResult = 2
    Position.X = 552.000000000000000000
    Position.Y = 40.000000000000000000



    TabOrder = 2
    Text = 'Cancel'
    Width = 81.000000000000000000
  end
  object dsProjects: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 584
    Top = 400
  end






|


|
|
<
<
<
<





<
<


<


>
>
>

<



<



>
>
>


<




<



>
>
>


<







1
2
3
4
5
6
7
8
9
10
11




12
13
14
15
16


17
18

19
20
21
22
23
24

25
26
27

28
29
30
31
32
33
34
35

36
37
38
39

40
41
42
43
44
45
46
47

48
49
50
51
52
53
54
object frmProjectList: TfrmProjectList
  Left = 0
  Top = 0
  Caption = 'Projects'
  ClientHeight = 480
  ClientWidth = 640
  Position = OwnerFormCenter
  FormFactor.Width = 320
  FormFactor.Height = 480
  FormFactor.Devices = [Desktop, iPhone, iPad]
  DesignerMasterStyle = 0




  object lvProjects: TListView
    ItemAppearanceClassName = 'TImageListItemRightButtonAppearance'
    ItemEditAppearanceClassName = 'TImageListItemRightButtonShowCheckAppearance'
    HeaderAppearanceClassName = 'TListHeaderObjects'
    FooterAppearanceClassName = 'TListHeaderObjects'


    ItemIndex = 0
    Anchors = [akLeft, akTop, akRight, akBottom]

    Position.X = 8.000000000000000000
    Position.Y = 8.000000000000000000
    Size.Width = 640.000000000000000000
    Size.Height = 480.000000000000000000
    Size.PlatformDefault = False
    TabOrder = 0

  end
  object btnOK: TButton
    Default = True

    ModalResult = 1
    Position.X = 552.000000000000000000
    Position.Y = 8.000000000000000000
    Size.Width = 81.000000000000000000
    Size.Height = 22.000000000000000000
    Size.PlatformDefault = False
    TabOrder = 1
    Text = 'OK'

  end
  object btnCancel: TButton
    Cancel = True
    Default = True

    ModalResult = 2
    Position.X = 552.000000000000000000
    Position.Y = 40.000000000000000000
    Size.Width = 81.000000000000000000
    Size.Height = 22.000000000000000000
    Size.PlatformDefault = False
    TabOrder = 2
    Text = 'Cancel'

  end
  object dsProjects: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 584
    Top = 400
  end
83
84
85
86
87
88
89
90
91
92
93
94
95
    Top = 5
    object LinkListControlToField1: TLinkListControlToField
      Category = 'Quick Bindings'
      DataSource = srcPrototype
      FieldName = 'Project'
      Control = lvProjects
      FillExpressions = <>
      AutoBufferCount = False
      FillHeaderExpressions = <>
      FillBreakGroups = <>
    end
  end
end







<





80
81
82
83
84
85
86

87
88
89
90
91
    Top = 5
    object LinkListControlToField1: TLinkListControlToField
      Category = 'Quick Bindings'
      DataSource = srcPrototype
      FieldName = 'Project'
      Control = lvProjects
      FillExpressions = <>

      FillHeaderExpressions = <>
      FillBreakGroups = <>
    end
  end
end
Changes to ProjectIt/src/F_ProjectList.pas.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unit F_ProjectList;

interface

uses
  System.SysUtils, System.Types, System.UITypes, System.Rtti, System.Classes,
  System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs,
  FMX.StdCtrls, FMX.ListView.Types, FMX.ListView, Data.Bind.GenData,
  System.Bindings.Outputs, Fmx.Bind.Editors, Data.Bind.EngExt,
  Fmx.Bind.DBEngExt, Data.Bind.Components, Data.Bind.ObjectScope, Data.DB,
  Datasnap.DBClient;

type
  TfrmProjectList = class(TForm)





|
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
unit F_ProjectList;

interface

uses
  SysUtils, Types, UITypes, Rtti, Classes,
  Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs,
  FMX.StdCtrls, FMX.ListView.Types, FMX.ListView, Data.Bind.GenData,
  System.Bindings.Outputs, Fmx.Bind.Editors, Data.Bind.EngExt,
  Fmx.Bind.DBEngExt, Data.Bind.Components, Data.Bind.ObjectScope, Data.DB,
  Datasnap.DBClient;

type
  TfrmProjectList = class(TForm)
Changes to ProjectIt/src/prj/ProjectIt.dpr.
1
2
3
4
5
6
7
8
9
10
11
12
13

14
15
program ProjectIt;

uses
  FMX.Forms,
  F_ActiveProject in '..\F_ActiveProject.pas' {frmActiveProject},
  //F_Projects in '..\F_Projects.pas' {frmProjects},
  F_ProjectList in '..\F_ProjectList.pas' {frmProjectList};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TfrmActiveProject, frmActiveProject);

  Application.Run;
end.




|
|
|






>


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
program ProjectIt;

uses
  FMX.Forms,
  F_ActiveProject {frmActiveProject},
  F_ProjectList {frmProjectList},
  M_Main in '..\M_Main.pas' {modMain: TDataModule};

{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TfrmActiveProject, frmActiveProject);
  Application.CreateForm(TmodMain, modMain);
  Application.Run;
end.
Changes to ProjectIt/src/prj/ProjectIt.dproj.
1
2
3
4
5
6
7
8
9
10
11
12
13
14















15
16
17
18
19
20
21
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <ProjectGuid>{3EC74676-A1B3-4682-90A5-9209A2735431}</ProjectGuid>
        <ProjectVersion>15.3</ProjectVersion>
        <FrameworkType>FMX</FrameworkType>
        <MainSource>ProjectIt.dpr</MainSource>
        <Base>True</Base>
        <Config Condition="'$(Config)'==''">Debug</Config>
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
        <TargetedPlatforms>7</TargetedPlatforms>
        <AppType>Application</AppType>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
        <Base>true</Base>















    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
        <Base_OSX32>true</Base_OSX32>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">



|










>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <ProjectGuid>{3EC74676-A1B3-4682-90A5-9209A2735431}</ProjectGuid>
        <ProjectVersion>16.0</ProjectVersion>
        <FrameworkType>FMX</FrameworkType>
        <MainSource>ProjectIt.dpr</MainSource>
        <Base>True</Base>
        <Config Condition="'$(Config)'==''">Debug</Config>
        <Platform Condition="'$(Platform)'==''">Win32</Platform>
        <TargetedPlatforms>7</TargetedPlatforms>
        <AppType>Application</AppType>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
        <Base_Android>true</Base_Android>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''">
        <Base_iOSDevice>true</Base_iOSDevice>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
        <Base_iOSSimulator>true</Base_iOSSimulator>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
        <Base_OSX32>true</Base_OSX32>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
53
54
55
56
57
58
59

60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76

























































77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
    </PropertyGroup>
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
        <Cfg_2>true</Cfg_2>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base)'!=''">

        <VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
        <DCC_UnitSearchPath>..\;.\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
        <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
        <VerInfo_Locale>1043</VerInfo_Locale>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
        <DCC_DcuOutput>..\..\out\DCU\$(Platform)\$(Config)</DCC_DcuOutput>
        <DCC_ExeOutput>..\..\out\$(Platform)\$(Config)</DCC_ExeOutput>
        <DCC_E>false</DCC_E>
        <DCC_N>false</DCC_N>
        <DCC_S>false</DCC_S>
        <DCC_F>false</DCC_F>
        <DCC_K>false</DCC_K>
    </PropertyGroup>

























































    <PropertyGroup Condition="'$(Base_OSX32)'!=''">
        <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys>
        <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;bindcomp;DBXInterBaseDriver;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;bindengine;soaprtl;bindcompdbx;FMXTee;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;inet;fmxobj;inetdbxpress;fmxdae;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
        <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;frxDB18;vcldbx;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;frx18;inetdbbde;vclib;DBXInterBaseDriver;Tee;DataSnapCommon;xmlrtl;svnui;ibxpress;DbxCommonDriver;vclimg;IndyProtocols;dbxcds;DBXMySQLDriver;frxe18;MetropolisUILiveTile;vclactnband;bindengine;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;vcltouch;CustomIPTransport;vclribbon;VclSmp;dsnap;IndyIPServer;Intraweb;fmxase;vcl;IndyCore;IndyIPCommon;CloudService;CodeSiteExpressPkg;dsnapcon;FmxTeeUI;inet;fmxobj;vclx;inetdbxpress;webdsnap;svn;fmxdae;bdertl;dbexpress;adortl;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <VerInfo_Locale>1033</VerInfo_Locale>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
        <VerInfo_Locale>1033</VerInfo_Locale>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
        <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;vclib;DBXInterBaseDriver;Tee;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;vclimg;IndyProtocols;dbxcds;DBXMySQLDriver;MetropolisUILiveTile;vclactnband;bindengine;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;vcltouch;CustomIPTransport;vclribbon;VclSmp;dsnap;IndyIPServer;Intraweb;fmxase;vcl;IndyCore;IndyIPCommon;CloudService;dsnapcon;FmxTeeUI;inet;fmxobj;vclx;inetdbxpress;webdsnap;fmxdae;dbexpress;adortl;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
        <DCC_Optimize>false</DCC_Optimize>
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1_OSX32)'!=''">
        <VerInfo_Build>5</VerInfo_Build>
        <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.5;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys>
        <BT_BuildType>Debug</BT_BuildType>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
        <VerInfo_Build>1</VerInfo_Build>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.1;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
        <VerInfo_Locale>1033</VerInfo_Locale>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <DCC_RemoteDebug>false</DCC_RemoteDebug>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
        <VerInfo_Build>3</VerInfo_Build>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.3;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <VerInfo_Locale>1033</VerInfo_Locale>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
        <DCC_DebugInformation>0</DCC_DebugInformation>
    </PropertyGroup>
    <ItemGroup>
        <DelphiCompile Include="$(MainSource)">
            <MainSource>MainSource</MainSource>
        </DelphiCompile>
        <DCCReference Include="..\F_ActiveProject.pas">
            <Form>frmActiveProject</Form>
            <FormType>fmx</FormType>
        </DCCReference>
        <DCCReference Include="..\F_ProjectList.pas">
            <Form>frmProjectList</Form>
        </DCCReference>
        <BuildConfiguration Include="Release">
            <Key>Cfg_2</Key>
            <CfgParent>Base</CfgParent>
        </BuildConfiguration>
        <BuildConfiguration Include="Base">
            <Key>Base</Key>







>

















>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>





|











|















|
|

<



















|
|
|
|
<
<







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185

186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208


209
210
211
212
213
214
215
    </PropertyGroup>
    <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
        <Cfg_2>true</Cfg_2>
        <CfgParent>Base</CfgParent>
        <Base>true</Base>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base)'!=''">
        <SanitizedProjectName>ProjectIt</SanitizedProjectName>
        <VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
        <DCC_UnitSearchPath>..\;.\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
        <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
        <VerInfo_Locale>1043</VerInfo_Locale>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
        <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
        <DCC_DcuOutput>..\..\out\DCU\$(Platform)\$(Config)</DCC_DcuOutput>
        <DCC_ExeOutput>..\..\out\$(Platform)\$(Config)</DCC_ExeOutput>
        <DCC_E>false</DCC_E>
        <DCC_N>false</DCC_N>
        <DCC_S>false</DCC_S>
        <DCC_F>false</DCC_F>
        <DCC_K>false</DCC_K>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_Android)'!=''">
        <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
        <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
        <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
        <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
        <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
        <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
        <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
        <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
        <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
        <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
        <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
        <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
        <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
        <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
        <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
        <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
        <AUP_INTERNET>true</AUP_INTERNET>
        <BT_BuildType>Debug</BT_BuildType>
        <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
        <AUP_CAMERA>true</AUP_CAMERA>
        <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_iOSDevice)'!=''">
        <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
        <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
        <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
        <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
        <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
        <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
        <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
        <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
        <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
        <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
        <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys>
        <BT_BuildType>Debug</BT_BuildType>
        <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
        <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
        <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
        <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
        <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
        <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
        <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
        <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
        <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
        <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
        <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
        <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
        <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
        <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=en;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys>
        <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
        <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
        <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
        <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_OSX32)'!=''">
        <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys>
        <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;bindcomp;DBXInterBaseDriver;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;bindengine;soaprtl;bindcompdbx;FMXTee;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;inet;fmxobj;inetdbxpress;fmxdae;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_Win32)'!=''">
        <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;frxDB18;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;frx18;inetdbbde;DBXInterBaseDriver;Tee;DataSnapCommon;xmlrtl;svnui;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;frxe18;MetropolisUILiveTile;bindengine;soaprtl;bindcompdbx;FMXTee;TeeUI;CustomIPTransport;dsnap;IndyIPServer;Intraweb;fmxase;IndyCore;IndyIPCommon;CloudService;CodeSiteExpressPkg;dsnapcon;FmxTeeUI;inet;fmxobj;inetdbxpress;webdsnap;svn;fmxdae;bdertl;dbexpress;adortl;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <VerInfo_Locale>1033</VerInfo_Locale>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Base_Win64)'!=''">
        <VerInfo_Locale>1033</VerInfo_Locale>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
        <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;DBXInterBaseDriver;Tee;DataSnapCommon;xmlrtl;ibxpress;DbxCommonDriver;IndyProtocols;dbxcds;DBXMySQLDriver;MetropolisUILiveTile;bindengine;soaprtl;bindcompdbx;FMXTee;TeeUI;CustomIPTransport;dsnap;IndyIPServer;Intraweb;fmxase;IndyCore;IndyIPCommon;CloudService;dsnapcon;FmxTeeUI;inet;fmxobj;inetdbxpress;webdsnap;fmxdae;dbexpress;adortl;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1)'!=''">
        <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
        <DCC_DebugDCUs>true</DCC_DebugDCUs>
        <DCC_Optimize>false</DCC_Optimize>
        <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
        <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
        <DCC_RemoteDebug>true</DCC_RemoteDebug>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1_OSX32)'!=''">
        <VerInfo_Build>5</VerInfo_Build>
        <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.5;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys>
        <BT_BuildType>Debug</BT_BuildType>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
        <VerInfo_Build>2</VerInfo_Build>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.2;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
        <VerInfo_Locale>1033</VerInfo_Locale>

        <DCC_RemoteDebug>false</DCC_RemoteDebug>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
        <VerInfo_Build>3</VerInfo_Build>
        <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.3;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
        <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
        <VerInfo_Locale>1033</VerInfo_Locale>
        <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
    </PropertyGroup>
    <PropertyGroup Condition="'$(Cfg_2)'!=''">
        <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
        <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
        <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
        <DCC_DebugInformation>0</DCC_DebugInformation>
    </PropertyGroup>
    <ItemGroup>
        <DelphiCompile Include="$(MainSource)">
            <MainSource>MainSource</MainSource>
        </DelphiCompile>
        <DCCReference Include="..\M_Main.pas">
            <Form>modMain</Form>
            <FormType>dfm</FormType>
            <DesignClass>TDataModule</DesignClass>


        </DCCReference>
        <BuildConfiguration Include="Release">
            <Key>Cfg_2</Key>
            <CfgParent>Base</CfgParent>
        </BuildConfiguration>
        <BuildConfiguration Include="Base">
            <Key>Base</Key>
195
196
197
198
199
200
201
202
203
204
205
206
207
208


209

210
211
212
213
214

215
216
217
218

219
220
221
222



223
224
225
226
227

228
229
230
231
232

233
234
235
236
237
238
239
                    <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
                    <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
                </VersionInfoKeys>
                <Source>
                    <Source Name="MainSource">ProjectIt.dpr</Source>
                </Source>
                <Excluded_Packages>
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k180.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp180.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
                </Excluded_Packages>
            </Delphi.Personality>
            <Deployment>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
                    <Platform Name="OSX32">


                        <RemoteName>Entitlements.plist</RemoteName>

                    </Platform>
                </DeployFile>
                <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
                    <Platform Name="OSX32">
                        <RemoteName>ProjectIt.icns</RemoteName>

                    </Platform>
                </DeployFile>
                <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
                    <Platform Name="OSX32"/>

                    <Platform Name="iOSSimulator"/>
                </DeployFile>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt" Configuration="Debug" Class="ProjectOutput">
                    <Platform Name="OSX32"/>



                </DeployFile>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.rsm" Configuration="Debug" Class="DebugSymbols">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS\</RemoteDir>
                        <RemoteName>ProjectIt.rsm</RemoteName>

                    </Platform>
                </DeployFile>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
                    <Platform Name="OSX32">
                        <RemoteName>Info.plist</RemoteName>

                    </Platform>
                </DeployFile>
                <DeployClass Required="true" Name="DependencyPackage">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                        <Extensions>.dylib</Extensions>
                    </Platform>







|
|



|

>
>
|
>





>


|
|
>
|

|
|
>
>
>

|
|
<
|
>





>







265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303

304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
                    <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
                    <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
                </VersionInfoKeys>
                <Source>
                    <Source Name="MainSource">ProjectIt.dpr</Source>
                </Source>
                <Excluded_Packages>
                    <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
                    <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
                </Excluded_Packages>
            </Delphi.Personality>
            <Deployment>
                <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
                    <Platform Name="OSX32">
                        <Overwrite>true</Overwrite>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Overwrite>true</Overwrite>
                    </Platform>
                </DeployFile>
                <DeployFile LocalName="$(BDS)\bin\delphi_PROJECTICNS.icns" Configuration="Debug" Class="ProjectOSXResource">
                    <Platform Name="OSX32">
                        <RemoteName>ProjectIt.icns</RemoteName>
                        <Overwrite>true</Overwrite>
                    </Platform>
                </DeployFile>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt" Configuration="Debug" Class="ProjectOutput">
                    <Platform Name="OSX32">
                        <Overwrite>true</Overwrite>
                    </Platform>
                </DeployFile>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.entitlements" Configuration="Debug" Class="ProjectOSXEntitlements">
                    <Platform Name="OSX32">
                        <RemoteName>Entitlements.plist</RemoteName>
                        <Overwrite>true</Overwrite>
                    </Platform>
                </DeployFile>
                <DeployFile LocalName="..\..\out\Win32\Debug\ProjectIt.exe" Configuration="Debug" Class="ProjectOutput">
                    <Platform Name="Win32">

                        <RemoteName>ProjectIt.exe</RemoteName>
                        <Overwrite>true</Overwrite>
                    </Platform>
                </DeployFile>
                <DeployFile LocalName="..\..\out\OSX32\Debug\ProjectIt.info.plist" Configuration="Debug" Class="ProjectOSXInfoPList">
                    <Platform Name="OSX32">
                        <RemoteName>Info.plist</RemoteName>
                        <Overwrite>true</Overwrite>
                    </Platform>
                </DeployFile>
                <DeployClass Required="true" Name="DependencyPackage">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                        <Extensions>.dylib</Extensions>
                    </Platform>
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299

300
301


302

303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323






324
325
326
327
328
329
330
331
332
333
334
335






336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371

372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
                </DeployClass>
                <DeployClass Name="ProjectOSXInfoPList">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSDeviceInfoPList">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSDeviceDebug">
                    <Platform Name="iOSDevice">
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPad_Launch1024">
                    <Platform Name="iOSDevice">

                        <Operation>1</Operation>
                    </Platform>


                    <Platform Name="iOSSimulator">

                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSResource">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSSimulatorInfoPList">
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectOSXEntitlements">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>






                </DeployClass>
                <DeployClass Name="iPhone_Launch640">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectOSXResource">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\Resources</RemoteDir>






                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPhone_Launch320">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPad_Launch768">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Required="true" Name="ProjectOutput">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="Win32">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSDeviceResourceRules">
                    <Platform Name="iOSDevice">

                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="File">
                    <Platform Name="iOSDevice">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="Win32">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>0</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="DebugSymbols">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>







<
<
<
<
<






|
|
>


>
>
|
>











<
<
<
<
<





>
>
>
>
>
>









|
|
|
>
>
>
>
>
>











|
|
<
<
<
<
<
<
<
<
<
<
<
<
<
<
|


<
<
<

|
|
>



|
|
<
<
<
<
<
<
|
|
<
<
<







359
360
361
362
363
364
365





366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391





392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433














434
435
436



437
438
439
440
441
442
443
444
445






446
447



448
449
450
451
452
453
454
                </DeployClass>
                <DeployClass Name="ProjectOSXInfoPList">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>





                <DeployClass Name="ProjectiOSDeviceDebug">
                    <Platform Name="iOSDevice">
                        <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_SplashImage470">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-normal</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AndroidLibnativeX86File">
                    <Platform Name="Android">
                        <RemoteDir>library\lib\x86</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSResource">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>





                <DeployClass Name="ProjectOSXEntitlements">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AndroidGDBServer">
                    <Platform Name="Android">
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPhone_Launch640">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_SplashImage960">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-xlarge</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_LauncherIcon96">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-xhdpi</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPhone_Launch320">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_LauncherIcon144">
                    <Platform Name="Android">














                        <RemoteDir>res\drawable-xxhdpi</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>



                </DeployClass>
                <DeployClass Name="AndroidLibnativeMipsFile">
                    <Platform Name="Android">
                        <RemoteDir>library\lib\mips</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AndroidSplashImageDef">
                    <Platform Name="Android">






                        <RemoteDir>res\drawable</RemoteDir>
                        <Operation>1</Operation>



                    </Platform>
                </DeployClass>
                <DeployClass Name="DebugSymbols">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445























































































































































446

447
448
449
450
451
452



453
454
455
456
457
458
459
460
461
462
463
                        <Operation>1</Operation>
                        <Extensions>.framework</Extensions>
                    </Platform>
                    <Platform Name="Win32">
                        <Operation>0</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPhone_Launch640x1136">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSEntitlements">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPad_Launch1536">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AdditionalDebugSymbols">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="Win32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>0</Operation>
                    </Platform>
                </DeployClass>























































































































































                <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>

                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
            </Deployment>
            <Platforms>



                <Platform value="OSX32">True</Platform>
                <Platform value="Win32">True</Platform>
                <Platform value="Win64">True</Platform>
            </Platforms>
        </BorlandProject>
        <ProjectFileVersion>12</ProjectFileVersion>
    </ProjectExtensions>
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
</Project>







|
|
|
<
<








<
<
<
<
<
<
<
<













>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

>






>
>
>











465
466
467
468
469
470
471
472
473
474


475
476
477
478
479
480
481
482








483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
                        <Operation>1</Operation>
                        <Extensions>.framework</Extensions>
                    </Platform>
                    <Platform Name="Win32">
                        <Operation>0</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_SplashImage426">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-small</RemoteDir>


                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSEntitlements">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>








                <DeployClass Name="AdditionalDebugSymbols">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="Win32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>0</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AndroidClassesDexFile">
                    <Platform Name="Android">
                        <RemoteDir>classes</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSDeviceInfoPList">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSInfoPList">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPad_Launch1024">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSSimulatorInfoPList">
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_DefaultAppIcon">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectOSXResource">
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\Resources</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectiOSDeviceResourceRules">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPad_Launch768">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Required="true" Name="ProjectOutput">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="Android">
                        <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="Win32">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AndroidLibnativeArmeabiFile">
                    <Platform Name="Android">
                        <RemoteDir>library\lib\armeabi</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_SplashImage640">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-large</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="File">
                    <Platform Name="iOSDevice">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="Android">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="Win32">
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="OSX32">
                        <RemoteDir>Contents\MacOS</RemoteDir>
                        <Operation>0</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>0</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPhone_Launch640x1136">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_LauncherIcon36">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-ldpi</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="AndroidSplashStyles">
                    <Platform Name="Android">
                        <RemoteDir>res\values</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="iPad_Launch1536">
                    <Platform Name="iOSDevice">
                        <Operation>1</Operation>
                    </Platform>
                    <Platform Name="iOSSimulator">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_LauncherIcon48">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-mdpi</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="Android_LauncherIcon72">
                    <Platform Name="Android">
                        <RemoteDir>res\drawable-hdpi</RemoteDir>
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <DeployClass Name="ProjectAndroidManifest">
                    <Platform Name="Android">
                        <Operation>1</Operation>
                    </Platform>
                </DeployClass>
                <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
                <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
                <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
                <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
                <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
                <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
            </Deployment>
            <Platforms>
                <Platform value="Android">False</Platform>
                <Platform value="iOSDevice">False</Platform>
                <Platform value="iOSSimulator" ActiveMobileDevice="iPhone">False</Platform>
                <Platform value="OSX32">True</Platform>
                <Platform value="Win32">True</Platform>
                <Platform value="Win64">True</Platform>
            </Platforms>
        </BorlandProject>
        <ProjectFileVersion>12</ProjectFileVersion>
    </ProjectExtensions>
    <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
    <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
    <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
</Project>