Changeset 295 for trunk/Forms/UFormMove.lfm
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 8 8 backup 9 9 xtactics.exe 10 *.lr j10 *.lrt
-
- Property svn:ignore
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormMove.lfm
r272 r295 1 1 object FormMove: TFormMove 2 2 Left = 435 3 Height = 2 783 Height = 232 4 4 Top = 153 5 Width = 4215 Width = 351 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Move' 8 ClientHeight = 2 789 ClientWidth = 42110 Constraints.MinHeight = 2 7811 Constraints.MinWidth = 42112 DesignTimePPI = 1 448 ClientHeight = 232 9 ClientWidth = 351 10 Constraints.MinHeight = 232 11 Constraints.MinWidth = 351 12 DesignTimePPI = 120 13 13 OnClose = FormClose 14 14 OnCreate = FormCreate … … 16 16 OnShow = FormShow 17 17 Position = poMainFormCenter 18 LCLVersion = ' 1.8.4.0'18 LCLVersion = '2.0.0.4' 19 19 object SpinEditOnce: TSpinEdit 20 Left = 20821 Height = 4322 Top = 4023 Width = 9820 Left = 173 21 Height = 28 22 Top = 33 23 Width = 82 24 24 OnChange = SpinEditOnceChange 25 25 OnKeyPress = FormKeyPress 26 ParentFont = False 26 27 TabOrder = 0 27 28 end 28 29 object Label1: TLabel 29 Left = 1 630 Height = 2 631 Top = 4032 Width = 4930 Left = 13 31 Height = 20 32 Top = 33 33 Width = 37 33 34 Caption = 'Once:' 34 35 ParentColor = False 36 ParentFont = False 35 37 end 36 38 object ButtonOk: TButton 37 Left = 2 9638 Height = 3 839 Top = 22440 Width = 10039 Left = 247 40 Height = 32 41 Top = 187 42 Width = 83 41 43 Caption = 'Ok' 42 44 Default = True 43 45 ModalResult = 1 46 ParentFont = False 44 47 TabOrder = 1 45 48 end 46 49 object ButtonCancel: TButton 47 Left = 1 7648 Height = 3 849 Top = 22450 Width = 10050 Left = 147 51 Height = 32 52 Top = 187 53 Width = 83 51 54 Caption = 'Cancel' 52 55 ModalResult = 2 56 ParentFont = False 53 57 TabOrder = 2 54 58 end 55 59 object Label2: TLabel 56 Left = 2 457 Height = 2 658 Top = 1 3659 Width = 9160 Left = 20 61 Height = 20 62 Top = 113 63 Width = 68 60 64 Caption = 'Every turn:' 61 65 ParentColor = False 66 ParentFont = False 62 67 end 63 68 object SpinEditRepeat: TSpinEdit 64 Left = 20865 Height = 4366 Top = 1 2867 Width = 9869 Left = 173 70 Height = 28 71 Top = 107 72 Width = 82 68 73 OnChange = SpinEditRepeatChange 69 74 OnKeyPress = FormKeyPress 75 ParentFont = False 70 76 TabOrder = 3 71 77 end 72 78 object TrackBarOnce: TTrackBar 73 Left = 8874 Height = 5875 Top = 8076 Width = 2 4579 Left = 73 80 Height = 48 81 Top = 67 82 Width = 205 77 83 OnChange = TrackBarOnceChange 78 84 PageSize = 1 … … 81 87 Anchors = [akTop, akLeft, akRight] 82 88 OnKeyPress = FormKeyPress 89 ParentFont = False 83 90 TabOrder = 4 84 91 end 85 92 object TrackBarRepeat: TTrackBar 86 Left = 9687 Height = 5888 Top = 1 6889 Width = 23193 Left = 80 94 Height = 48 95 Top = 140 96 Width = 193 90 97 OnChange = TrackBarRepeatChange 91 98 PageSize = 1 … … 94 101 Anchors = [akTop, akLeft, akRight] 95 102 OnKeyPress = FormKeyPress 103 ParentFont = False 96 104 TabOrder = 5 97 105 end 98 106 object ButtonOnceMin: TButton 99 Left = 8100 Height = 3 8101 Top = 88102 Width = 80107 Left = 7 108 Height = 32 109 Top = 73 110 Width = 67 103 111 Caption = 'Min' 104 112 OnClick = ButtonOnceMinClick 113 ParentFont = False 105 114 TabOrder = 6 106 115 end 107 116 object ButtonOnceMax: TButton 108 Left = 333109 Height = 3 8110 Top = 88111 Width = 80117 Left = 277 118 Height = 32 119 Top = 73 120 Width = 67 112 121 Anchors = [akTop, akRight] 113 122 Caption = 'Max' 114 123 OnClick = ButtonOnceMaxClick 124 ParentFont = False 115 125 TabOrder = 7 116 126 end 117 127 object ButtonRepeatMin: TButton 118 Left = 8119 Height = 3 8120 Top = 1 76121 Width = 80128 Left = 7 129 Height = 32 130 Top = 147 131 Width = 67 122 132 Caption = 'Min' 123 133 OnClick = ButtonRepeatMinClick 134 ParentFont = False 124 135 TabOrder = 8 125 136 end 126 137 object ButtonRepeatMax: TButton 127 Left = 333128 Height = 3 8129 Top = 1 76130 Width = 80138 Left = 277 139 Height = 32 140 Top = 147 141 Width = 67 131 142 Anchors = [akTop, akRight] 132 143 Caption = 'Max' 133 144 OnClick = ButtonRepeatMaxClick 145 ParentFont = False 134 146 TabOrder = 9 135 147 end 136 148 object Label3: TLabel 137 Left = 1 6138 Height = 2 6139 Top = 8140 Width = 1 35149 Left = 13 150 Height = 20 151 Top = 7 152 Width = 106 141 153 Caption = 'Win probability:' 142 154 ParentColor = False 155 ParentFont = False 143 156 end 144 157 object LabelWinProbability: TLabel 145 Left = 2 64146 Height = 2 6147 Top = 8148 Width = 1 5158 Left = 220 159 Height = 20 160 Top = 7 161 Width = 12 149 162 Caption = ' ' 150 163 ParentColor = False 164 ParentFont = False 151 165 end 152 166 object ButtonRemove: TButton 153 Left = 4 8154 Height = 3 8155 Top = 224156 Width = 100167 Left = 40 168 Height = 32 169 Top = 187 170 Width = 83 157 171 Caption = 'Delete' 158 172 OnClick = ButtonRemoveClick 173 ParentFont = False 159 174 TabOrder = 10 160 175 end
Note:
See TracChangeset
for help on using the changeset viewer.