File: GUI_Preferences_Sheet.dfm

package info (click to toggle)
mediainfo 0.7.58-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,148 kB
  • sloc: cpp: 9,919; sh: 419; makefile: 68; xml: 12
file content (117 lines) | stat: -rwxr-xr-x 2,324 bytes parent folder | download | duplicates (6)
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
object Preferences_SheetF: TPreferences_SheetF
  Left = 230
  Top = 142
  Caption = 'Preference_SheetF'
  ClientHeight = 341
  ClientWidth = 686
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 14
  object Column_Text0: TLabel
    Left = 362
    Top = 103
    Width = 6
    Height = 14
    Caption = '1'
    Visible = False
  end
  object Label6: TLabel
    Left = 9
    Top = 9
    Width = 93
    Height = 14
    Caption = 'Number of colums :'
  end
  object Column_Parameter0: TComboBox
    Left = 138
    Top = 95
    Width = 156
    Height = 22
    Style = csDropDownList
    ItemHeight = 0
    TabOrder = 0
    Visible = False
    OnChange = Column_Parameter0Change
  end
  object Column_Kind0: TComboBox
    Left = 0
    Top = 95
    Width = 87
    Height = 22
    Style = csDropDownList
    ItemHeight = 0
    TabOrder = 1
    Visible = False
    OnChange = Column_Kind0Change
  end
  object ColumnsCount: TComboBox
    Left = 112
    Top = 0
    Width = 44
    Height = 22
    Style = csDropDownList
    ItemHeight = 0
    TabOrder = 2
    OnChange = ColumnsCountChange
  end
  object OK: TButton
    Left = 655
    Top = 0
    Width = 81
    Height = 27
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 3
    OnClick = OKClick
  end
  object Cancel: TButton
    Left = 575
    Top = 0
    Width = 81
    Height = 27
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 4
  end
  object Sheet_Show: TStringGrid
    Left = 0
    Top = 26
    Width = 733
    Height = 61
    FixedCols = 0
    RowCount = 2
    GridLineWidth = 0
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object Column_Size0: TComboBox
    Left = 302
    Top = 95
    Width = 52
    Height = 22
    ItemHeight = 0
    TabOrder = 6
    Visible = False
  end
  object Column_Pos0: TComboBox
    Left = 86
    Top = 95
    Width = 53
    Height = 22
    Style = csDropDownList
    ItemHeight = 0
    TabOrder = 7
    Visible = False
    OnChange = Column_Pos0Change
  end
end