-
Notifications
You must be signed in to change notification settings - Fork 0
/
boardchangedui.lfm
132 lines (132 loc) · 3.52 KB
/
boardchangedui.lfm
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
object boardChangedDialog: TboardChangedDialog
Left = 1037
Height = 116
Top = 565
Width = 421
BorderStyle = bsSingle
Caption = 'Schaltung geändert'
ClientHeight = 116
ClientWidth = 421
Color = 7354424
Position = poOwnerFormCenter
LCLVersion = '2.2.2.0'
object propIgnoreButton: TShape
AnchorSideTop.Control = updatePaletteButton
AnchorSideRight.Control = updatePaletteButton
Left = 10
Height = 65
Top = 41
Width = 130
Anchors = [akTop, akRight]
BorderSpacing.Right = 5
Brush.Color = 6303792
OnMouseDown = ignoreLabelMouseDown
Shape = stRoundRect
end
object ignoreLabel: TLabel
AnchorSideLeft.Control = propIgnoreButton
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = propIgnoreButton
AnchorSideTop.Side = asrCenter
Left = 32
Height = 42
Top = 52
Width = 86
Alignment = taCenter
Caption = 'Änderungen'#13#10'verwerfen'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = ignoreLabelMouseDown
end
object boardWasChangedLabel: TLabel
AnchorSideTop.Control = Owner
Left = 0
Height = 21
Top = 10
Width = 421
Align = alTop
Alignment = taCenter
Anchors = [akTop]
BorderSpacing.Top = 10
Caption = 'Die aktuelle Schaltung wurde geändert.'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object updatePaletteButton: TShape
AnchorSideLeft.Control = boardWasChangedLabel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = boardWasChangedLabel
AnchorSideTop.Side = asrBottom
Left = 145
Height = 65
Top = 41
Width = 130
BorderSpacing.Top = 10
Brush.Color = 6303792
OnMouseDown = updatePaletteButtonMouseDown
Shape = stRoundRect
end
object updatePaletteLabel: TLabel
AnchorSideLeft.Control = updatePaletteButton
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = updatePaletteButton
AnchorSideTop.Side = asrCenter
Left = 158
Height = 42
Top = 52
Width = 104
Alignment = taCenter
Caption = 'Paletteneintrag'#13#10'aktuallisieren'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = updatePaletteButtonMouseDown
end
object cancelButton: TShape
AnchorSideLeft.Control = updatePaletteButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = updatePaletteButton
Left = 280
Height = 65
Top = 41
Width = 130
BorderSpacing.Left = 5
Brush.Color = 6303792
OnMouseDown = cancelButtonMouseDown
Shape = stRoundRect
end
object cancelLabel: TLabel
AnchorSideLeft.Control = cancelButton
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = cancelButton
AnchorSideTop.Side = asrCenter
Left = 316
Height = 21
Top = 63
Width = 59
Alignment = taCenter
Caption = 'Abbruch'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
OnMouseDown = cancelButtonMouseDown
end
end