PageRenderTime 64ms CodeModel.GetById 35ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
C# | 202 lines | 149 code | 9 blank | 44 comment | 3 complexity | 762d346ab1d3462546081149478db1b7 MD5 | raw file
  1. namespace Microsoft.Samples.SqlServer.Common.Forms
  2. {
  3. partial class DesignerForm
  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(DesignerForm));
  29. this.elementHost = new System.Windows.Forms.Integration.ElementHost();
  30. this.workflowDesignerControl = new Microsoft.Samples.SqlServer.Workflow.Designer.WorkflowDesignerControl();
  31. this.designerToolStrip = new System.Windows.Forms.ToolStrip();
  32. this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
  33. this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
  34. this.activitiesStripButton = new System.Windows.Forms.ToolStripButton();
  35. this.runToolStripButton = new System.Windows.Forms.ToolStripButton();
  36. this.splitContainer = new System.Windows.Forms.SplitContainer();
  37. this.workflowActivitiesControl = new Microsoft.Samples.SqlServer.Common.WorkflowActivitiesControl();
  38. this.designerToolStrip.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
  40. this.splitContainer.Panel1.SuspendLayout();
  41. this.splitContainer.Panel2.SuspendLayout();
  42. this.splitContainer.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // elementHost
  46. //
  47. this.elementHost.Cursor = System.Windows.Forms.Cursors.Default;
  48. this.elementHost.Dock = System.Windows.Forms.DockStyle.Fill;
  49. this.elementHost.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  50. this.elementHost.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  51. this.elementHost.Location = new System.Drawing.Point(0, 0);
  52. this.elementHost.Name = "elementHost";
  53. this.elementHost.RightToLeft = System.Windows.Forms.RightToLeft.No;
  54. this.elementHost.Size = new System.Drawing.Size(1018, 682);
  55. this.elementHost.TabIndex = 0;
  56. this.elementHost.Text = "designerElementHost";
  57. this.elementHost.Child = this.workflowDesignerControl;
  58. //
  59. // designerToolStrip
  60. //
  61. this.designerToolStrip.Font = new System.Drawing.Font("Segoe UI", 9F);
  62. this.designerToolStrip.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  63. this.designerToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  64. this.newToolStripButton,
  65. this.openToolStripButton,
  66. this.activitiesStripButton,
  67. this.runToolStripButton});
  68. this.designerToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  69. this.designerToolStrip.Location = new System.Drawing.Point(0, 0);
  70. this.designerToolStrip.Name = "designerToolStrip";
  71. this.designerToolStrip.RightToLeft = System.Windows.Forms.RightToLeft.No;
  72. this.designerToolStrip.Size = new System.Drawing.Size(1018, 27);
  73. this.designerToolStrip.TabIndex = 1;
  74. //
  75. // newToolStripButton
  76. //
  77. this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  78. this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
  79. this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  80. this.newToolStripButton.Name = "newToolStripButton";
  81. this.newToolStripButton.Size = new System.Drawing.Size(43, 24);
  82. this.newToolStripButton.Text = "New";
  83. this.newToolStripButton.Click += new System.EventHandler(this.newToolStripButton_Click);
  84. //
  85. // openToolStripButton
  86. //
  87. this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  88. this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
  89. this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  90. this.openToolStripButton.Name = "openToolStripButton";
  91. this.openToolStripButton.Size = new System.Drawing.Size(49, 24);
  92. this.openToolStripButton.Text = "Open";
  93. this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
  94. //
  95. // activitiesStripButton
  96. //
  97. this.activitiesStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  98. this.activitiesStripButton.Image = ((System.Drawing.Image)(resources.GetObject("activitiesStripButton.Image")));
  99. this.activitiesStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.activitiesStripButton.Name = "activitiesStripButton";
  101. this.activitiesStripButton.Size = new System.Drawing.Size(73, 24);
  102. this.activitiesStripButton.Text = "Activities";
  103. this.activitiesStripButton.Click += new System.EventHandler(this.activitiesStripButton_Click);
  104. //
  105. // runToolStripButton
  106. //
  107. this.runToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  108. this.runToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("runToolStripButton.Image")));
  109. this.runToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  110. this.runToolStripButton.Name = "runToolStripButton";
  111. this.runToolStripButton.Size = new System.Drawing.Size(38, 24);
  112. this.runToolStripButton.Text = "Run";
  113. //
  114. // splitContainer
  115. //
  116. this.splitContainer.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
  117. this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default;
  118. this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.splitContainer.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  120. this.splitContainer.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  121. this.splitContainer.Location = new System.Drawing.Point(0, 27);
  122. this.splitContainer.Name = "splitContainer";
  123. //
  124. // splitContainer.Panel1
  125. //
  126. this.splitContainer.Panel1.Controls.Add(this.elementHost);
  127. this.splitContainer.Panel1.Cursor = System.Windows.Forms.Cursors.Default;
  128. this.splitContainer.Panel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.splitContainer.Panel1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  130. this.splitContainer.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  131. //
  132. // splitContainer.Panel2
  133. //
  134. this.splitContainer.Panel2.Controls.Add(this.workflowActivitiesControl);
  135. this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
  136. this.splitContainer.Panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.splitContainer.Panel2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  138. this.splitContainer.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  139. this.splitContainer.Panel2Collapsed = true;
  140. this.splitContainer.RightToLeft = System.Windows.Forms.RightToLeft.No;
  141. this.splitContainer.Size = new System.Drawing.Size(1018, 682);
  142. this.splitContainer.SplitterDistance = 600;
  143. this.splitContainer.TabIndex = 2;
  144. //
  145. // workflowActivitiesControl
  146. //
  147. this.workflowActivitiesControl.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
  148. this.workflowActivitiesControl.Cursor = System.Windows.Forms.Cursors.Default;
  149. this.workflowActivitiesControl.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.workflowActivitiesControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  151. this.workflowActivitiesControl.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  152. this.workflowActivitiesControl.Location = new System.Drawing.Point(0, 0);
  153. this.workflowActivitiesControl.Margin = new System.Windows.Forms.Padding(4);
  154. this.workflowActivitiesControl.Name = "workflowActivitiesControl";
  155. this.workflowActivitiesControl.RightToLeft = System.Windows.Forms.RightToLeft.No;
  156. this.workflowActivitiesControl.Size = new System.Drawing.Size(414, 682);
  157. this.workflowActivitiesControl.TabIndex = 0;
  158. //
  159. // DesignerForm
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(1018, 709);
  164. this.Controls.Add(this.splitContainer);
  165. this.Controls.Add(this.designerToolStrip);
  166. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  167. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  168. this.Name = "DesignerForm";
  169. this.ShowInTaskbar = false;
  170. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  171. this.Text = "Designer";
  172. this.Load += new System.EventHandler(this.DesignerForm_Load);
  173. this.designerToolStrip.ResumeLayout(false);
  174. this.designerToolStrip.PerformLayout();
  175. this.splitContainer.Panel1.ResumeLayout(false);
  176. this.splitContainer.Panel2.ResumeLayout(false);
  177. ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
  178. this.splitContainer.ResumeLayout(false);
  179. this.ResumeLayout(false);
  180. this.PerformLayout();
  181. }
  182. #endregion
  183. private System.Windows.Forms.ToolStrip designerToolStrip;
  184. private System.Windows.Forms.ToolStripButton activitiesStripButton;
  185. private System.Windows.Forms.ToolStripButton openToolStripButton;
  186. public System.Windows.Forms.ToolStripButton runToolStripButton;
  187. public System.Windows.Forms.SplitContainer splitContainer;
  188. private System.Windows.Forms.ToolStripButton newToolStripButton;
  189. public System.Windows.Forms.Integration.ElementHost elementHost;
  190. public Workflow.Designer.WorkflowDesignerControl workflowDesignerControl;
  191. public WorkflowActivitiesControl workflowActivitiesControl;
  192. }
  193. }