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.
 
 

196 lines
9.1 KiB

namespace CircleViewer
{
partial class SecureFileDlg
{
/// <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(SecureFileDlg));
this.panel1 = new System.Windows.Forms.Panel();
this.lblStatus = new System.Windows.Forms.Label();
this.bnClose = new System.Windows.Forms.Button();
this.cbCircles = new System.Windows.Forms.ComboBox();
this.cbTopics = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblDescription = new System.Windows.Forms.Label();
this.lblTopicDescription = new System.Windows.Forms.Label();
this.pnDropArea = new System.Windows.Forms.Panel();
this.bnBrowse = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.pnDropArea.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lblStatus);
this.panel1.Controls.Add(this.bnClose);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 494);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(541, 42);
this.panel1.TabIndex = 0;
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Location = new System.Drawing.Point(10, 10);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(0, 16);
this.lblStatus.TabIndex = 9;
//
// bnClose
//
this.bnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.bnClose.Location = new System.Drawing.Point(454, 10);
this.bnClose.Name = "bnClose";
this.bnClose.Size = new System.Drawing.Size(75, 23);
this.bnClose.TabIndex = 0;
this.bnClose.Text = "Close";
this.bnClose.UseVisualStyleBackColor = true;
//
// cbCircles
//
this.cbCircles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCircles.FormattingEnabled = true;
this.cbCircles.Location = new System.Drawing.Point(13, 33);
this.cbCircles.Name = "cbCircles";
this.cbCircles.Size = new System.Drawing.Size(510, 24);
this.cbCircles.TabIndex = 1;
this.cbCircles.SelectedValueChanged += new System.EventHandler(this.cbCircles_SelectedValueChanged);
//
// cbTopics
//
this.cbTopics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTopics.FormattingEnabled = true;
this.cbTopics.Location = new System.Drawing.Point(13, 151);
this.cbTopics.Name = "cbTopics";
this.cbTopics.Size = new System.Drawing.Size(510, 24);
this.cbTopics.TabIndex = 2;
this.cbTopics.SelectedValueChanged += new System.EventHandler(this.cbTopics_SelectedValueChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(81, 16);
this.label1.TabIndex = 3;
this.label1.Text = "Circle name:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 132);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 16);
this.label2.TabIndex = 4;
this.label2.Text = "Topic";
//
// lblDescription
//
this.lblDescription.BackColor = System.Drawing.SystemColors.Info;
this.lblDescription.Location = new System.Drawing.Point(13, 64);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(510, 54);
this.lblDescription.TabIndex = 6;
//
// lblTopicDescription
//
this.lblTopicDescription.BackColor = System.Drawing.SystemColors.Info;
this.lblTopicDescription.Location = new System.Drawing.Point(10, 178);
this.lblTopicDescription.Name = "lblTopicDescription";
this.lblTopicDescription.Size = new System.Drawing.Size(510, 54);
this.lblTopicDescription.TabIndex = 7;
//
// pnDropArea
//
this.pnDropArea.AllowDrop = true;
this.pnDropArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnDropArea.Controls.Add(this.bnBrowse);
this.pnDropArea.Location = new System.Drawing.Point(13, 249);
this.pnDropArea.Name = "pnDropArea";
this.pnDropArea.Size = new System.Drawing.Size(510, 234);
this.pnDropArea.TabIndex = 8;
this.pnDropArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.pnDropArea_DragDrop);
this.pnDropArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.pnDropArea_DragEnter);
//
// bnBrowse
//
this.bnBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.bnBrowse.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.bnBrowse.Location = new System.Drawing.Point(73, 83);
this.bnBrowse.Name = "bnBrowse";
this.bnBrowse.Size = new System.Drawing.Size(357, 77);
this.bnBrowse.TabIndex = 1;
this.bnBrowse.Text = "Drop files here or click to browse";
this.bnBrowse.UseVisualStyleBackColor = true;
this.bnBrowse.Click += new System.EventHandler(this.bnBrowse_Click);
//
// SecureFileDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.bnClose;
this.ClientSize = new System.Drawing.Size(541, 536);
this.Controls.Add(this.pnDropArea);
this.Controls.Add(this.lblTopicDescription);
this.Controls.Add(this.lblDescription);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.cbTopics);
this.Controls.Add(this.cbCircles);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SecureFileDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Secure File";
this.Load += new System.EventHandler(this.SecureFileDlg_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.pnDropArea.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button bnClose;
private System.Windows.Forms.ComboBox cbCircles;
private System.Windows.Forms.ComboBox cbTopics;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblDescription;
private System.Windows.Forms.Label lblTopicDescription;
private System.Windows.Forms.Panel pnDropArea;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.Button bnBrowse;
}
}