PageRenderTime 56ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/DataWorkflowActivities/Microsoft.Samples.SqlServer.Workflows/Common/Common/Forms/ActivitiesForm.designer.cs

#
C# | 70 lines | 46 code | 7 blank | 17 comment | 3 complexity | 5a92fa62cc63eaf7087dc5087bbabb96 MD5 | raw file
  1. namespace Microsoft.Samples.SqlServer.Common.Forms
  2. {
  3. partial class ActivitiesForm
  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. this.elementHost1 = new System.Windows.Forms.Integration.ElementHost();
  29. this.activitiesUserControl1 = new Microsoft.Samples.SqlServer.Workflow.Designer.ActivitiesUserControl();
  30. this.SuspendLayout();
  31. //
  32. // elementHost1
  33. //
  34. this.elementHost1.Cursor = System.Windows.Forms.Cursors.Default;
  35. this.elementHost1.Dock = System.Windows.Forms.DockStyle.Fill;
  36. this.elementHost1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  37. this.elementHost1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  38. this.elementHost1.Location = new System.Drawing.Point(0, 0);
  39. this.elementHost1.Name = "elementHost1";
  40. this.elementHost1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  41. this.elementHost1.Size = new System.Drawing.Size(283, 560);
  42. this.elementHost1.TabIndex = 0;
  43. this.elementHost1.Text = "elementHost1";
  44. this.elementHost1.Child = this.activitiesUserControl1;
  45. //
  46. // ActivitiesForm
  47. //
  48. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  49. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  50. this.ClientSize = new System.Drawing.Size(283, 560);
  51. this.Controls.Add(this.elementHost1);
  52. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  53. this.Name = "ActivitiesForm";
  54. this.ShowInTaskbar = false;
  55. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  56. this.Text = "Activities";
  57. this.ResumeLayout(false);
  58. }
  59. #endregion
  60. private System.Windows.Forms.Integration.ElementHost elementHost1;
  61. private Microsoft.Samples.SqlServer.Workflow.Designer.ActivitiesUserControl activitiesUserControl1;
  62. }
  63. }