Sha256: af26bd7c185405899eb65a05181cb493a5058bb0e8edaadec790551f4a5fb999

Contents?: true

Size: 854 Bytes

Versions: 2

Compression:

Stored size: 854 Bytes

Contents

class MainScreen
  include Mohawk
  window(:title => /MainFormWindow/)

  text(:text_field, :id => "textField")
  text(:masked_text_field, :id => "maskedTextBox")
  button(:data_entry_form_button, :value => "Data Entry Form")
  button(:about, :value => "About")
  control(:about_control, :value => 'About')
  button(:data_grid, :value => "Data Grid View")
  combo_box(:fruits, :id => "FruitsComboBox")
  checkbox(:first_checkbox, :id =>  "checkBox")
  radio(:first_radio, :id => "radioButton1")
  label(:label_control, :id => "label1")
  link(:link_control, :id => "linkLabel1")
  menu_item(:file_roundabout_way_to_about, :path => ["File", "Roundabout Way", "To", "About"])
  tree_view(:tree_view, :id => "treeView")
  control(:value_control_field, :id => "automatableMonthCalendar1")
  spinner(:spinner, :id => 'numericUpDown1')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mohawk-0.0.9 features/support/screens/main_screen.rb
mohawk-0.0.8 features/support/screens/main_screen.rb