This commit is contained in:
Miguel de Icaza 2011-03-25 16:06:29 -04:00
Родитель ae4a73b88b
Коммит b5f98ce31f
14 изменённых файлов: 580 добавлений и 0 удалений

100
monocatalog/xibs/AddressBookController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,100 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("AddressBookController")]
public partial class AddressBookController {
#pragma warning disable 0169
[MonoTouch.Foundation.Export("showPicker:")]
partial void showPicker (MonoTouch.UIKit.UIButton sender);
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
[MonoTouch.Foundation.Connect("firstName")]
private MonoTouch.UIKit.UILabel firstName {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("firstName")));
}
set {
this.SetNativeField("firstName", value);
}
}
[MonoTouch.Foundation.Connect("lastName")]
private MonoTouch.UIKit.UILabel lastName {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("lastName")));
}
set {
this.SetNativeField("lastName", value);
}
}
[MonoTouch.Foundation.Connect("performAction")]
private MonoTouch.UIKit.UISwitch performAction {
get {
return ((MonoTouch.UIKit.UISwitch)(this.GetNativeField("performAction")));
}
set {
this.SetNativeField("performAction", value);
}
}
[MonoTouch.Foundation.Connect("selectProperty")]
private MonoTouch.UIKit.UISwitch selectProperty {
get {
return ((MonoTouch.UIKit.UISwitch)(this.GetNativeField("selectProperty")));
}
set {
this.SetNativeField("selectProperty", value);
}
}
[MonoTouch.Foundation.Connect("property")]
private MonoTouch.UIKit.UILabel property {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("property")));
}
set {
this.SetNativeField("property", value);
}
}
[MonoTouch.Foundation.Connect("identifier")]
private MonoTouch.UIKit.UILabel identifier {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("identifier")));
}
set {
this.SetNativeField("identifier", value);
}
}
[MonoTouch.Foundation.Connect("toString")]
private MonoTouch.UIKit.UILabel toString {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("toString")));
}
set {
this.SetNativeField("toString", value);
}
}
}

27
monocatalog/xibs/AlertsViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("AlertsViewController")]
public partial class AlertsViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UITableView view {
get {
return ((MonoTouch.UIKit.UITableView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

27
monocatalog/xibs/ButtonsViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("ButtonsViewController")]
public partial class ButtonsViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UITableView view {
get {
return ((MonoTouch.UIKit.UITableView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

27
monocatalog/xibs/ControlsViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("ControlsViewController")]
public partial class ControlsViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UITableView view {
get {
return ((MonoTouch.UIKit.UITableView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

50
monocatalog/xibs/ImagesViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,50 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("ImagesViewController")]
public partial class ImagesViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Export("sliderAction:")]
partial void sliderAction (MonoTouch.UIKit.UISlider sender);
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
[MonoTouch.Foundation.Connect("imageView")]
private MonoTouch.UIKit.UIImageView imageView {
get {
return ((MonoTouch.UIKit.UIImageView)(this.GetNativeField("imageView")));
}
set {
this.SetNativeField("imageView", value);
}
}
[MonoTouch.Foundation.Connect("slider")]
private MonoTouch.UIKit.UISlider slider {
get {
return ((MonoTouch.UIKit.UISlider)(this.GetNativeField("slider")));
}
set {
this.SetNativeField("slider", value);
}
}
}

42
monocatalog/xibs/MainWindow.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,42 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.Foundation.NSObject or subclass
[MonoTouch.Foundation.Register("AppDelegate")]
public partial class AppDelegate {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("window")]
private MonoTouch.UIKit.UIWindow window {
get {
return ((MonoTouch.UIKit.UIWindow)(this.GetNativeField("window")));
}
set {
this.SetNativeField("window", value);
}
}
[MonoTouch.Foundation.Connect("navigationController")]
private MonoTouch.UIKit.UINavigationController navigationController {
get {
return ((MonoTouch.UIKit.UINavigationController)(this.GetNativeField("navigationController")));
}
set {
this.SetNativeField("navigationController", value);
}
}
}
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("MainViewController")]
public partial class MainViewController {
}

63
monocatalog/xibs/PickerViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,63 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("PickerViewController")]
public partial class PickerViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Export("togglePickerStyle:")]
partial void togglePickerStyle (MonoTouch.UIKit.UISegmentedControl sender);
[MonoTouch.Foundation.Export("togglePickers:")]
partial void togglePickers (MonoTouch.UIKit.UIBarButtonItem sender);
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
[MonoTouch.Foundation.Connect("buttonBarSegmentedControl")]
private MonoTouch.UIKit.UISegmentedControl buttonBarSegmentedControl {
get {
return ((MonoTouch.UIKit.UISegmentedControl)(this.GetNativeField("buttonBarSegmentedControl")));
}
set {
this.SetNativeField("buttonBarSegmentedControl", value);
}
}
[MonoTouch.Foundation.Connect("pickerStyleSegmentedControl")]
private MonoTouch.UIKit.UISegmentedControl pickerStyleSegmentedControl {
get {
return ((MonoTouch.UIKit.UISegmentedControl)(this.GetNativeField("pickerStyleSegmentedControl")));
}
set {
this.SetNativeField("pickerStyleSegmentedControl", value);
}
}
[MonoTouch.Foundation.Connect("segmentLabel")]
private MonoTouch.UIKit.UILabel segmentLabel {
get {
return ((MonoTouch.UIKit.UILabel)(this.GetNativeField("segmentLabel")));
}
set {
this.SetNativeField("segmentLabel", value);
}
}
}

27
monocatalog/xibs/SearchBarController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("SearchBarController")]
public partial class SearchBarController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

27
monocatalog/xibs/SegmentViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("SegmentViewController")]
public partial class SegmentViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

27
monocatalog/xibs/TextFieldController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("TextFieldController")]
public partial class TextFieldController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UITableView view {
get {
return ((MonoTouch.UIKit.UITableView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

27
monocatalog/xibs/TextViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("TextViewController")]
public partial class TextViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

76
monocatalog/xibs/ToolbarViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,76 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("ToolbarViewController")]
public partial class ToolbarViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Export("toggleStyle:")]
partial void toggleStyle (MonoTouch.UIKit.UISegmentedControl sender);
[MonoTouch.Foundation.Export("toggleBarStyle:")]
partial void toggleBarStyle (MonoTouch.UIKit.UISegmentedControl sender);
[MonoTouch.Foundation.Export("toggleTintColor:")]
partial void toggleTintColor (MonoTouch.UIKit.UISwitch sender);
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
[MonoTouch.Foundation.Connect("barStyleSegControl")]
private MonoTouch.UIKit.UISegmentedControl barStyleSegControl {
get {
return ((MonoTouch.UIKit.UISegmentedControl)(this.GetNativeField("barStyleSegControl")));
}
set {
this.SetNativeField("barStyleSegControl", value);
}
}
[MonoTouch.Foundation.Connect("buttonItemStyleSegControl")]
private MonoTouch.UIKit.UISegmentedControl buttonItemStyleSegControl {
get {
return ((MonoTouch.UIKit.UISegmentedControl)(this.GetNativeField("buttonItemStyleSegControl")));
}
set {
this.SetNativeField("buttonItemStyleSegControl", value);
}
}
[MonoTouch.Foundation.Connect("systemButtonPicker")]
private MonoTouch.UIKit.UIPickerView systemButtonPicker {
get {
return ((MonoTouch.UIKit.UIPickerView)(this.GetNativeField("systemButtonPicker")));
}
set {
this.SetNativeField("systemButtonPicker", value);
}
}
[MonoTouch.Foundation.Connect("tintSwitch")]
private MonoTouch.UIKit.UISwitch tintSwitch {
get {
return ((MonoTouch.UIKit.UISwitch)(this.GetNativeField("tintSwitch")));
}
set {
this.SetNativeField("tintSwitch", value);
}
}
}

33
monocatalog/xibs/TransitionViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,33 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("TransitionViewController")]
public partial class TransitionViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Export("curlAction:")]
partial void curlAction (MonoTouch.UIKit.UIBarButtonItem sender);
[MonoTouch.Foundation.Export("flipAction:")]
partial void flipAction (MonoTouch.UIKit.UIBarButtonItem sender);
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}

27
monocatalog/xibs/WebViewController.xib.designer.cs сгенерированный Normal file
Просмотреть файл

@ -0,0 +1,27 @@
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
[MonoTouch.Foundation.Register("WebViewController")]
public partial class WebViewController {
#pragma warning disable 0169
[MonoTouch.Foundation.Connect("view")]
private MonoTouch.UIKit.UIView view {
get {
return ((MonoTouch.UIKit.UIView)(this.GetNativeField("view")));
}
set {
this.SetNativeField("view", value);
}
}
}