namespace CircleViewer.Dialogs { partial class RevokeDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RevokeDlg)); this.lblTopicDescription = new System.Windows.Forms.Label(); this.cbTopics = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.lblDescription = new System.Windows.Forms.Label(); this.cbCircles = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblTopicDescription // this.lblTopicDescription.BackColor = System.Drawing.SystemColors.Info; this.lblTopicDescription.Dock = System.Windows.Forms.DockStyle.Top; this.lblTopicDescription.Location = new System.Drawing.Point(0, 134); this.lblTopicDescription.Name = "lblTopicDescription"; this.lblTopicDescription.Size = new System.Drawing.Size(800, 54); this.lblTopicDescription.TabIndex = 19; // // cbTopics // this.cbTopics.Dock = System.Windows.Forms.DockStyle.Top; this.cbTopics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTopics.FormattingEnabled = true; this.cbTopics.Location = new System.Drawing.Point(0, 110); this.cbTopics.Name = "cbTopics"; this.cbTopics.Size = new System.Drawing.Size(800, 24); this.cbTopics.TabIndex = 15; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Location = new System.Drawing.Point(0, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 16); this.label2.TabIndex = 17; this.label2.Text = "Topic"; // // lblDescription // this.lblDescription.BackColor = System.Drawing.SystemColors.Info; this.lblDescription.Dock = System.Windows.Forms.DockStyle.Top; this.lblDescription.Location = new System.Drawing.Point(0, 40); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(800, 54); this.lblDescription.TabIndex = 18; // // cbCircles // this.cbCircles.Dock = System.Windows.Forms.DockStyle.Top; this.cbCircles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbCircles.FormattingEnabled = true; this.cbCircles.Location = new System.Drawing.Point(0, 16); this.cbCircles.Name = "cbCircles"; this.cbCircles.Size = new System.Drawing.Size(800, 24); this.cbCircles.TabIndex = 14; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 16); this.label1.TabIndex = 16; this.label1.Text = "Circle name:"; // // RevokeDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.lblTopicDescription); this.Controls.Add(this.cbTopics); this.Controls.Add(this.label2); this.Controls.Add(this.lblDescription); this.Controls.Add(this.cbCircles); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RevokeDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Revoke"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTopicDescription; private System.Windows.Forms.ComboBox cbTopics; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.ComboBox cbCircles; private System.Windows.Forms.Label label1; } }