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
object DocCopyForm: TDocCopyForm
  Left = 0
  Top = 0
  Caption = #35079#35069#25991#20214#30059#38754
  ClientHeight = 540
  ClientWidth = 542
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 542
    Height = 499
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 0
    object Splitter1: TSplitter
      Left = 264
      Top = 1
      Width = 4
      Height = 497
      ExplicitLeft = 218
      ExplicitHeight = 419
    end
    object CopyFromGB: TGroupBox
      Left = 1
      Top = 1
      Width = 263
      Height = 497
      Align = alLeft
      Caption = #21463#29702#32232#34399'..'#30340#25991#20214
      TabOrder = 0
      object CheckListBox1: TCheckListBox
        Left = 2
        Top = 15
        Width = 259
        Height = 480
        Align = alClient
        ItemHeight = 13
        TabOrder = 0
      end
    end
    object CopyToGB: TGroupBox
      Left = 268
      Top = 1
      Width = 273
      Height = 497
      Align = alClient
      Caption = #35201#35079#35069#30340#21463#29702#32232#34399
      TabOrder = 1
      object CheckListBox2: TCheckListBox
        Left = 2
        Top = 15
        Width = 269
        Height = 480
        Align = alClient
        ItemHeight = 13
        TabOrder = 0
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 499
    Width = 542
    Height = 41
    Align = alBottom
    TabOrder = 1
    object CopyBt: TButton
      Left = 272
      Top = 8
      Width = 75
      Height = 25
      Caption = #35079#35069
      TabOrder = 0
      OnClick = CopyBtClick
    end
    object CancelBt: TButton
      Left = 360
      Top = 8
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CancelBtClick
    end
  end
end