G2DPropertyDialog.designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. namespace CommonFroms.G2D
  2. {
  3. partial class G2DPropertyDialog<T>
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. this.g2DPropertyGrid1 = new CommonFroms.G2D.DataGrid.G2DPropertyGrid();
  32. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  33. this.splitContainer1.Panel1.SuspendLayout();
  34. this.splitContainer1.Panel2.SuspendLayout();
  35. this.splitContainer1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  41. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  42. this.button1.Location = new System.Drawing.Point(339, 4);
  43. this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(83, 33);
  46. this.button1.TabIndex = 1;
  47. this.button1.Text = "OK";
  48. this.button1.UseVisualStyleBackColor = true;
  49. //
  50. // button2
  51. //
  52. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  53. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  54. this.button2.Location = new System.Drawing.Point(428, 4);
  55. this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  56. this.button2.Name = "button2";
  57. this.button2.Size = new System.Drawing.Size(83, 33);
  58. this.button2.TabIndex = 2;
  59. this.button2.Text = "Cancel";
  60. this.button2.UseVisualStyleBackColor = true;
  61. //
  62. // splitContainer1
  63. //
  64. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  66. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  67. this.splitContainer1.Name = "splitContainer1";
  68. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  69. //
  70. // splitContainer1.Panel1
  71. //
  72. this.splitContainer1.Panel1.Controls.Add(this.g2DPropertyGrid1);
  73. //
  74. // splitContainer1.Panel2
  75. //
  76. this.splitContainer1.Panel2.Controls.Add(this.button1);
  77. this.splitContainer1.Panel2.Controls.Add(this.button2);
  78. this.splitContainer1.Size = new System.Drawing.Size(514, 458);
  79. this.splitContainer1.SplitterDistance = 413;
  80. this.splitContainer1.TabIndex = 5;
  81. //
  82. // g2DPropertyGrid1
  83. //
  84. this.g2DPropertyGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
  85. this.g2DPropertyGrid1.DescriptionAreaHeight = 91;
  86. this.g2DPropertyGrid1.DescriptionAreaLineCount = 5;
  87. this.g2DPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.g2DPropertyGrid1.Location = new System.Drawing.Point(0, 0);
  89. this.g2DPropertyGrid1.MinDescriptionAreaLineCount = 5;
  90. this.g2DPropertyGrid1.Name = "g2DPropertyGrid1";
  91. this.g2DPropertyGrid1.Size = new System.Drawing.Size(514, 413);
  92. this.g2DPropertyGrid1.TabIndex = 0;
  93. //
  94. // G2DPropertyDialog
  95. //
  96. this.AcceptButton = this.button1;
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.CancelButton = this.button2;
  100. this.ClientSize = new System.Drawing.Size(514, 458);
  101. this.Controls.Add(this.splitContainer1);
  102. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  104. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.Name = "G2DPropertyDialog";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.Text = "设置";
  108. this.splitContainer1.Panel1.ResumeLayout(false);
  109. this.splitContainer1.Panel2.ResumeLayout(false);
  110. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  111. this.splitContainer1.ResumeLayout(false);
  112. this.ResumeLayout(false);
  113. }
  114. #endregion
  115. private System.Windows.Forms.Button button1;
  116. private System.Windows.Forms.Button button2;
  117. private System.Windows.Forms.SplitContainer splitContainer1;
  118. private DataGrid.G2DPropertyGrid g2DPropertyGrid1;
  119. }
  120. }