File: Form_Test.dfm

package info (click to toggle)
paraview 4.0.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 526,572 kB
  • sloc: cpp: 2,284,430; ansic: 816,374; python: 239,936; xml: 70,162; tcl: 48,295; fortran: 39,116; yacc: 5,466; java: 3,518; perl: 3,107; lex: 1,620; sh: 1,555; makefile: 932; asm: 471; pascal: 228
file content (152 lines) | stat: -rw-r--r-- 3,255 bytes parent folder | download | duplicates (11)
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
object VTK_Form: TVTK_Form
  Left = 287
  Top = 176
  Width = 610
  Height = 480
  Caption = 'VTK_Form'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel3: TPanel
    Left = 0
    Top = 0
    Width = 101
    Height = 455
    Align = alLeft
    BevelInner = bvLowered
    BorderWidth = 2
    TabOrder = 0
    object Label1: TLabel
      Left = 10
      Top = 46
      Width = 48
      Height = 13
      Caption = 'Shrinker...'
      OnClick = BackgroundColour1Click
    end
    object bc1: TButton
      Left = 11
      Top = 8
      Width = 75
      Height = 25
      Caption = 'Create 1'
      TabOrder = 0
      OnClick = bc1Click
    end
    object ShrinkScroll: TScrollBar
      Left = 10
      Top = 62
      Width = 72
      Height = 13
      PageSize = 0
      Position = 50
      TabOrder = 1
      OnChange = ShrinkScrollChange
    end
  end
  object BorderWindow: TPanel
    Left = 101
    Top = 0
    Width = 501
    Height = 455
    Align = alClient
    BevelInner = bvLowered
    BevelWidth = 2
    BorderWidth = 2
    TabOrder = 1
    object Panel2: TPanel
      Left = 6
      Top = 432
      Width = 489
      Height = 17
      Align = alBottom
      AutoSize = True
      BevelOuter = bvNone
      TabOrder = 0
      object HeaderControl1: THeaderControl
        Left = 0
        Top = 0
        Width = 489
        Height = 17
        Align = alBottom
        DragReorder = False
        Sections = <
          item
            ImageIndex = -1
            MaxWidth = 60
            MinWidth = 60
            Text = 'Mode'
            Width = 60
          end
          item
            ImageIndex = -1
            MaxWidth = 60
            MinWidth = 60
            Text = 'Window'
            Width = 60
          end>
        OnSectionClick = HeaderControl1SectionClick
      end
    end
    object vtkWindow1: TvtkBorlandRenderWindow
      Left = 6
      Top = 6
      Width = 489
      Height = 426
      Align = alClient
      Color = clMenuText
      ParentColor = False
      TabOrder = 1
      OnEnter = vtkWindow1Enter
      OnExit = vtkWindow1Exit
    end
  end
  object ModeMenu: TPopupMenu
    Left = 193
    Top = 56
    object TrackBallMode1: TMenuItem
      Caption = 'TrackBall Mode'
      Checked = True
      GroupIndex = 1
      RadioItem = True
      OnClick = TrackBallMode1Click
    end
    object JoystickMode1: TMenuItem
      Caption = 'Joystick Mode'
      GroupIndex = 1
      RadioItem = True
      OnClick = TrackBallMode1Click
    end
    object FlightMode1: TMenuItem
      Caption = 'Flight Mode'
      GroupIndex = 1
      RadioItem = True
      OnClick = TrackBallMode1Click
    end
  end
  object WindowMenu: TPopupMenu
    Left = 221
    Top = 56
    object BackgroundColour1: TMenuItem
      Caption = 'Background Colour'
      OnClick = BackgroundColour1Click
    end
    object ResetCamera1: TMenuItem
      Caption = 'Reset Camera'
      OnClick = ResetCamera1Click
    end
  end
  object backgroundcolor: TColorDialog
    Ctl3D = True
    Left = 301
    Top = 56
  end
end