Changeset 189
- Timestamp:
- Apr 22, 2018, 2:34:51 PM (7 years ago)
- Location:
- trunk/Forms
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCharts.lfm
r170 r189 9 9 OnClose = FormClose 10 10 OnShow = FormShow 11 LCLVersion = '1. 6.4.0'11 LCLVersion = '1.8.0.4' 12 12 object Chart1: TChart 13 13 Left = 8 … … 35 35 object ComboBox1: TComboBox 36 36 Left = 24 37 Height = 2837 Height = 36 38 38 Top = 8 39 39 Width = 392 40 ItemHeight = 2040 ItemHeight = 0 41 41 ItemIndex = 0 42 42 Items.Strings = ( -
trunk/Forms/UFormCharts.pas
r181 r189 58 58 begin 59 59 Core.PersistentForm.Load(Self); 60 Redraw; 61 Translate; 60 62 if (ComboBox1.ItemIndex = -1) and (ComboBox1.Items.Count > 0) then 61 63 ComboBox1.ItemIndex := 0; 62 Redraw;63 Translate;64 64 end; 65 65 -
trunk/Forms/UFormMove.lfm
r124 r189 14 14 OnShow = FormShow 15 15 Position = poMainFormCenter 16 LCLVersion = '1. 6.0.4'16 LCLVersion = '1.8.0.4' 17 17 object SpinEditOnce: TSpinEdit 18 18 Left = 208 19 Height = 3 419 Height = 36 20 20 Top = 40 21 21 Width = 98 … … 26 26 object Label1: TLabel 27 27 Left = 16 28 Height = 2 428 Height = 26 29 29 Top = 40 30 30 Width = 49 … … 53 53 object Label2: TLabel 54 54 Left = 24 55 Height = 2 455 Height = 26 56 56 Top = 136 57 57 Width = 91 … … 61 61 object SpinEditRepeat: TSpinEdit 62 62 Left = 208 63 Height = 3 463 Height = 36 64 64 Top = 128 65 65 Width = 98 … … 70 70 object TrackBarOnce: TTrackBar 71 71 Left = 56 72 Height = 4 672 Height = 47 73 73 Top = 80 74 74 Width = 255 … … 83 83 object TrackBarRepeat: TTrackBar 84 84 Left = 56 85 Height = 4 685 Height = 47 86 86 Top = 168 87 87 Width = 255 … … 134 134 object Label3: TLabel 135 135 Left = 16 136 Height = 2 4136 Height = 26 137 137 Top = 8 138 138 Width = 135 … … 142 142 object LabelWinProbability: TLabel 143 143 Left = 264 144 Height = 2 4144 Height = 26 145 145 Top = 8 146 146 Width = 15 -
trunk/Forms/UFormMove.pas
r124 r189 116 116 procedure TFormMove.FormCreate(Sender: TObject); 117 117 begin 118 118 Core.CoolTranslator1.TranslateComponentRecursive(Self); 119 119 end; 120 120
Note:
See TracChangeset
for help on using the changeset viewer.