Files
PS_Dinkey/Dinkey Pro 7.6.1/Samples/Delphi/VCL/DinkeyChange/Change.dfm
2026-05-06 07:47:36 +02:00

152 lines
2.9 KiB
Plaintext

object ChangeForm: TChangeForm
Left = 192
Top = 107
Width = 345
Height = 658
Caption = 'ChangeTest'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 72
Width = 123
Height = 13
Caption = 'Enter Diagnostic filename:'
end
object Label2: TLabel
Left = 16
Top = 168
Width = 120
Height = 13
Caption = 'Enter short Update Code:'
end
object Label3: TLabel
Left = 16
Top = 264
Width = 146
Height = 13
Caption = 'Enter path to Update Code file:'
end
object Label4: TLabel
Left = 8
Top = 528
Width = 165
Height = 13
Caption = 'Demo Software Key Product Code:'
end
object DiagInfo: TButton
Left = 64
Top = 24
Width = 209
Height = 25
Caption = 'Get Dongle Information'
TabOrder = 0
OnClick = DiagInfoClick
end
object DiagFilename: TEdit
Left = 16
Top = 88
Width = 305
Height = 21
TabOrder = 1
end
object WriteDiags: TButton
Left = 72
Top = 120
Width = 193
Height = 25
Caption = 'Write Diagnostics to File'
TabOrder = 2
OnClick = WriteDiagsClick
end
object UpdateCodeString: TEdit
Left = 16
Top = 184
Width = 305
Height = 21
TabOrder = 3
end
object DoUpdateCodeString: TButton
Left = 72
Top = 216
Width = 193
Height = 25
Caption = 'Make Changes'
TabOrder = 4
OnClick = DoUpdateCodeStringClick
end
object UpdateCodeFile: TEdit
Left = 16
Top = 280
Width = 305
Height = 21
TabOrder = 5
end
object DoUpdateCodeFile: TButton
Left = 72
Top = 312
Width = 193
Height = 25
Caption = 'Make Changes'
TabOrder = 6
OnClick = DoUpdateCodeFileClick
end
object RestoreFDLite: TButton
Left = 72
Top = 368
Width = 193
Height = 25
Caption = 'Restore FD Lite'
TabOrder = 7
OnClick = DoRestoreFDLiteClick
end
object GetMachineID: TButton
Left = 16
Top = 424
Width = 145
Height = 25
Caption = 'Get Machine ID'
TabOrder = 8
OnClick = DoGetMachineIDClick
end
object DownloadTempSWKey: TButton
Left = 56
Top = 480
Width = 225
Height = 25
Caption = 'Download Temporary Software Key'
TabOrder = 9
OnClick = DoDownloadTempSWKeyClick
end
object ShowMachineID: TEdit
Left = 168
Top = 424
Width = 153
Height = 21
TabOrder = 10
end
object DownloadDemoSWKey: TButton
Left = 56
Top = 576
Width = 225
Height = 25
Caption = 'Download Demo Software Key'
TabOrder = 11
OnClick = DoDownloadDemoSWKeyClick
end
object SwkeyProdCode: TEdit
Left = 8
Top = 544
Width = 305
Height = 21
TabOrder = 12
end
end