PageRenderTime 55ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 1ms

/branches/MVCWebInterface/Server/WHS/TV4Home.Server.WHS.AddIn/BugReportFormControl.Designer.cs

#
C# | 561 lines | 448 code | 6 blank | 107 comment | 3 complexity | f1427790bc52a03cd0707d8602d72bcc MD5 | raw file
  1. namespace Microsoft.HomeServer.HomeServerConsoleTab.TV4Home.Server.WHS.AddIn
  2. {
  3. partial class BugReportFormControl
  4. {
  5. /// <summary>
  6. /// Erforderliche Designervariable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Verwendete Ressourcen bereinigen.
  11. /// </summary>
  12. /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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 Vom Komponenten-Designer generierter Code
  22. /// <summary>
  23. /// Erforderliche Methode für die Designerunterstützung.
  24. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ctTabs = new Microsoft.HomeServer.Controls.CustomTabControl();
  29. this.tpDescription = new System.Windows.Forms.TabPage();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.rbPriorityHigh = new Microsoft.HomeServer.Controls.QRadioButton();
  32. this.rbPriorityMedium = new Microsoft.HomeServer.Controls.QRadioButton();
  33. this.rbPriorityLow = new Microsoft.HomeServer.Controls.QRadioButton();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.rbFeatureRequest = new Microsoft.HomeServer.Controls.QRadioButton();
  36. this.rbIssue = new Microsoft.HomeServer.Controls.QRadioButton();
  37. this.txtTitle = new Microsoft.HomeServer.Controls.PropertyPageEditableTextBoxField();
  38. this.lblNote = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  39. this.lblPriorityDescription = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  40. this.lblPriority = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  41. this.lblType = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  42. this.lblTitle = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  43. this.lblDescription = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  44. this.txtDescription = new Microsoft.HomeServer.Controls.PropertyPageEditableTextBoxField();
  45. this.tpAttachments = new System.Windows.Forms.TabPage();
  46. this.lstAttachments = new Microsoft.HomeServer.Controls.FancyListView();
  47. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.txtAttachmentDescription = new Microsoft.HomeServer.Controls.PropertyPageEditableTextBoxField();
  49. this.txtAttachmentFilePath = new Microsoft.HomeServer.Controls.PropertyPageEditableTextBoxField();
  50. this.lblAddAttachment = new Microsoft.HomeServer.Controls.PropertyPageSectionLabel();
  51. this.btnAddAttachment = new Microsoft.HomeServer.Controls.QButton();
  52. this.btnBrowseAttachment = new Microsoft.HomeServer.Controls.QButton();
  53. this.btnRemoveAttachment = new Microsoft.HomeServer.Controls.QButton();
  54. this.lblAttachmentDescription = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  55. this.lblAttachment = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  56. this.lblAttachmentsListTitle = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  57. this.bgwSubmit = new System.ComponentModel.BackgroundWorker();
  58. this.ofdAttachment = new System.Windows.Forms.OpenFileDialog();
  59. this.ctTabs.SuspendLayout();
  60. this.tpDescription.SuspendLayout();
  61. this.panel2.SuspendLayout();
  62. this.panel1.SuspendLayout();
  63. this.tpAttachments.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // ctTabs
  67. //
  68. this.ctTabs.Controls.Add(this.tpDescription);
  69. this.ctTabs.Controls.Add(this.tpAttachments);
  70. this.ctTabs.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  71. this.ctTabs.HeaderColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(244)))));
  72. this.ctTabs.HeaderFont = new System.Drawing.Font("Tahoma", 8F);
  73. this.ctTabs.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  74. this.ctTabs.Location = new System.Drawing.Point(8, 8);
  75. this.ctTabs.Name = "ctTabs";
  76. this.ctTabs.SelectedIndex = 0;
  77. this.ctTabs.Size = new System.Drawing.Size(462, 393);
  78. this.ctTabs.TabHeaderColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(235)))), ((int)(((byte)(243)))));
  79. this.ctTabs.TabIndex = 0;
  80. //
  81. // tpDescription
  82. //
  83. this.tpDescription.Controls.Add(this.panel2);
  84. this.tpDescription.Controls.Add(this.panel1);
  85. this.tpDescription.Controls.Add(this.txtTitle);
  86. this.tpDescription.Controls.Add(this.lblNote);
  87. this.tpDescription.Controls.Add(this.lblPriorityDescription);
  88. this.tpDescription.Controls.Add(this.lblPriority);
  89. this.tpDescription.Controls.Add(this.lblType);
  90. this.tpDescription.Controls.Add(this.lblTitle);
  91. this.tpDescription.Controls.Add(this.lblDescription);
  92. this.tpDescription.Controls.Add(this.txtDescription);
  93. this.tpDescription.Location = new System.Drawing.Point(4, 22);
  94. this.tpDescription.Name = "tpDescription";
  95. this.tpDescription.Padding = new System.Windows.Forms.Padding(3);
  96. this.tpDescription.Size = new System.Drawing.Size(454, 367);
  97. this.tpDescription.TabIndex = 0;
  98. this.tpDescription.Text = "Description";
  99. this.tpDescription.UseVisualStyleBackColor = true;
  100. //
  101. // panel2
  102. //
  103. this.panel2.AutoSize = true;
  104. this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  105. this.panel2.Controls.Add(this.rbPriorityHigh);
  106. this.panel2.Controls.Add(this.rbPriorityMedium);
  107. this.panel2.Controls.Add(this.rbPriorityLow);
  108. this.panel2.Location = new System.Drawing.Point(77, 74);
  109. this.panel2.Name = "panel2";
  110. this.panel2.Size = new System.Drawing.Size(169, 24);
  111. this.panel2.TabIndex = 4;
  112. //
  113. // rbPriorityHigh
  114. //
  115. this.rbPriorityHigh.AutoSize = true;
  116. this.rbPriorityHigh.BackColor = System.Drawing.Color.Transparent;
  117. this.rbPriorityHigh.Font = new System.Drawing.Font("Tahoma", 8F);
  118. this.rbPriorityHigh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  119. this.rbPriorityHigh.Location = new System.Drawing.Point(120, 4);
  120. this.rbPriorityHigh.Name = "rbPriorityHigh";
  121. this.rbPriorityHigh.Size = new System.Drawing.Size(46, 17);
  122. this.rbPriorityHigh.TabIndex = 2;
  123. this.rbPriorityHigh.Text = "High";
  124. this.rbPriorityHigh.UseVisualStyleBackColor = false;
  125. //
  126. // rbPriorityMedium
  127. //
  128. this.rbPriorityMedium.AutoSize = true;
  129. this.rbPriorityMedium.BackColor = System.Drawing.Color.Transparent;
  130. this.rbPriorityMedium.Font = new System.Drawing.Font("Tahoma", 8F);
  131. this.rbPriorityMedium.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  132. this.rbPriorityMedium.Location = new System.Drawing.Point(53, 4);
  133. this.rbPriorityMedium.Name = "rbPriorityMedium";
  134. this.rbPriorityMedium.Size = new System.Drawing.Size(61, 17);
  135. this.rbPriorityMedium.TabIndex = 1;
  136. this.rbPriorityMedium.Text = "Medium";
  137. this.rbPriorityMedium.UseVisualStyleBackColor = false;
  138. //
  139. // rbPriorityLow
  140. //
  141. this.rbPriorityLow.AutoSize = true;
  142. this.rbPriorityLow.BackColor = System.Drawing.Color.Transparent;
  143. this.rbPriorityLow.Checked = true;
  144. this.rbPriorityLow.Font = new System.Drawing.Font("Tahoma", 8F);
  145. this.rbPriorityLow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  146. this.rbPriorityLow.Location = new System.Drawing.Point(3, 4);
  147. this.rbPriorityLow.Name = "rbPriorityLow";
  148. this.rbPriorityLow.Size = new System.Drawing.Size(44, 17);
  149. this.rbPriorityLow.TabIndex = 0;
  150. this.rbPriorityLow.TabStop = true;
  151. this.rbPriorityLow.Text = "Low";
  152. this.rbPriorityLow.UseVisualStyleBackColor = false;
  153. //
  154. // panel1
  155. //
  156. this.panel1.AutoSize = true;
  157. this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  158. this.panel1.Controls.Add(this.rbFeatureRequest);
  159. this.panel1.Controls.Add(this.rbIssue);
  160. this.panel1.Location = new System.Drawing.Point(77, 46);
  161. this.panel1.Name = "panel1";
  162. this.panel1.Size = new System.Drawing.Size(198, 23);
  163. this.panel1.TabIndex = 3;
  164. //
  165. // rbFeatureRequest
  166. //
  167. this.rbFeatureRequest.AutoSize = true;
  168. this.rbFeatureRequest.BackColor = System.Drawing.Color.Transparent;
  169. this.rbFeatureRequest.Font = new System.Drawing.Font("Tahoma", 8F);
  170. this.rbFeatureRequest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  171. this.rbFeatureRequest.Location = new System.Drawing.Point(89, 3);
  172. this.rbFeatureRequest.Name = "rbFeatureRequest";
  173. this.rbFeatureRequest.Size = new System.Drawing.Size(106, 17);
  174. this.rbFeatureRequest.TabIndex = 1;
  175. this.rbFeatureRequest.Text = "Feature Request";
  176. this.rbFeatureRequest.UseVisualStyleBackColor = false;
  177. //
  178. // rbIssue
  179. //
  180. this.rbIssue.AutoSize = true;
  181. this.rbIssue.BackColor = System.Drawing.Color.Transparent;
  182. this.rbIssue.Checked = true;
  183. this.rbIssue.Font = new System.Drawing.Font("Tahoma", 8F);
  184. this.rbIssue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  185. this.rbIssue.Location = new System.Drawing.Point(3, 3);
  186. this.rbIssue.Name = "rbIssue";
  187. this.rbIssue.Size = new System.Drawing.Size(80, 17);
  188. this.rbIssue.TabIndex = 0;
  189. this.rbIssue.TabStop = true;
  190. this.rbIssue.Text = "Issue (Bug)";
  191. this.rbIssue.UseVisualStyleBackColor = false;
  192. //
  193. // txtTitle
  194. //
  195. this.txtTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  196. this.txtTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  197. this.txtTitle.Font = new System.Drawing.Font("Tahoma", 8F);
  198. this.txtTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  199. this.txtTitle.Location = new System.Drawing.Point(77, 17);
  200. this.txtTitle.Name = "txtTitle";
  201. this.txtTitle.Size = new System.Drawing.Size(271, 20);
  202. this.txtTitle.TabIndex = 0;
  203. //
  204. // lblNote
  205. //
  206. this.lblNote.BackColor = System.Drawing.Color.Transparent;
  207. this.lblNote.Font = new System.Drawing.Font("Tahoma", 8F);
  208. this.lblNote.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  209. this.lblNote.Location = new System.Drawing.Point(6, 320);
  210. this.lblNote.Name = "lblNote";
  211. this.lblNote.Size = new System.Drawing.Size(442, 35);
  212. this.lblNote.TabIndex = 1;
  213. this.lblNote.Text = "Note: This project uses the CodePlex platform for tracking issues. Your bug repor" +
  214. "t will be publically visible there! ";
  215. this.lblNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  216. this.lblNote.UseMnemonic = false;
  217. //
  218. // lblPriorityDescription
  219. //
  220. this.lblPriorityDescription.BackColor = System.Drawing.Color.Transparent;
  221. this.lblPriorityDescription.Font = new System.Drawing.Font("Tahoma", 8F);
  222. this.lblPriorityDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  223. this.lblPriorityDescription.Location = new System.Drawing.Point(6, 101);
  224. this.lblPriorityDescription.Name = "lblPriorityDescription";
  225. this.lblPriorityDescription.Size = new System.Drawing.Size(414, 40);
  226. this.lblPriorityDescription.TabIndex = 1;
  227. this.lblPriorityDescription.Text = "Please try to specify how much impact your bug or feature request has.\r\n(e.g. Low" +
  228. ": spelling mistakes, High: something doesn\'t work)";
  229. this.lblPriorityDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  230. this.lblPriorityDescription.UseMnemonic = false;
  231. //
  232. // lblPriority
  233. //
  234. this.lblPriority.AutoSize = true;
  235. this.lblPriority.BackColor = System.Drawing.Color.Transparent;
  236. this.lblPriority.Font = new System.Drawing.Font("Tahoma", 8F);
  237. this.lblPriority.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  238. this.lblPriority.Location = new System.Drawing.Point(6, 79);
  239. this.lblPriority.Name = "lblPriority";
  240. this.lblPriority.Size = new System.Drawing.Size(45, 13);
  241. this.lblPriority.TabIndex = 1;
  242. this.lblPriority.Text = "Priority:";
  243. this.lblPriority.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  244. this.lblPriority.UseMnemonic = false;
  245. //
  246. // lblType
  247. //
  248. this.lblType.AutoSize = true;
  249. this.lblType.BackColor = System.Drawing.Color.Transparent;
  250. this.lblType.Font = new System.Drawing.Font("Tahoma", 8F);
  251. this.lblType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  252. this.lblType.Location = new System.Drawing.Point(6, 52);
  253. this.lblType.Name = "lblType";
  254. this.lblType.Size = new System.Drawing.Size(35, 13);
  255. this.lblType.TabIndex = 1;
  256. this.lblType.Text = "Type:";
  257. this.lblType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  258. this.lblType.UseMnemonic = false;
  259. //
  260. // lblTitle
  261. //
  262. this.lblTitle.AutoSize = true;
  263. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  264. this.lblTitle.Font = new System.Drawing.Font("Tahoma", 8F);
  265. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  266. this.lblTitle.Location = new System.Drawing.Point(6, 19);
  267. this.lblTitle.Name = "lblTitle";
  268. this.lblTitle.Size = new System.Drawing.Size(31, 13);
  269. this.lblTitle.TabIndex = 1;
  270. this.lblTitle.Text = "Title:";
  271. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  272. this.lblTitle.UseMnemonic = false;
  273. //
  274. // lblDescription
  275. //
  276. this.lblDescription.AutoSize = true;
  277. this.lblDescription.BackColor = System.Drawing.Color.Transparent;
  278. this.lblDescription.Font = new System.Drawing.Font("Tahoma", 8F);
  279. this.lblDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  280. this.lblDescription.Location = new System.Drawing.Point(6, 152);
  281. this.lblDescription.Name = "lblDescription";
  282. this.lblDescription.Size = new System.Drawing.Size(64, 13);
  283. this.lblDescription.TabIndex = 1;
  284. this.lblDescription.Text = "Description:";
  285. this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  286. this.lblDescription.UseMnemonic = false;
  287. //
  288. // txtDescription
  289. //
  290. this.txtDescription.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  291. this.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  292. this.txtDescription.Font = new System.Drawing.Font("Tahoma", 8F);
  293. this.txtDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  294. this.txtDescription.Location = new System.Drawing.Point(6, 170);
  295. this.txtDescription.Multiline = true;
  296. this.txtDescription.Name = "txtDescription";
  297. this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  298. this.txtDescription.Size = new System.Drawing.Size(442, 146);
  299. this.txtDescription.TabIndex = 1;
  300. //
  301. // tpAttachments
  302. //
  303. this.tpAttachments.Controls.Add(this.lstAttachments);
  304. this.tpAttachments.Controls.Add(this.txtAttachmentDescription);
  305. this.tpAttachments.Controls.Add(this.txtAttachmentFilePath);
  306. this.tpAttachments.Controls.Add(this.lblAddAttachment);
  307. this.tpAttachments.Controls.Add(this.btnAddAttachment);
  308. this.tpAttachments.Controls.Add(this.btnBrowseAttachment);
  309. this.tpAttachments.Controls.Add(this.btnRemoveAttachment);
  310. this.tpAttachments.Controls.Add(this.lblAttachmentDescription);
  311. this.tpAttachments.Controls.Add(this.lblAttachment);
  312. this.tpAttachments.Controls.Add(this.lblAttachmentsListTitle);
  313. this.tpAttachments.Location = new System.Drawing.Point(4, 22);
  314. this.tpAttachments.Name = "tpAttachments";
  315. this.tpAttachments.Padding = new System.Windows.Forms.Padding(3);
  316. this.tpAttachments.Size = new System.Drawing.Size(454, 367);
  317. this.tpAttachments.TabIndex = 1;
  318. this.tpAttachments.Text = "Attachments";
  319. this.tpAttachments.UseVisualStyleBackColor = true;
  320. //
  321. // lstAttachments
  322. //
  323. this.lstAttachments.BitmapList = null;
  324. this.lstAttachments.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  325. this.lstAttachments.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  326. this.columnHeader1});
  327. this.lstAttachments.FullRowSelect = true;
  328. this.lstAttachments.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  329. this.lstAttachments.Location = new System.Drawing.Point(13, 27);
  330. this.lstAttachments.MultiSelect = false;
  331. this.lstAttachments.Name = "lstAttachments";
  332. this.lstAttachments.OwnerDraw = true;
  333. this.lstAttachments.Size = new System.Drawing.Size(435, 137);
  334. this.lstAttachments.TabIndex = 6;
  335. this.lstAttachments.UseCompatibleStateImageBehavior = false;
  336. this.lstAttachments.View = System.Windows.Forms.View.Details;
  337. //
  338. // columnHeader1
  339. //
  340. this.columnHeader1.Width = 435;
  341. //
  342. // txtAttachmentDescription
  343. //
  344. this.txtAttachmentDescription.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  345. this.txtAttachmentDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  346. this.txtAttachmentDescription.Font = new System.Drawing.Font("Tahoma", 8F);
  347. this.txtAttachmentDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  348. this.txtAttachmentDescription.Location = new System.Drawing.Point(13, 298);
  349. this.txtAttachmentDescription.Name = "txtAttachmentDescription";
  350. this.txtAttachmentDescription.Size = new System.Drawing.Size(313, 20);
  351. this.txtAttachmentDescription.TabIndex = 5;
  352. //
  353. // txtAttachmentFilePath
  354. //
  355. this.txtAttachmentFilePath.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  356. this.txtAttachmentFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  357. this.txtAttachmentFilePath.Enabled = false;
  358. this.txtAttachmentFilePath.Font = new System.Drawing.Font("Tahoma", 8F);
  359. this.txtAttachmentFilePath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  360. this.txtAttachmentFilePath.Location = new System.Drawing.Point(13, 250);
  361. this.txtAttachmentFilePath.Name = "txtAttachmentFilePath";
  362. this.txtAttachmentFilePath.Size = new System.Drawing.Size(313, 20);
  363. this.txtAttachmentFilePath.TabIndex = 5;
  364. //
  365. // lblAddAttachment
  366. //
  367. this.lblAddAttachment.AutoSize = true;
  368. this.lblAddAttachment.BackColor = System.Drawing.Color.Transparent;
  369. this.lblAddAttachment.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
  370. this.lblAddAttachment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  371. this.lblAddAttachment.Location = new System.Drawing.Point(10, 207);
  372. this.lblAddAttachment.Name = "lblAddAttachment";
  373. this.lblAddAttachment.Size = new System.Drawing.Size(102, 13);
  374. this.lblAddAttachment.TabIndex = 4;
  375. this.lblAddAttachment.Text = "Add attachment:";
  376. this.lblAddAttachment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  377. //
  378. // btnAddAttachment
  379. //
  380. this.btnAddAttachment.AutoSize = true;
  381. this.btnAddAttachment.BackColor = System.Drawing.Color.Transparent;
  382. this.btnAddAttachment.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  383. this.btnAddAttachment.FlatAppearance.BorderSize = 0;
  384. this.btnAddAttachment.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  385. this.btnAddAttachment.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  386. this.btnAddAttachment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  387. this.btnAddAttachment.Font = new System.Drawing.Font("Tahoma", 8F);
  388. this.btnAddAttachment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  389. this.btnAddAttachment.IsHovered = false;
  390. this.btnAddAttachment.IsPressed = false;
  391. this.btnAddAttachment.Location = new System.Drawing.Point(13, 328);
  392. this.btnAddAttachment.Margins = 0;
  393. this.btnAddAttachment.MaximumSize = new System.Drawing.Size(360, 21);
  394. this.btnAddAttachment.MinimumSize = new System.Drawing.Size(72, 21);
  395. this.btnAddAttachment.Name = "btnAddAttachment";
  396. this.btnAddAttachment.Size = new System.Drawing.Size(72, 21);
  397. this.btnAddAttachment.TabIndex = 2;
  398. this.btnAddAttachment.Text = "&Add";
  399. this.btnAddAttachment.UseVisualStyleBackColor = false;
  400. this.btnAddAttachment.Click += new System.EventHandler(this.btnAddAttachment_Click);
  401. //
  402. // btnBrowseAttachment
  403. //
  404. this.btnBrowseAttachment.AutoSize = true;
  405. this.btnBrowseAttachment.BackColor = System.Drawing.Color.Transparent;
  406. this.btnBrowseAttachment.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  407. this.btnBrowseAttachment.FlatAppearance.BorderSize = 0;
  408. this.btnBrowseAttachment.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  409. this.btnBrowseAttachment.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  410. this.btnBrowseAttachment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  411. this.btnBrowseAttachment.Font = new System.Drawing.Font("Tahoma", 8F);
  412. this.btnBrowseAttachment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  413. this.btnBrowseAttachment.IsHovered = false;
  414. this.btnBrowseAttachment.IsPressed = false;
  415. this.btnBrowseAttachment.Location = new System.Drawing.Point(332, 249);
  416. this.btnBrowseAttachment.Margins = 0;
  417. this.btnBrowseAttachment.MaximumSize = new System.Drawing.Size(360, 21);
  418. this.btnBrowseAttachment.MinimumSize = new System.Drawing.Size(72, 21);
  419. this.btnBrowseAttachment.Name = "btnBrowseAttachment";
  420. this.btnBrowseAttachment.Size = new System.Drawing.Size(72, 21);
  421. this.btnBrowseAttachment.TabIndex = 2;
  422. this.btnBrowseAttachment.Text = "&Browse...";
  423. this.btnBrowseAttachment.UseVisualStyleBackColor = false;
  424. this.btnBrowseAttachment.Click += new System.EventHandler(this.btnBrowseAttachment_Click);
  425. //
  426. // btnRemoveAttachment
  427. //
  428. this.btnRemoveAttachment.AutoSize = true;
  429. this.btnRemoveAttachment.BackColor = System.Drawing.Color.Transparent;
  430. this.btnRemoveAttachment.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  431. this.btnRemoveAttachment.FlatAppearance.BorderSize = 0;
  432. this.btnRemoveAttachment.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  433. this.btnRemoveAttachment.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  434. this.btnRemoveAttachment.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  435. this.btnRemoveAttachment.Font = new System.Drawing.Font("Tahoma", 8F);
  436. this.btnRemoveAttachment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  437. this.btnRemoveAttachment.IsHovered = false;
  438. this.btnRemoveAttachment.IsPressed = false;
  439. this.btnRemoveAttachment.Location = new System.Drawing.Point(13, 170);
  440. this.btnRemoveAttachment.Margins = 0;
  441. this.btnRemoveAttachment.MaximumSize = new System.Drawing.Size(360, 21);
  442. this.btnRemoveAttachment.MinimumSize = new System.Drawing.Size(72, 21);
  443. this.btnRemoveAttachment.Name = "btnRemoveAttachment";
  444. this.btnRemoveAttachment.Size = new System.Drawing.Size(72, 21);
  445. this.btnRemoveAttachment.TabIndex = 2;
  446. this.btnRemoveAttachment.Text = "&Remove";
  447. this.btnRemoveAttachment.UseVisualStyleBackColor = false;
  448. this.btnRemoveAttachment.Click += new System.EventHandler(this.btnRemoveAttachment_Click);
  449. //
  450. // lblAttachmentDescription
  451. //
  452. this.lblAttachmentDescription.AutoSize = true;
  453. this.lblAttachmentDescription.BackColor = System.Drawing.Color.Transparent;
  454. this.lblAttachmentDescription.Font = new System.Drawing.Font("Tahoma", 8F);
  455. this.lblAttachmentDescription.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  456. this.lblAttachmentDescription.Location = new System.Drawing.Point(11, 281);
  457. this.lblAttachmentDescription.Name = "lblAttachmentDescription";
  458. this.lblAttachmentDescription.Size = new System.Drawing.Size(113, 13);
  459. this.lblAttachmentDescription.TabIndex = 1;
  460. this.lblAttachmentDescription.Text = "Description (optional):";
  461. this.lblAttachmentDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  462. this.lblAttachmentDescription.UseMnemonic = false;
  463. //
  464. // lblAttachment
  465. //
  466. this.lblAttachment.AutoSize = true;
  467. this.lblAttachment.BackColor = System.Drawing.Color.Transparent;
  468. this.lblAttachment.Font = new System.Drawing.Font("Tahoma", 8F);
  469. this.lblAttachment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  470. this.lblAttachment.Location = new System.Drawing.Point(11, 233);
  471. this.lblAttachment.Name = "lblAttachment";
  472. this.lblAttachment.Size = new System.Drawing.Size(134, 13);
  473. this.lblAttachment.TabIndex = 1;
  474. this.lblAttachment.Text = "Attachment (max. 350kB):";
  475. this.lblAttachment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  476. this.lblAttachment.UseMnemonic = false;
  477. //
  478. // lblAttachmentsListTitle
  479. //
  480. this.lblAttachmentsListTitle.AutoSize = true;
  481. this.lblAttachmentsListTitle.BackColor = System.Drawing.Color.Transparent;
  482. this.lblAttachmentsListTitle.Font = new System.Drawing.Font("Tahoma", 8F);
  483. this.lblAttachmentsListTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  484. this.lblAttachmentsListTitle.Location = new System.Drawing.Point(10, 11);
  485. this.lblAttachmentsListTitle.Name = "lblAttachmentsListTitle";
  486. this.lblAttachmentsListTitle.Size = new System.Drawing.Size(72, 13);
  487. this.lblAttachmentsListTitle.TabIndex = 1;
  488. this.lblAttachmentsListTitle.Text = "Attachments:";
  489. this.lblAttachmentsListTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  490. this.lblAttachmentsListTitle.UseMnemonic = false;
  491. //
  492. // bgwSubmit
  493. //
  494. this.bgwSubmit.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwSubmit_DoWork);
  495. this.bgwSubmit.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSubmit_RunWorkerCompleted);
  496. //
  497. // ofdAttachment
  498. //
  499. this.ofdAttachment.Filter = "All files|*.*";
  500. this.ofdAttachment.InitialDirectory = "\\\\localhost";
  501. //
  502. // BugReportFormControl
  503. //
  504. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  505. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  506. this.BackColor = System.Drawing.Color.Transparent;
  507. this.Controls.Add(this.ctTabs);
  508. this.Name = "BugReportFormControl";
  509. this.Padding = new System.Windows.Forms.Padding(5);
  510. this.Size = new System.Drawing.Size(478, 409);
  511. this.ctTabs.ResumeLayout(false);
  512. this.tpDescription.ResumeLayout(false);
  513. this.tpDescription.PerformLayout();
  514. this.panel2.ResumeLayout(false);
  515. this.panel2.PerformLayout();
  516. this.panel1.ResumeLayout(false);
  517. this.panel1.PerformLayout();
  518. this.tpAttachments.ResumeLayout(false);
  519. this.tpAttachments.PerformLayout();
  520. this.ResumeLayout(false);
  521. }
  522. #endregion
  523. private HomeServer.Controls.CustomTabControl ctTabs;
  524. private System.Windows.Forms.TabPage tpDescription;
  525. private System.Windows.Forms.TabPage tpAttachments;
  526. private HomeServer.Controls.PropertyPageEditableTextBoxField txtDescription;
  527. private HomeServer.Controls.WizardPageFieldLabel lblNote;
  528. private HomeServer.Controls.WizardPageFieldLabel lblDescription;
  529. private HomeServer.Controls.WizardPageFieldLabel lblPriorityDescription;
  530. private HomeServer.Controls.WizardPageFieldLabel lblPriority;
  531. private HomeServer.Controls.WizardPageFieldLabel lblType;
  532. private HomeServer.Controls.WizardPageFieldLabel lblTitle;
  533. private HomeServer.Controls.PropertyPageEditableTextBoxField txtTitle;
  534. private System.Windows.Forms.Panel panel1;
  535. private System.Windows.Forms.Panel panel2;
  536. private HomeServer.Controls.QRadioButton rbPriorityHigh;
  537. private HomeServer.Controls.QRadioButton rbPriorityMedium;
  538. private HomeServer.Controls.QRadioButton rbPriorityLow;
  539. private HomeServer.Controls.QRadioButton rbFeatureRequest;
  540. private HomeServer.Controls.QRadioButton rbIssue;
  541. private HomeServer.Controls.WizardPageFieldLabel lblAttachmentsListTitle;
  542. private HomeServer.Controls.QButton btnRemoveAttachment;
  543. private HomeServer.Controls.PropertyPageSectionLabel lblAddAttachment;
  544. private HomeServer.Controls.WizardPageFieldLabel lblAttachmentDescription;
  545. private HomeServer.Controls.WizardPageFieldLabel lblAttachment;
  546. private HomeServer.Controls.PropertyPageEditableTextBoxField txtAttachmentDescription;
  547. private HomeServer.Controls.PropertyPageEditableTextBoxField txtAttachmentFilePath;
  548. private HomeServer.Controls.QButton btnAddAttachment;
  549. private HomeServer.Controls.QButton btnBrowseAttachment;
  550. private System.ComponentModel.BackgroundWorker bgwSubmit;
  551. private System.Windows.Forms.OpenFileDialog ofdAttachment;
  552. private HomeServer.Controls.FancyListView lstAttachments;
  553. private System.Windows.Forms.ColumnHeader columnHeader1;
  554. }
  555. }