-
Notifications
You must be signed in to change notification settings - Fork 0
/
grafik_revisi.dfm
144 lines (144 loc) · 2.75 KB
/
grafik_revisi.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
136
137
138
139
140
141
142
143
144
object Form6: TForm6
Left = 243
Top = 262
Width = 928
Height = 480
Caption = 'GRAFIK REVISI'
Color = clAqua
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnShow = Stringgrid1Click
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 32
Width = 91
Height = 13
Caption = 'TAHUN ANGKATAN'
end
object Label2: TLabel
Left = 48
Top = 64
Width = 101
Height = 13
Caption = 'JUMLAH TERDAFTAR'
end
object Label3: TLabel
Left = 48
Top = 96
Width = 50
Height = 13
Caption = 'FAKULTAS'
end
object Cbb1: TComboBox
Left = 200
Top = 32
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'2021'
'2022'
'2023')
end
object Cbb2: TComboBox
Left = 200
Top = 96
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 1
Items.Strings = (
'Teknik Informatika'
'Sistem Informasi')
end
object Edtnilai1: TEdit
Left = 200
Top = 64
Width = 145
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 48
Top = 144
Width = 89
Height = 33
Caption = 'ADD DATA'
TabOrder = 3
OnClick = Button1Click
end
object Stringgrid1: TStringGrid
Left = 408
Top = 24
Width = 417
Height = 153
TabOrder = 4
OnClick = Stringgrid1Click
end
object Cht1: TChart
Left = 152
Top = 192
Width = 529
Height = 217
AllowPanning = pmNone
AllowZoom = False
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
BackWall.Pen.Visible = False
Title.Text.Strings = (
'TChart')
AxisVisible = False
ClipPoints = False
Frame.Visible = False
View3DOptions.Elevation = 315
View3DOptions.Orthogonal = False
View3DOptions.Perspective = 0
View3DOptions.Rotation = 360
View3DWalls = False
TabOrder = 5
object Series1: TPieSeries
Marks.ArrowLength = 8
Marks.Visible = True
SeriesColor = clRed
OtherSlice.Text = 'Other'
PieValues.DateTime = False
PieValues.Name = 'Pie'
PieValues.Multiplier = 1.000000000000000000
PieValues.Order = loNone
end
end
object Button2: TButton
Left = 160
Top = 144
Width = 81
Height = 33
Caption = 'CLEAR'
TabOrder = 6
OnClick = Button2Click
end
object Button3: TButton
Left = 264
Top = 144
Width = 81
Height = 33
Caption = 'CLEAR ALL'
TabOrder = 7
OnClick = Button3Click
end
object Button4: TButton
Left = 696
Top = 376
Width = 57
Height = 33
Caption = 'BACK'
TabOrder = 8
OnClick = Button4Click
end
end