~ubuntu-branches/ubuntu/vivid/ddrescueview/vivid-backports

« back to all changes in this revision

Viewing changes to source/BlockInspector.lfm

  • Committer: Package Import Robot
  • Author(s): Graham Inggs
  • Date: 2015-06-02 12:30:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150602123003-vq5snysd2m5i20ek
Tags: 0.4~alpha2-1
* New upstream release
* Update d/rules, d/watch since upstream now ship an xz-compressed tarball
* Drop d/patches/linker-options.patch included upstream
* Drop manpage, desktop file and xpm icon since these files are now shipped
  by upstream, update d/ddrecueview.install, d/manpages accordingly
* Add build-depends on libgtk2.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
object BlockForm: TBlockForm
2
 
  Left = 1214
 
2
  Left = 1058
3
3
  Height = 263
4
 
  Top = 756
 
4
  Top = 824
5
5
  Width = 460
6
6
  BorderIcons = [biSystemMenu]
7
7
  Caption = 'Block inspector'
8
8
  ClientHeight = 263
9
9
  ClientWidth = 460
 
10
  Color = clForm
10
11
  Constraints.MinHeight = 200
11
12
  Constraints.MinWidth = 460
12
13
  FormStyle = fsStayOnTop
13
14
  OnCreate = FormCreate
14
15
  OnDestroy = FormDestroy
 
16
  OnHide = FormHide
 
17
  OnShow = FormShow
15
18
  Position = poMainFormCenter
16
19
  ShowHint = True
17
 
  LCLVersion = '1.2.6.0'
 
20
  LCLVersion = '1.4.0.4'
18
21
  object TopPanel: TPanel
19
22
    Left = 6
20
23
    Height = 23
28
31
    ClientWidth = 448
29
32
    TabOrder = 1
30
33
    object BlockEdit: TSpinEdit
31
 
      Left = 122
 
34
      Left = 33
32
35
      Height = 23
33
36
      Top = 0
34
37
      Width = 66
37
40
      OnChange = BlockEditChange
38
41
      TabOrder = 0
39
42
    end
40
 
    object BlockHeadline: TLabel
 
43
    object lblBlockHeadline: TLabel
41
44
      Left = 0
42
45
      Height = 23
43
46
      Top = 0
44
 
      Width = 118
 
47
      Width = 29
45
48
      Align = alLeft
46
49
      BorderSpacing.CellAlignVertical = ccaCenter
47
 
      Caption = 'Contents of grid block'
 
50
      Caption = 'Block'
48
51
      Layout = tlCenter
49
52
      ParentColor = False
 
53
      OnDblClick = lblBlockHeadlineDblClick
50
54
    end
51
55
    object EditBlockInfo: TEdit
52
 
      Left = 192
 
56
      Left = 103
53
57
      Height = 15
54
58
      Top = 4
55
 
      Width = 252
 
59
      Width = 341
56
60
      Align = alClient
57
61
      BorderSpacing.Around = 4
58
62
      BorderSpacing.CellAlignVertical = ccaCenter
65
69
  end
66
70
  object LogEntryList: TStringGrid
67
71
    Left = 6
68
 
    Height = 127
69
 
    Top = 95
 
72
    Height = 125
 
73
    Top = 97
70
74
    Width = 448
71
75
    Align = alTop
72
76
    Anchors = [akTop, akLeft, akRight, akBottom]
111
115
  end
112
116
  object BlockInfo: TGroupBox
113
117
    Left = 6
114
 
    Height = 54
 
118
    Height = 56
115
119
    Top = 35
116
120
    Width = 448
117
121
    Align = alTop
124
128
    ChildSizing.ControlsPerLine = 42
125
129
    ClientHeight = 36
126
130
    ClientWidth = 444
127
 
    Color = clForm
128
 
    ParentColor = False
129
131
    TabOrder = 2
130
132
    object BICol1Panel: TPanel
131
133
      Left = 4
144
146
      ChildSizing.ControlsPerLine = 2
145
147
      ClientHeight = 32
146
148
      ClientWidth = 119
147
 
      Color = clForm
148
 
      ParentColor = False
149
149
      TabOrder = 0
150
150
      object lblNonTried: TLabel
151
151
        Left = 0
213
213
      ChildSizing.ControlsPerLine = 2
214
214
      ClientHeight = 32
215
215
      ClientWidth = 141
216
 
      Color = clForm
217
 
      ParentColor = False
218
216
      TabOrder = 1
219
217
      object lblNonTrimmed: TLabel
220
218
        Left = 0
282
280
      ChildSizing.ControlsPerLine = 2
283
281
      ClientHeight = 32
284
282
      ClientWidth = 135
285
 
      Color = clForm
286
 
      ParentColor = False
287
283
      TabOrder = 2
288
284
      object lblBad: TLabel
289
285
        Left = 0
322
318
    BevelOuter = bvNone
323
319
    ClientHeight = 31
324
320
    ClientWidth = 448
325
 
    Color = clForm
326
 
    ParentColor = False
327
321
    TabOrder = 3
328
322
    object TrackCurrentCheckBox: TCheckBox
329
323
      Left = 205
334
328
      Align = alRight
335
329
      BorderSpacing.Around = 6
336
330
      Caption = '> Track current position'
 
331
      OnChange = TrackCurrentCheckBoxChange
337
332
      TabOrder = 0
338
333
    end
339
334
    object CloseBIButton: TButton
345
340
      AutoSize = True
346
341
      BorderSpacing.Left = 6
347
342
      BorderSpacing.Bottom = 6
 
343
      Cancel = True
348
344
      Caption = 'Close'
349
345
      Constraints.MinWidth = 90
350
346
      OnClick = CloseBIButtonClick