-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2.~dfm
134 lines (134 loc) · 3.16 KB
/
Unit2.~dfm
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
object Form2: TForm2
Left = 251
Top = 147
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Edit Action Insert/Delete'
ClientHeight = 258
ClientWidth = 305
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 305
Height = 257
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object EditAnimationList: TCheckListBox
Left = 8
Top = 8
Width = 113
Height = 241
OnClickCheck = EditAnimationListClickCheck
ImeName = #54620#44397#50612' '#51077#47141' '#49884#49828#53596' (IME 2000)'
ItemHeight = 13
TabOrder = 0
OnClick = EditAnimationListClick
end
object CONFIRMOK: TButton
Left = 136
Top = 224
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 1
OnClick = CONFIRMOKClick
end
object Button2: TButton
Left = 216
Top = 224
Width = 75
Height = 25
Caption = 'CANCEL'
ModalResult = 2
TabOrder = 2
end
object GroupBox1: TGroupBox
Left = 128
Top = 8
Width = 169
Height = 89
Caption = 'Edit Action Name'
TabOrder = 3
object AnimationNameButton: TButton
Left = 8
Top = 56
Width = 153
Height = 25
Caption = 'Edit ACT Name'
TabOrder = 0
OnClick = AnimationNameButtonClick
end
object AnimationName: TLabeledEdit
Left = 16
Top = 32
Width = 137
Height = 21
EditLabel.Width = 112
EditLabel.Height = 12
EditLabel.Caption = 'Now Selected ACT '
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -12
EditLabel.Font.Name = #44404#47548
EditLabel.Font.Style = []
EditLabel.ParentFont = False
ImeName = #54620#44397#50612' '#51077#47141' '#49884#49828#53596' (IME 2000)'
LabelPosition = lpAbove
LabelSpacing = 3
MaxLength = 50
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left = 128
Top = 104
Width = 169
Height = 113
Caption = 'Action Insert/Delete'
TabOrder = 4
object InsertAnimation: TButton
Left = 8
Top = 16
Width = 153
Height = 25
Caption = 'Action Insert'
TabOrder = 0
OnClick = InsertAnimationClick
end
object DeleteAnimation: TButton
Left = 8
Top = 48
Width = 153
Height = 25
Caption = 'Action Delete'
TabOrder = 1
OnClick = DeleteAnimationClick
end
object DeleteAll: TButton
Left = 8
Top = 80
Width = 153
Height = 25
Caption = 'All Action Delete'
TabOrder = 2
OnClick = DeleteAllClick
end
end
end
end