greenshot/GreenshotConfluencePlugin/Forms/ConfluenceForm.Designer.cs
2010-07-25 08:48:59 +00:00

153 lines
5.5 KiB
C#

/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace GreenshotConfluencePlugin {
partial class ConfluenceForm {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.textBox_space = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox_page = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBox_filename = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBox_space
//
this.textBox_space.Location = new System.Drawing.Point(180, 30);
this.textBox_space.Name = "textBox_space";
this.textBox_space.Size = new System.Drawing.Size(100, 20);
this.textBox_space.TabIndex = 0;
this.textBox_space.Text = "dev";
//
// label1
//
this.label1.Location = new System.Drawing.Point(12, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(162, 23);
this.label1.TabIndex = 1;
this.label1.Text = "Space key";
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 53);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(162, 23);
this.label2.TabIndex = 3;
this.label2.Text = "Page title";
//
// textBox_page
//
this.textBox_page.Location = new System.Drawing.Point(180, 53);
this.textBox_page.Name = "textBox_page";
this.textBox_page.Size = new System.Drawing.Size(100, 20);
this.textBox_page.TabIndex = 2;
this.textBox_page.Text = "15 Developer JF";
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 76);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(162, 23);
this.label3.TabIndex = 5;
this.label3.Text = "Filename";
//
// textBox_filename
//
this.textBox_filename.Location = new System.Drawing.Point(180, 76);
this.textBox_filename.Name = "textBox_filename";
this.textBox_filename.Size = new System.Drawing.Size(100, 20);
this.textBox_filename.TabIndex = 4;
//
// button1
//
this.button1.Location = new System.Drawing.Point(44, 125);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 6;
this.button1.Text = "OK";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.ButtonOKClick);
//
// button2
//
this.button2.Location = new System.Drawing.Point(180, 125);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 7;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.ButtonCancelClick);
//
// ConfluenceForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 175);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox_filename);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_page);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_space);
this.Name = "ConfluenceForm";
this.Text = "ConfluenceForm";
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.TextBox textBox_space;
private System.Windows.Forms.TextBox textBox_page;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox_filename;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}