namespace CircleViewer.Dialogs { partial class RevokeDeviceDlg { /// /// 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(RevokeDeviceDlg)); this.panel1 = new System.Windows.Forms.Panel(); this.bnRevoke = new System.Windows.Forms.Button(); this.bnCancel = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.treeView1 = new System.Windows.Forms.TreeView(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.bnRevoke); this.panel1.Controls.Add(this.bnCancel); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 712); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(535, 36); this.panel1.TabIndex = 1; // // bnRevoke // this.bnRevoke.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bnRevoke.Location = new System.Drawing.Point(353, 7); this.bnRevoke.Name = "bnRevoke"; this.bnRevoke.Size = new System.Drawing.Size(75, 23); this.bnRevoke.TabIndex = 1; this.bnRevoke.Text = "Revoke"; this.bnRevoke.UseVisualStyleBackColor = true; this.bnRevoke.Click += new System.EventHandler(this.bnRevoke_Click); // // bnCancel // this.bnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.bnCancel.Location = new System.Drawing.Point(447, 7); this.bnCancel.Name = "bnCancel"; this.bnCancel.Size = new System.Drawing.Size(75, 23); this.bnCancel.TabIndex = 0; this.bnCancel.Text = "Cancel"; this.bnCancel.UseVisualStyleBackColor = true; // // panel2 // this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(535, 34); this.panel2.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(277, 16); this.label1.TabIndex = 0; this.label1.Text = "Select the member, then the device to revoke."; // // treeView1 // this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView1.Location = new System.Drawing.Point(0, 34); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(535, 678); this.treeView1.TabIndex = 5; // // RevokeDeviceDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.bnCancel; this.ClientSize = new System.Drawing.Size(535, 748); this.Controls.Add(this.treeView1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RevokeDeviceDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Revoke Device"; this.Load += new System.EventHandler(this.RevokeDeviceDlg_Load); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button bnRevoke; private System.Windows.Forms.Button bnCancel; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TreeView treeView1; } }