patbef-ServiceInside/Publisher/Main.Designer.cs

598 lines
34 KiB
C#
Raw Permalink Normal View History

2024-01-29 16:26:54 +01:00
namespace Publisher
{
partial class Main
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.btnPublish = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.cbxReleaseServiceInside = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.txtServiceInsideProjectFile = new System.Windows.Forms.TextBox();
this.btnSelectServiceInsideProjectFile = new System.Windows.Forms.Button();
this.cbxServiceInsideAutoIncrement = new System.Windows.Forms.CheckBox();
this.grServiceInside = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.cbxReleaseServiceOutside = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.txtServiceOutsideProjectFile = new System.Windows.Forms.TextBox();
this.btnSelectServiceOutsideProjectFile = new System.Windows.Forms.Button();
this.cbxServiceOutsideAutoIncrement = new System.Windows.Forms.CheckBox();
this.grServiceOutside = new System.Windows.Forms.GroupBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.txtConfluenceURL = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtConfluenceUsername = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtConfluencePassword = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtConfluenceParentPageId = new System.Windows.Forms.TextBox();
this.grConfluence = new System.Windows.Forms.GroupBox();
this.panel4 = new System.Windows.Forms.Panel();
this.grOutput = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.txtOutputZipPassword = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtOutputDirectory = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.lblStatus = new System.Windows.Forms.Label();
this.pnlEditror = new System.Windows.Forms.Panel();
this.tinyMCE1 = new Publisher.controls.TinyMCE();
this.pnlTop = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.pnlBottom = new System.Windows.Forms.Panel();
this.splitter1 = new System.Windows.Forms.Splitter();
this.grServiceInside.SuspendLayout();
this.grServiceOutside.SuspendLayout();
this.grConfluence.SuspendLayout();
this.grOutput.SuspendLayout();
this.pnlEditror.SuspendLayout();
this.pnlTop.SuspendLayout();
this.pnlBottom.SuspendLayout();
this.SuspendLayout();
//
// btnPublish
//
this.btnPublish.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPublish.BackColor = System.Drawing.Color.LightGreen;
this.btnPublish.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnPublish.FlatAppearance.BorderSize = 0;
this.btnPublish.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPublish.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnPublish.Location = new System.Drawing.Point(878, 8);
this.btnPublish.Name = "btnPublish";
this.btnPublish.Size = new System.Drawing.Size(124, 39);
this.btnPublish.TabIndex = 9;
this.btnPublish.Text = "Publish";
this.btnPublish.UseVisualStyleBackColor = false;
this.btnPublish.Click += new System.EventHandler(this.btnPublish_Click);
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.BackColor = System.Drawing.Color.DarkGray;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.Location = new System.Drawing.Point(700, 8);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(172, 39);
this.button1.TabIndex = 10;
this.button1.Text = "Logs";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// cbxReleaseServiceInside
//
this.cbxReleaseServiceInside.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbxReleaseServiceInside.AutoSize = true;
this.cbxReleaseServiceInside.Checked = true;
this.cbxReleaseServiceInside.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxReleaseServiceInside.Location = new System.Drawing.Point(908, 89);
this.cbxReleaseServiceInside.Name = "cbxReleaseServiceInside";
this.cbxReleaseServiceInside.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cbxReleaseServiceInside.Size = new System.Drawing.Size(94, 24);
this.cbxReleaseServiceInside.TabIndex = 1;
this.cbxReleaseServiceInside.Text = "Release";
this.cbxReleaseServiceInside.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(152, 20);
this.label1.TabIndex = 2;
this.label1.Text = "Project file .csproj";
//
// txtServiceInsideProjectFile
//
this.txtServiceInsideProjectFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtServiceInsideProjectFile.Location = new System.Drawing.Point(16, 54);
this.txtServiceInsideProjectFile.Name = "txtServiceInsideProjectFile";
this.txtServiceInsideProjectFile.Size = new System.Drawing.Size(885, 26);
this.txtServiceInsideProjectFile.TabIndex = 3;
//
// btnSelectServiceInsideProjectFile
//
this.btnSelectServiceInsideProjectFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSelectServiceInsideProjectFile.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSelectServiceInsideProjectFile.Location = new System.Drawing.Point(907, 54);
this.btnSelectServiceInsideProjectFile.Name = "btnSelectServiceInsideProjectFile";
this.btnSelectServiceInsideProjectFile.Size = new System.Drawing.Size(95, 26);
this.btnSelectServiceInsideProjectFile.TabIndex = 4;
this.btnSelectServiceInsideProjectFile.Text = "Select";
this.btnSelectServiceInsideProjectFile.UseVisualStyleBackColor = true;
this.btnSelectServiceInsideProjectFile.Click += new System.EventHandler(this.btnSelectServiceInsideProjectFile_Click);
//
// cbxServiceInsideAutoIncrement
//
this.cbxServiceInsideAutoIncrement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbxServiceInsideAutoIncrement.AutoSize = true;
this.cbxServiceInsideAutoIncrement.Checked = true;
this.cbxServiceInsideAutoIncrement.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxServiceInsideAutoIncrement.Location = new System.Drawing.Point(16, 86);
this.cbxServiceInsideAutoIncrement.Name = "cbxServiceInsideAutoIncrement";
this.cbxServiceInsideAutoIncrement.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cbxServiceInsideAutoIncrement.Size = new System.Drawing.Size(208, 24);
this.cbxServiceInsideAutoIncrement.TabIndex = 5;
this.cbxServiceInsideAutoIncrement.Text = "Auto Inceremt Version";
this.cbxServiceInsideAutoIncrement.UseVisualStyleBackColor = true;
//
// grServiceInside
//
this.grServiceInside.BackColor = System.Drawing.Color.White;
this.grServiceInside.Controls.Add(this.cbxServiceInsideAutoIncrement);
this.grServiceInside.Controls.Add(this.btnSelectServiceInsideProjectFile);
this.grServiceInside.Controls.Add(this.txtServiceInsideProjectFile);
this.grServiceInside.Controls.Add(this.label1);
this.grServiceInside.Controls.Add(this.cbxReleaseServiceInside);
this.grServiceInside.Dock = System.Windows.Forms.DockStyle.Top;
this.grServiceInside.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grServiceInside.Location = new System.Drawing.Point(0, 0);
this.grServiceInside.Name = "grServiceInside";
this.grServiceInside.Size = new System.Drawing.Size(1008, 119);
this.grServiceInside.TabIndex = 0;
this.grServiceInside.TabStop = false;
this.grServiceInside.Text = "ServiceInside";
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 119);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1008, 3);
this.panel1.TabIndex = 1;
//
// cbxReleaseServiceOutside
//
this.cbxReleaseServiceOutside.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbxReleaseServiceOutside.AutoSize = true;
this.cbxReleaseServiceOutside.Checked = true;
this.cbxReleaseServiceOutside.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxReleaseServiceOutside.Location = new System.Drawing.Point(908, 89);
this.cbxReleaseServiceOutside.Name = "cbxReleaseServiceOutside";
this.cbxReleaseServiceOutside.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cbxReleaseServiceOutside.Size = new System.Drawing.Size(94, 24);
this.cbxReleaseServiceOutside.TabIndex = 1;
this.cbxReleaseServiceOutside.Text = "Release";
this.cbxReleaseServiceOutside.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(152, 20);
this.label2.TabIndex = 2;
this.label2.Text = "Project file .csproj";
//
// txtServiceOutsideProjectFile
//
this.txtServiceOutsideProjectFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtServiceOutsideProjectFile.Location = new System.Drawing.Point(16, 54);
this.txtServiceOutsideProjectFile.Name = "txtServiceOutsideProjectFile";
this.txtServiceOutsideProjectFile.Size = new System.Drawing.Size(885, 26);
this.txtServiceOutsideProjectFile.TabIndex = 3;
//
// btnSelectServiceOutsideProjectFile
//
this.btnSelectServiceOutsideProjectFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSelectServiceOutsideProjectFile.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSelectServiceOutsideProjectFile.Location = new System.Drawing.Point(907, 54);
this.btnSelectServiceOutsideProjectFile.Name = "btnSelectServiceOutsideProjectFile";
this.btnSelectServiceOutsideProjectFile.Size = new System.Drawing.Size(95, 26);
this.btnSelectServiceOutsideProjectFile.TabIndex = 4;
this.btnSelectServiceOutsideProjectFile.Text = "Select";
this.btnSelectServiceOutsideProjectFile.UseVisualStyleBackColor = true;
this.btnSelectServiceOutsideProjectFile.Click += new System.EventHandler(this.btnSelectServiceOutsideProjectFile_Click);
//
// cbxServiceOutsideAutoIncrement
//
this.cbxServiceOutsideAutoIncrement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbxServiceOutsideAutoIncrement.AutoSize = true;
this.cbxServiceOutsideAutoIncrement.Checked = true;
this.cbxServiceOutsideAutoIncrement.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxServiceOutsideAutoIncrement.Location = new System.Drawing.Point(16, 86);
this.cbxServiceOutsideAutoIncrement.Name = "cbxServiceOutsideAutoIncrement";
this.cbxServiceOutsideAutoIncrement.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.cbxServiceOutsideAutoIncrement.Size = new System.Drawing.Size(208, 24);
this.cbxServiceOutsideAutoIncrement.TabIndex = 5;
this.cbxServiceOutsideAutoIncrement.Text = "Auto Inceremt Version";
this.cbxServiceOutsideAutoIncrement.UseVisualStyleBackColor = true;
//
// grServiceOutside
//
this.grServiceOutside.BackColor = System.Drawing.Color.White;
this.grServiceOutside.Controls.Add(this.cbxServiceOutsideAutoIncrement);
this.grServiceOutside.Controls.Add(this.btnSelectServiceOutsideProjectFile);
this.grServiceOutside.Controls.Add(this.txtServiceOutsideProjectFile);
this.grServiceOutside.Controls.Add(this.label2);
this.grServiceOutside.Controls.Add(this.cbxReleaseServiceOutside);
this.grServiceOutside.Dock = System.Windows.Forms.DockStyle.Top;
this.grServiceOutside.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grServiceOutside.Location = new System.Drawing.Point(0, 122);
this.grServiceOutside.Name = "grServiceOutside";
this.grServiceOutside.Size = new System.Drawing.Size(1008, 119);
this.grServiceOutside.TabIndex = 2;
this.grServiceOutside.TabStop = false;
this.grServiceOutside.Text = "ServiceOutside";
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 346);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1008, 3);
this.panel2.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 31);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(45, 20);
this.label6.TabIndex = 2;
this.label6.Text = "URL";
//
// txtConfluenceURL
//
this.txtConfluenceURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtConfluenceURL.Location = new System.Drawing.Point(16, 54);
this.txtConfluenceURL.Name = "txtConfluenceURL";
this.txtConfluenceURL.Size = new System.Drawing.Size(383, 26);
this.txtConfluenceURL.TabIndex = 3;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(602, 22);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(91, 20);
this.label7.TabIndex = 4;
this.label7.Text = "Username";
//
// txtConfluenceUsername
//
this.txtConfluenceUsername.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.txtConfluenceUsername.Location = new System.Drawing.Point(606, 54);
this.txtConfluenceUsername.Name = "txtConfluenceUsername";
this.txtConfluenceUsername.Size = new System.Drawing.Size(195, 26);
this.txtConfluenceUsername.TabIndex = 5;
//
// 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(803, 22);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(86, 20);
this.label8.TabIndex = 6;
this.label8.Text = "Password";
//
// txtConfluencePassword
//
this.txtConfluencePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.txtConfluencePassword.Location = new System.Drawing.Point(807, 54);
this.txtConfluencePassword.Name = "txtConfluencePassword";
this.txtConfluencePassword.PasswordChar = '*';
this.txtConfluencePassword.Size = new System.Drawing.Size(195, 26);
this.txtConfluencePassword.TabIndex = 7;
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(401, 22);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(129, 20);
this.label9.TabIndex = 8;
this.label9.Text = "Parent Page Id";
//
// txtConfluenceParentPageId
//
this.txtConfluenceParentPageId.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.txtConfluenceParentPageId.Location = new System.Drawing.Point(405, 54);
this.txtConfluenceParentPageId.Name = "txtConfluenceParentPageId";
this.txtConfluenceParentPageId.Size = new System.Drawing.Size(195, 26);
this.txtConfluenceParentPageId.TabIndex = 9;
//
// grConfluence
//
this.grConfluence.BackColor = System.Drawing.Color.White;
this.grConfluence.Controls.Add(this.txtConfluenceParentPageId);
this.grConfluence.Controls.Add(this.label9);
this.grConfluence.Controls.Add(this.txtConfluencePassword);
this.grConfluence.Controls.Add(this.label8);
this.grConfluence.Controls.Add(this.txtConfluenceUsername);
this.grConfluence.Controls.Add(this.label7);
this.grConfluence.Controls.Add(this.txtConfluenceURL);
this.grConfluence.Controls.Add(this.label6);
this.grConfluence.Dock = System.Windows.Forms.DockStyle.Top;
this.grConfluence.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grConfluence.Location = new System.Drawing.Point(0, 349);
this.grConfluence.Name = "grConfluence";
this.grConfluence.Size = new System.Drawing.Size(1008, 99);
this.grConfluence.TabIndex = 12;
this.grConfluence.TabStop = false;
this.grConfluence.Text = "Confluence";
//
// panel4
//
this.panel4.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 241);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1008, 3);
this.panel4.TabIndex = 13;
//
// grOutput
//
this.grOutput.BackColor = System.Drawing.Color.White;
this.grOutput.Controls.Add(this.button2);
this.grOutput.Controls.Add(this.txtOutputZipPassword);
this.grOutput.Controls.Add(this.label10);
this.grOutput.Controls.Add(this.txtOutputDirectory);
this.grOutput.Controls.Add(this.label12);
this.grOutput.Dock = System.Windows.Forms.DockStyle.Top;
this.grOutput.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.grOutput.Location = new System.Drawing.Point(0, 247);
this.grOutput.Name = "grOutput";
this.grOutput.Size = new System.Drawing.Size(1008, 99);
this.grOutput.TabIndex = 14;
this.grOutput.TabStop = false;
this.grOutput.Text = "Output";
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Location = new System.Drawing.Point(706, 54);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(95, 26);
this.button2.TabIndex = 8;
this.button2.Text = "Select";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// txtOutputZipPassword
//
this.txtOutputZipPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.txtOutputZipPassword.Location = new System.Drawing.Point(807, 54);
this.txtOutputZipPassword.Name = "txtOutputZipPassword";
this.txtOutputZipPassword.PasswordChar = '*';
this.txtOutputZipPassword.Size = new System.Drawing.Size(195, 26);
this.txtOutputZipPassword.TabIndex = 7;
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(803, 22);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(126, 20);
this.label10.TabIndex = 6;
this.label10.Text = "Password(ZIP)";
//
// txtOutputDirectory
//
this.txtOutputDirectory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOutputDirectory.Location = new System.Drawing.Point(16, 54);
this.txtOutputDirectory.Name = "txtOutputDirectory";
this.txtOutputDirectory.Size = new System.Drawing.Size(684, 26);
this.txtOutputDirectory.TabIndex = 3;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(12, 31);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(81, 20);
this.label12.TabIndex = 2;
this.label12.Text = "Directory";
//
// lblStatus
//
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblStatus.BackColor = System.Drawing.Color.White;
this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStatus.Location = new System.Drawing.Point(12, 8);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.lblStatus.Size = new System.Drawing.Size(681, 39);
this.lblStatus.TabIndex = 15;
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlEditror
//
this.pnlEditror.BackColor = System.Drawing.Color.White;
this.pnlEditror.Controls.Add(this.tinyMCE1);
this.pnlEditror.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlEditror.Location = new System.Drawing.Point(0, 461);
this.pnlEditror.Name = "pnlEditror";
this.pnlEditror.Size = new System.Drawing.Size(1008, 411);
this.pnlEditror.TabIndex = 16;
//
// tinyMCE1
//
this.tinyMCE1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tinyMCE1.HtmlContent = "";
this.tinyMCE1.Location = new System.Drawing.Point(0, 0);
this.tinyMCE1.Name = "tinyMCE1";
this.tinyMCE1.Size = new System.Drawing.Size(1008, 411);
this.tinyMCE1.TabIndex = 0;
//
// pnlTop
//
this.pnlTop.Controls.Add(this.grConfluence);
this.pnlTop.Controls.Add(this.panel2);
this.pnlTop.Controls.Add(this.grOutput);
this.pnlTop.Controls.Add(this.panel3);
this.pnlTop.Controls.Add(this.panel4);
this.pnlTop.Controls.Add(this.grServiceOutside);
this.pnlTop.Controls.Add(this.panel1);
this.pnlTop.Controls.Add(this.grServiceInside);
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(1008, 450);
this.pnlTop.TabIndex = 1;
//
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 244);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(1008, 3);
this.panel3.TabIndex = 15;
//
// pnlBottom
//
this.pnlBottom.Controls.Add(this.btnPublish);
this.pnlBottom.Controls.Add(this.button1);
this.pnlBottom.Controls.Add(this.lblStatus);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 818);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(1008, 54);
this.pnlBottom.TabIndex = 17;
//
// splitter1
//
this.splitter1.BackColor = System.Drawing.SystemColors.ButtonShadow;
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(0, 450);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(1008, 11);
this.splitter1.TabIndex = 15;
this.splitter1.TabStop = false;
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 872);
this.Controls.Add(this.pnlBottom);
this.Controls.Add(this.pnlEditror);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.pnlTop);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Release";
this.Load += new System.EventHandler(this.Main_Load);
this.grServiceInside.ResumeLayout(false);
this.grServiceInside.PerformLayout();
this.grServiceOutside.ResumeLayout(false);
this.grServiceOutside.PerformLayout();
this.grConfluence.ResumeLayout(false);
this.grConfluence.PerformLayout();
this.grOutput.ResumeLayout(false);
this.grOutput.PerformLayout();
this.pnlEditror.ResumeLayout(false);
this.pnlTop.ResumeLayout(false);
this.pnlBottom.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnPublish;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.CheckBox cbxReleaseServiceInside;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtServiceInsideProjectFile;
private System.Windows.Forms.Button btnSelectServiceInsideProjectFile;
private System.Windows.Forms.CheckBox cbxServiceInsideAutoIncrement;
private System.Windows.Forms.GroupBox grServiceInside;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.CheckBox cbxReleaseServiceOutside;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtServiceOutsideProjectFile;
private System.Windows.Forms.Button btnSelectServiceOutsideProjectFile;
private System.Windows.Forms.CheckBox cbxServiceOutsideAutoIncrement;
private System.Windows.Forms.GroupBox grServiceOutside;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtConfluenceURL;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtConfluenceUsername;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtConfluencePassword;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtConfluenceParentPageId;
private System.Windows.Forms.GroupBox grConfluence;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.GroupBox grOutput;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox txtOutputZipPassword;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtOutputDirectory;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.Panel pnlEditror;
private controls.TinyMCE tinyMCE1;
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Splitter splitter1;
private System.Windows.Forms.Panel panel3;
}
}