ShiftOS-C-/source/WindowsFormsApplication1/Apps/Appscape.Designer.cs
MichaelTheShifter 84f689b91a Sort source code into folders.
It feels better to know what's responsible for what... Plus I removed
some un-needed C# stuff.
2016-06-25 08:10:03 -04:00

862 lines
No EOL
45 KiB
C#

namespace ShiftOS
{
partial class Appscape
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Appscape));
this.panel3 = new System.Windows.Forms.Panel();
this.pnlchoosenetwork = new System.Windows.Forms.Panel();
this.btnrequest = new System.Windows.Forms.Button();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.lvnets = new System.Windows.Forms.ListView();
this.clhostnameheader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pnlpackageeditor = new System.Windows.Forms.Panel();
this.label12 = new System.Windows.Forms.Label();
this.btndonecustomizing = new System.Windows.Forms.Button();
this.btnsaa = new System.Windows.Forms.Button();
this.txtprice = new System.Windows.Forms.TextBox();
this.lbprice = new System.Windows.Forms.Label();
this.lbaddress = new System.Windows.Forms.Label();
this.cbsell = new System.Windows.Forms.CheckBox();
this.txtpackagedescription = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtpackagename = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.pnllounge = new System.Windows.Forms.Panel();
this.btnedit = new System.Windows.Forms.Button();
this.btnupload = new System.Windows.Forms.Button();
this.btnsave = new System.Windows.Forms.Button();
this.txtbitnoteaddress = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtbio = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtmoddername = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lbmybio = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lbmyname = new System.Windows.Forms.Label();
this.lvmypackages = new System.Windows.Forms.ListView();
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pnlpackageinfo = new System.Windows.Forms.Panel();
this.pnlauthordetails = new System.Windows.Forms.Panel();
this.lbauthordescription = new System.Windows.Forms.Label();
this.lbauthorname = new System.Windows.Forms.Label();
this.pbappicon = new System.Windows.Forms.PictureBox();
this.pbappscreenshot = new System.Windows.Forms.PictureBox();
this.pnldownload = new System.Windows.Forms.Panel();
this.lbdownloadpath = new System.Windows.Forms.Label();
this.btndownload = new System.Windows.Forms.Button();
this.lbpkgdescription = new System.Windows.Forms.Label();
this.lbpkgname = new System.Windows.Forms.Label();
this.pnllist = new System.Windows.Forms.Panel();
this.lvpackages = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.pnlsearch = new System.Windows.Forms.Panel();
this.btnlounge = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.btngetkey = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.txtsearch = new System.Windows.Forms.TextBox();
this.btnskins = new System.Windows.Forms.Button();
this.btnapps = new System.Windows.Forms.Button();
this.imgpackageicons = new System.Windows.Forms.ImageList(this.components);
this.panel3.SuspendLayout();
this.pnlchoosenetwork.SuspendLayout();
this.pnlpackageeditor.SuspendLayout();
this.pnllounge.SuspendLayout();
this.pnlpackageinfo.SuspendLayout();
this.pnlauthordetails.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbappicon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbappscreenshot)).BeginInit();
this.pnldownload.SuspendLayout();
this.pnllist.SuspendLayout();
this.pnlsearch.SuspendLayout();
this.SuspendLayout();
//
// panel3
//
this.panel3.Controls.Add(this.pnlchoosenetwork);
this.panel3.Controls.Add(this.pnlpackageeditor);
this.panel3.Controls.Add(this.pnllounge);
this.panel3.Controls.Add(this.pnlpackageinfo);
this.panel3.Controls.Add(this.pnllist);
this.panel3.Controls.Add(this.pnlsearch);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(886, 469);
this.panel3.TabIndex = 3;
//
// pnlchoosenetwork
//
this.pnlchoosenetwork.Controls.Add(this.lvnets);
this.pnlchoosenetwork.Controls.Add(this.btnrequest);
this.pnlchoosenetwork.Controls.Add(this.label14);
this.pnlchoosenetwork.Controls.Add(this.label13);
this.pnlchoosenetwork.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlchoosenetwork.Location = new System.Drawing.Point(0, 47);
this.pnlchoosenetwork.Name = "pnlchoosenetwork";
this.pnlchoosenetwork.Size = new System.Drawing.Size(886, 422);
this.pnlchoosenetwork.TabIndex = 16;
//
// btnrequest
//
this.btnrequest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnrequest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnrequest.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnrequest.Location = new System.Drawing.Point(799, 385);
this.btnrequest.Name = "btnrequest";
this.btnrequest.Size = new System.Drawing.Size(75, 23);
this.btnrequest.TabIndex = 7;
this.btnrequest.Text = "Request Key";
this.btnrequest.UseVisualStyleBackColor = true;
this.btnrequest.Click += new System.EventHandler(this.btnrequest_Click);
//
// label14
//
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label14.Location = new System.Drawing.Point(17, 31);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(857, 30);
this.label14.TabIndex = 6;
this.label14.Text = resources.GetString("label14.Text");
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Times New Roman", 13F);
this.label13.Location = new System.Drawing.Point(16, 7);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(157, 20);
this.label13.TabIndex = 5;
this.label13.Text = "Choose a repository.";
//
// lvnets
//
this.lvnets.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvnets.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.clhostnameheader});
this.lvnets.FullRowSelect = true;
this.lvnets.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvnets.Location = new System.Drawing.Point(12, 64);
this.lvnets.Name = "lvnets";
this.lvnets.Size = new System.Drawing.Size(868, 307);
this.lvnets.TabIndex = 0;
this.lvnets.UseCompatibleStateImageBehavior = false;
this.lvnets.View = System.Windows.Forms.View.Details;
//
// clhostnameheader
//
this.clhostnameheader.Text = "Hostname";
//
// pnlpackageeditor
//
this.pnlpackageeditor.Controls.Add(this.label12);
this.pnlpackageeditor.Controls.Add(this.btndonecustomizing);
this.pnlpackageeditor.Controls.Add(this.btnsaa);
this.pnlpackageeditor.Controls.Add(this.txtprice);
this.pnlpackageeditor.Controls.Add(this.lbprice);
this.pnlpackageeditor.Controls.Add(this.lbaddress);
this.pnlpackageeditor.Controls.Add(this.cbsell);
this.pnlpackageeditor.Controls.Add(this.txtpackagedescription);
this.pnlpackageeditor.Controls.Add(this.label10);
this.pnlpackageeditor.Controls.Add(this.txtpackagename);
this.pnlpackageeditor.Controls.Add(this.label11);
this.pnlpackageeditor.Controls.Add(this.label9);
this.pnlpackageeditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlpackageeditor.Location = new System.Drawing.Point(0, 47);
this.pnlpackageeditor.Name = "pnlpackageeditor";
this.pnlpackageeditor.Size = new System.Drawing.Size(886, 422);
this.pnlpackageeditor.TabIndex = 15;
//
// label12
//
this.label12.Location = new System.Drawing.Point(96, 349);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(275, 22);
this.label12.TabIndex = 19;
this.label12.Text = "This allows you to release a patch for your application.";
this.label12.Visible = false;
//
// btndonecustomizing
//
this.btndonecustomizing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btndonecustomizing.AutoSize = true;
this.btndonecustomizing.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btndonecustomizing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btndonecustomizing.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btndonecustomizing.Location = new System.Drawing.Point(824, 385);
this.btndonecustomizing.Name = "btndonecustomizing";
this.btndonecustomizing.Size = new System.Drawing.Size(50, 28);
this.btndonecustomizing.TabIndex = 18;
this.btndonecustomizing.Text = "Done";
this.btndonecustomizing.UseVisualStyleBackColor = true;
this.btndonecustomizing.Click += new System.EventHandler(this.btndonecustomizing_Click);
//
// btnsaa
//
this.btnsaa.AutoSize = true;
this.btnsaa.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.btnsaa.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnsaa.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btnsaa.Location = new System.Drawing.Point(99, 318);
this.btnsaa.Name = "btnsaa";
this.btnsaa.Size = new System.Drawing.Size(123, 28);
this.btnsaa.TabIndex = 17;
this.btnsaa.Text = "Release New SAA";
this.btnsaa.UseVisualStyleBackColor = true;
this.btnsaa.Click += new System.EventHandler(this.btnsaa_Click);
//
// txtprice
//
this.txtprice.Location = new System.Drawing.Point(541, 267);
this.txtprice.Name = "txtprice";
this.txtprice.Size = new System.Drawing.Size(89, 20);
this.txtprice.TabIndex = 16;
this.txtprice.Visible = false;
//
// lbprice
//
this.lbprice.AutoSize = true;
this.lbprice.Location = new System.Drawing.Point(504, 270);
this.lbprice.Name = "lbprice";
this.lbprice.Size = new System.Drawing.Size(34, 13);
this.lbprice.TabIndex = 15;
this.lbprice.Text = "Price:";
this.lbprice.Visible = false;
//
// lbaddress
//
this.lbaddress.Location = new System.Drawing.Point(210, 270);
this.lbaddress.Name = "lbaddress";
this.lbaddress.Size = new System.Drawing.Size(275, 45);
this.lbaddress.TabIndex = 14;
this.lbaddress.Text = "All profit made from this package will be sent to the Bitnote Address defined in " +
"your Dev Lounge; if it is non-existent, Bitnotes simply won\'t arrive.";
this.lbaddress.Visible = false;
//
// cbsell
//
this.cbsell.Appearance = System.Windows.Forms.Appearance.Button;
this.cbsell.AutoSize = true;
this.cbsell.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cbsell.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.cbsell.Location = new System.Drawing.Point(97, 263);
this.cbsell.Name = "cbsell";
this.cbsell.Size = new System.Drawing.Size(92, 24);
this.cbsell.TabIndex = 13;
this.cbsell.Text = "Sell for Bitnotes";
this.cbsell.UseVisualStyleBackColor = true;
this.cbsell.CheckedChanged += new System.EventHandler(this.cbsell_CheckedChanged);
//
// txtpackagedescription
//
this.txtpackagedescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtpackagedescription.Location = new System.Drawing.Point(99, 72);
this.txtpackagedescription.Multiline = true;
this.txtpackagedescription.Name = "txtpackagedescription";
this.txtpackagedescription.Size = new System.Drawing.Size(591, 189);
this.txtpackagedescription.TabIndex = 12;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 75);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(60, 13);
this.label10.TabIndex = 11;
this.label10.Text = "Description";
//
// txtpackagename
//
this.txtpackagename.Location = new System.Drawing.Point(99, 43);
this.txtpackagename.Name = "txtpackagename";
this.txtpackagename.Size = new System.Drawing.Size(258, 20);
this.txtpackagename.TabIndex = 10;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(12, 46);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(81, 13);
this.label11.TabIndex = 9;
this.label11.Text = "Package Name";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Times New Roman", 13F);
this.label9.Location = new System.Drawing.Point(12, 17);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(118, 20);
this.label9.TabIndex = 0;
this.label9.Text = "Package Editor";
//
// pnllounge
//
this.pnllounge.Controls.Add(this.btnedit);
this.pnllounge.Controls.Add(this.btnupload);
this.pnllounge.Controls.Add(this.btnsave);
this.pnllounge.Controls.Add(this.txtbitnoteaddress);
this.pnllounge.Controls.Add(this.label8);
this.pnllounge.Controls.Add(this.txtbio);
this.pnllounge.Controls.Add(this.label7);
this.pnllounge.Controls.Add(this.txtmoddername);
this.pnllounge.Controls.Add(this.label6);
this.pnllounge.Controls.Add(this.label5);
this.pnllounge.Controls.Add(this.label4);
this.pnllounge.Controls.Add(this.lbmybio);
this.pnllounge.Controls.Add(this.label3);
this.pnllounge.Controls.Add(this.lbmyname);
this.pnllounge.Controls.Add(this.lvmypackages);
this.pnllounge.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnllounge.Location = new System.Drawing.Point(0, 47);
this.pnllounge.Name = "pnllounge";
this.pnllounge.Size = new System.Drawing.Size(886, 422);
this.pnllounge.TabIndex = 1;
//
// btnedit
//
this.btnedit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnedit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnedit.Location = new System.Drawing.Point(239, 377);
this.btnedit.Name = "btnedit";
this.btnedit.Size = new System.Drawing.Size(75, 23);
this.btnedit.TabIndex = 14;
this.btnedit.Text = "Edit";
this.btnedit.UseVisualStyleBackColor = true;
this.btnedit.Click += new System.EventHandler(this.btnedit_Click);
//
// btnupload
//
this.btnupload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnupload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnupload.Location = new System.Drawing.Point(320, 377);
this.btnupload.Name = "btnupload";
this.btnupload.Size = new System.Drawing.Size(75, 23);
this.btnupload.TabIndex = 13;
this.btnupload.Text = "Add";
this.btnupload.UseVisualStyleBackColor = true;
this.btnupload.Click += new System.EventHandler(this.btnupload_Click);
//
// btnsave
//
this.btnsave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnsave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnsave.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnsave.Location = new System.Drawing.Point(799, 390);
this.btnsave.Name = "btnsave";
this.btnsave.Size = new System.Drawing.Size(75, 23);
this.btnsave.TabIndex = 12;
this.btnsave.Text = "Save";
this.btnsave.UseVisualStyleBackColor = true;
this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
//
// txtbitnoteaddress
//
this.txtbitnoteaddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtbitnoteaddress.Location = new System.Drawing.Point(490, 333);
this.txtbitnoteaddress.Name = "txtbitnoteaddress";
this.txtbitnoteaddress.Size = new System.Drawing.Size(384, 20);
this.txtbitnoteaddress.TabIndex = 11;
this.txtbitnoteaddress.TextChanged += new System.EventHandler(this.txtbitnoteaddress_TextChanged);
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(407, 339);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(73, 13);
this.label8.TabIndex = 10;
this.label8.Text = "BTN Address:";
//
// txtbio
//
this.txtbio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtbio.Location = new System.Drawing.Point(490, 110);
this.txtbio.Multiline = true;
this.txtbio.Name = "txtbio";
this.txtbio.Size = new System.Drawing.Size(384, 217);
this.txtbio.TabIndex = 9;
this.txtbio.TextChanged += new System.EventHandler(this.txtbio_TextChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(407, 116);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(22, 13);
this.label7.TabIndex = 8;
this.label7.Text = "Bio";
//
// txtmoddername
//
this.txtmoddername.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtmoddername.Location = new System.Drawing.Point(490, 84);
this.txtmoddername.Name = "txtmoddername";
this.txtmoddername.Size = new System.Drawing.Size(384, 20);
this.txtmoddername.TabIndex = 7;
this.txtmoddername.TextChanged += new System.EventHandler(this.txtmoddername_TextChanged);
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(407, 90);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 13);
this.label6.TabIndex = 6;
this.label6.Text = "Modder Name:";
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label5.Location = new System.Drawing.Point(404, 31);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(378, 32);
this.label5.TabIndex = 5;
this.label5.Text = "This screen allows you to customize your profile, add a biography, modder name an" +
"d Bitnote Address for your profile.";
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Times New Roman", 13F);
this.label4.Location = new System.Drawing.Point(403, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(112, 20);
this.label4.TabIndex = 4;
this.label4.Text = "Customization";
//
// lbmybio
//
this.lbmybio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lbmybio.Location = new System.Drawing.Point(17, 46);
this.lbmybio.Name = "lbmybio";
this.lbmybio.Size = new System.Drawing.Size(378, 110);
this.lbmybio.TabIndex = 3;
this.lbmybio.Text = "label4";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 156);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(208, 13);
this.label3.TabIndex = 2;
this.label3.Text = "This is a list of all packages owned by you.";
//
// lbmyname
//
this.lbmyname.AutoSize = true;
this.lbmyname.Font = new System.Drawing.Font("Times New Roman", 13F);
this.lbmyname.Location = new System.Drawing.Point(13, 11);
this.lbmyname.Name = "lbmyname";
this.lbmyname.Size = new System.Drawing.Size(51, 20);
this.lbmyname.TabIndex = 1;
this.lbmyname.Text = "label3";
//
// lvmypackages
//
this.lvmypackages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lvmypackages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader4});
this.lvmypackages.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvmypackages.Location = new System.Drawing.Point(20, 172);
this.lvmypackages.Name = "lvmypackages";
this.lvmypackages.Size = new System.Drawing.Size(375, 199);
this.lvmypackages.TabIndex = 0;
this.lvmypackages.UseCompatibleStateImageBehavior = false;
this.lvmypackages.View = System.Windows.Forms.View.Details;
//
// columnHeader4
//
this.columnHeader4.Text = "Name";
//
// pnlpackageinfo
//
this.pnlpackageinfo.Controls.Add(this.pnlauthordetails);
this.pnlpackageinfo.Controls.Add(this.pbappicon);
this.pnlpackageinfo.Controls.Add(this.pbappscreenshot);
this.pnlpackageinfo.Controls.Add(this.pnldownload);
this.pnlpackageinfo.Controls.Add(this.lbpkgdescription);
this.pnlpackageinfo.Controls.Add(this.lbpkgname);
this.pnlpackageinfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlpackageinfo.Location = new System.Drawing.Point(0, 47);
this.pnlpackageinfo.Name = "pnlpackageinfo";
this.pnlpackageinfo.Size = new System.Drawing.Size(886, 422);
this.pnlpackageinfo.TabIndex = 1;
//
// pnlauthordetails
//
this.pnlauthordetails.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pnlauthordetails.Controls.Add(this.lbauthordescription);
this.pnlauthordetails.Controls.Add(this.lbauthorname);
this.pnlauthordetails.Location = new System.Drawing.Point(12, 213);
this.pnlauthordetails.Name = "pnlauthordetails";
this.pnlauthordetails.Size = new System.Drawing.Size(468, 197);
this.pnlauthordetails.TabIndex = 5;
//
// lbauthordescription
//
this.lbauthordescription.Location = new System.Drawing.Point(13, 46);
this.lbauthordescription.Name = "lbauthordescription";
this.lbauthordescription.Size = new System.Drawing.Size(452, 141);
this.lbauthordescription.TabIndex = 5;
this.lbauthordescription.Text = "label4";
//
// lbauthorname
//
this.lbauthorname.AutoSize = true;
this.lbauthorname.Font = new System.Drawing.Font("Times New Roman", 13F);
this.lbauthorname.Location = new System.Drawing.Point(9, 11);
this.lbauthorname.Name = "lbauthorname";
this.lbauthorname.Size = new System.Drawing.Size(51, 20);
this.lbauthorname.TabIndex = 4;
this.lbauthorname.Text = "label3";
//
// pbappicon
//
this.pbappicon.Location = new System.Drawing.Point(12, 11);
this.pbappicon.Name = "pbappicon";
this.pbappicon.Size = new System.Drawing.Size(32, 32);
this.pbappicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbappicon.TabIndex = 4;
this.pbappicon.TabStop = false;
//
// pbappscreenshot
//
this.pbappscreenshot.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pbappscreenshot.Location = new System.Drawing.Point(500, 213);
this.pbappscreenshot.Name = "pbappscreenshot";
this.pbappscreenshot.Size = new System.Drawing.Size(374, 197);
this.pbappscreenshot.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbappscreenshot.TabIndex = 3;
this.pbappscreenshot.TabStop = false;
//
// pnldownload
//
this.pnldownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pnldownload.Controls.Add(this.lbdownloadpath);
this.pnldownload.Controls.Add(this.btndownload);
this.pnldownload.Location = new System.Drawing.Point(646, 7);
this.pnldownload.Name = "pnldownload";
this.pnldownload.Size = new System.Drawing.Size(237, 97);
this.pnldownload.TabIndex = 2;
//
// lbdownloadpath
//
this.lbdownloadpath.Location = new System.Drawing.Point(4, 57);
this.lbdownloadpath.Name = "lbdownloadpath";
this.lbdownloadpath.Size = new System.Drawing.Size(224, 31);
this.lbdownloadpath.TabIndex = 1;
this.lbdownloadpath.Text = "label1";
this.lbdownloadpath.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// btndownload
//
this.btndownload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btndownload.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btndownload.Location = new System.Drawing.Point(112, 13);
this.btndownload.Name = "btndownload";
this.btndownload.Size = new System.Drawing.Size(116, 39);
this.btndownload.TabIndex = 0;
this.btndownload.Text = "Download This Package";
this.btndownload.UseVisualStyleBackColor = true;
this.btndownload.Click += new System.EventHandler(this.btndownload_Click);
//
// lbpkgdescription
//
this.lbpkgdescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lbpkgdescription.Location = new System.Drawing.Point(17, 47);
this.lbpkgdescription.Name = "lbpkgdescription";
this.lbpkgdescription.Size = new System.Drawing.Size(347, 156);
this.lbpkgdescription.TabIndex = 1;
this.lbpkgdescription.Text = "label1";
//
// lbpkgname
//
this.lbpkgname.AutoSize = true;
this.lbpkgname.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.lbpkgname.Location = new System.Drawing.Point(50, 19);
this.lbpkgname.Name = "lbpkgname";
this.lbpkgname.Size = new System.Drawing.Size(60, 24);
this.lbpkgname.TabIndex = 0;
this.lbpkgname.Text = "label1";
//
// pnllist
//
this.pnllist.Controls.Add(this.lvpackages);
this.pnllist.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnllist.Location = new System.Drawing.Point(0, 47);
this.pnllist.Name = "pnllist";
this.pnllist.Size = new System.Drawing.Size(886, 422);
this.pnllist.TabIndex = 3;
//
// lvpackages
//
this.lvpackages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.lvpackages.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvpackages.FullRowSelect = true;
this.lvpackages.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.lvpackages.Location = new System.Drawing.Point(0, 0);
this.lvpackages.Name = "lvpackages";
this.lvpackages.Size = new System.Drawing.Size(886, 422);
this.lvpackages.TabIndex = 0;
this.lvpackages.UseCompatibleStateImageBehavior = false;
this.lvpackages.View = System.Windows.Forms.View.Details;
this.lvpackages.SelectedIndexChanged += new System.EventHandler(this.lvpackages_SelectedIndexChanged);
this.lvpackages.DoubleClick += new System.EventHandler(this.lvpackages_DoubleClick);
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
//
// columnHeader2
//
this.columnHeader2.Text = "Author";
//
// columnHeader3
//
this.columnHeader3.Text = "Cost (BTN)";
//
// pnlsearch
//
this.pnlsearch.BackColor = System.Drawing.Color.Gray;
this.pnlsearch.Controls.Add(this.btnlounge);
this.pnlsearch.Controls.Add(this.label2);
this.pnlsearch.Controls.Add(this.btngetkey);
this.pnlsearch.Controls.Add(this.label1);
this.pnlsearch.Controls.Add(this.txtsearch);
this.pnlsearch.Controls.Add(this.btnskins);
this.pnlsearch.Controls.Add(this.btnapps);
this.pnlsearch.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlsearch.ForeColor = System.Drawing.Color.White;
this.pnlsearch.Location = new System.Drawing.Point(0, 0);
this.pnlsearch.Name = "pnlsearch";
this.pnlsearch.Size = new System.Drawing.Size(886, 47);
this.pnlsearch.TabIndex = 0;
//
// btnlounge
//
this.btnlounge.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnlounge.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btnlounge.Location = new System.Drawing.Point(377, 14);
this.btnlounge.Name = "btnlounge";
this.btnlounge.Size = new System.Drawing.Size(114, 23);
this.btnlounge.TabIndex = 6;
this.btnlounge.Text = "Access My Lounge";
this.btnlounge.UseVisualStyleBackColor = true;
this.btnlounge.Click += new System.EventHandler(this.btnlounge_Click);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(643, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Search (slow)";
//
// btngetkey
//
this.btngetkey.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btngetkey.Font = new System.Drawing.Font("Times New Roman", 8.25F);
this.btngetkey.Location = new System.Drawing.Point(296, 14);
this.btngetkey.Name = "btngetkey";
this.btngetkey.Size = new System.Drawing.Size(75, 23);
this.btngetkey.TabIndex = 4;
this.btngetkey.Text = "Get one!";
this.btngetkey.UseVisualStyleBackColor = true;
this.btngetkey.Click += new System.EventHandler(this.btngetkey_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(169, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(121, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Need a Developer Key?";
//
// txtsearch
//
this.txtsearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.txtsearch.Location = new System.Drawing.Point(721, 13);
this.txtsearch.Name = "txtsearch";
this.txtsearch.Size = new System.Drawing.Size(153, 20);
this.txtsearch.TabIndex = 2;
this.txtsearch.TextChanged += new System.EventHandler(this.txtsearch_TextChanged);
//
// btnskins
//
this.btnskins.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnskins.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btnskins.Location = new System.Drawing.Point(86, 4);
this.btnskins.Name = "btnskins";
this.btnskins.Size = new System.Drawing.Size(76, 40);
this.btnskins.TabIndex = 1;
this.btnskins.Text = "Skins";
this.btnskins.UseVisualStyleBackColor = true;
this.btnskins.Click += new System.EventHandler(this.btnskins_Click);
//
// btnapps
//
this.btnapps.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnapps.Font = new System.Drawing.Font("Times New Roman", 10F);
this.btnapps.Location = new System.Drawing.Point(4, 4);
this.btnapps.Name = "btnapps";
this.btnapps.Size = new System.Drawing.Size(76, 40);
this.btnapps.TabIndex = 0;
this.btnapps.Text = "Apps";
this.btnapps.UseVisualStyleBackColor = true;
this.btnapps.Click += new System.EventHandler(this.btnapps_Click);
//
// imgpackageicons
//
this.imgpackageicons.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imgpackageicons.ImageSize = new System.Drawing.Size(16, 16);
this.imgpackageicons.TransparentColor = System.Drawing.Color.Transparent;
//
// Appscape
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(886, 469);
this.Controls.Add(this.panel3);
this.Name = "Appscape";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.panel3.ResumeLayout(false);
this.pnlchoosenetwork.ResumeLayout(false);
this.pnlchoosenetwork.PerformLayout();
this.pnlpackageeditor.ResumeLayout(false);
this.pnlpackageeditor.PerformLayout();
this.pnllounge.ResumeLayout(false);
this.pnllounge.PerformLayout();
this.pnlpackageinfo.ResumeLayout(false);
this.pnlpackageinfo.PerformLayout();
this.pnlauthordetails.ResumeLayout(false);
this.pnlauthordetails.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pbappicon)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbappscreenshot)).EndInit();
this.pnldownload.ResumeLayout(false);
this.pnllist.ResumeLayout(false);
this.pnlsearch.ResumeLayout(false);
this.pnlsearch.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.ImageList imgpackageicons;
private System.Windows.Forms.Panel pnlsearch;
private System.Windows.Forms.Button btnskins;
private System.Windows.Forms.Button btnapps;
private System.Windows.Forms.Panel pnlpackageinfo;
private System.Windows.Forms.Label lbpkgname;
private System.Windows.Forms.Label lbpkgdescription;
private System.Windows.Forms.Panel pnldownload;
private System.Windows.Forms.Label lbdownloadpath;
private System.Windows.Forms.Button btndownload;
private System.Windows.Forms.Panel pnllist;
private System.Windows.Forms.ListView lvpackages;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.PictureBox pbappscreenshot;
private System.Windows.Forms.PictureBox pbappicon;
private System.Windows.Forms.TextBox txtsearch;
private System.Windows.Forms.Button btnlounge;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btngetkey;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel pnllounge;
private System.Windows.Forms.ListView lvmypackages;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.Label lbmyname;
private System.Windows.Forms.Label lbmybio;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtbitnoteaddress;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtbio;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtmoddername;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnsave;
private System.Windows.Forms.Button btnupload;
private System.Windows.Forms.Button btnedit;
private System.Windows.Forms.Panel pnlpackageeditor;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtprice;
private System.Windows.Forms.Label lbprice;
private System.Windows.Forms.Label lbaddress;
private System.Windows.Forms.CheckBox cbsell;
private System.Windows.Forms.TextBox txtpackagedescription;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtpackagename;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btndonecustomizing;
private System.Windows.Forms.Button btnsaa;
private System.Windows.Forms.Panel pnlauthordetails;
private System.Windows.Forms.Label lbauthordescription;
private System.Windows.Forms.Label lbauthorname;
private System.Windows.Forms.Panel pnlchoosenetwork;
private System.Windows.Forms.Button btnrequest;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ListView lvnets;
private System.Windows.Forms.ColumnHeader clhostnameheader;
}
}