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.

195 lines
9.1 KiB

1 year ago
  1. namespace CircleViewer
  2. {
  3. partial class SecureFileDlg
  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(SecureFileDlg));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.lblStatus = new System.Windows.Forms.Label();
  31. this.bnClose = new System.Windows.Forms.Button();
  32. this.cbCircles = new System.Windows.Forms.ComboBox();
  33. this.cbTopics = new System.Windows.Forms.ComboBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.lblDescription = new System.Windows.Forms.Label();
  37. this.lblTopicDescription = new System.Windows.Forms.Label();
  38. this.pnDropArea = new System.Windows.Forms.Panel();
  39. this.bnBrowse = new System.Windows.Forms.Button();
  40. this.panel1.SuspendLayout();
  41. this.pnDropArea.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // panel1
  45. //
  46. this.panel1.Controls.Add(this.lblStatus);
  47. this.panel1.Controls.Add(this.bnClose);
  48. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  49. this.panel1.Location = new System.Drawing.Point(0, 494);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(541, 42);
  52. this.panel1.TabIndex = 0;
  53. //
  54. // lblStatus
  55. //
  56. this.lblStatus.AutoSize = true;
  57. this.lblStatus.Location = new System.Drawing.Point(10, 10);
  58. this.lblStatus.Name = "lblStatus";
  59. this.lblStatus.Size = new System.Drawing.Size(0, 16);
  60. this.lblStatus.TabIndex = 9;
  61. //
  62. // bnClose
  63. //
  64. this.bnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  65. this.bnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  66. this.bnClose.Location = new System.Drawing.Point(454, 10);
  67. this.bnClose.Name = "bnClose";
  68. this.bnClose.Size = new System.Drawing.Size(75, 23);
  69. this.bnClose.TabIndex = 0;
  70. this.bnClose.Text = "Close";
  71. this.bnClose.UseVisualStyleBackColor = true;
  72. //
  73. // cbCircles
  74. //
  75. this.cbCircles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  76. this.cbCircles.FormattingEnabled = true;
  77. this.cbCircles.Location = new System.Drawing.Point(13, 33);
  78. this.cbCircles.Name = "cbCircles";
  79. this.cbCircles.Size = new System.Drawing.Size(510, 24);
  80. this.cbCircles.TabIndex = 1;
  81. this.cbCircles.SelectedValueChanged += new System.EventHandler(this.cbCircles_SelectedValueChanged);
  82. //
  83. // cbTopics
  84. //
  85. this.cbTopics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  86. this.cbTopics.FormattingEnabled = true;
  87. this.cbTopics.Location = new System.Drawing.Point(13, 151);
  88. this.cbTopics.Name = "cbTopics";
  89. this.cbTopics.Size = new System.Drawing.Size(510, 24);
  90. this.cbTopics.TabIndex = 2;
  91. this.cbTopics.SelectedValueChanged += new System.EventHandler(this.cbTopics_SelectedValueChanged);
  92. //
  93. // label1
  94. //
  95. this.label1.AutoSize = true;
  96. this.label1.Location = new System.Drawing.Point(13, 13);
  97. this.label1.Name = "label1";
  98. this.label1.Size = new System.Drawing.Size(81, 16);
  99. this.label1.TabIndex = 3;
  100. this.label1.Text = "Circle name:";
  101. //
  102. // label2
  103. //
  104. this.label2.AutoSize = true;
  105. this.label2.Location = new System.Drawing.Point(13, 132);
  106. this.label2.Name = "label2";
  107. this.label2.Size = new System.Drawing.Size(42, 16);
  108. this.label2.TabIndex = 4;
  109. this.label2.Text = "Topic";
  110. //
  111. // lblDescription
  112. //
  113. this.lblDescription.BackColor = System.Drawing.SystemColors.Info;
  114. this.lblDescription.Location = new System.Drawing.Point(13, 64);
  115. this.lblDescription.Name = "lblDescription";
  116. this.lblDescription.Size = new System.Drawing.Size(510, 54);
  117. this.lblDescription.TabIndex = 6;
  118. //
  119. // lblTopicDescription
  120. //
  121. this.lblTopicDescription.BackColor = System.Drawing.SystemColors.Info;
  122. this.lblTopicDescription.Location = new System.Drawing.Point(10, 178);
  123. this.lblTopicDescription.Name = "lblTopicDescription";
  124. this.lblTopicDescription.Size = new System.Drawing.Size(510, 54);
  125. this.lblTopicDescription.TabIndex = 7;
  126. //
  127. // pnDropArea
  128. //
  129. this.pnDropArea.AllowDrop = true;
  130. this.pnDropArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  131. this.pnDropArea.Controls.Add(this.bnBrowse);
  132. this.pnDropArea.Location = new System.Drawing.Point(13, 249);
  133. this.pnDropArea.Name = "pnDropArea";
  134. this.pnDropArea.Size = new System.Drawing.Size(510, 234);
  135. this.pnDropArea.TabIndex = 8;
  136. this.pnDropArea.DragDrop += new System.Windows.Forms.DragEventHandler(this.pnDropArea_DragDrop);
  137. this.pnDropArea.DragEnter += new System.Windows.Forms.DragEventHandler(this.pnDropArea_DragEnter);
  138. //
  139. // bnBrowse
  140. //
  141. this.bnBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  142. this.bnBrowse.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  143. this.bnBrowse.Location = new System.Drawing.Point(73, 83);
  144. this.bnBrowse.Name = "bnBrowse";
  145. this.bnBrowse.Size = new System.Drawing.Size(357, 77);
  146. this.bnBrowse.TabIndex = 1;
  147. this.bnBrowse.Text = "Drop files here or click to browse";
  148. this.bnBrowse.UseVisualStyleBackColor = true;
  149. this.bnBrowse.Click += new System.EventHandler(this.bnBrowse_Click);
  150. //
  151. // SecureFileDlg
  152. //
  153. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  154. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  155. this.CancelButton = this.bnClose;
  156. this.ClientSize = new System.Drawing.Size(541, 536);
  157. this.Controls.Add(this.pnDropArea);
  158. this.Controls.Add(this.lblTopicDescription);
  159. this.Controls.Add(this.lblDescription);
  160. this.Controls.Add(this.label2);
  161. this.Controls.Add(this.label1);
  162. this.Controls.Add(this.cbTopics);
  163. this.Controls.Add(this.cbCircles);
  164. this.Controls.Add(this.panel1);
  165. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  166. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  167. this.Name = "SecureFileDlg";
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  169. this.Text = "Secure File";
  170. this.Load += new System.EventHandler(this.SecureFileDlg_Load);
  171. this.panel1.ResumeLayout(false);
  172. this.panel1.PerformLayout();
  173. this.pnDropArea.ResumeLayout(false);
  174. this.ResumeLayout(false);
  175. this.PerformLayout();
  176. }
  177. #endregion
  178. private System.Windows.Forms.Panel panel1;
  179. private System.Windows.Forms.Button bnClose;
  180. private System.Windows.Forms.ComboBox cbCircles;
  181. private System.Windows.Forms.ComboBox cbTopics;
  182. private System.Windows.Forms.Label label1;
  183. private System.Windows.Forms.Label label2;
  184. private System.Windows.Forms.Label lblDescription;
  185. private System.Windows.Forms.Label lblTopicDescription;
  186. private System.Windows.Forms.Panel pnDropArea;
  187. private System.Windows.Forms.Label lblStatus;
  188. private System.Windows.Forms.Button bnBrowse;
  189. }
  190. }