-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotizen_Images_Einstellungen.dfm
135 lines (135 loc) · 2.79 KB
/
Notizen_Images_Einstellungen.dfm
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
133
134
135
object FRM_Notizen_Images_einstellungen: TFRM_Notizen_Images_einstellungen
Left = 507
Top = 282
BorderStyle = bsDialog
Caption = 'Bearbeiten der Notiztypen'
ClientHeight = 199
ClientWidth = 332
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 208
Top = 8
Width = 24
Height = 13
Caption = 'Text:'
end
object ListView1: TListView
Left = 4
Top = 4
Width = 197
Height = 193
Color = clBlack
Columns = <
item
Caption = 'Bild'
Width = 30
end
item
AutoSize = True
Caption = 'Text'
end>
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
HideSelection = False
LargeImages = ImageList1
ReadOnly = True
RowSelect = True
ParentFont = False
SmallImages = ImageList1
TabOrder = 0
ViewStyle = vsReport
OnAdvancedCustomDrawItem = ListView1AdvancedCustomDrawItem
OnSelectItem = ListView1SelectItem
end
object Button1: TButton
Left = 208
Top = 80
Width = 75
Height = 25
Caption = 'Hinzuf'#252'gen'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 208
Top = 108
Width = 75
Height = 25
Caption = 'Clear'
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 208
Top = 24
Width = 121
Height = 21
TabOrder = 3
OnChange = Edit1Change
end
object Button3: TButton
Left = 208
Top = 172
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
end
object Button4: TButton
Left = 208
Top = 144
Width = 75
Height = 25
Cancel = True
Caption = 'Abbrechen'
ModalResult = 2
TabOrder = 5
end
object Button5: TButton
Left = 208
Top = 48
Width = 73
Height = 17
Caption = 'BG Farbe..'
TabOrder = 6
OnClick = Button5Click
end
object PopupMenu1: TPopupMenu
Left = 84
Top = 48
object Lschen1: TMenuItem
Caption = 'L'#246'schen'
ShortCut = 46
end
end
object OpenDialog1: TOpenDialog
DefaultExt = 'bmp'
Filter = 'Bitmap (*.bmp)|*.bmp'
Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
Left = 116
Top = 48
end
object ImageList1: TImageList
Left = 148
Top = 48
end
object ColorDialog1: TColorDialog
Left = 52
Top = 48
end
end