-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotes.dfm
133 lines (133 loc) · 3.18 KB
/
Notes.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
object FormNotes: TFormNotes
Left = 0
Top = 0
Caption = #1047#1072#1084#1077#1090#1082#1080
ClientHeight = 289
ClientWidth = 701
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
ShowHint = True
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PanelLeft: TPanel
Left = 0
Top = 0
Width = 398
Height = 289
Align = alClient
Caption = 'PanelLeft'
TabOrder = 0
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 396
Height = 287
Align = alClient
DataSource = DMl.DataSourceNotes
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
end
object PanelRigth: TPanel
Left = 398
Top = 0
Width = 303
Height = 289
Align = alRight
Caption = 'PanelRigth'
TabOrder = 1
object BitBtnDelete: TBitBtn
Left = 205
Top = 232
Width = 92
Height = 25
Caption = #1059#1076#1072#1083#1080#1090#1100
TabOrder = 0
OnClick = BitBtnDeleteClick
end
object BitBtnAdd: TBitBtn
Left = 102
Top = 232
Width = 97
Height = 25
Caption = #1044#1086#1073#1072#1074#1080#1090#1100
TabOrder = 1
OnClick = BitBtnAddClick
end
object BitBtnSave: TBitBtn
Left = 5
Top = 232
Width = 91
Height = 25
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
TabOrder = 2
OnClick = BitBtnSaveClick
end
object DBDateTimePickerNote: TDBDateTimePicker
Left = 48
Top = 136
Width = 239
Height = 21
Hint = #1042#1074#1077#1076#1080#1090#1077' '#1076#1072#1090#1091
Date = 42900.694492291670000000
Time = 42900.694492291670000000
ParentShowHint = False
ShowHint = True
TabOrder = 3
DataField = #1044#1072#1090#1072
DataSource = DMl.DataSourceNotes
end
object DBEditNoteTitle: TDBEdit
Left = 48
Top = 14
Width = 241
Height = 21
Hint = #1047#1072#1075#1086#1083#1086#1074#1086#1082
DataField = #1047#1072#1075#1086#1083#1086#1074#1086#1082
DataSource = DMl.DataSourceNotes
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object DBNavigator1: TDBNavigator
Left = 1
Top = 263
Width = 301
Height = 25
DataSource = DMl.DataSourceNotes
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
Align = alBottom
TabOrder = 5
end
object DBRichEditNoteMainText: TDBRichEdit
Left = 47
Top = 41
Width = 242
Height = 89
Hint = #1042#1074#1077#1076#1080#1090#1077' '#1090#1077#1082#1089#1090
DataField = 'MainText'
DataSource = DMl.DataSourceNotes
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentShowHint = False
ShowHint = True
TabOrder = 6
Zoom = 100
end
end
end