mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 11:14:40 +00:00
663 lines
25 KiB
C#
663 lines
25 KiB
C#
|
|
// This file has been generated by the GUI designer. Do not modify.
|
|
|
|
public partial class MainWindow
|
|
{
|
|
private global::Gtk.VBox vbox1;
|
|
|
|
private global::Gtk.HBox hbox15;
|
|
|
|
private global::Gtk.Label lblDeveloper;
|
|
|
|
private global::Gtk.Entry txtDeveloper;
|
|
|
|
private global::Gtk.HBox hbox14;
|
|
|
|
private global::Gtk.Label lblProduct;
|
|
|
|
private global::Gtk.Entry txtProduct;
|
|
|
|
private global::Gtk.HBox hbox13;
|
|
|
|
private global::Gtk.Label lblVersion;
|
|
|
|
private global::Gtk.Entry txtVersion;
|
|
|
|
private global::Gtk.HBox hbox12;
|
|
|
|
private global::Gtk.Label lblLanguages;
|
|
|
|
private global::Gtk.Entry txtLanguages;
|
|
|
|
private global::Gtk.HBox hbox11;
|
|
|
|
private global::Gtk.Label lblArchitecture;
|
|
|
|
private global::Gtk.Entry txtArchitecture;
|
|
|
|
private global::Gtk.HBox hbox10;
|
|
|
|
private global::Gtk.Label lblMachine;
|
|
|
|
private global::Gtk.Entry txtMachine;
|
|
|
|
private global::Gtk.HBox hbox21;
|
|
|
|
private global::Gtk.Label lblFormat;
|
|
|
|
private global::Gtk.Entry txtFormat;
|
|
|
|
private global::Gtk.HBox hbox20;
|
|
|
|
private global::Gtk.Label lblDescription;
|
|
|
|
private global::Gtk.Entry txtDescription;
|
|
|
|
private global::Gtk.HBox hbox17;
|
|
|
|
private global::Gtk.VBox vbox3;
|
|
|
|
private global::Gtk.CheckButton chkOem;
|
|
|
|
private global::Gtk.CheckButton chkUpgrade;
|
|
|
|
private global::Gtk.CheckButton chkSource;
|
|
|
|
private global::Gtk.VBox vbox2;
|
|
|
|
private global::Gtk.CheckButton chkUpdate;
|
|
|
|
private global::Gtk.CheckButton chkFiles;
|
|
|
|
private global::Gtk.CheckButton chkNetinstall;
|
|
|
|
private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
|
|
|
private global::Gtk.TreeView treeFiles;
|
|
|
|
private global::Gtk.HBox hbox2;
|
|
|
|
private global::Gtk.Label lblProgress;
|
|
|
|
private global::Gtk.ProgressBar prgProgress;
|
|
|
|
private global::Gtk.HBox hbox27;
|
|
|
|
private global::Gtk.Label lblProgress2;
|
|
|
|
private global::Gtk.ProgressBar prgProgress2;
|
|
|
|
private global::Gtk.HBox hbox1;
|
|
|
|
private global::Gtk.Button btnExit;
|
|
|
|
private global::Gtk.Button btnSettings;
|
|
|
|
private global::Gtk.Button btnHelp;
|
|
|
|
private global::Gtk.Button btnClose;
|
|
|
|
private global::Gtk.Button btnPack;
|
|
|
|
private global::Gtk.Button btnAdd;
|
|
|
|
private global::Gtk.Button btnArchive;
|
|
|
|
private global::Gtk.Button btnFolder;
|
|
|
|
private global::Gtk.Button btnStop;
|
|
|
|
protected virtual void Build()
|
|
{
|
|
global::Stetic.Gui.Initialize(this);
|
|
// Widget MainWindow
|
|
this.Name = "MainWindow";
|
|
this.Title = global::Mono.Unix.Catalog.GetString("MainWindow");
|
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
|
// Container child MainWindow.Gtk.Container+ContainerChild
|
|
this.vbox1 = new global::Gtk.VBox();
|
|
this.vbox1.Name = "vbox1";
|
|
this.vbox1.Spacing = 6;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox15 = new global::Gtk.HBox();
|
|
this.hbox15.Name = "hbox15";
|
|
this.hbox15.Spacing = 6;
|
|
// Container child hbox15.Gtk.Box+BoxChild
|
|
this.lblDeveloper = new global::Gtk.Label();
|
|
this.lblDeveloper.Name = "lblDeveloper";
|
|
this.lblDeveloper.LabelProp = global::Mono.Unix.Catalog.GetString("Developer");
|
|
this.hbox15.Add(this.lblDeveloper);
|
|
global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.lblDeveloper]));
|
|
w1.Position = 0;
|
|
w1.Expand = false;
|
|
w1.Fill = false;
|
|
// Container child hbox15.Gtk.Box+BoxChild
|
|
this.txtDeveloper = new global::Gtk.Entry();
|
|
this.txtDeveloper.CanFocus = true;
|
|
this.txtDeveloper.Name = "txtDeveloper";
|
|
this.txtDeveloper.IsEditable = false;
|
|
this.txtDeveloper.InvisibleChar = '●';
|
|
this.hbox15.Add(this.txtDeveloper);
|
|
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.txtDeveloper]));
|
|
w2.Position = 1;
|
|
this.vbox1.Add(this.hbox15);
|
|
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox15]));
|
|
w3.Position = 0;
|
|
w3.Expand = false;
|
|
w3.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox14 = new global::Gtk.HBox();
|
|
this.hbox14.Name = "hbox14";
|
|
this.hbox14.Spacing = 6;
|
|
// Container child hbox14.Gtk.Box+BoxChild
|
|
this.lblProduct = new global::Gtk.Label();
|
|
this.lblProduct.Name = "lblProduct";
|
|
this.lblProduct.LabelProp = global::Mono.Unix.Catalog.GetString("Product");
|
|
this.hbox14.Add(this.lblProduct);
|
|
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.lblProduct]));
|
|
w4.Position = 0;
|
|
w4.Expand = false;
|
|
w4.Fill = false;
|
|
// Container child hbox14.Gtk.Box+BoxChild
|
|
this.txtProduct = new global::Gtk.Entry();
|
|
this.txtProduct.CanFocus = true;
|
|
this.txtProduct.Name = "txtProduct";
|
|
this.txtProduct.IsEditable = false;
|
|
this.txtProduct.InvisibleChar = '●';
|
|
this.hbox14.Add(this.txtProduct);
|
|
global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.txtProduct]));
|
|
w5.Position = 1;
|
|
this.vbox1.Add(this.hbox14);
|
|
global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox14]));
|
|
w6.Position = 1;
|
|
w6.Expand = false;
|
|
w6.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox13 = new global::Gtk.HBox();
|
|
this.hbox13.Name = "hbox13";
|
|
this.hbox13.Spacing = 6;
|
|
// Container child hbox13.Gtk.Box+BoxChild
|
|
this.lblVersion = new global::Gtk.Label();
|
|
this.lblVersion.Name = "lblVersion";
|
|
this.lblVersion.LabelProp = global::Mono.Unix.Catalog.GetString("Version");
|
|
this.hbox13.Add(this.lblVersion);
|
|
global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.lblVersion]));
|
|
w7.Position = 0;
|
|
w7.Expand = false;
|
|
w7.Fill = false;
|
|
// Container child hbox13.Gtk.Box+BoxChild
|
|
this.txtVersion = new global::Gtk.Entry();
|
|
this.txtVersion.CanFocus = true;
|
|
this.txtVersion.Name = "txtVersion";
|
|
this.txtVersion.IsEditable = false;
|
|
this.txtVersion.InvisibleChar = '●';
|
|
this.hbox13.Add(this.txtVersion);
|
|
global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.txtVersion]));
|
|
w8.Position = 1;
|
|
this.vbox1.Add(this.hbox13);
|
|
global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox13]));
|
|
w9.Position = 2;
|
|
w9.Expand = false;
|
|
w9.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox12 = new global::Gtk.HBox();
|
|
this.hbox12.Name = "hbox12";
|
|
this.hbox12.Spacing = 6;
|
|
// Container child hbox12.Gtk.Box+BoxChild
|
|
this.lblLanguages = new global::Gtk.Label();
|
|
this.lblLanguages.Name = "lblLanguages";
|
|
this.lblLanguages.LabelProp = global::Mono.Unix.Catalog.GetString("Languages");
|
|
this.hbox12.Add(this.lblLanguages);
|
|
global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.lblLanguages]));
|
|
w10.Position = 0;
|
|
w10.Expand = false;
|
|
w10.Fill = false;
|
|
// Container child hbox12.Gtk.Box+BoxChild
|
|
this.txtLanguages = new global::Gtk.Entry();
|
|
this.txtLanguages.CanFocus = true;
|
|
this.txtLanguages.Name = "txtLanguages";
|
|
this.txtLanguages.IsEditable = false;
|
|
this.txtLanguages.InvisibleChar = '●';
|
|
this.hbox12.Add(this.txtLanguages);
|
|
global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.txtLanguages]));
|
|
w11.Position = 1;
|
|
this.vbox1.Add(this.hbox12);
|
|
global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox12]));
|
|
w12.Position = 3;
|
|
w12.Expand = false;
|
|
w12.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox11 = new global::Gtk.HBox();
|
|
this.hbox11.Name = "hbox11";
|
|
this.hbox11.Spacing = 6;
|
|
// Container child hbox11.Gtk.Box+BoxChild
|
|
this.lblArchitecture = new global::Gtk.Label();
|
|
this.lblArchitecture.Name = "lblArchitecture";
|
|
this.lblArchitecture.LabelProp = global::Mono.Unix.Catalog.GetString("Architecture");
|
|
this.hbox11.Add(this.lblArchitecture);
|
|
global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.lblArchitecture]));
|
|
w13.Position = 0;
|
|
w13.Expand = false;
|
|
w13.Fill = false;
|
|
// Container child hbox11.Gtk.Box+BoxChild
|
|
this.txtArchitecture = new global::Gtk.Entry();
|
|
this.txtArchitecture.CanFocus = true;
|
|
this.txtArchitecture.Name = "txtArchitecture";
|
|
this.txtArchitecture.IsEditable = false;
|
|
this.txtArchitecture.InvisibleChar = '●';
|
|
this.hbox11.Add(this.txtArchitecture);
|
|
global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.txtArchitecture]));
|
|
w14.Position = 1;
|
|
this.vbox1.Add(this.hbox11);
|
|
global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox11]));
|
|
w15.Position = 4;
|
|
w15.Expand = false;
|
|
w15.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox10 = new global::Gtk.HBox();
|
|
this.hbox10.Name = "hbox10";
|
|
this.hbox10.Spacing = 6;
|
|
// Container child hbox10.Gtk.Box+BoxChild
|
|
this.lblMachine = new global::Gtk.Label();
|
|
this.lblMachine.Name = "lblMachine";
|
|
this.lblMachine.LabelProp = global::Mono.Unix.Catalog.GetString("Machine");
|
|
this.hbox10.Add(this.lblMachine);
|
|
global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.lblMachine]));
|
|
w16.Position = 0;
|
|
w16.Expand = false;
|
|
w16.Fill = false;
|
|
// Container child hbox10.Gtk.Box+BoxChild
|
|
this.txtMachine = new global::Gtk.Entry();
|
|
this.txtMachine.CanFocus = true;
|
|
this.txtMachine.Name = "txtMachine";
|
|
this.txtMachine.IsEditable = false;
|
|
this.txtMachine.InvisibleChar = '●';
|
|
this.hbox10.Add(this.txtMachine);
|
|
global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.txtMachine]));
|
|
w17.Position = 1;
|
|
this.vbox1.Add(this.hbox10);
|
|
global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox10]));
|
|
w18.Position = 5;
|
|
w18.Expand = false;
|
|
w18.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox21 = new global::Gtk.HBox();
|
|
this.hbox21.Name = "hbox21";
|
|
this.hbox21.Spacing = 6;
|
|
// Container child hbox21.Gtk.Box+BoxChild
|
|
this.lblFormat = new global::Gtk.Label();
|
|
this.lblFormat.Name = "lblFormat";
|
|
this.lblFormat.LabelProp = global::Mono.Unix.Catalog.GetString("Format");
|
|
this.hbox21.Add(this.lblFormat);
|
|
global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.lblFormat]));
|
|
w19.Position = 0;
|
|
w19.Expand = false;
|
|
w19.Fill = false;
|
|
// Container child hbox21.Gtk.Box+BoxChild
|
|
this.txtFormat = new global::Gtk.Entry();
|
|
this.txtFormat.CanFocus = true;
|
|
this.txtFormat.Name = "txtFormat";
|
|
this.txtFormat.IsEditable = false;
|
|
this.txtFormat.InvisibleChar = '●';
|
|
this.hbox21.Add(this.txtFormat);
|
|
global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.txtFormat]));
|
|
w20.Position = 1;
|
|
this.vbox1.Add(this.hbox21);
|
|
global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox21]));
|
|
w21.Position = 6;
|
|
w21.Expand = false;
|
|
w21.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox20 = new global::Gtk.HBox();
|
|
this.hbox20.Name = "hbox20";
|
|
this.hbox20.Spacing = 6;
|
|
// Container child hbox20.Gtk.Box+BoxChild
|
|
this.lblDescription = new global::Gtk.Label();
|
|
this.lblDescription.Name = "lblDescription";
|
|
this.lblDescription.LabelProp = global::Mono.Unix.Catalog.GetString("Description");
|
|
this.hbox20.Add(this.lblDescription);
|
|
global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.lblDescription]));
|
|
w22.Position = 0;
|
|
w22.Expand = false;
|
|
w22.Fill = false;
|
|
// Container child hbox20.Gtk.Box+BoxChild
|
|
this.txtDescription = new global::Gtk.Entry();
|
|
this.txtDescription.CanFocus = true;
|
|
this.txtDescription.Name = "txtDescription";
|
|
this.txtDescription.IsEditable = false;
|
|
this.txtDescription.InvisibleChar = '●';
|
|
this.hbox20.Add(this.txtDescription);
|
|
global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.txtDescription]));
|
|
w23.Position = 1;
|
|
this.vbox1.Add(this.hbox20);
|
|
global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox20]));
|
|
w24.Position = 7;
|
|
w24.Expand = false;
|
|
w24.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox17 = new global::Gtk.HBox();
|
|
this.hbox17.Name = "hbox17";
|
|
this.hbox17.Spacing = 6;
|
|
// Container child hbox17.Gtk.Box+BoxChild
|
|
this.vbox3 = new global::Gtk.VBox();
|
|
this.vbox3.Name = "vbox3";
|
|
this.vbox3.Spacing = 6;
|
|
// Container child vbox3.Gtk.Box+BoxChild
|
|
this.chkOem = new global::Gtk.CheckButton();
|
|
this.chkOem.Sensitive = false;
|
|
this.chkOem.CanFocus = true;
|
|
this.chkOem.Name = "chkOem";
|
|
this.chkOem.Label = global::Mono.Unix.Catalog.GetString("oem");
|
|
this.chkOem.DrawIndicator = true;
|
|
this.chkOem.UseUnderline = true;
|
|
this.vbox3.Add(this.chkOem);
|
|
global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.chkOem]));
|
|
w25.Position = 0;
|
|
w25.Expand = false;
|
|
w25.Fill = false;
|
|
// Container child vbox3.Gtk.Box+BoxChild
|
|
this.chkUpgrade = new global::Gtk.CheckButton();
|
|
this.chkUpgrade.Sensitive = false;
|
|
this.chkUpgrade.CanFocus = true;
|
|
this.chkUpgrade.Name = "chkUpgrade";
|
|
this.chkUpgrade.Label = global::Mono.Unix.Catalog.GetString("upgrade");
|
|
this.chkUpgrade.DrawIndicator = true;
|
|
this.chkUpgrade.UseUnderline = true;
|
|
this.vbox3.Add(this.chkUpgrade);
|
|
global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.chkUpgrade]));
|
|
w26.Position = 1;
|
|
w26.Expand = false;
|
|
w26.Fill = false;
|
|
// Container child vbox3.Gtk.Box+BoxChild
|
|
this.chkSource = new global::Gtk.CheckButton();
|
|
this.chkSource.Sensitive = false;
|
|
this.chkSource.CanFocus = true;
|
|
this.chkSource.Name = "chkSource";
|
|
this.chkSource.Label = global::Mono.Unix.Catalog.GetString("source");
|
|
this.chkSource.DrawIndicator = true;
|
|
this.chkSource.UseUnderline = true;
|
|
this.vbox3.Add(this.chkSource);
|
|
global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.chkSource]));
|
|
w27.Position = 2;
|
|
w27.Expand = false;
|
|
w27.Fill = false;
|
|
this.hbox17.Add(this.vbox3);
|
|
global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.vbox3]));
|
|
w28.Position = 0;
|
|
// Container child hbox17.Gtk.Box+BoxChild
|
|
this.vbox2 = new global::Gtk.VBox();
|
|
this.vbox2.Name = "vbox2";
|
|
this.vbox2.Spacing = 6;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.chkUpdate = new global::Gtk.CheckButton();
|
|
this.chkUpdate.Sensitive = false;
|
|
this.chkUpdate.CanFocus = true;
|
|
this.chkUpdate.Name = "chkUpdate";
|
|
this.chkUpdate.Label = global::Mono.Unix.Catalog.GetString("update");
|
|
this.chkUpdate.DrawIndicator = true;
|
|
this.chkUpdate.UseUnderline = true;
|
|
this.vbox2.Add(this.chkUpdate);
|
|
global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.chkUpdate]));
|
|
w29.Position = 0;
|
|
w29.Expand = false;
|
|
w29.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.chkFiles = new global::Gtk.CheckButton();
|
|
this.chkFiles.Sensitive = false;
|
|
this.chkFiles.CanFocus = true;
|
|
this.chkFiles.Name = "chkFiles";
|
|
this.chkFiles.Label = global::Mono.Unix.Catalog.GetString("files");
|
|
this.chkFiles.DrawIndicator = true;
|
|
this.chkFiles.UseUnderline = true;
|
|
this.vbox2.Add(this.chkFiles);
|
|
global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.chkFiles]));
|
|
w30.Position = 1;
|
|
w30.Expand = false;
|
|
w30.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.chkNetinstall = new global::Gtk.CheckButton();
|
|
this.chkNetinstall.Sensitive = false;
|
|
this.chkNetinstall.CanFocus = true;
|
|
this.chkNetinstall.Name = "chkNetinstall";
|
|
this.chkNetinstall.Label = global::Mono.Unix.Catalog.GetString("netinstall");
|
|
this.chkNetinstall.DrawIndicator = true;
|
|
this.chkNetinstall.UseUnderline = true;
|
|
this.vbox2.Add(this.chkNetinstall);
|
|
global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.chkNetinstall]));
|
|
w31.Position = 2;
|
|
w31.Expand = false;
|
|
w31.Fill = false;
|
|
this.hbox17.Add(this.vbox2);
|
|
global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.vbox2]));
|
|
w32.Position = 1;
|
|
this.vbox1.Add(this.hbox17);
|
|
global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox17]));
|
|
w33.Position = 8;
|
|
w33.Expand = false;
|
|
w33.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
|
|
this.GtkScrolledWindow.Name = "GtkScrolledWindow";
|
|
this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
|
|
// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
|
|
this.treeFiles = new global::Gtk.TreeView();
|
|
this.treeFiles.CanFocus = true;
|
|
this.treeFiles.Name = "treeFiles";
|
|
this.GtkScrolledWindow.Add(this.treeFiles);
|
|
this.vbox1.Add(this.GtkScrolledWindow);
|
|
global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
|
|
w35.Position = 9;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox2 = new global::Gtk.HBox();
|
|
this.hbox2.Name = "hbox2";
|
|
this.hbox2.Spacing = 6;
|
|
// Container child hbox2.Gtk.Box+BoxChild
|
|
this.lblProgress = new global::Gtk.Label();
|
|
this.lblProgress.Name = "lblProgress";
|
|
this.lblProgress.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
|
|
this.hbox2.Add(this.lblProgress);
|
|
global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.lblProgress]));
|
|
w36.Position = 0;
|
|
w36.Expand = false;
|
|
w36.Fill = false;
|
|
// Container child hbox2.Gtk.Box+BoxChild
|
|
this.prgProgress = new global::Gtk.ProgressBar();
|
|
this.prgProgress.Name = "prgProgress";
|
|
this.hbox2.Add(this.prgProgress);
|
|
global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.prgProgress]));
|
|
w37.Position = 1;
|
|
this.vbox1.Add(this.hbox2);
|
|
global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
|
|
w38.Position = 10;
|
|
w38.Expand = false;
|
|
w38.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox27 = new global::Gtk.HBox();
|
|
this.hbox27.Name = "hbox27";
|
|
this.hbox27.Spacing = 6;
|
|
// Container child hbox27.Gtk.Box+BoxChild
|
|
this.lblProgress2 = new global::Gtk.Label();
|
|
this.lblProgress2.Name = "lblProgress2";
|
|
this.lblProgress2.LabelProp = global::Mono.Unix.Catalog.GetString("label22");
|
|
this.hbox27.Add(this.lblProgress2);
|
|
global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.lblProgress2]));
|
|
w39.Position = 0;
|
|
w39.Expand = false;
|
|
w39.Fill = false;
|
|
// Container child hbox27.Gtk.Box+BoxChild
|
|
this.prgProgress2 = new global::Gtk.ProgressBar();
|
|
this.prgProgress2.Name = "prgProgress2";
|
|
this.hbox27.Add(this.prgProgress2);
|
|
global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.prgProgress2]));
|
|
w40.Position = 1;
|
|
this.vbox1.Add(this.hbox27);
|
|
global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox27]));
|
|
w41.Position = 11;
|
|
w41.Expand = false;
|
|
w41.Fill = false;
|
|
// Container child vbox1.Gtk.Box+BoxChild
|
|
this.hbox1 = new global::Gtk.HBox();
|
|
this.hbox1.Name = "hbox1";
|
|
this.hbox1.Spacing = 6;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnExit = new global::Gtk.Button();
|
|
this.btnExit.CanFocus = true;
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.UseStock = true;
|
|
this.btnExit.UseUnderline = true;
|
|
this.btnExit.Label = "gtk-quit";
|
|
this.hbox1.Add(this.btnExit);
|
|
global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnExit]));
|
|
w42.PackType = ((global::Gtk.PackType)(1));
|
|
w42.Position = 0;
|
|
w42.Expand = false;
|
|
w42.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnSettings = new global::Gtk.Button();
|
|
this.btnSettings.CanFocus = true;
|
|
this.btnSettings.Name = "btnSettings";
|
|
this.btnSettings.UseUnderline = true;
|
|
this.btnSettings.Label = global::Mono.Unix.Catalog.GetString("_Settings");
|
|
global::Gtk.Image w43 = new global::Gtk.Image();
|
|
w43.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-preferences", global::Gtk.IconSize.Menu);
|
|
this.btnSettings.Image = w43;
|
|
this.hbox1.Add(this.btnSettings);
|
|
global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnSettings]));
|
|
w44.PackType = ((global::Gtk.PackType)(1));
|
|
w44.Position = 1;
|
|
w44.Expand = false;
|
|
w44.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnHelp = new global::Gtk.Button();
|
|
this.btnHelp.CanFocus = true;
|
|
this.btnHelp.Name = "btnHelp";
|
|
this.btnHelp.UseStock = true;
|
|
this.btnHelp.UseUnderline = true;
|
|
this.btnHelp.Label = "gtk-help";
|
|
this.hbox1.Add(this.btnHelp);
|
|
global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnHelp]));
|
|
w45.PackType = ((global::Gtk.PackType)(1));
|
|
w45.Position = 2;
|
|
w45.Expand = false;
|
|
w45.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnClose = new global::Gtk.Button();
|
|
this.btnClose.CanFocus = true;
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.UseUnderline = true;
|
|
this.btnClose.Label = global::Mono.Unix.Catalog.GetString("_Close");
|
|
global::Gtk.Image w46 = new global::Gtk.Image();
|
|
w46.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu);
|
|
this.btnClose.Image = w46;
|
|
this.hbox1.Add(this.btnClose);
|
|
global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnClose]));
|
|
w47.PackType = ((global::Gtk.PackType)(1));
|
|
w47.Position = 3;
|
|
w47.Expand = false;
|
|
w47.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnPack = new global::Gtk.Button();
|
|
this.btnPack.Sensitive = false;
|
|
this.btnPack.CanFocus = true;
|
|
this.btnPack.Name = "btnPack";
|
|
this.btnPack.UseUnderline = true;
|
|
this.btnPack.Label = global::Mono.Unix.Catalog.GetString("_Pack...");
|
|
global::Gtk.Image w48 = new global::Gtk.Image();
|
|
w48.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
|
|
this.btnPack.Image = w48;
|
|
this.hbox1.Add(this.btnPack);
|
|
global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnPack]));
|
|
w49.PackType = ((global::Gtk.PackType)(1));
|
|
w49.Position = 4;
|
|
w49.Expand = false;
|
|
w49.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnAdd = new global::Gtk.Button();
|
|
this.btnAdd.CanFocus = true;
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.UseUnderline = true;
|
|
this.btnAdd.Label = global::Mono.Unix.Catalog.GetString("Add to _DB");
|
|
global::Gtk.Image w50 = new global::Gtk.Image();
|
|
w50.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
|
|
this.btnAdd.Image = w50;
|
|
this.hbox1.Add(this.btnAdd);
|
|
global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnAdd]));
|
|
w51.PackType = ((global::Gtk.PackType)(1));
|
|
w51.Position = 5;
|
|
w51.Expand = false;
|
|
w51.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnArchive = new global::Gtk.Button();
|
|
this.btnArchive.CanFocus = true;
|
|
this.btnArchive.Name = "btnArchive";
|
|
this.btnArchive.UseUnderline = true;
|
|
this.btnArchive.Label = global::Mono.Unix.Catalog.GetString("Open _archive");
|
|
global::Gtk.Image w52 = new global::Gtk.Image();
|
|
w52.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
|
|
this.btnArchive.Image = w52;
|
|
this.hbox1.Add(this.btnArchive);
|
|
global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnArchive]));
|
|
w53.PackType = ((global::Gtk.PackType)(1));
|
|
w53.Position = 6;
|
|
w53.Expand = false;
|
|
w53.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnFolder = new global::Gtk.Button();
|
|
this.btnFolder.CanFocus = true;
|
|
this.btnFolder.Name = "btnFolder";
|
|
this.btnFolder.UseUnderline = true;
|
|
this.btnFolder.Label = global::Mono.Unix.Catalog.GetString("Open _folder");
|
|
global::Gtk.Image w54 = new global::Gtk.Image();
|
|
w54.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
|
|
this.btnFolder.Image = w54;
|
|
this.hbox1.Add(this.btnFolder);
|
|
global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnFolder]));
|
|
w55.PackType = ((global::Gtk.PackType)(1));
|
|
w55.Position = 7;
|
|
w55.Expand = false;
|
|
w55.Fill = false;
|
|
// Container child hbox1.Gtk.Box+BoxChild
|
|
this.btnStop = new global::Gtk.Button();
|
|
this.btnStop.CanFocus = true;
|
|
this.btnStop.Name = "btnStop";
|
|
this.btnStop.UseStock = true;
|
|
this.btnStop.UseUnderline = true;
|
|
this.btnStop.Label = "gtk-stop";
|
|
this.hbox1.Add(this.btnStop);
|
|
global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnStop]));
|
|
w56.PackType = ((global::Gtk.PackType)(1));
|
|
w56.Position = 8;
|
|
w56.Expand = false;
|
|
w56.Fill = false;
|
|
this.vbox1.Add(this.hbox1);
|
|
global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
|
|
w57.Position = 12;
|
|
w57.Expand = false;
|
|
w57.Fill = false;
|
|
this.Add(this.vbox1);
|
|
if((this.Child != null))
|
|
{
|
|
this.Child.ShowAll();
|
|
}
|
|
this.DefaultWidth = 771;
|
|
this.DefaultHeight = 544;
|
|
this.lblProgress.Hide();
|
|
this.prgProgress.Hide();
|
|
this.lblProgress2.Hide();
|
|
this.prgProgress2.Hide();
|
|
this.btnClose.Hide();
|
|
this.btnPack.Hide();
|
|
this.btnAdd.Hide();
|
|
this.btnStop.Hide();
|
|
this.Show();
|
|
this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
|
|
this.btnStop.Clicked += new global::System.EventHandler(this.OnBtnStopClicked);
|
|
this.btnFolder.Clicked += new global::System.EventHandler(this.OnBtnFolderClicked);
|
|
this.btnAdd.Clicked += new global::System.EventHandler(this.OnBtnAddClicked);
|
|
this.btnClose.Clicked += new global::System.EventHandler(this.OnBtnCloseClicked);
|
|
this.btnHelp.Clicked += new global::System.EventHandler(this.OnBtnHelpClicked);
|
|
this.btnSettings.Clicked += new global::System.EventHandler(this.OnBtnSettingsClicked);
|
|
this.btnExit.Clicked += new global::System.EventHandler(this.OnBtnExitClicked);
|
|
}
|
|
}
|