You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

144 lines
6.5 KiB

namespace CircleViewer.Dialogs
{
partial class CreateCircleDlg
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateCircleDlg));
this.panel1 = new System.Windows.Forms.Panel();
this.bnCreateCircle = new System.Windows.Forms.Button();
this.bnCancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbCircleName = new System.Windows.Forms.TextBox();
this.tbDescription = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.bnCreateCircle);
this.panel1.Controls.Add(this.bnCancel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 298);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(539, 36);
this.panel1.TabIndex = 2;
//
// bnCreateCircle
//
this.bnCreateCircle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bnCreateCircle.Location = new System.Drawing.Point(357, 6);
this.bnCreateCircle.Name = "bnCreateCircle";
this.bnCreateCircle.Size = new System.Drawing.Size(75, 25);
this.bnCreateCircle.TabIndex = 1;
this.bnCreateCircle.Text = "Create";
this.bnCreateCircle.UseVisualStyleBackColor = true;
this.bnCreateCircle.Click += new System.EventHandler(this.bnCreateCircle_Click);
//
// bnCancel
//
this.bnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.bnCancel.Location = new System.Drawing.Point(451, 6);
this.bnCancel.Name = "bnCancel";
this.bnCancel.Size = new System.Drawing.Size(75, 25);
this.bnCancel.TabIndex = 0;
this.bnCancel.Text = "Cancel";
this.bnCancel.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(119, 16);
this.label1.TabIndex = 1;
this.label1.Text = "User Group Name:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(137, 16);
this.label2.TabIndex = 2;
this.label2.Text = "Description (optional):";
//
// tbCircleName
//
this.tbCircleName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbCircleName.Location = new System.Drawing.Point(15, 28);
this.tbCircleName.Name = "tbCircleName";
this.tbCircleName.Size = new System.Drawing.Size(507, 22);
this.tbCircleName.TabIndex = 0;
//
// tbDescription
//
this.tbDescription.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.tbDescription.Location = new System.Drawing.Point(15, 82);
this.tbDescription.Multiline = true;
this.tbDescription.Name = "tbDescription";
this.tbDescription.Size = new System.Drawing.Size(507, 198);
this.tbDescription.TabIndex = 1;
//
// CreateCircleDlg
//
this.AcceptButton = this.bnCreateCircle;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.bnCancel;
this.ClientSize = new System.Drawing.Size(539, 334);
this.Controls.Add(this.tbDescription);
this.Controls.Add(this.tbCircleName);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CreateCircleDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Create User Group";
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button bnCreateCircle;
private System.Windows.Forms.Button bnCancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbCircleName;
private System.Windows.Forms.TextBox tbDescription;
}
}