Changeset 180 for oup/current/Helper


Ignore:
Timestamp:
May 17, 2007, 5:08:29 PM (18 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Helper/ValueEdit.pas

    r111 r180  
    6767  edit_new.EditType := etString;
    6868  edit_new.Text := '';
    69   edit_new.LimitCheck := False;
    7069  edit_new.MaxLength := 0;
    7170  edit_new.Max := 0;
     
    111110    end;
    112111  end;
     112  edit_new.Text := current;
    113113  edit_new.SetFocus;
    114114  edit_new.SelectAll;
     
    136136procedure TForm_ValueEdit.FormCreate(Sender: TObject);
    137137begin
     138  DecimalSeparator := '.';
    138139  edit_new := TCrossEdit.Create(Self);
    139140  with edit_new do
     
    159160    NoFocusAlignment := taLeftJustify;
    160161    Precision := 15;
    161     Decimals := 4;
     162    Decimals := 14;
    162163    FocusWidthInc := 0;
    163164    EditType := etHex;
Note: See TracChangeset for help on using the changeset viewer.