source: branches/delphi/Forms/UFormMove.dfm

Last change on this file was 44, checked in by chronos, 10 years ago
  • Added: Test Delphi conversion.
File size: 1.5 KB
Line 
1object FormMove: TFormMove
2 Left = 770
3 Height = 240
4 Top = 484
5 Width = 320
6 ActiveControl = ButtonOk
7 Caption = 'Move'
8 OnShow = FormShow
9 object SpinEditOnce: TSpinEdit
10 Left = 208
11 Height = 32
12 Top = 16
13 Width = 98
14 OnChange = SpinEditOnceChange
15 TabOrder = 0
16 end
17 object Label1: TLabel
18 Left = 24
19 Height = 22
20 Top = 16
21 Width = 46
22 Caption = 'Once:'
23 ParentColor = False
24 end
25 object ButtonOk: TButton
26 Left = 192
27 Height = 25
28 Top = 200
29 Width = 75
30 Caption = 'Ok'
31 Default = True
32 ModalResult = 1
33 TabOrder = 1
34 end
35 object ButtonCancel: TButton
36 Left = 72
37 Height = 25
38 Top = 200
39 Width = 75
40 Caption = 'Cancel'
41 ModalResult = 2
42 TabOrder = 2
43 end
44 object Label2: TLabel
45 Left = 24
46 Height = 22
47 Top = 120
48 Width = 87
49 Caption = 'Every turn:'
50 ParentColor = False
51 end
52 object SpinEditRepeat: TSpinEdit
53 Left = 208
54 Height = 32
55 Top = 112
56 Width = 98
57 OnChange = SpinEditRepeatChange
58 TabOrder = 3
59 end
60 object TrackBarOnce: TTrackBar
61 Left = 8
62 Height = 43
63 Top = 55
64 Width = 296
65 OnChange = TrackBarOnceChange
66 PageSize = 1
67 Position = 0
68 TickStyle = tsNone
69 Anchors = [akTop, akLeft, akRight]
70 TabOrder = 4
71 end
72 object TrackBarRepeat: TTrackBar
73 Left = 8
74 Height = 43
75 Top = 152
76 Width = 304
77 OnChange = TrackBarRepeatChange
78 PageSize = 1
79 Position = 0
80 TickStyle = tsNone
81 Anchors = [akTop, akLeft, akRight]
82 TabOrder = 5
83 end
84end
Note: See TracBrowser for help on using the repository browser.