-
Notifications
You must be signed in to change notification settings - Fork 0
/
uBerkasScan.dfm
126 lines (126 loc) · 2.12 KB
/
uBerkasScan.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
object frmBerkasScan: TfrmBerkasScan
Left = 840
Top = 506
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Berkas Keluar/Masuk'
ClientHeight = 193
ClientWidth = 305
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 96
Width = 41
Height = 16
Caption = 'No. RM'
end
object lblNama: TLabel
Left = 56
Top = 168
Width = 4
Height = 16
end
object Label2: TLabel
Left = 8
Top = 120
Width = 33
Height = 16
Caption = 'Nama'
end
object Label3: TLabel
Left = 8
Top = 144
Width = 83
Height = 16
Caption = 'Lokasi terakhir'
end
object Label4: TLabel
Left = 104
Top = 96
Width = 5
Height = 16
Caption = ':'
end
object Label5: TLabel
Left = 104
Top = 120
Width = 5
Height = 16
Caption = ':'
end
object Label6: TLabel
Left = 104
Top = 144
Width = 5
Height = 16
Caption = ':'
end
object txtRM: TLabel
Left = 120
Top = 96
Width = 4
Height = 16
end
object txtNama: TLabel
Left = 120
Top = 120
Width = 4
Height = 16
end
object txtLokasi: TLabel
Left = 120
Top = 144
Width = 4
Height = 16
end
object Label7: TLabel
Left = 56
Top = 176
Width = 4
Height = 16
end
object Label8: TLabel
Left = 8
Top = 168
Width = 36
Height = 16
Caption = 'Status'
end
object Label9: TLabel
Left = 104
Top = 168
Width = 5
Height = 16
Caption = ':'
end
object txtStatus: TLabel
Left = 120
Top = 168
Width = 4
Height = 16
end
object txtScan: TEdit
Left = 0
Top = 0
Width = 305
Height = 85
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -64
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnKeyPress = txtScanKeyPress
end
end