-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetting.dfm
More file actions
136 lines (136 loc) · 2.87 KB
/
Copy pathSetting.dfm
File metadata and controls
136 lines (136 loc) · 2.87 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
object frmSetting: TfrmSetting
Left = 0
Top = 0
Width = 823
Height = 715
Hint = 'User Setting'
TabOrder = 0
AutoScroll = True
object UniPanel1: TUniPanel
Left = 0
Top = 0
Width = 297
Height = 715
Hint = ''
Align = alLeft
TabOrder = 0
Caption = 'UniPanel1'
object ugSKPD: TUniGroupBox
Left = 14
Top = 15
Width = 267
Height = 239
Cursor = crHandPoint
Hint = ''
Caption = 'PROFILE SKPD'
TabOrder = 1
ParentFont = False
Font.Style = [fsBold]
object udbLogoSKPD: TUniDBImage
Left = 40
Top = 39
Width = 185
Height = 147
Hint = ''
DataField = 'Logo'
DataSource = dsProfile
Stretch = True
Proportional = True
end
object UniDBText1: TUniDBText
Left = 40
Top = 192
Width = 185
Height = 16
Hint = ''
DataField = 'keterangan'
DataSource = dsProfile
Alignment = taCenter
AutoSize = False
ParentFont = False
Font.Height = -13
Font.Style = [fsBold, fsUnderline]
end
end
end
object UniPanel2: TUniPanel
Left = 297
Top = 0
Width = 526
Height = 715
Hint = ''
Align = alClient
TabOrder = 1
Caption = 'UniPanel2'
object UniGroupBox1: TUniGroupBox
Left = 22
Top = 15
Width = 483
Height = 370
Cursor = crHandPoint
Hint = ''
Caption = 'MODE SKPD'
TabOrder = 1
ParentFont = False
Font.Style = [fsBold]
object UniDBText2: TUniDBText
Left = 2
Top = 352
Width = 479
Height = 16
Hint = ''
DataField = 'keterangan'
DataSource = dsProfile
Alignment = taCenter
AutoSize = False
Align = alBottom
ParentFont = False
Font.Height = -13
Font.Style = [fsBold, fsUnderline]
end
object udbSKPD: TUniDBListBox
Left = 48
Top = 39
Width = 401
Height = 147
Hint = ''
DataField = 'Nama_Subunit'
DataSource = dsProfile
TabOrder = 2
end
object UniDBNavigator1: TUniDBNavigator
Left = 48
Top = 192
Width = 401
Height = 47
Hint = ''
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 3
end
object ubtSimpan: TUniBitBtn
Left = 255
Top = 245
Width = 194
Height = 65
Hint = ''
Caption = 'Simpan'
TabOrder = 4
end
object ubtEdit: TUniBitBtn
Left = 48
Top = 245
Width = 193
Height = 65
Hint = ''
Caption = 'Edit'
TabOrder = 5
end
end
end
object dsProfile: TDataSource
AutoEdit = False
DataSet = UniMainModule.qProfile
Left = 128
Top = 273
end
end