Changeset 2 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Mar 25, 2016, 10:24:04 PM (8 years ago)
Author:
chronos
Message:
  • Added: Ability to write data with defined byte pattern.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      CoolDisk
      lib
      CoolDisk.lps
  • trunk/UFormMain.lfm

    r1 r2  
    201201    TabOrder = 5
    202202  end
     203  object ComboBoxRunMode: TComboBox
     204    Left = 17
     205    Height = 38
     206    Top = 88
     207    Width = 247
     208    ItemHeight = 0
     209    ItemIndex = 0
     210    Items.Strings = (
     211      'Read test'
     212      'Write test'
     213    )
     214    Style = csDropDownList
     215    TabOrder = 6
     216    Text = 'Read test'
     217  end
     218  object Label9: TLabel
     219    Left = 286
     220    Height = 24
     221    Top = 95
     222    Width = 121
     223    Caption = 'Data pattern:'
     224    ParentColor = False
     225  end
     226  object EditPattern: TEdit
     227    Left = 440
     228    Height = 34
     229    Top = 88
     230    Width = 80
     231    TabOrder = 7
     232    Text = '0xff'
     233  end
    203234  object MainMenu1: TMainMenu
    204235    left = 323
Note: See TracChangeset for help on using the changeset viewer.