123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- namespace CommonFroms.G2D
- {
- partial class G2DSearchDialog
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.button_next = new System.Windows.Forms.Button();
- this.button_prev = new System.Windows.Forms.Button();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.lbl_status = new System.Windows.Forms.ToolStripStatusLabel();
- this.button_close = new System.Windows.Forms.Button();
- this.button_find = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.ImeMode = System.Windows.Forms.ImeMode.On;
- this.textBox1.Location = new System.Drawing.Point(0, 0);
- this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(524, 188);
- this.textBox1.TabIndex = 0;
- //
- // button_next
- //
- this.button_next.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_next.Location = new System.Drawing.Point(271, 19);
- this.button_next.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.button_next.Name = "button_next";
- this.button_next.Size = new System.Drawing.Size(83, 33);
- this.button_next.TabIndex = 1;
- this.button_next.Text = "下一个";
- this.button_next.UseVisualStyleBackColor = true;
- this.button_next.Click += new System.EventHandler(this.button_next_Click);
- //
- // button_prev
- //
- this.button_prev.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_prev.Location = new System.Drawing.Point(182, 19);
- this.button_prev.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.button_prev.Name = "button_prev";
- this.button_prev.Size = new System.Drawing.Size(83, 33);
- this.button_prev.TabIndex = 2;
- this.button_prev.Text = "上一个";
- this.button_prev.UseVisualStyleBackColor = true;
- this.button_prev.Click += new System.EventHandler(this.button_prev_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.textBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
- this.splitContainer1.Panel2.Controls.Add(this.button_close);
- this.splitContainer1.Panel2.Controls.Add(this.button_find);
- this.splitContainer1.Panel2.Controls.Add(this.button_next);
- this.splitContainer1.Panel2.Controls.Add(this.button_prev);
- this.splitContainer1.Size = new System.Drawing.Size(524, 278);
- this.splitContainer1.SplitterDistance = 188;
- this.splitContainer1.TabIndex = 5;
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lbl_status});
- this.statusStrip1.Location = new System.Drawing.Point(0, 64);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(524, 22);
- this.statusStrip1.TabIndex = 5;
- this.statusStrip1.Text = "statusStrip1";
- //
- // lbl_status
- //
- this.lbl_status.Name = "lbl_status";
- this.lbl_status.Size = new System.Drawing.Size(0, 17);
- //
- // button_close
- //
- this.button_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button_close.Location = new System.Drawing.Point(40, 19);
- this.button_close.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.button_close.Name = "button_close";
- this.button_close.Size = new System.Drawing.Size(83, 33);
- this.button_close.TabIndex = 4;
- this.button_close.Text = "上一个";
- this.button_close.UseVisualStyleBackColor = true;
- this.button_close.Click += new System.EventHandler(this.button_close_Click);
- //
- // button_find
- //
- this.button_find.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button_find.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.button_find.Location = new System.Drawing.Point(434, 19);
- this.button_find.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.button_find.Name = "button_find";
- this.button_find.Size = new System.Drawing.Size(83, 33);
- this.button_find.TabIndex = 3;
- this.button_find.Text = "确定";
- this.button_find.UseVisualStyleBackColor = true;
- this.button_find.Click += new System.EventHandler(this.button_find_Click);
- //
- // G2DSearchDialog
- //
- this.AcceptButton = this.button_find;
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.button_close;
- this.ClientSize = new System.Drawing.Size(524, 278);
- this.Controls.Add(this.splitContainer1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "G2DSearchDialog";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "查找";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.G2DSearchDialog_FormClosed);
- this.Shown += new System.EventHandler(this.G2DSearchDialog_Shown);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel1.PerformLayout();
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Button button_next;
- private System.Windows.Forms.Button button_prev;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.Button button_find;
- private System.Windows.Forms.Button button_close;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel lbl_status;
- }
- }
|