About update
This commit is contained in:
@@ -5,9 +5,13 @@ namespace GridProxyGUI
|
||||
public partial class About
|
||||
{
|
||||
private global::Gtk.HBox hbox1;
|
||||
|
||||
private global::Gtk.Image image3;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
||||
|
||||
private global::Gtk.TextView textview1;
|
||||
|
||||
private global::Gtk.Button buttonOk;
|
||||
|
||||
protected virtual void Build ()
|
||||
@@ -48,7 +52,7 @@ namespace GridProxyGUI
|
||||
this.textview1 = new global::Gtk.TextView ();
|
||||
this.textview1.Buffer.Text = "\nGrid Proxy GUI\nGtk# Interface for Grid Proxy\n\nBased on Win Grid Proxy by\nJim Rad" +
|
||||
"ford <jradford@npl.com>\n\nWritten by\nLatif Khalifa <latifer@streamgrid.net>\n\nCopy" +
|
||||
"right (c) 2015\nOpen Metaverse Foundation\n";
|
||||
"right (c) 2013\nOpen Metaverse Foundation\n";
|
||||
this.textview1.WidthRequest = 250;
|
||||
this.textview1.CanFocus = true;
|
||||
this.textview1.Name = "textview1";
|
||||
|
||||
@@ -4,91 +4,177 @@
|
||||
public partial class MainWindow
|
||||
{
|
||||
private global::Gtk.UIManager UIManager;
|
||||
|
||||
private global::Gtk.Action FileAction;
|
||||
|
||||
private global::Gtk.Action ExitAction;
|
||||
|
||||
private global::Gtk.Action HelpAction;
|
||||
|
||||
private global::Gtk.Action AboutAction;
|
||||
|
||||
private global::Gtk.Action OpenAction;
|
||||
|
||||
private global::Gtk.Action SaveAction;
|
||||
|
||||
private global::Gtk.Action SaveAsAction;
|
||||
|
||||
private global::Gtk.VBox vboxMenuMain;
|
||||
|
||||
private global::Gtk.HBox hboxMenu;
|
||||
|
||||
private global::Gtk.Alignment alignment2;
|
||||
|
||||
private global::Gtk.MenuBar menuMain;
|
||||
|
||||
private global::Gtk.VSeparator menuSeparator;
|
||||
|
||||
private global::Gtk.Label label1;
|
||||
|
||||
private global::Gtk.ComboBoxEntry cbListen;
|
||||
|
||||
private global::Gtk.Label label2;
|
||||
|
||||
private global::Gtk.Entry txtPort;
|
||||
|
||||
private global::Gtk.Label label3;
|
||||
|
||||
private global::Gtk.ComboBoxEntry cbLoginURL;
|
||||
|
||||
private global::Gtk.Button btnStart;
|
||||
|
||||
private global::Gtk.HPaned mainSplit;
|
||||
|
||||
private global::Gtk.VBox vboxSessions;
|
||||
|
||||
private global::Gtk.ScrolledWindow sessionLogScroller;
|
||||
|
||||
private global::Gtk.HBox hboxSessionBottom;
|
||||
|
||||
private global::Gtk.CheckButton cbAutoScroll;
|
||||
|
||||
private global::Gtk.Notebook tabsMain;
|
||||
|
||||
private global::Gtk.VBox vboxLog;
|
||||
|
||||
private global::Gtk.HBox hbox5;
|
||||
|
||||
private global::Gtk.Frame frame1;
|
||||
|
||||
private global::Gtk.Alignment GtkAlignment2;
|
||||
|
||||
private global::Gtk.VBox vbox1;
|
||||
|
||||
private global::Gtk.Label lblUDPIn;
|
||||
|
||||
private global::Gtk.Label lblUDPOut;
|
||||
|
||||
private global::Gtk.Label lblUDPTotal;
|
||||
|
||||
private global::Gtk.Label GtkLabel5;
|
||||
|
||||
private global::Gtk.Frame frame2;
|
||||
|
||||
private global::Gtk.Alignment GtkAlignment3;
|
||||
|
||||
private global::Gtk.VBox vbox2;
|
||||
|
||||
private global::Gtk.Label lblCapIn;
|
||||
|
||||
private global::Gtk.Label lblCapOut;
|
||||
|
||||
private global::Gtk.Label lblCapTotal;
|
||||
|
||||
private global::Gtk.Label GtkLabel12;
|
||||
|
||||
private global::Gtk.ScrolledWindow logFileScroller;
|
||||
|
||||
private global::Gtk.TextView txtSummary;
|
||||
|
||||
private global::Gtk.Label label4;
|
||||
|
||||
private global::Gtk.VBox hboxFilter;
|
||||
|
||||
private global::Gtk.HBox hbox2;
|
||||
|
||||
private global::Gtk.Button btnLoadFilters;
|
||||
|
||||
private global::Gtk.Button btnSaveFilters;
|
||||
|
||||
private global::Gtk.HBox hbox3;
|
||||
|
||||
private global::Gtk.Frame frameFilterUDP;
|
||||
|
||||
private global::Gtk.Alignment containerFilterUDP;
|
||||
|
||||
private global::Gtk.Label GtkLabel8;
|
||||
|
||||
private global::Gtk.Frame frameFilterCap;
|
||||
|
||||
private global::Gtk.Alignment containerFilterCap;
|
||||
|
||||
private global::Gtk.Label GtkLabel9;
|
||||
|
||||
private global::Gtk.HBox hbox4;
|
||||
|
||||
private global::Gtk.CheckButton cbSelectAllUDP;
|
||||
|
||||
private global::Gtk.CheckButton cbSelectAllCap;
|
||||
|
||||
private global::Gtk.Label label5;
|
||||
|
||||
private global::Gtk.VBox vboxInspector;
|
||||
|
||||
private global::Gtk.Notebook tabsRequst;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
||||
|
||||
private global::Gtk.TextView txtRequest;
|
||||
|
||||
private global::Gtk.Label label7;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
|
||||
|
||||
private global::Gtk.TextView txtRequestRaw;
|
||||
|
||||
private global::Gtk.Label label6;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow2;
|
||||
|
||||
private global::Gtk.TextView txtRequestNotation;
|
||||
|
||||
private global::Gtk.Label label8;
|
||||
|
||||
private global::Gtk.Notebook tabsRequst1;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow3;
|
||||
|
||||
private global::Gtk.TextView txtResponse;
|
||||
|
||||
private global::Gtk.Label label9;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow4;
|
||||
|
||||
private global::Gtk.TextView txtResponseRaw;
|
||||
|
||||
private global::Gtk.Label label11;
|
||||
|
||||
private global::Gtk.ScrolledWindow GtkScrolledWindow5;
|
||||
|
||||
private global::Gtk.TextView txtResponseNotation;
|
||||
|
||||
private global::Gtk.Label label12;
|
||||
|
||||
private global::Gtk.Label label10;
|
||||
|
||||
private global::Gtk.VBox vboxPlugins;
|
||||
|
||||
private global::Gtk.HBox hbox1;
|
||||
|
||||
private global::Gtk.Button btnLoadPlugin;
|
||||
|
||||
private global::Gtk.ScrolledWindow scrolledwindowPlugin;
|
||||
|
||||
private global::Gtk.Label label13;
|
||||
|
||||
protected virtual void Build ()
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
<stetic-interface>
|
||||
<configuration>
|
||||
<images-root-path>..</images-root-path>
|
||||
<target-gtk-version>2.12</target-gtk-version>
|
||||
</configuration>
|
||||
<import>
|
||||
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
||||
<widget-library name="../bin/Debug/GridProxyGUI.exe" internal="true" />
|
||||
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
||||
</import>
|
||||
<widget class="Gtk.Window" id="MainWindow" design-size="1211 650">
|
||||
<action-group name="Default">
|
||||
|
||||
Reference in New Issue
Block a user