PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/DataWorkflowActivities/Microsoft.Samples.SqlServer.Workflows/Common/Common/Configuration/ConfigurationPropertyGrid.designer.cs

#
C# | 93 lines | 64 code | 8 blank | 21 comment | 3 complexity | 4a9efd9ab399a4d534b93bc6fd9c1549 MD5 | raw file
  1. //
  2. namespace Microsoft.Samples.SqlServer.Common
  3. {
  4. partial class ConfigurationPropertyGrid
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.configPropertyGrid = new System.Windows.Forms.PropertyGrid();
  30. this.closeButton = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // configPropertyGrid
  34. //
  35. this.configPropertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  36. | System.Windows.Forms.AnchorStyles.Left)
  37. | System.Windows.Forms.AnchorStyles.Right)));
  38. this.configPropertyGrid.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
  39. this.configPropertyGrid.Cursor = System.Windows.Forms.Cursors.Default;
  40. this.configPropertyGrid.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  41. this.configPropertyGrid.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  42. this.configPropertyGrid.Location = new System.Drawing.Point(8, 7);
  43. this.configPropertyGrid.Margin = new System.Windows.Forms.Padding(4);
  44. this.configPropertyGrid.Name = "configPropertyGrid";
  45. this.configPropertyGrid.RightToLeft = System.Windows.Forms.RightToLeft.No;
  46. this.configPropertyGrid.Size = new System.Drawing.Size(487, 358);
  47. this.configPropertyGrid.TabIndex = 0;
  48. //
  49. // closeButton
  50. //
  51. this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  52. this.closeButton.Cursor = System.Windows.Forms.Cursors.Default;
  53. this.closeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.closeButton.Location = new System.Drawing.Point(412, 373);
  55. this.closeButton.Margin = new System.Windows.Forms.Padding(4);
  56. this.closeButton.Name = "closeButton";
  57. this.closeButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
  58. this.closeButton.Size = new System.Drawing.Size(83, 28);
  59. this.closeButton.TabIndex = 1;
  60. this.closeButton.Text = "Close";
  61. this.closeButton.UseVisualStyleBackColor = true;
  62. this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
  63. //
  64. // ConfigurationPropertyGrid
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(500, 416);
  69. this.Controls.Add(this.closeButton);
  70. this.Controls.Add(this.configPropertyGrid);
  71. this.Margin = new System.Windows.Forms.Padding(4);
  72. this.MaximizeBox = false;
  73. this.MinimizeBox = false;
  74. this.Name = "ConfigurationPropertyGrid";
  75. this.ShowInTaskbar = false;
  76. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  77. this.Text = "Configure Sample";
  78. this.Load += new System.EventHandler(this.ConfigurationPropertyGrid_Load);
  79. this.ResumeLayout(false);
  80. }
  81. #endregion
  82. private System.Windows.Forms.Button closeButton;
  83. private System.Windows.Forms.PropertyGrid configPropertyGrid;
  84. }
  85. }