Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

187 lines
8.6 KiB
C#

namespace Lskj.RemarkEditSetUp
{
partial class FrmMain
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textNote = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textInstructions = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.butCancel = new DevExpress.XtraEditors.SimpleButton();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.panel3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(939, 572);
this.panel1.TabIndex = 4;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.White;
this.panel2.Controls.Add(this.groupBox2);
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(939, 522);
this.panel2.TabIndex = 7;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textNote);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.Color.Blue;
this.groupBox2.Location = new System.Drawing.Point(0, 105);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(939, 417);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "备注信息";
//
// textNote
//
this.textNote.Dock = System.Windows.Forms.DockStyle.Fill;
this.textNote.Location = new System.Drawing.Point(3, 22);
this.textNote.Multiline = true;
this.textNote.Name = "textNote";
this.textNote.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textNote.Size = new System.Drawing.Size(933, 392);
this.textNote.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textInstructions);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.ForeColor = System.Drawing.Color.Blue;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(939, 105);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "关键信息说明";
//
// textInstructions
//
this.textInstructions.Dock = System.Windows.Forms.DockStyle.Fill;
this.textInstructions.Location = new System.Drawing.Point(3, 22);
this.textInstructions.Multiline = true;
this.textInstructions.Name = "textInstructions";
this.textInstructions.ReadOnly = true;
this.textInstructions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textInstructions.Size = new System.Drawing.Size(933, 80);
this.textInstructions.TabIndex = 1;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.White;
this.panel3.Controls.Add(this.butCancel);
this.panel3.Controls.Add(this.btnOk);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 522);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(939, 50);
this.panel3.TabIndex = 6;
//
// butCancel
//
this.butCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.butCancel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.butCancel.Appearance.Options.UseFont = true;
this.butCancel.Location = new System.Drawing.Point(858, 10);
this.butCancel.Name = "butCancel";
this.butCancel.Size = new System.Drawing.Size(57, 28);
this.butCancel.TabIndex = 25;
this.butCancel.TabStop = false;
this.butCancel.Text = "取消";
//
// btnOk
//
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnOk.Appearance.Options.UseFont = true;
this.btnOk.Location = new System.Drawing.Point(777, 10);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(57, 28);
this.btnOk.TabIndex = 24;
this.btnOk.TabStop = false;
this.btnOk.Text = "确定";
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(939, 572);
this.Controls.Add(this.panel1);
this.Name = "FrmMain";
this.Text = "备注框设置";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.SimpleButton butCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private System.Windows.Forms.TextBox textNote;
private System.Windows.Forms.TextBox textInstructions;
}
}