mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 02:51:23 +00:00
Cleanup
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user