source: trunk/Forms/FormMove.lfm

Last change on this file was 411, checked in by chronos, 6 months ago
  • Fixed: Increased height of unit move form.
File size: 4.0 KB
Line 
1object FormMove: TFormMove
2 Left = 938
3 Height = 329
4 Top = 539
5 Width = 493
6 ActiveControl = ButtonOk
7 Caption = 'Move'
8 ClientHeight = 329
9 ClientWidth = 493
10 Constraints.MinHeight = 100
11 Constraints.MinWidth = 350
12 DesignTimePPI = 144
13 OnKeyPress = FormKeyPress
14 OnShow = FormShow
15 Position = poMainFormCenter
16 LCLVersion = '3.6.0.0'
17 object ButtonOk: TButton
18 Left = 160
19 Height = 38
20 Top = 283
21 Width = 100
22 Anchors = [akRight, akBottom]
23 Caption = 'Ok'
24 Default = True
25 ModalResult = 1
26 ParentFont = False
27 TabOrder = 0
28 end
29 object ButtonCancel: TButton
30 Left = 272
31 Height = 38
32 Top = 283
33 Width = 100
34 Anchors = [akRight, akBottom]
35 Caption = 'Cancel'
36 ModalResult = 2
37 ParentFont = False
38 TabOrder = 1
39 end
40 object ButtonRemove: TButton
41 Left = 384
42 Height = 38
43 Top = 283
44 Width = 100
45 Anchors = [akRight, akBottom]
46 Caption = 'Delete'
47 ParentFont = False
48 TabOrder = 2
49 OnClick = ButtonRemoveClick
50 end
51 object ScrollBox1: TScrollBox
52 Left = 8
53 Height = 261
54 Top = 8
55 Width = 477
56 HorzScrollBar.Page = 298
57 VertScrollBar.Page = 222
58 Align = alTop
59 Anchors = [akTop, akLeft, akRight, akBottom]
60 BorderSpacing.Around = 8
61 ClientHeight = 259
62 ClientWidth = 475
63 TabOrder = 3
64 object Label3: TLabel
65 Left = 8
66 Height = 26
67 Top = 8
68 Width = 134
69 Caption = 'Win probability:'
70 ParentColor = False
71 ParentFont = False
72 end
73 object Label1: TLabel
74 Left = 8
75 Height = 26
76 Top = 56
77 Width = 49
78 Caption = 'Once:'
79 ParentColor = False
80 ParentFont = False
81 end
82 object SpinEditOnce: TSpinEdit
83 Left = 200
84 Height = 43
85 Top = 48
86 Width = 98
87 OnChange = SpinEditOnceChange
88 OnKeyPress = FormKeyPress
89 ParentFont = False
90 TabOrder = 0
91 end
92 object ButtonOnceMin: TButton
93 Left = 8
94 Height = 38
95 Top = 96
96 Width = 80
97 Caption = 'Min'
98 ParentFont = False
99 TabOrder = 1
100 OnClick = ButtonOnceMinClick
101 end
102 object TrackBarOnce: TTrackBar
103 Left = 96
104 Height = 30
105 Top = 104
106 Width = 282
107 OnChange = TrackBarOnceChange
108 PageSize = 1
109 Position = 0
110 TickStyle = tsNone
111 Anchors = [akTop, akLeft, akRight]
112 OnKeyPress = FormKeyPress
113 ParentFont = False
114 TabOrder = 2
115 end
116 object ButtonOnceMax: TButton
117 Left = 387
118 Height = 38
119 Top = 96
120 Width = 80
121 Anchors = [akTop, akRight]
122 Caption = 'Max'
123 ParentFont = False
124 TabOrder = 3
125 OnClick = ButtonOnceMaxClick
126 end
127 object ButtonRepeatMax: TButton
128 Left = 387
129 Height = 38
130 Top = 184
131 Width = 80
132 Anchors = [akTop, akRight]
133 Caption = 'Max'
134 ParentFont = False
135 TabOrder = 4
136 OnClick = ButtonRepeatMaxClick
137 end
138 object SpinEditRepeat: TSpinEdit
139 Left = 200
140 Height = 43
141 Top = 136
142 Width = 98
143 OnChange = SpinEditRepeatChange
144 OnKeyPress = FormKeyPress
145 ParentFont = False
146 TabOrder = 5
147 end
148 object TrackBarRepeat: TTrackBar
149 Left = 96
150 Height = 30
151 Top = 188
152 Width = 282
153 OnChange = TrackBarRepeatChange
154 PageSize = 1
155 Position = 0
156 TickStyle = tsNone
157 Anchors = [akTop, akLeft, akRight]
158 OnKeyPress = FormKeyPress
159 ParentFont = False
160 TabOrder = 6
161 end
162 object ButtonRepeatMin: TButton
163 Left = 8
164 Height = 38
165 Top = 184
166 Width = 80
167 Caption = 'Min'
168 ParentFont = False
169 TabOrder = 7
170 OnClick = ButtonRepeatMinClick
171 end
172 object Label2: TLabel
173 Left = 8
174 Height = 26
175 Top = 144
176 Width = 90
177 Caption = 'Every turn:'
178 ParentColor = False
179 ParentFont = False
180 end
181 object LabelWinProbability: TLabel
182 Left = 264
183 Height = 26
184 Top = 8
185 Width = 15
186 Caption = ' '
187 ParentColor = False
188 ParentFont = False
189 end
190 end
191end
Note: See TracBrowser for help on using the repository browser.