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.

143 lines
6.5 KiB

1 year ago
  1. namespace CircleViewer.Dialogs
  2. {
  3. partial class CreateCircleDlg
  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(CreateCircleDlg));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.bnCreateCircle = new System.Windows.Forms.Button();
  31. this.bnCancel = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.tbCircleName = new System.Windows.Forms.TextBox();
  35. this.tbDescription = new System.Windows.Forms.TextBox();
  36. this.panel1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // panel1
  40. //
  41. this.panel1.Controls.Add(this.bnCreateCircle);
  42. this.panel1.Controls.Add(this.bnCancel);
  43. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  44. this.panel1.Location = new System.Drawing.Point(0, 298);
  45. this.panel1.Name = "panel1";
  46. this.panel1.Size = new System.Drawing.Size(539, 36);
  47. this.panel1.TabIndex = 2;
  48. //
  49. // bnCreateCircle
  50. //
  51. this.bnCreateCircle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  52. this.bnCreateCircle.Location = new System.Drawing.Point(357, 6);
  53. this.bnCreateCircle.Name = "bnCreateCircle";
  54. this.bnCreateCircle.Size = new System.Drawing.Size(75, 25);
  55. this.bnCreateCircle.TabIndex = 1;
  56. this.bnCreateCircle.Text = "Create";
  57. this.bnCreateCircle.UseVisualStyleBackColor = true;
  58. this.bnCreateCircle.Click += new System.EventHandler(this.bnCreateCircle_Click);
  59. //
  60. // bnCancel
  61. //
  62. this.bnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  63. this.bnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  64. this.bnCancel.Location = new System.Drawing.Point(451, 6);
  65. this.bnCancel.Name = "bnCancel";
  66. this.bnCancel.Size = new System.Drawing.Size(75, 25);
  67. this.bnCancel.TabIndex = 0;
  68. this.bnCancel.Text = "Cancel";
  69. this.bnCancel.UseVisualStyleBackColor = true;
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.Location = new System.Drawing.Point(12, 9);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(119, 16);
  77. this.label1.TabIndex = 1;
  78. this.label1.Text = "User Group Name:";
  79. //
  80. // label2
  81. //
  82. this.label2.AutoSize = true;
  83. this.label2.Location = new System.Drawing.Point(12, 62);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(137, 16);
  86. this.label2.TabIndex = 2;
  87. this.label2.Text = "Description (optional):";
  88. //
  89. // tbCircleName
  90. //
  91. this.tbCircleName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.tbCircleName.Location = new System.Drawing.Point(15, 28);
  94. this.tbCircleName.Name = "tbCircleName";
  95. this.tbCircleName.Size = new System.Drawing.Size(507, 22);
  96. this.tbCircleName.TabIndex = 0;
  97. //
  98. // tbDescription
  99. //
  100. this.tbDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.tbDescription.Location = new System.Drawing.Point(15, 82);
  104. this.tbDescription.Multiline = true;
  105. this.tbDescription.Name = "tbDescription";
  106. this.tbDescription.Size = new System.Drawing.Size(507, 198);
  107. this.tbDescription.TabIndex = 1;
  108. //
  109. // CreateCircleDlg
  110. //
  111. this.AcceptButton = this.bnCreateCircle;
  112. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  113. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  114. this.CancelButton = this.bnCancel;
  115. this.ClientSize = new System.Drawing.Size(539, 334);
  116. this.Controls.Add(this.tbDescription);
  117. this.Controls.Add(this.tbCircleName);
  118. this.Controls.Add(this.label2);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.panel1);
  121. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  122. this.Name = "CreateCircleDlg";
  123. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  124. this.Text = "Create User Group";
  125. this.panel1.ResumeLayout(false);
  126. this.ResumeLayout(false);
  127. this.PerformLayout();
  128. }
  129. #endregion
  130. private System.Windows.Forms.Panel panel1;
  131. private System.Windows.Forms.Button bnCreateCircle;
  132. private System.Windows.Forms.Button bnCancel;
  133. private System.Windows.Forms.Label label1;
  134. private System.Windows.Forms.Label label2;
  135. private System.Windows.Forms.TextBox tbCircleName;
  136. private System.Windows.Forms.TextBox tbDescription;
  137. }
  138. }