1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 02:51:23 +00:00
This commit is contained in:
2016-04-03 16:50:51 +02:00
parent c51a791d6d
commit e6f3d45335
32 changed files with 48 additions and 29 deletions

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
// Author:
// Carsten Sonne Larsen <cs@innolan.dk>
//
// Copyright (c) 2013
// Copyright (c) 2013-2016 Carsten Sonne Larsen
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated dotreeon files (the "Software"), to deal

View File

@ -5,8 +5,11 @@ namespace Ntp.Analyzer.Gui.Window
public partial class CommandDialog
{
private global::Gtk.ScrolledWindow scrolledwindow1;
private global::Gtk.TreeView treeview1;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
protected virtual void Build ()

View File

@ -5,14 +5,23 @@ namespace Ntp.Analyzer.Gui.Window
public partial class MainWindow
{
private global::Gtk.UIManager UIManager;
private global::Gtk.Action homeAction;
private global::Gtk.Action networkAction;
private global::Gtk.Action revertToSavedAction;
private global::Gtk.Action executeAction;
private global::Gtk.Table table1;
private global::Gtk.DrawingArea drawingarea1;
private global::Gtk.ScrolledWindow scrolledwindow1;
private global::Gtk.TextView textview2;
private global::Gtk.Toolbar toolbar1;
protected virtual void Build ()

View File

@ -5,12 +5,19 @@ namespace Ntp.Analyzer.Gui.Window
public partial class NetworkDialog
{
private global::Gtk.UIManager UIManager;
private global::Gtk.Action addAction;
private global::Gtk.Action removeAction;
private global::Gtk.Toolbar toolbar1;
private global::Gtk.ScrolledWindow GtkScrolledWindow;
private global::Gtk.TreeView tree;
private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk;
protected virtual void Build ()

View File

@ -5,7 +5,7 @@
</configuration>
<import>
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<widget-library name="../bin/Debug/Ntp.Analyzer.Gui.exe" internal="true" />
<widget-library name="../../bin/Ntp.Analyzer.Gui.exe" internal="true" />
</import>
<widget class="Gtk.Window" id="Ntp.Analyzer.Gui.Window.MainWindow" design-size="565 495">
<action-group name="Default">