mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
66 lines
9.3 KiB
C#
66 lines
9.3 KiB
C#
|
|
|
||
|
|
// This file has been generated by the GUI designer. Do not modify.
|
||
|
|
namespace osrepodbmgr
|
||
|
|
{
|
||
|
|
public partial class frmHelp
|
||
|
|
{
|
||
|
|
private global::Gtk.VBox vbox4;
|
||
|
|
|
||
|
|
private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
||
|
|
|
||
|
|
private global::Gtk.TextView txtHelp;
|
||
|
|
|
||
|
|
private global::Gtk.Button btnOK;
|
||
|
|
|
||
|
|
protected virtual void Build()
|
||
|
|
{
|
||
|
|
global::Stetic.Gui.Initialize(this);
|
||
|
|
// Widget osrepodbmgr.frmHelp
|
||
|
|
this.Name = "osrepodbmgr.frmHelp";
|
||
|
|
this.Title = global::Mono.Unix.Catalog.GetString("Help");
|
||
|
|
this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
|
||
|
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||
|
|
this.Modal = true;
|
||
|
|
// Container child osrepodbmgr.frmHelp.Gtk.Container+ContainerChild
|
||
|
|
this.vbox4 = new global::Gtk.VBox();
|
||
|
|
this.vbox4.Name = "vbox4";
|
||
|
|
this.vbox4.Spacing = 6;
|
||
|
|
// Container child vbox4.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.txtHelp = new global::Gtk.TextView();
|
||
|
|
this.txtHelp.Buffer.Text = "This is the naming scheme and folder organization conventions for the Operating System Repository.\n\nThe basic layout is as follows:\n\n<Developer>/<Product>/<Version>/<Language>/<Architecture>/oem/for <Machine>/<[format]_update/upgrade/files/source/netinstall/description>.zip\nAll fields should contain only 7-bit ASCII.\n\n<Developer>\n-----------\nThis is the main developer of the operating system or associated software. e.g. Microsoft\n\n<Product>\n---------\nThis is the name of the operating system or associated software. e.g. Windows NT\n\n<Version>\n---------\nThis is the version of the operating system or associated software. e.g. 6.00.6000.16386\nService pack and release markers should be appended. e.g. 6.10.7601.16385 (RTM)\nBuild can be specified by appending \"build\". e.g. 10.2.7 build 6S80\nAnd combined. e.g. 10.5 build 9A581 (Server)\nVersion with same version number but different build date should have it appended. Date format should be YYYYmm[dd]. e.g. 10 201009\n\n<Language>\n----------\nThis specifies the language localization and translation:\nxxx: Language variation, e.g. German = deu\nxxx_yy: Country specific language variation. e.g. Swiss German = deu_ch\nmulti: The only known variation of the product that contains more than a language\nxxx,xxx,xxx and xxx_yy,xxx_yy,xxx_yy: The variation contains more than a single language\nWhere xxx is the ISO-639-2/T language code and yy is the ISO-3166-1 alpha-2 country code.\nhttps://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\nhttps://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\nIf the product has ever been only released in one language variation, being it English (like CP/M) or multilanguage (like Mac OS X and Linux), this field should be omitted.\n\n<Architecture>\n--------------\nThe processor architecture the product is compiled for.\nOmitted if it has only ever been compiled for a single one, contains all supported ones in same files, or it is source code containing support for several of them.\nExact one depends on the product (that is, the one that the product uses to identify itself, should be used). Examples:\n* x86, i86, i386, i486, i586, i686, ia32: Intel Architecture 32 aka 8086 aka iAPX86\n* x64, amd64, x86_64: AMD64 aka x86_64 aka EM64T\n* ia64: Intel Architecture 64 aka Itanium\n* sparc: SPARC\n* sun4u, sun4m, sun1, sun2, sun3: Specific Sun architectures that specify not only the processor architecture but the whole system one.\n* 68k, ppc, fat: For products that run under Mac OS indicate they require a Macintosh, a Power Macintosh, or can run on both, respectively.\n* rpi, rpi2, beaglebone, bananapi: Specific whole systems that share a processor architecture but require a completely different variant.\n\noem\n---\nPresent if the variant is OEM. Omitted otherwise.\n\nfor <Machine>\n-------------\nPresent if the variant requires a specific computer to run.\nUseful for computer restoration variants.\ne.g. for Power Mac 5200\ne.g. for Tandy 1000\n\n<[format]/update/upgrade/files/source/netinstall/description>.zip\n-----------------------------------------------------------------\nThis is the file containing the product itself.\nIt should be compressed using ZIP with certain parameters (see below).\nSeveral of them can be combined separated with underscores.\nNaming as following:\n* [format]: If the variation is encoded in a disk image format that's neither a simple dump of sectors (.iso/.dsk/.xdf) or a BinCue/BinToc (.bin+.cue/.bin+.toc) format should be substituted to a descriptive name for the format. e.g.: [Nero], [CloneCD]\n* update: Should be used when the product requires and updates a previous point release or build to the new one. Product version should be the updated, not the required, one. e.g.: 1.3 updates to 1.3.1 or 2.0 updates to 2.5\n* upgrade: Should be used when the product requires and updates a previous version to the new one. Product version should be the updated, not the required, one. e.g.: 2.0 updates to 3.0 or MS-DOS updates to Windows 95.\n* files: Should be used when the contents of the prod
|
||
|
|
this.txtHelp.CanFocus = true;
|
||
|
|
this.txtHelp.Name = "txtHelp";
|
||
|
|
this.txtHelp.Editable = false;
|
||
|
|
this.GtkScrolledWindow.Add(this.txtHelp);
|
||
|
|
this.vbox4.Add(this.GtkScrolledWindow);
|
||
|
|
global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.GtkScrolledWindow]));
|
||
|
|
w2.Position = 0;
|
||
|
|
// Container child vbox4.Gtk.Box+BoxChild
|
||
|
|
this.btnOK = new global::Gtk.Button();
|
||
|
|
this.btnOK.CanFocus = true;
|
||
|
|
this.btnOK.Name = "btnOK";
|
||
|
|
this.btnOK.UseStock = true;
|
||
|
|
this.btnOK.UseUnderline = true;
|
||
|
|
this.btnOK.Label = "gtk-ok";
|
||
|
|
this.vbox4.Add(this.btnOK);
|
||
|
|
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.btnOK]));
|
||
|
|
w3.Position = 1;
|
||
|
|
w3.Expand = false;
|
||
|
|
w3.Fill = false;
|
||
|
|
this.Add(this.vbox4);
|
||
|
|
if((this.Child != null))
|
||
|
|
{
|
||
|
|
this.Child.ShowAll();
|
||
|
|
}
|
||
|
|
this.DefaultWidth = 400;
|
||
|
|
this.DefaultHeight = 300;
|
||
|
|
this.Show();
|
||
|
|
this.btnOK.Clicked += new global::System.EventHandler(this.OnBtnOKClicked);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|