Files
libremetaverse/libsecondlife-cs/examples/groupmanager/frmGroupInfo.Designer.cs

61 lines
2.1 KiB
C#

namespace groupmanager
{
partial class frmGroupInfo
{
/// <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.picInsignia = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picInsignia)).BeginInit();
this.SuspendLayout();
//
// picInsignia
//
this.picInsignia.Location = new System.Drawing.Point(12, 12);
this.picInsignia.Name = "picInsignia";
this.picInsignia.Size = new System.Drawing.Size(134, 117);
this.picInsignia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picInsignia.TabIndex = 0;
this.picInsignia.TabStop = false;
//
// frmGroupInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(429, 322);
this.Controls.Add(this.picInsignia);
this.Name = "frmGroupInfo";
this.Text = "Group Info";
((System.ComponentModel.ISupportInitialize)(this.picInsignia)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picInsignia;
}
}