-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUKategori.dfm
More file actions
208 lines (208 loc) · 4.77 KB
/
Copy pathUKategori.dfm
File metadata and controls
208 lines (208 loc) · 4.77 KB
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
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
object FKategori: TFKategori
Left = 239
Top = 165
Width = 907
Height = 376
Caption = 'KATEGORI'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 891
Height = 337
Align = alClient
Color = 2562330
TabOrder = 0
object Label1: TLabel
Left = 14
Top = 13
Width = 254
Height = 39
Caption = 'FORM KATEGORI'
Font.Charset = DEFAULT_CHARSET
Font.Color = 8421631
Font.Height = -33
Font.Name = 'Roboto'
Font.Style = [fsBold]
ParentFont = False
end
object Shape1: TShape
Left = 15
Top = 55
Width = 858
Height = 3
Brush.Color = 8421631
Pen.Color = 8421631
end
object Label2: TLabel
Left = 15
Top = 132
Width = 94
Height = 16
Caption = 'Nama Kategori'
Font.Charset = DEFAULT_CHARSET
Font.Color = 8421631
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 15
Top = 152
Width = 233
Height = 21
BevelOuter = bvRaised
BorderStyle = bsNone
Color = 12632319
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 272
Top = 72
Width = 601
Height = 161
Color = 12632319
DataSource = DM.DSKategori
FixedColor = 12632319
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
Columns = <
item
Expanded = False
FieldName = 'id'
Title.Alignment = taCenter
Title.Caption = 'ID KATEGORI'
Visible = True
end
item
Expanded = False
FieldName = 'kategori'
Title.Alignment = taCenter
Title.Caption = 'NAMA KATEGORI'
Width = 300
Visible = True
end>
end
object Panel2: TPanel
Left = 777
Top = 18
Width = 97
Height = 33
Cursor = crHandPoint
Caption = 'Clear'
Color = 8421631
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -17
Font.Name = 'Roboto'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = Panel2Click
end
object Panel3: TPanel
Left = 673
Top = 18
Width = 97
Height = 33
Cursor = crHandPoint
Caption = 'Delete'
Color = 8421631
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -17
Font.Name = 'Roboto'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = Panel3Click
end
object Panel4: TPanel
Left = 569
Top = 18
Width = 97
Height = 33
Cursor = crHandPoint
Caption = 'Update'
Color = 8421631
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -17
Font.Name = 'Roboto'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = Panel4Click
end
object Panel5: TPanel
Left = 465
Top = 18
Width = 97
Height = 33
Cursor = crHandPoint
Caption = 'Add'
Color = 8421631
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -17
Font.Name = 'Roboto'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
OnClick = Panel5Click
end
object GroupBox1: TGroupBox
Left = 16
Top = 237
Width = 857
Height = 89
Caption = 'Cari Data Nama Kategori : '
Font.Charset = DEFAULT_CHARSET
Font.Color = 8421631
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
object Edit5: TEdit
Left = 16
Top = 40
Width = 825
Height = 21
BevelOuter = bvRaised
BorderStyle = bsNone
Color = 12632319
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnChange = Edit5Change
end
end
end
end