-
Notifications
You must be signed in to change notification settings - Fork 10
/
frmUpdateControl.dfm
99 lines (99 loc) · 2.33 KB
/
frmUpdateControl.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
object frmUpdate: TfrmUpdate
Left = 0
Top = 0
Caption = 'G'#252'ncelleme Ekran'#305
ClientHeight = 353
ClientWidth = 497
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poDesktopCenter
TextHeight = 15
object Panel1: TPanel
Left = 0
Top = 0
Width = 497
Height = 353
Align = alClient
TabOrder = 0
object pnlUpdateButton: TPanel
Left = 1
Top = 296
Width = 495
Height = 56
Align = alBottom
TabOrder = 0
object btnUpdateControl: TButton
Left = 1
Top = 1
Width = 224
Height = 54
Align = alLeft
Caption = 'Update Conteol'
TabOrder = 0
OnClick = btnUpdateControlClick
end
object btnUpdate: TButton
Left = 231
Top = 1
Width = 263
Height = 54
Align = alRight
Caption = 'Last Version Update'
TabOrder = 1
OnClick = btnUpdateClick
end
end
object grpUpdate: TGroupBox
Left = 16
Top = 16
Width = 465
Height = 257
Caption = ' YTDLP.exe G'#252'ncelleme'
TabOrder = 1
object lblLocalYtdlp: TLabel
Left = 24
Top = 40
Width = 32
Height = 28
Caption = '----'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object lblUpdateYtdlp: TLabel
Left = 24
Top = 83
Width = 32
Height = 28
Caption = '----'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -20
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object lnkYTDLPCurrentDownloadUrl: TLinkLabel
Left = 3
Top = 222
Width = 19
Height = 19
Caption = '---'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
end
end
end