Subversion Repositories plumbers

Compare Revisions

Regard whitespace Rev 7 → Rev 6

/trunk/SceneEditor/Unit1.dfm
1,12 → 1,12
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'ShowTime Editor'
ClientHeight = 619
ClientWidth = 1030
ClientHeight = 608
ClientWidth = 1043
Color = clBtnFace
Constraints.MinHeight = 677
Constraints.MinWidth = 1046
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
18,8 → 18,8
OnCreate = FormCreate
OnShow = FormShow
DesignSize = (
1030
619)
1043
608)
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
26,8 → 26,7
Left = 8
Top = 8
Width = 209
Height = 478
Anchors = [akLeft, akTop, akBottom]
Height = 466
ItemHeight = 13
Items.Strings = (
'SC99'
37,33 → 36,28
TabOrder = 0
OnClick = ListBox1Click
OnDblClick = ListBox1DblClick
ExplicitHeight = 466
end
object Button1: TButton
Left = 145
Top = 492
Left = 97
Top = 485
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = '+'
TabOrder = 3
OnClick = Button1Click
ExplicitTop = 488
end
object Button2: TButton
Left = 184
Top = 492
Left = 136
Top = 485
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = '-'
TabOrder = 4
OnClick = Button2Click
ExplicitTop = 488
end
object Button3: TButton
Left = 8
Top = 565
Top = 554
Width = 105
Height = 46
Anchors = [akLeft, akBottom]
70,33 → 64,28
Caption = 'Save'
TabOrder = 6
OnClick = Button3Click
ExplicitTop = 534
end
object Button4: TButton
Left = 8
Top = 492
Top = 485
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = '^'
TabOrder = 1
OnClick = Button4Click
ExplicitTop = 488
end
object Button5: TButton
Left = 47
Top = 492
Top = 485
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'v'
TabOrder = 2
OnClick = Button5Click
ExplicitTop = 488
end
object Button10: TButton
Left = 112
Top = 565
Top = 554
Width = 105
Height = 46
Anchors = [akLeft, akBottom]
103,25 → 92,20
Caption = 'Save + Test'
TabOrder = 7
OnClick = Button10Click
ExplicitTop = 534
end
object PageControl2: TPageControl
Left = 223
Top = 8
Width = 799
Height = 603
ActivePage = TabSheet5
Width = 812
Height = 592
ActivePage = TabSheet4
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 8
ExplicitWidth = 812
ExplicitHeight = 572
object TabSheet4: TTabSheet
Caption = 'Pictures'
ExplicitWidth = 804
ExplicitHeight = 544
DesignSize = (
791
575)
804
564)
object Label1: TLabel
Left = 16
Top = 24
166,7 → 150,7
end
object Label19: TLabel
Left = 272
Top = 420
Top = 432
Width = 62
Height = 13
Caption = 'Unused files:'
234,60 → 218,50
OnChange = Edit1Change
end
object Button6: TButton
Left = 177
Top = 533
Left = 100
Top = 453
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = '+'
TabOrder = 6
OnClick = Button6Click
ExplicitTop = 517
end
object Button7: TButton
Left = 216
Top = 533
Left = 139
Top = 453
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = '-'
TabOrder = 7
OnClick = Button7Click
ExplicitTop = 517
end
object Button8: TButton
Left = 11
Top = 533
Top = 453
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = '^'
TabOrder = 4
OnClick = Button8Click
ExplicitTop = 517
end
object Button9: TButton
Left = 50
Top = 533
Top = 453
Width = 33
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'v'
TabOrder = 5
OnClick = Button9Click
ExplicitTop = 517
end
object ListBox2: TListBox
Left = 10
Top = 127
Width = 239
Height = 400
Anchors = [akLeft, akTop, akBottom]
Height = 306
ItemHeight = 13
TabOrder = 3
OnClick = ListBox2Click
OnDblClick = ListBox2DblClick
ExplicitHeight = 396
end
object Edit3: TEdit
Left = 368
309,10 → 283,11
OnChange = SpinEdit13Change
end
object Button13: TButton
Left = 656
Left = 664
Top = 19
Width = 120
Height = 25
Anchors = [akTop, akRight]
Caption = 'Open scene folder'
TabOrder = 12
OnClick = Button13Click
417,10 → 392,9
end
object ListBox3: TListBox
Left = 272
Top = 439
Width = 305
Height = 125
Anchors = [akLeft, akTop, akBottom]
Top = 453
Width = 225
Height = 97
ItemHeight = 13
PopupMenu = PopupMenu1
TabOrder = 11
464,7 → 438,6
Top = 189
Width = 305
Height = 212
BevelOuter = bvNone
TabOrder = 16
object Image2: TImage
Left = 0
479,8 → 452,6
object TabSheet5: TTabSheet
Caption = 'Decision'
ImageIndex = 1
ExplicitWidth = 804
ExplicitHeight = 573
object Label3: TLabel
Left = 16
Top = 16
847,7 → 818,6
Top = 255
Width = 409
Height = 291
BevelOuter = bvNone
TabOrder = 4
object Image1: TImage
Left = 0
866,14 → 836,12
end
object Button14: TButton
Left = 8
Top = 534
Top = 529
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'New'
TabOrder = 5
OnClick = Button14Click
ExplicitTop = 530
end
object Timer1: TTimer
Enabled = False
919,7 → 887,7
end
end
object PopupMenu1: TPopupMenu
Left = 739
Left = 763
Top = 496
object Addtoscene1: TMenuItem
Caption = 'Add to scene'
/trunk/SceneEditor/Unit1.pas
10,7 → 10,7
Vcl.Menus;
 
const
CUR_VER = '2017-10-03';
CUR_VER = '2017-10-02';
 
type
TForm1 = class(TForm)