Skip to content

Commit

Permalink
v3.2.0 Cross platform stuff corrected after initial push of v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tedsmith committed Aug 30, 2020
1 parent 74431a8 commit 456e6d4
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 152 deletions.
80 changes: 40 additions & 40 deletions diskmodule.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ object frmDiskHashingModule: TfrmDiskHashingModule
LCLVersion = '2.0.4.0'
object Label2: TLabel
Left = 16
Height = 16
Height = 15
Top = 88
Width = 47
Width = 40
Caption = 'Vendor:'
ParentColor = False
end
object Label3: TLabel
Left = 16
Height = 16
Height = 15
Top = 128
Width = 42
Width = 37
Caption = 'Model:'
ParentColor = False
end
object Label4: TLabel
Left = 16
Height = 16
Height = 15
Top = 168
Width = 57
Width = 50
Caption = 'Serial No:'
ParentColor = False
end
Expand Down Expand Up @@ -65,9 +65,9 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object Label5: TLabel
Left = 16
Height = 16
Height = 15
Top = 208
Width = 33
Width = 27
Caption = 'Type:'
ParentColor = False
end
Expand All @@ -86,15 +86,15 @@ object frmDiskHashingModule: TfrmDiskHashingModule
Top = 14
Width = 759
Anchors = [akTop, akLeft, akRight]
ClientHeight = 656
ClientWidth = 757
ClientHeight = 638
ClientWidth = 755
TabOrder = 0
object TreeView1: TTreeView
Left = 8
Height = 136
Hint = 'Left click a physical disk or logical volume to select it'#10'Right click a selection for other options'
Top = 48
Width = 737
Width = 735
Anchors = [akTop, akLeft, akRight]
HotTrack = True
ParentShowHint = False
Expand All @@ -108,13 +108,13 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object ledtSelectedItem: TLabeledEdit
Left = 144
Height = 28
Height = 23
Top = 208
Width = 593
Width = 591
Anchors = [akTop, akLeft, akRight]
Color = clGradientInactiveCaption
EditLabel.Height = 16
EditLabel.Width = 593
EditLabel.Height = 15
EditLabel.Width = 591
EditLabel.Caption = 'Selected Item:'
EditLabel.ParentColor = False
TabOrder = 5
Expand All @@ -123,10 +123,10 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object comboHashChoice: TComboBox
Left = 144
Height = 28
Height = 23
Top = 248
Width = 112
ItemHeight = 0
ItemHeight = 15
ItemIndex = 1
Items.Strings = (
'MD5'
Expand All @@ -152,10 +152,10 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object ledtComputedHashA: TLabeledEdit
Left = 8
Height = 28
Height = 23
Top = 328
Width = 464
EditLabel.Height = 16
EditLabel.Height = 15
EditLabel.Width = 464
EditLabel.Caption = 'Device Hash MD5'
EditLabel.ParentColor = False
Expand All @@ -165,10 +165,10 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object ledtComputedHashB: TLabeledEdit
Left = 8
Height = 28
Height = 23
Top = 384
Width = 464
EditLabel.Height = 16
EditLabel.Height = 15
EditLabel.Width = 464
EditLabel.Caption = 'Device Hash SHA-1'
EditLabel.ParentColor = False
Expand All @@ -187,30 +187,30 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object cbdisks: TComboBox
Left = 64
Height = 30
Height = 23
Top = 8
Width = 288
ItemHeight = 0
ItemHeight = 15
OnChange = cbdisksChange
Style = csDropDownList
TabOrder = 7
Visible = False
end
object Label1: TLabel
Left = 16
Height = 16
Height = 15
Top = 16
Width = 29
Width = 25
Caption = 'Disk:'
ParentColor = False
Visible = False
end
object ledtComputedHashC: TLabeledEdit
Left = 8
Height = 28
Height = 23
Top = 440
Width = 735
EditLabel.Height = 16
EditLabel.Height = 15
EditLabel.Width = 735
EditLabel.Caption = 'Device Hash SHA256'
EditLabel.ParentColor = False
Expand All @@ -220,10 +220,10 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object ledtComputedHashD: TLabeledEdit
Left = 8
Height = 28
Height = 23
Top = 489
Width = 735
EditLabel.Height = 16
EditLabel.Height = 15
EditLabel.Width = 735
EditLabel.Caption = 'Device Hash SHA512'
EditLabel.ParentColor = False
Expand All @@ -233,10 +233,10 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object cbLogFile: TCheckBox
Left = 528
Height = 23
Height = 19
Hint = 'Software title, Hashes, start times, '#13#10'end times, time taken, dates etc will '#13#10'be logged at the end of the process'
Top = 240
Width = 182
Width = 156
Caption = 'Create and save a log file?'
Checked = True
OnChange = cbLogFileChange
Expand All @@ -247,10 +247,10 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object ledtComputedHashE: TLabeledEdit
Left = 8
Height = 28
Height = 23
Top = 544
Width = 735
EditLabel.Height = 16
EditLabel.Height = 15
EditLabel.Width = 735
EditLabel.Caption = 'Device Hash xxHash'
EditLabel.ParentColor = False
Expand All @@ -259,20 +259,20 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object lblschedulertickboxDiskModule: TCheckBox
Left = 288
Height = 23
Height = 19
Hint = 'Tick to enable scheduler'
Top = 240
Width = 76
Width = 63
Caption = 'Start at: '
OnChange = lblschedulertickboxDiskModuleChange
TabOrder = 12
end
object ZVDateTimePickerDiskModule: TZVDateTimePicker
Left = 360
Height = 22
Height = 23
Hint = 'Selected date and time in '#13#10'future to start disk hashing'
Top = 240
Width = 148
Width = 122
CenturyFrom = 1941
MaxDate = 73050
MinDate = 42736
Expand All @@ -296,18 +296,18 @@ object frmDiskHashingModule: TfrmDiskHashingModule
end
object lblDiskHashSchedulerStatus: TLabel
Left = 288
Height = 16
Height = 15
Top = 272
Width = 9
Caption = '...'
ParentColor = False
end
object ledtComputedHashF: TLabeledEdit
Left = 8
Height = 28
Height = 23
Top = 600
Width = 729
EditLabel.Height = 16
EditLabel.Height = 15
EditLabel.Width = 729
EditLabel.Caption = 'Device Hash Blake3'
EditLabel.ParentColor = False
Expand Down
Loading

0 comments on commit 456e6d4

Please sign in to comment.