namespace ETHZurich.OrigoVSIntegration.Dialogs { partial class OrigoMainDialog { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { System.Windows.Forms.ListView LivFtpFiles; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrigoMainDialog)); this.CbProjectNames = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.BtnOk = new System.Windows.Forms.Button(); this.BtnCancel = new System.Windows.Forms.Button(); this.LblState = new System.Windows.Forms.Label(); this.TabFileManagement = new System.Windows.Forms.TabControl(); this.TapUpload = new System.Windows.Forms.TabPage(); this.LivLocalFiles = new System.Windows.Forms.ListView(); this.BtnOpenFile = new System.Windows.Forms.Button(); this.BtnUpload = new System.Windows.Forms.Button(); this.TapRelease = new System.Windows.Forms.TabPage(); this.BtnRelease = new System.Windows.Forms.Button(); this.CbPlatforms = new System.Windows.Forms.ComboBox(); this.BtnAddPlatform = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.BtnDelete = new System.Windows.Forms.Button(); LivFtpFiles = new System.Windows.Forms.ListView(); this.TabFileManagement.SuspendLayout(); this.TapUpload.SuspendLayout(); this.TapRelease.SuspendLayout(); this.SuspendLayout(); // // LivFtpFiles // LivFtpFiles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; LivFtpFiles.HideSelection = false; LivFtpFiles.Location = new System.Drawing.Point(6, 19); LivFtpFiles.Name = "LivFtpFiles"; LivFtpFiles.Size = new System.Drawing.Size(368, 233); LivFtpFiles.Sorting = System.Windows.Forms.SortOrder.Ascending; LivFtpFiles.TabIndex = 28; LivFtpFiles.UseCompatibleStateImageBehavior = false; LivFtpFiles.View = System.Windows.Forms.View.Details; LivFtpFiles.SelectedIndexChanged += new System.EventHandler(this.LivFtpFiles_SelectedIndexChanged); // // CbProjectNames // this.CbProjectNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbProjectNames.FormattingEnabled = true; this.CbProjectNames.Location = new System.Drawing.Point(12, 25); this.CbProjectNames.Name = "CbProjectNames"; this.CbProjectNames.Size = new System.Drawing.Size(262, 21); this.CbProjectNames.Sorted = true; this.CbProjectNames.TabIndex = 16; this.CbProjectNames.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 13); this.label1.TabIndex = 17; this.label1.Text = "Origo Project Name"; // // BtnOk // this.BtnOk.Location = new System.Drawing.Point(244, 384); this.BtnOk.Name = "BtnOk"; this.BtnOk.Size = new System.Drawing.Size(75, 23); this.BtnOk.TabIndex = 18; this.BtnOk.Text = "Ok"; this.BtnOk.UseVisualStyleBackColor = true; this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click); // // BtnCancel // this.BtnCancel.Location = new System.Drawing.Point(325, 384); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(75, 23); this.BtnCancel.TabIndex = 19; this.BtnCancel.Text = "Cancel"; this.BtnCancel.UseVisualStyleBackColor = true; this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // LblState // this.LblState.AutoSize = true; this.LblState.Location = new System.Drawing.Point(13, 368); this.LblState.Name = "LblState"; this.LblState.Size = new System.Drawing.Size(32, 13); this.LblState.TabIndex = 20; this.LblState.Text = "State"; // // TabFileManagement // this.TabFileManagement.Controls.Add(this.TapUpload); this.TabFileManagement.Controls.Add(this.TapRelease); this.TabFileManagement.Location = new System.Drawing.Point(12, 52); this.TabFileManagement.Name = "TabFileManagement"; this.TabFileManagement.SelectedIndex = 0; this.TabFileManagement.Size = new System.Drawing.Size(388, 313); this.TabFileManagement.TabIndex = 29; // // TapUpload // this.TapUpload.Controls.Add(this.LivLocalFiles); this.TapUpload.Controls.Add(this.BtnOpenFile); this.TapUpload.Controls.Add(this.BtnUpload); this.TapUpload.Location = new System.Drawing.Point(4, 22); this.TapUpload.Name = "TapUpload"; this.TapUpload.Padding = new System.Windows.Forms.Padding(3); this.TapUpload.Size = new System.Drawing.Size(380, 287); this.TapUpload.TabIndex = 0; this.TapUpload.Text = "Upload"; this.TapUpload.UseVisualStyleBackColor = true; // // LivLocalFiles // this.LivLocalFiles.CheckBoxes = true; this.LivLocalFiles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.LivLocalFiles.HideSelection = false; this.LivLocalFiles.Location = new System.Drawing.Point(6, 6); this.LivLocalFiles.Name = "LivLocalFiles"; this.LivLocalFiles.Size = new System.Drawing.Size(368, 246); this.LivLocalFiles.Sorting = System.Windows.Forms.SortOrder.Ascending; this.LivLocalFiles.TabIndex = 36; this.LivLocalFiles.UseCompatibleStateImageBehavior = false; this.LivLocalFiles.View = System.Windows.Forms.View.Details; // // BtnOpenFile // this.BtnOpenFile.Location = new System.Drawing.Point(6, 258); this.BtnOpenFile.Name = "BtnOpenFile"; this.BtnOpenFile.Size = new System.Drawing.Size(75, 23); this.BtnOpenFile.TabIndex = 35; this.BtnOpenFile.Text = "Open files"; this.BtnOpenFile.UseVisualStyleBackColor = true; this.BtnOpenFile.Click += new System.EventHandler(this.BtnOpenFile_Click); // // BtnUpload // this.BtnUpload.Location = new System.Drawing.Point(87, 258); this.BtnUpload.Name = "BtnUpload"; this.BtnUpload.Size = new System.Drawing.Size(75, 23); this.BtnUpload.TabIndex = 33; this.BtnUpload.Text = "Upload"; this.BtnUpload.UseVisualStyleBackColor = true; this.BtnUpload.Click += new System.EventHandler(this.BtnUpload_Click); // // TapRelease // this.TapRelease.Controls.Add(this.BtnRelease); this.TapRelease.Controls.Add(this.CbPlatforms); this.TapRelease.Controls.Add(this.BtnAddPlatform); this.TapRelease.Controls.Add(this.label2); this.TapRelease.Controls.Add(this.BtnDelete); this.TapRelease.Controls.Add(LivFtpFiles); this.TapRelease.Location = new System.Drawing.Point(4, 22); this.TapRelease.Name = "TapRelease"; this.TapRelease.Padding = new System.Windows.Forms.Padding(3); this.TapRelease.Size = new System.Drawing.Size(380, 287); this.TapRelease.TabIndex = 1; this.TapRelease.Text = "Release"; this.TapRelease.UseVisualStyleBackColor = true; // // BtnRelease // this.BtnRelease.Location = new System.Drawing.Point(87, 258); this.BtnRelease.Name = "BtnRelease"; this.BtnRelease.Size = new System.Drawing.Size(75, 23); this.BtnRelease.TabIndex = 41; this.BtnRelease.Text = "Release"; this.BtnRelease.UseVisualStyleBackColor = true; this.BtnRelease.Click += new System.EventHandler(this.BtnRelease_Click); // // CbPlatforms // this.CbPlatforms.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbPlatforms.FormattingEnabled = true; this.CbPlatforms.Location = new System.Drawing.Point(169, 260); this.CbPlatforms.Name = "CbPlatforms"; this.CbPlatforms.Size = new System.Drawing.Size(124, 21); this.CbPlatforms.TabIndex = 40; this.CbPlatforms.SelectedIndexChanged += new System.EventHandler(this.CbPlatforms_SelectedIndexChanged); // // BtnAddPlatform // this.BtnAddPlatform.Location = new System.Drawing.Point(299, 258); this.BtnAddPlatform.Name = "BtnAddPlatform"; this.BtnAddPlatform.Size = new System.Drawing.Size(75, 23); this.BtnAddPlatform.TabIndex = 39; this.BtnAddPlatform.Text = "Add platform"; this.BtnAddPlatform.UseVisualStyleBackColor = true; this.BtnAddPlatform.Click += new System.EventHandler(this.BtnAddPlatform_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(98, 13); this.label2.TabIndex = 32; this.label2.Text = "Files on FTP server"; // // BtnDelete // this.BtnDelete.Location = new System.Drawing.Point(6, 258); this.BtnDelete.Name = "BtnDelete"; this.BtnDelete.Size = new System.Drawing.Size(75, 23); this.BtnDelete.TabIndex = 30; this.BtnDelete.Text = "Delete"; this.BtnDelete.UseVisualStyleBackColor = true; this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click); // // OrigoMainDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(412, 419); this.Controls.Add(this.TabFileManagement); this.Controls.Add(this.LblState); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnOk); this.Controls.Add(this.label1); this.Controls.Add(this.CbProjectNames); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OrigoMainDialog"; this.Text = "Origo Main Dialog"; this.Load += new System.EventHandler(this.OrigoMainDialog_Load); this.TabFileManagement.ResumeLayout(false); this.TapUpload.ResumeLayout(false); this.TapRelease.ResumeLayout(false); this.TapRelease.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox CbProjectNames; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button BtnOk; private System.Windows.Forms.Button BtnCancel; private System.Windows.Forms.Label LblState; private System.Windows.Forms.TabControl TabFileManagement; private System.Windows.Forms.TabPage TapUpload; private System.Windows.Forms.TabPage TapRelease; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button BtnDelete; private System.Windows.Forms.Button BtnOpenFile; private System.Windows.Forms.Button BtnUpload; private System.Windows.Forms.ListView LivLocalFiles; private System.Windows.Forms.ComboBox CbPlatforms; private System.Windows.Forms.Button BtnAddPlatform; private System.Windows.Forms.Button BtnRelease; } }