Skip to content

Commit 8c6303f

Browse files
author
César Cardoso
committed
bk/2023-10-17-0135
1 parent 60242e2 commit 8c6303f

2 files changed

Lines changed: 120 additions & 92 deletions

File tree

Src/Notes/C4D.Wizard.Notes.View.dfm

Lines changed: 57 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
33
Top = 0
44
BorderIcons = [biSystemMenu, biMaximize]
55
Caption = 'Notes'
6-
ClientHeight = 581
6+
ClientHeight = 521
77
ClientWidth = 884
88
Color = clBtnFace
99
Font.Charset = DEFAULT_CHARSET
@@ -14,19 +14,15 @@ object C4DWizardNotesView: TC4DWizardNotesView
1414
KeyPreview = True
1515
OldCreateOrder = False
1616
Position = poScreenCenter
17-
OnClose = FormClose
1817
OnCreate = FormCreate
19-
OnDeactivate = FormDeactivate
2018
OnHide = FormHide
21-
OnMouseLeave = FormMouseLeave
2219
OnShow = FormShow
23-
OnUnDock = FormUnDock
2420
PixelsPerInch = 96
2521
TextHeight = 13
2622
object Bevel1: TBevel
2723
AlignWithMargins = True
2824
Left = 0
29-
Top = 552
25+
Top = 492
3026
Width = 884
3127
Height = 3
3228
Margins.Left = 0
@@ -40,20 +36,25 @@ object C4DWizardNotesView: TC4DWizardNotesView
4036
end
4137
object pnTop: TPanel
4238
Left = 0
43-
Top = 555
39+
Top = 495
4440
Width = 884
4541
Height = 26
42+
Margins.Left = 0
43+
Margins.Top = 0
44+
Margins.Right = 0
45+
Margins.Bottom = 0
4646
Align = alBottom
4747
BevelEdges = [beLeft, beTop, beRight]
4848
BevelOuter = bvNone
49-
Padding.Left = 2
49+
Padding.Left = 3
5050
Padding.Top = 2
5151
Padding.Right = 2
5252
Padding.Bottom = 2
5353
TabOrder = 0
54+
ExplicitTop = 555
5455
object Bevel2: TBevel
5556
AlignWithMargins = True
56-
Left = 248
57+
Left = 277
5758
Top = 2
5859
Width = 1
5960
Height = 22
@@ -63,11 +64,12 @@ object C4DWizardNotesView: TC4DWizardNotesView
6364
Margins.Bottom = 0
6465
Align = alLeft
6566
Shape = bsLeftLine
66-
ExplicitLeft = 166
67+
ExplicitLeft = 447
68+
ExplicitTop = 0
6769
end
6870
object Bevel3: TBevel
6971
AlignWithMargins = True
70-
Left = 78
72+
Left = 79
7173
Top = 2
7274
Width = 1
7375
Height = 22
@@ -82,7 +84,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
8284
end
8385
object btnColor: TButton
8486
AlignWithMargins = True
85-
Left = 83
87+
Left = 84
8688
Top = 2
8789
Width = 22
8890
Height = 22
@@ -100,11 +102,15 @@ object C4DWizardNotesView: TC4DWizardNotesView
100102
OnClick = btnColorClick
101103
end
102104
object cBoxSizeFont: TComboBox
103-
Left = 133
105+
AlignWithMargins = True
106+
Left = 134
104107
Top = 2
105108
Width = 39
106109
Height = 21
107110
Cursor = crHandPoint
111+
Margins.Left = 0
112+
Margins.Top = 0
113+
Margins.Bottom = 0
108114
Align = alLeft
109115
DropDownCount = 15
110116
ItemIndex = 1
@@ -130,7 +136,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
130136
end
131137
object btnAlignmentLeft: TButton
132138
AlignWithMargins = True
133-
Left = 172
139+
Left = 282
134140
Top = 2
135141
Width = 22
136142
Height = 22
@@ -150,7 +156,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
150156
end
151157
object btnAlignmentCenter: TButton
152158
AlignWithMargins = True
153-
Left = 197
159+
Left = 307
154160
Top = 2
155161
Width = 22
156162
Height = 22
@@ -170,7 +176,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
170176
end
171177
object btnAlignmentRight: TButton
172178
AlignWithMargins = True
173-
Left = 222
179+
Left = 332
174180
Top = 2
175181
Width = 22
176182
Height = 22
@@ -190,7 +196,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
190196
end
191197
object btnUnderline: TButton
192198
AlignWithMargins = True
193-
Left = 303
199+
Left = 226
194200
Top = 2
195201
Width = 22
196202
Height = 22
@@ -211,7 +217,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
211217
end
212218
object btnItalic: TButton
213219
AlignWithMargins = True
214-
Left = 278
220+
Left = 201
215221
Top = 2
216222
Width = 22
217223
Height = 22
@@ -231,7 +237,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
231237
end
232238
object btnBold: TButton
233239
AlignWithMargins = True
234-
Left = 253
240+
Left = 176
235241
Top = 2
236242
Width = 22
237243
Height = 22
@@ -251,7 +257,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
251257
end
252258
object btnFont: TButton
253259
AlignWithMargins = True
254-
Left = 108
260+
Left = 109
255261
Top = 2
256262
Width = 22
257263
Height = 22
@@ -272,7 +278,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
272278
end
273279
object btnOpen: TButton
274280
AlignWithMargins = True
275-
Left = 2
281+
Left = 3
276282
Top = 2
277283
Width = 22
278284
Height = 22
@@ -291,7 +297,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
291297
end
292298
object btnSaveAs: TButton
293299
AlignWithMargins = True
294-
Left = 52
300+
Left = 53
295301
Top = 2
296302
Width = 22
297303
Height = 22
@@ -310,7 +316,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
310316
end
311317
object btnSave: TButton
312318
AlignWithMargins = True
313-
Left = 27
319+
Left = 28
314320
Top = 2
315321
Width = 22
316322
Height = 22
@@ -329,7 +335,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
329335
end
330336
object btnStrikethrough: TButton
331337
AlignWithMargins = True
332-
Left = 328
338+
Left = 251
333339
Top = 2
334340
Width = 22
335341
Height = 22
@@ -352,17 +358,18 @@ object C4DWizardNotesView: TC4DWizardNotesView
352358
Left = 0
353359
Top = 0
354360
Width = 884
355-
Height = 551
361+
Height = 491
356362
Align = alClient
357363
BevelOuter = bvNone
358364
Padding.Top = 2
359365
ParentBackground = False
360366
TabOrder = 1
367+
ExplicitHeight = 551
361368
object RichEdit: TRichEdit
362369
Left = 0
363370
Top = 2
364371
Width = 884
365-
Height = 549
372+
Height = 489
366373
Align = alClient
367374
BevelInner = bvNone
368375
BevelOuter = bvNone
@@ -378,6 +385,7 @@ object C4DWizardNotesView: TC4DWizardNotesView
378385
ScrollBars = ssVertical
379386
TabOrder = 0
380387
Zoom = 100
388+
ExplicitHeight = 549
381389
end
382390
end
383391
object ImageList1: TImageList
@@ -935,6 +943,29 @@ object C4DWizardNotesView: TC4DWizardNotesView
935943
object PopupMenu1: TPopupMenu
936944
Left = 240
937945
Top = 248
946+
object Cut1: TMenuItem
947+
Caption = 'Cut'
948+
ShortCut = 16472
949+
OnClick = Cut1Click
950+
end
951+
object Copy1: TMenuItem
952+
Caption = 'Copy'
953+
ShortCut = 16451
954+
OnClick = Copy1Click
955+
end
956+
object Paste1: TMenuItem
957+
Caption = 'Paste'
958+
ShortCut = 16470
959+
OnClick = Paste1Click
960+
end
961+
object SelectAll1: TMenuItem
962+
Caption = 'Select all'
963+
ShortCut = 16449
964+
OnClick = SelectAll1Click
965+
end
966+
object N2: TMenuItem
967+
Caption = '-'
968+
end
938969
object BackgroundColor1: TMenuItem
939970
Bitmap.Data = {
940971
36030000424D3603000000000000360000002800000010000000100000000100

0 commit comments

Comments
 (0)