forked from Walid-Righi/Get-MainBoard-Serial-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit1.dfm
41 lines (41 loc) · 842 Bytes
/
Unit1.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
object Form1: TForm1
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Demo'
ClientHeight = 123
ClientWidth = 323
Color = 11060735
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 33
object btn1: TButton
Left = 8
Top = 10
Width = 305
Height = 49
Caption = 'Get Main Board Serial'
TabOrder = 0
OnClick = btn1Click
end
object edt1: TEdit
Left = 8
Top = 72
Width = 305
Height = 41
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -27
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
end
end