G2DListSelectEditor.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. namespace CommonFroms.G2D
  2. {
  3. partial class G2DListSelectEditor<T>
  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.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.listView1 = new System.Windows.Forms.ListView();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.treeView1 = new CommonFroms.G2D.G2DTreeView();
  33. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  34. this.splitContainer1.Panel1.SuspendLayout();
  35. this.splitContainer1.Panel2.SuspendLayout();
  36. this.splitContainer1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // splitContainer1
  40. //
  41. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  43. this.splitContainer1.IsSplitterFixed = true;
  44. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  45. this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  46. this.splitContainer1.Name = "splitContainer1";
  47. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  48. //
  49. // splitContainer1.Panel1
  50. //
  51. this.splitContainer1.Panel1.Controls.Add(this.treeView1);
  52. this.splitContainer1.Panel1.Controls.Add(this.listView1);
  53. //
  54. // splitContainer1.Panel2
  55. //
  56. this.splitContainer1.Panel2.Controls.Add(this.button2);
  57. this.splitContainer1.Panel2.Controls.Add(this.button1);
  58. this.splitContainer1.Size = new System.Drawing.Size(557, 625);
  59. this.splitContainer1.SplitterDistance = 530;
  60. this.splitContainer1.SplitterWidth = 6;
  61. this.splitContainer1.TabIndex = 0;
  62. //
  63. // listView1
  64. //
  65. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.listView1.FullRowSelect = true;
  67. this.listView1.HideSelection = false;
  68. this.listView1.Location = new System.Drawing.Point(0, 0);
  69. this.listView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  70. this.listView1.MultiSelect = false;
  71. this.listView1.Name = "listView1";
  72. this.listView1.Size = new System.Drawing.Size(557, 530);
  73. this.listView1.TabIndex = 0;
  74. this.listView1.UseCompatibleStateImageBehavior = false;
  75. this.listView1.View = System.Windows.Forms.View.List;
  76. //
  77. // button2
  78. //
  79. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  80. this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  81. this.button2.Location = new System.Drawing.Point(443, 17);
  82. this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.button2.Name = "button2";
  84. this.button2.Size = new System.Drawing.Size(87, 33);
  85. this.button2.TabIndex = 1;
  86. this.button2.Text = "Cancel";
  87. this.button2.UseVisualStyleBackColor = true;
  88. //
  89. // button1
  90. //
  91. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  92. this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
  93. this.button1.Location = new System.Drawing.Point(350, 17);
  94. this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.button1.Name = "button1";
  96. this.button1.Size = new System.Drawing.Size(87, 33);
  97. this.button1.TabIndex = 0;
  98. this.button1.Text = "OK";
  99. this.button1.UseVisualStyleBackColor = true;
  100. //
  101. // treeView1
  102. //
  103. this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.treeView1.FullRowSelect = true;
  105. this.treeView1.HideSelection = false;
  106. this.treeView1.Location = new System.Drawing.Point(0, 0);
  107. this.treeView1.Name = "treeView1";
  108. this.treeView1.PathSeparator = "/";
  109. this.treeView1.Size = new System.Drawing.Size(557, 530);
  110. this.treeView1.TabIndex = 1;
  111. //
  112. // G2DListSelectEditor
  113. //
  114. this.AcceptButton = this.button1;
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.CancelButton = this.button2;
  118. this.ClientSize = new System.Drawing.Size(557, 625);
  119. this.Controls.Add(this.splitContainer1);
  120. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  122. this.Name = "G2DListSelectEditor";
  123. this.Text = "G2DListSelect";
  124. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.G2DListSelectEditor_FormClosing);
  125. this.Load += new System.EventHandler(this.G2DListSelectEditor_Load);
  126. this.splitContainer1.Panel1.ResumeLayout(false);
  127. this.splitContainer1.Panel2.ResumeLayout(false);
  128. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  129. this.splitContainer1.ResumeLayout(false);
  130. this.ResumeLayout(false);
  131. }
  132. #endregion
  133. private System.Windows.Forms.SplitContainer splitContainer1;
  134. private System.Windows.Forms.Button button2;
  135. private System.Windows.Forms.Button button1;
  136. private System.Windows.Forms.ListView listView1;
  137. private G2DTreeView treeView1;
  138. }
  139. }