File: GUI_Main.dfm

package info (click to toggle)
mediainfo 25.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,656 kB
  • sloc: cpp: 18,871; objc: 3,102; xml: 1,426; sh: 1,328; python: 263; makefile: 212
file content (119 lines) | stat: -rw-r--r-- 3,099 bytes parent folder | download | duplicates (8)
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
object GUI_Main_: TGUI_Main_
  Left = 293
  Top = 192
  Caption = 'GUI_Main'
  ClientHeight = 226
  ClientWidth = 339
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poDesigned
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 304
    Top = 160
    object Menu_File: TMenuItem
      Caption = 'File'
      object Menu_File_Open: TMenuItem
        Caption = 'Open'
        object Menu_File_Open_File: TMenuItem
          Caption = 'File'
          OnClick = Menu_File_Open_FileClick
        end
        object Menu_File_Open_File_Directory: TMenuItem
          Caption = 'Directory'
        end
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Menu_File_Exit: TMenuItem
        Caption = 'Exit'
        OnClick = Menu_File_ExitClick
      end
    end
    object Menu_View: TMenuItem
      Caption = 'View'
      object Menu_View_Easy: TMenuItem
        AutoCheck = True
        Caption = 'Easy'
        RadioItem = True
        OnClick = Menu_View_EasyClick
      end
      object Menu_View_Sheet: TMenuItem
        AutoCheck = True
        Caption = 'Sheet'
        Enabled = False
        RadioItem = True
        OnClick = Menu_View_SheetClick
      end
      object Menu_View_Tree: TMenuItem
        AutoCheck = True
        Caption = 'Tree'
        Enabled = False
        RadioItem = True
        OnClick = Menu_View_TreeClick
      end
      object Menu_View_HTML: TMenuItem
        AutoCheck = True
        Caption = 'HTML'
        RadioItem = True
        OnClick = Menu_View_HTMLClick
      end
      object Menu_View_Text: TMenuItem
        AutoCheck = True
        Caption = 'Text'
        Checked = True
        RadioItem = True
        OnClick = Menu_View_TextClick
      end
    end
    object Menu_Debug_Debug: TMenuItem
      Caption = 'Debug'
      object Menu_Debug_Complete: TMenuItem
        AutoCheck = True
        Caption = 'Complete'
      end
      object Menu_Debug_Details: TMenuItem
        AutoCheck = True
        Caption = 'Details'
        OnClick = Menu_Debug_DetailsClick
      end
      object Menu_Debug_Demux: TMenuItem
        Caption = 'Demux'
        object Menu_Debug_Demux_No: TMenuItem
          AutoCheck = True
          Caption = 'No'
          RadioItem = True
        end
        object Menu_Debug_Demux_Element: TMenuItem
          AutoCheck = True
          Caption = 'Element'
          RadioItem = True
        end
        object Menu_Debug_Demux_All: TMenuItem
          AutoCheck = True
          Caption = 'All'
          RadioItem = True
        end
      end
    end
    object Menu_Help: TMenuItem
      Caption = 'Help'
      object Menu_Help_About: TMenuItem
        Caption = 'About'
      end
    end
  end
  object OpenDialog1: TOpenDialog
    Left = 304
    Top = 128
  end
end