namespace Mesen.GUI.Forms.NetPlay { partial class frmPlayerProfile { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.lblName = new System.Windows.Forms.Label(); this.lblAvatar = new System.Windows.Forms.Label(); this.txtPlayerName = new System.Windows.Forms.TextBox(); this.picAvatar = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit(); this.SuspendLayout(); // // baseConfigPanel // this.baseConfigPanel.Location = new System.Drawing.Point(0, 59); this.baseConfigPanel.Size = new System.Drawing.Size(302, 29); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.lblName, 0, 0); this.tableLayoutPanel1.Controls.Add(this.lblAvatar, 0, 1); this.tableLayoutPanel1.Controls.Add(this.txtPlayerName, 1, 0); this.tableLayoutPanel1.Controls.Add(this.picAvatar, 1, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(302, 59); this.tableLayoutPanel1.TabIndex = 1; // // lblName // this.lblName.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(3, 6); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(68, 13); this.lblName.TabIndex = 3; this.lblName.Text = "Player name:"; // // lblAvatar // this.lblAvatar.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblAvatar.AutoSize = true; this.lblAvatar.Location = new System.Drawing.Point(3, 55); this.lblAvatar.Name = "lblAvatar"; this.lblAvatar.Size = new System.Drawing.Size(41, 13); this.lblAvatar.TabIndex = 4; this.lblAvatar.Text = "Avatar:"; this.lblAvatar.Visible = false; // // txtPlayerName // this.txtPlayerName.Dock = System.Windows.Forms.DockStyle.Fill; this.txtPlayerName.Location = new System.Drawing.Point(77, 3); this.txtPlayerName.Name = "txtPlayerName"; this.txtPlayerName.Size = new System.Drawing.Size(222, 20); this.txtPlayerName.TabIndex = 5; this.txtPlayerName.Text = "DefaultPlayer"; // // picAvatar // this.picAvatar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picAvatar.Location = new System.Drawing.Point(77, 29); this.picAvatar.Name = "picAvatar"; this.picAvatar.Size = new System.Drawing.Size(66, 66); this.picAvatar.TabIndex = 8; this.picAvatar.TabStop = false; this.picAvatar.Visible = false; // // frmPlayerProfile // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(302, 88); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmPlayerProfile"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Profile"; this.Controls.SetChildIndex(this.baseConfigPanel, 0); this.Controls.SetChildIndex(this.tableLayoutPanel1, 0); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label lblName; private System.Windows.Forms.Label lblAvatar; private System.Windows.Forms.TextBox txtPlayerName; private System.Windows.Forms.PictureBox picAvatar; } }