G2DSearchDialog.designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. namespace CommonFroms.G2D
  2. {
  3. partial class G2DSearchDialog
  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.textBox1 = new System.Windows.Forms.TextBox();
  29. this.button_next = new System.Windows.Forms.Button();
  30. this.button_prev = new System.Windows.Forms.Button();
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  33. this.lbl_status = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.button_close = new System.Windows.Forms.Button();
  35. this.button_find = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  37. this.splitContainer1.Panel1.SuspendLayout();
  38. this.splitContainer1.Panel2.SuspendLayout();
  39. this.splitContainer1.SuspendLayout();
  40. this.statusStrip1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // textBox1
  44. //
  45. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.textBox1.ImeMode = System.Windows.Forms.ImeMode.On;
  47. this.textBox1.Location = new System.Drawing.Point(0, 0);
  48. this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  49. this.textBox1.Multiline = true;
  50. this.textBox1.Name = "textBox1";
  51. this.textBox1.Size = new System.Drawing.Size(524, 188);
  52. this.textBox1.TabIndex = 0;
  53. //
  54. // button_next
  55. //
  56. this.button_next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  57. this.button_next.Location = new System.Drawing.Point(271, 19);
  58. this.button_next.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  59. this.button_next.Name = "button_next";
  60. this.button_next.Size = new System.Drawing.Size(83, 33);
  61. this.button_next.TabIndex = 1;
  62. this.button_next.Text = "下一个";
  63. this.button_next.UseVisualStyleBackColor = true;
  64. this.button_next.Click += new System.EventHandler(this.button_next_Click);
  65. //
  66. // button_prev
  67. //
  68. this.button_prev.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  69. this.button_prev.Location = new System.Drawing.Point(182, 19);
  70. this.button_prev.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  71. this.button_prev.Name = "button_prev";
  72. this.button_prev.Size = new System.Drawing.Size(83, 33);
  73. this.button_prev.TabIndex = 2;
  74. this.button_prev.Text = "上一个";
  75. this.button_prev.UseVisualStyleBackColor = true;
  76. this.button_prev.Click += new System.EventHandler(this.button_prev_Click);
  77. //
  78. // splitContainer1
  79. //
  80. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  82. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  83. this.splitContainer1.Name = "splitContainer1";
  84. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  85. //
  86. // splitContainer1.Panel1
  87. //
  88. this.splitContainer1.Panel1.Controls.Add(this.textBox1);
  89. //
  90. // splitContainer1.Panel2
  91. //
  92. this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
  93. this.splitContainer1.Panel2.Controls.Add(this.button_close);
  94. this.splitContainer1.Panel2.Controls.Add(this.button_find);
  95. this.splitContainer1.Panel2.Controls.Add(this.button_next);
  96. this.splitContainer1.Panel2.Controls.Add(this.button_prev);
  97. this.splitContainer1.Size = new System.Drawing.Size(524, 278);
  98. this.splitContainer1.SplitterDistance = 188;
  99. this.splitContainer1.TabIndex = 5;
  100. //
  101. // statusStrip1
  102. //
  103. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  104. this.lbl_status});
  105. this.statusStrip1.Location = new System.Drawing.Point(0, 64);
  106. this.statusStrip1.Name = "statusStrip1";
  107. this.statusStrip1.Size = new System.Drawing.Size(524, 22);
  108. this.statusStrip1.TabIndex = 5;
  109. this.statusStrip1.Text = "statusStrip1";
  110. //
  111. // lbl_status
  112. //
  113. this.lbl_status.Name = "lbl_status";
  114. this.lbl_status.Size = new System.Drawing.Size(0, 17);
  115. //
  116. // button_close
  117. //
  118. this.button_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  119. this.button_close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  120. this.button_close.Location = new System.Drawing.Point(40, 19);
  121. this.button_close.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  122. this.button_close.Name = "button_close";
  123. this.button_close.Size = new System.Drawing.Size(83, 33);
  124. this.button_close.TabIndex = 4;
  125. this.button_close.Text = "上一个";
  126. this.button_close.UseVisualStyleBackColor = true;
  127. this.button_close.Click += new System.EventHandler(this.button_close_Click);
  128. //
  129. // button_find
  130. //
  131. this.button_find.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  132. this.button_find.DialogResult = System.Windows.Forms.DialogResult.OK;
  133. this.button_find.Location = new System.Drawing.Point(434, 19);
  134. this.button_find.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  135. this.button_find.Name = "button_find";
  136. this.button_find.Size = new System.Drawing.Size(83, 33);
  137. this.button_find.TabIndex = 3;
  138. this.button_find.Text = "确定";
  139. this.button_find.UseVisualStyleBackColor = true;
  140. this.button_find.Click += new System.EventHandler(this.button_find_Click);
  141. //
  142. // G2DSearchDialog
  143. //
  144. this.AcceptButton = this.button_find;
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.CancelButton = this.button_close;
  148. this.ClientSize = new System.Drawing.Size(524, 278);
  149. this.Controls.Add(this.splitContainer1);
  150. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  152. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  153. this.Name = "G2DSearchDialog";
  154. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  155. this.Text = "查找";
  156. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.G2DSearchDialog_FormClosed);
  157. this.Shown += new System.EventHandler(this.G2DSearchDialog_Shown);
  158. this.splitContainer1.Panel1.ResumeLayout(false);
  159. this.splitContainer1.Panel1.PerformLayout();
  160. this.splitContainer1.Panel2.ResumeLayout(false);
  161. this.splitContainer1.Panel2.PerformLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  163. this.splitContainer1.ResumeLayout(false);
  164. this.statusStrip1.ResumeLayout(false);
  165. this.statusStrip1.PerformLayout();
  166. this.ResumeLayout(false);
  167. }
  168. #endregion
  169. private System.Windows.Forms.TextBox textBox1;
  170. private System.Windows.Forms.Button button_next;
  171. private System.Windows.Forms.Button button_prev;
  172. private System.Windows.Forms.SplitContainer splitContainer1;
  173. private System.Windows.Forms.Button button_find;
  174. private System.Windows.Forms.Button button_close;
  175. private System.Windows.Forms.StatusStrip statusStrip1;
  176. private System.Windows.Forms.ToolStripStatusLabel lbl_status;
  177. }
  178. }