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.

126 lines
5.4 KiB

1 year ago
  1. namespace CircleViewer.Dialogs
  2. {
  3. partial class RevokeDlg
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RevokeDlg));
  29. this.lblTopicDescription = new System.Windows.Forms.Label();
  30. this.cbTopics = new System.Windows.Forms.ComboBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.lblDescription = new System.Windows.Forms.Label();
  33. this.cbCircles = new System.Windows.Forms.ComboBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.SuspendLayout();
  36. //
  37. // lblTopicDescription
  38. //
  39. this.lblTopicDescription.BackColor = System.Drawing.SystemColors.Info;
  40. this.lblTopicDescription.Dock = System.Windows.Forms.DockStyle.Top;
  41. this.lblTopicDescription.Location = new System.Drawing.Point(0, 134);
  42. this.lblTopicDescription.Name = "lblTopicDescription";
  43. this.lblTopicDescription.Size = new System.Drawing.Size(800, 54);
  44. this.lblTopicDescription.TabIndex = 19;
  45. //
  46. // cbTopics
  47. //
  48. this.cbTopics.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.cbTopics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  50. this.cbTopics.FormattingEnabled = true;
  51. this.cbTopics.Location = new System.Drawing.Point(0, 110);
  52. this.cbTopics.Name = "cbTopics";
  53. this.cbTopics.Size = new System.Drawing.Size(800, 24);
  54. this.cbTopics.TabIndex = 15;
  55. //
  56. // label2
  57. //
  58. this.label2.AutoSize = true;
  59. this.label2.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.label2.Location = new System.Drawing.Point(0, 94);
  61. this.label2.Name = "label2";
  62. this.label2.Size = new System.Drawing.Size(42, 16);
  63. this.label2.TabIndex = 17;
  64. this.label2.Text = "Topic";
  65. //
  66. // lblDescription
  67. //
  68. this.lblDescription.BackColor = System.Drawing.SystemColors.Info;
  69. this.lblDescription.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.lblDescription.Location = new System.Drawing.Point(0, 40);
  71. this.lblDescription.Name = "lblDescription";
  72. this.lblDescription.Size = new System.Drawing.Size(800, 54);
  73. this.lblDescription.TabIndex = 18;
  74. //
  75. // cbCircles
  76. //
  77. this.cbCircles.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.cbCircles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  79. this.cbCircles.FormattingEnabled = true;
  80. this.cbCircles.Location = new System.Drawing.Point(0, 16);
  81. this.cbCircles.Name = "cbCircles";
  82. this.cbCircles.Size = new System.Drawing.Size(800, 24);
  83. this.cbCircles.TabIndex = 14;
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  89. this.label1.Location = new System.Drawing.Point(0, 0);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(81, 16);
  92. this.label1.TabIndex = 16;
  93. this.label1.Text = "Circle name:";
  94. //
  95. // RevokeDlg
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.ClientSize = new System.Drawing.Size(800, 450);
  100. this.Controls.Add(this.lblTopicDescription);
  101. this.Controls.Add(this.cbTopics);
  102. this.Controls.Add(this.label2);
  103. this.Controls.Add(this.lblDescription);
  104. this.Controls.Add(this.cbCircles);
  105. this.Controls.Add(this.label1);
  106. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  107. this.Name = "RevokeDlg";
  108. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  109. this.Text = "Revoke";
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion
  114. private System.Windows.Forms.Label lblTopicDescription;
  115. private System.Windows.Forms.ComboBox cbTopics;
  116. private System.Windows.Forms.Label label2;
  117. private System.Windows.Forms.Label lblDescription;
  118. private System.Windows.Forms.ComboBox cbCircles;
  119. private System.Windows.Forms.Label label1;
  120. }
  121. }