Files @ b9934660c784
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/gtk-gui/DesertPaintLab.FirstRunDialog.cs

Malkyne
This is the original source migrated over from Google Code, exactly as it appeared in 2010.

// This file has been generated by the GUI designer. Do not modify.
namespace DesertPaintLab
{
	public partial class FirstRunDialog
	{
		private global::Gtk.Label label2;

		private global::Gtk.Button buttonCancel;

		private global::Gtk.Button buttonImport;

		private global::Gtk.Button buttonNew;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget DesertPaintLab.FirstRunDialog
			this.Name = "DesertPaintLab.FirstRunDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Set Up Profile");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			this.AllowShrink = true;
			// Internal child DesertPaintLab.FirstRunDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Since this is your first time using this program, you need a new profile.\n\nYou ca" + "n either import an existing PracticalPaint reactions.txt file, or you can start " + "a new profile from scratch.");
			this.label2.Wrap = true;
			w1.Add (this.label2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1[this.label2]));
			w2.Position = 0;
			w2.Padding = ((uint)(5));
			// Internal child DesertPaintLab.FirstRunDialog.ActionArea
			global::Gtk.HButtonBox w3 = this.ActionArea;
			w3.Name = "dialog1_ActionArea";
			w3.Spacing = 10;
			w3.BorderWidth = ((uint)(5));
			w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonCancel]));
			w4.Expand = false;
			w4.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonImport = new global::Gtk.Button ();
			this.buttonImport.CanDefault = true;
			this.buttonImport.CanFocus = true;
			this.buttonImport.Name = "buttonImport";
			this.buttonImport.UseUnderline = true;
			this.buttonImport.Label = global::Mono.Unix.Catalog.GetString ("Import reactions.txt");
			this.AddActionWidget (this.buttonImport, -3);
			global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonImport]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonNew = new global::Gtk.Button ();
			this.buttonNew.CanFocus = true;
			this.buttonNew.Name = "buttonNew";
			this.buttonNew.UseUnderline = true;
			this.buttonNew.Label = global::Mono.Unix.Catalog.GetString ("New Profile");
			this.AddActionWidget (this.buttonNew, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.buttonNew]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 416;
			this.DefaultHeight = 189;
			this.Show ();
		}
	}
}