Changeset 42 for trunk/Forms/UFormMove.lfm
- Timestamp:
- Mar 18, 2014, 12:16:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMove.lfm
r40 r42 1 1 object FormMove: TFormMove 2 2 Left = 770 3 Height = 2 403 Height = 257 4 4 Top = 484 5 5 Width = 320 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Move' 8 ClientHeight = 2 408 ClientHeight = 257 9 9 ClientWidth = 320 10 10 OnShow = FormShow … … 27 27 end 28 28 object ButtonOk: TButton 29 Left = 1 9229 Left = 184 30 30 Height = 25 31 Top = 20 031 Top = 208 32 32 Width = 75 33 33 Caption = 'Ok' … … 39 39 Left = 72 40 40 Height = 25 41 Top = 20 041 Top = 208 42 42 Width = 75 43 43 Caption = 'Cancel' … … 62 62 end 63 63 object TrackBarOnce: TTrackBar 64 Left = 864 Left = 56 65 65 Height = 43 66 66 Top = 55 67 Width = 2 9667 Width = 208 68 68 OnChange = TrackBarOnceChange 69 69 PageSize = 1 … … 74 74 end 75 75 object TrackBarRepeat: TTrackBar 76 Left = 876 Left = 56 77 77 Height = 43 78 78 Top = 152 79 Width = 30479 Width = 208 80 80 OnChange = TrackBarRepeatChange 81 81 PageSize = 1 … … 85 85 TabOrder = 5 86 86 end 87 object ButtonOnceMin: TButton 88 Left = 8 89 Height = 25 90 Top = 64 91 Width = 48 92 Caption = 'Min' 93 OnClick = uttonOnceMinClick 94 TabOrder = 6 95 end 96 object ButtonOnceMax: TButton 97 Left = 264 98 Height = 25 99 Top = 64 100 Width = 48 101 Anchors = [akTop, akRight] 102 Caption = 'Max' 103 OnClick = ButtonOnceMaxClick 104 TabOrder = 7 105 end 106 object ButtonRepeatMin: TButton 107 Left = 8 108 Height = 25 109 Top = 160 110 Width = 48 111 Caption = 'Min' 112 OnClick = ButtonRepeatMinClick 113 TabOrder = 8 114 end 115 object ButtonRepeatMax: TButton 116 Left = 264 117 Height = 25 118 Top = 160 119 Width = 48 120 Anchors = [akTop, akRight] 121 Caption = 'Max' 122 OnClick = ButtonRepeatMaxClick 123 TabOrder = 9 124 end 87 125 end
Note:
See TracChangeset
for help on using the changeset viewer.