doom4ster
2017-03-16 068b44b1c01932ba35fcd7d44460bc9fa7ce0a6f
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
object OldCaseImgForm: TOldCaseImgForm
  Left = 0
  Top = 0
  Caption = 'OldCaseImgForm'
  ClientHeight = 601
  ClientWidth = 918
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 209
    Top = 49
    Width = 5
    Height = 552
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 918
    Height = 49
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 0
    ExplicitWidth = 700
    object BitBtn1: TBitBtn
      Left = 11
      Top = 13
      Width = 75
      Height = 25
      Caption = #24341#20837
      DoubleBuffered = True
      ParentDoubleBuffered = False
      TabOrder = 0
    end
    object BitBtn2: TBitBtn
      Left = 112
      Top = 13
      Width = 75
      Height = 25
      Caption = #38626#38283
      DoubleBuffered = True
      ParentDoubleBuffered = False
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 49
    Width = 209
    Height = 552
    Align = alLeft
    Caption = 'Panel2'
    TabOrder = 1
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 207
      Height = 550
      Align = alClient
      Caption = #26696#20214#32232#34399
      TabOrder = 0
      ExplicitLeft = 18
      ExplicitTop = 40
      ExplicitWidth = 185
      ExplicitHeight = 105
      object CheckListBox1: TCheckListBox
        Left = 2
        Top = 15
        Width = 203
        Height = 533
        Align = alClient
        ItemHeight = 13
        Items.Strings = (
          'aaaa')
        TabOrder = 0
        ExplicitLeft = 10
        ExplicitTop = 88
        ExplicitWidth = 121
        ExplicitHeight = 97
      end
    end
  end
  object Panel3: TPanel
    Left = 214
    Top = 49
    Width = 704
    Height = 552
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 2
    ExplicitLeft = 288
    ExplicitWidth = 636
    object Panel4: TPanel
      Left = 1
      Top = 1
      Width = 184
      Height = 550
      Align = alLeft
      Caption = 'Panel4'
      TabOrder = 0
    end
    object Panel5: TPanel
      Left = 185
      Top = 1
      Width = 518
      Height = 550
      Align = alClient
      Caption = 'Panel5'
      TabOrder = 1
      ExplicitLeft = 232
      ExplicitTop = 64
      ExplicitWidth = 185
      ExplicitHeight = 41
    end
  end
end