2025-03-27 15:05:14 +08:00

427 lines
25 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace SuperMap.RealEstate.HighWay.Running.View
{
/// <summary>
/// T_APPROVED_审批意见 的设计类
/// <summary>
partial class APPROVEDControl
{
/// <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
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.Label_APPROVED_ID = new System.Windows.Forms.Label();
this.APPROVED_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_HIGHWAYPROINST_ID = new System.Windows.Forms.Label();
this.HIGHWAYPROINST_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_TYPE = new System.Windows.Forms.Label();
this.APPROVED_TYPE=new System.Windows.Forms.ComboBox();
this.Label_APPROVED_INFO = new System.Windows.Forms.Label();
this.APPROVED_INFO= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_STAFF = new System.Windows.Forms.Label();
this.APPROVED_STAFF= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_DATE = new System.Windows.Forms.Label();
this.APPROVED_DATE= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_MARK = new System.Windows.Forms.Label();
this.APPROVED_MARK= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_NAME = new System.Windows.Forms.Label();
this.APPROVED_NAME= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_ACTDEF_ID = new System.Windows.Forms.Label();
this.ACTDEF_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_ACTINST_ID = new System.Windows.Forms.Label();
this.ACTINST_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_DESC = new System.Windows.Forms.Label();
this.APPROVED_DESC= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_APPROVED_STAFFID = new System.Windows.Forms.Label();
this.APPROVED_STAFFID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_TIME_EFFICIENCY = new System.Windows.Forms.Label();
this.TIME_EFFICIENCY= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.Btn_Delete = new System.Windows.Forms.Button();
this.Btn_Save = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)| System.Windows.Forms.AnchorStyles.Left)| System.Windows.Forms.AnchorStyles.Right)));
this.flowLayoutPanel1.AutoScroll = true;
this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_ID);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_HIGHWAYPROINST_ID);
this.flowLayoutPanel1.Controls.Add(this.HIGHWAYPROINST_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_TYPE);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_TYPE);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_INFO);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_INFO);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_STAFF);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_STAFF);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_DATE);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_DATE);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_MARK);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_MARK);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_NAME);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_NAME);
this.flowLayoutPanel1.Controls.Add(this.Label_ACTDEF_ID);
this.flowLayoutPanel1.Controls.Add(this.ACTDEF_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_ACTINST_ID);
this.flowLayoutPanel1.Controls.Add(this.ACTINST_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_DESC);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_DESC);
this.flowLayoutPanel1.Controls.Add(this.Label_APPROVED_STAFFID);
this.flowLayoutPanel1.Controls.Add(this.APPROVED_STAFFID);
this.flowLayoutPanel1.Controls.Add(this.Label_TIME_EFFICIENCY);
this.flowLayoutPanel1.Controls.Add(this.TIME_EFFICIENCY);
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(480, 200);
this.flowLayoutPanel1.TabIndex = 0;
//
// label1
//
this.Label_APPROVED_ID.Name = "Label_APPROVED_ID";
this.Label_APPROVED_ID.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_ID.AutoSize = false;
this.Label_APPROVED_ID.TabIndex = 1;
this.Label_APPROVED_ID.Text = "审批意见内码:";
this.Label_APPROVED_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_ID
//
this.toolTip1.SetToolTip(this.APPROVED_ID, "这里是:审批意见内码的详细信息!");
this.APPROVED_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.APPROVED_ID.WaterMarkText ="请填写:审批意见内码";
this.APPROVED_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_ID.Name = "APPROVED_ID";
this.APPROVED_ID.Size = new System.Drawing.Size(100, 21);
this.APPROVED_ID.TabIndex = 1;
//
// label1
//
this.Label_HIGHWAYPROINST_ID.Name = "Label_HIGHWAYPROINST_ID";
this.Label_HIGHWAYPROINST_ID.Size = new System.Drawing.Size(80, 22);
this.Label_HIGHWAYPROINST_ID.AutoSize = false;
this.Label_HIGHWAYPROINST_ID.TabIndex = 2;
this.Label_HIGHWAYPROINST_ID.Text = "项目实例号:";
this.Label_HIGHWAYPROINST_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// HIGHWAYPROINST_ID
//
this.toolTip1.SetToolTip(this.HIGHWAYPROINST_ID, "这里是:项目实例号的详细信息!");
this.HIGHWAYPROINST_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.HIGHWAYPROINST_ID.WaterMarkText ="请填写:项目实例号";
this.HIGHWAYPROINST_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.HIGHWAYPROINST_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.HIGHWAYPROINST_ID.Name = "HIGHWAYPROINST_ID";
this.HIGHWAYPROINST_ID.Size = new System.Drawing.Size(100, 21);
this.HIGHWAYPROINST_ID.TabIndex = 2;
//
// label1
//
this.Label_APPROVED_TYPE.Name = "Label_APPROVED_TYPE";
this.Label_APPROVED_TYPE.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_TYPE.AutoSize = false;
this.Label_APPROVED_TYPE.TabIndex = 3;
this.Label_APPROVED_TYPE.Text = "审批意见类别:";
this.Label_APPROVED_TYPE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_TYPE
//
this.toolTip1.SetToolTip(this.APPROVED_TYPE, "这里是:审批意见类别的详细信息!");
this.APPROVED_TYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.APPROVED_TYPE.FormattingEnabled = true;
this.APPROVED_TYPE.Name = "APPROVED_TYPE";
this.APPROVED_TYPE.Size = new System.Drawing.Size(121, 20);
this.APPROVED_TYPE.TabIndex =3;
//
// label1
//
this.Label_APPROVED_INFO.Name = "Label_APPROVED_INFO";
this.Label_APPROVED_INFO.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_INFO.AutoSize = false;
this.Label_APPROVED_INFO.TabIndex = 4;
this.Label_APPROVED_INFO.Text = "意见内容:";
this.Label_APPROVED_INFO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_INFO
//
this.toolTip1.SetToolTip(this.APPROVED_INFO, "这里是:意见内容的详细信息!");
this.APPROVED_INFO.WaterMarkText ="请填写:意见内容";
this.APPROVED_INFO.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_INFO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_INFO.Name = "APPROVED_INFO";
this.APPROVED_INFO.Size = new System.Drawing.Size(100, 21);
this.APPROVED_INFO.TabIndex = 4;
//
// label1
//
this.Label_APPROVED_STAFF.Name = "Label_APPROVED_STAFF";
this.Label_APPROVED_STAFF.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_STAFF.AutoSize = false;
this.Label_APPROVED_STAFF.TabIndex = 5;
this.Label_APPROVED_STAFF.Text = "执行人:";
this.Label_APPROVED_STAFF.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_STAFF
//
this.toolTip1.SetToolTip(this.APPROVED_STAFF, "这里是:执行人的详细信息!");
this.APPROVED_STAFF.WaterMarkText ="请填写:执行人";
this.APPROVED_STAFF.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_STAFF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_STAFF.Name = "APPROVED_STAFF";
this.APPROVED_STAFF.Size = new System.Drawing.Size(100, 21);
this.APPROVED_STAFF.TabIndex = 5;
//
// label1
//
this.Label_APPROVED_DATE.Name = "Label_APPROVED_DATE";
this.Label_APPROVED_DATE.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_DATE.AutoSize = false;
this.Label_APPROVED_DATE.TabIndex = 6;
this.Label_APPROVED_DATE.Text = "意见日期:";
this.Label_APPROVED_DATE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_DATE
//
this.toolTip1.SetToolTip(this.APPROVED_DATE, "这里是:意见日期的详细信息!");
this.APPROVED_DATE.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Date;
this.APPROVED_DATE.WaterMarkText ="请填写:意见日期";
this.APPROVED_DATE.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_DATE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_DATE.Name = "APPROVED_DATE";
this.APPROVED_DATE.Size = new System.Drawing.Size(100, 21);
this.APPROVED_DATE.TabIndex = 6;
//
// label1
//
this.Label_APPROVED_MARK.Name = "Label_APPROVED_MARK";
this.Label_APPROVED_MARK.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_MARK.AutoSize = false;
this.Label_APPROVED_MARK.TabIndex = 7;
this.Label_APPROVED_MARK.Text = "审批通过标志:";
this.Label_APPROVED_MARK.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_MARK
//
this.toolTip1.SetToolTip(this.APPROVED_MARK, "这里是:审批通过标志的详细信息!");
this.APPROVED_MARK.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.APPROVED_MARK.WaterMarkText ="请填写:审批通过标志";
this.APPROVED_MARK.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_MARK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_MARK.Name = "APPROVED_MARK";
this.APPROVED_MARK.Size = new System.Drawing.Size(100, 21);
this.APPROVED_MARK.TabIndex = 7;
//
// label1
//
this.Label_APPROVED_NAME.Name = "Label_APPROVED_NAME";
this.Label_APPROVED_NAME.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_NAME.AutoSize = false;
this.Label_APPROVED_NAME.TabIndex = 8;
this.Label_APPROVED_NAME.Text = "组件名称:";
this.Label_APPROVED_NAME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_NAME
//
this.toolTip1.SetToolTip(this.APPROVED_NAME, "这里是:组件名称的详细信息!");
this.APPROVED_NAME.WaterMarkText ="请填写:组件名称";
this.APPROVED_NAME.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_NAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_NAME.Name = "APPROVED_NAME";
this.APPROVED_NAME.Size = new System.Drawing.Size(100, 21);
this.APPROVED_NAME.TabIndex = 8;
//
// label1
//
this.Label_ACTDEF_ID.Name = "Label_ACTDEF_ID";
this.Label_ACTDEF_ID.Size = new System.Drawing.Size(80, 22);
this.Label_ACTDEF_ID.AutoSize = false;
this.Label_ACTDEF_ID.TabIndex = 9;
this.Label_ACTDEF_ID.Text = "活动内码:";
this.Label_ACTDEF_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ACTDEF_ID
//
this.toolTip1.SetToolTip(this.ACTDEF_ID, "这里是:活动内码的详细信息!");
this.ACTDEF_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.ACTDEF_ID.WaterMarkText ="请填写:活动内码";
this.ACTDEF_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.ACTDEF_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ACTDEF_ID.Name = "ACTDEF_ID";
this.ACTDEF_ID.Size = new System.Drawing.Size(100, 21);
this.ACTDEF_ID.TabIndex = 9;
//
// label1
//
this.Label_ACTINST_ID.Name = "Label_ACTINST_ID";
this.Label_ACTINST_ID.Size = new System.Drawing.Size(80, 22);
this.Label_ACTINST_ID.AutoSize = false;
this.Label_ACTINST_ID.TabIndex = 10;
this.Label_ACTINST_ID.Text = "环节内码:";
this.Label_ACTINST_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ACTINST_ID
//
this.toolTip1.SetToolTip(this.ACTINST_ID, "这里是:环节内码的详细信息!");
this.ACTINST_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.ACTINST_ID.WaterMarkText ="请填写:环节内码";
this.ACTINST_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.ACTINST_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ACTINST_ID.Name = "ACTINST_ID";
this.ACTINST_ID.Size = new System.Drawing.Size(100, 21);
this.ACTINST_ID.TabIndex = 10;
//
// label1
//
this.Label_APPROVED_DESC.Name = "Label_APPROVED_DESC";
this.Label_APPROVED_DESC.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_DESC.AutoSize = false;
this.Label_APPROVED_DESC.TabIndex = 11;
this.Label_APPROVED_DESC.Text = "备注说明:";
this.Label_APPROVED_DESC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_DESC
//
this.toolTip1.SetToolTip(this.APPROVED_DESC, "这里是:备注说明的详细信息!");
this.APPROVED_DESC.WaterMarkText ="请填写:备注说明";
this.APPROVED_DESC.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_DESC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_DESC.Name = "APPROVED_DESC";
this.APPROVED_DESC.Size = new System.Drawing.Size(100, 21);
this.APPROVED_DESC.TabIndex = 11;
//
// label1
//
this.Label_APPROVED_STAFFID.Name = "Label_APPROVED_STAFFID";
this.Label_APPROVED_STAFFID.Size = new System.Drawing.Size(80, 22);
this.Label_APPROVED_STAFFID.AutoSize = false;
this.Label_APPROVED_STAFFID.TabIndex = 12;
this.Label_APPROVED_STAFFID.Text = "执行人内码:";
this.Label_APPROVED_STAFFID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// APPROVED_STAFFID
//
this.toolTip1.SetToolTip(this.APPROVED_STAFFID, "这里是:执行人内码的详细信息!");
this.APPROVED_STAFFID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.APPROVED_STAFFID.WaterMarkText ="请填写:执行人内码";
this.APPROVED_STAFFID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.APPROVED_STAFFID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.APPROVED_STAFFID.Name = "APPROVED_STAFFID";
this.APPROVED_STAFFID.Size = new System.Drawing.Size(100, 21);
this.APPROVED_STAFFID.TabIndex = 12;
//
// label1
//
this.Label_TIME_EFFICIENCY.Name = "Label_TIME_EFFICIENCY";
this.Label_TIME_EFFICIENCY.Size = new System.Drawing.Size(80, 22);
this.Label_TIME_EFFICIENCY.AutoSize = false;
this.Label_TIME_EFFICIENCY.TabIndex = 13;
this.Label_TIME_EFFICIENCY.Text = "处理时效:";
this.Label_TIME_EFFICIENCY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// TIME_EFFICIENCY
//
this.toolTip1.SetToolTip(this.TIME_EFFICIENCY, "这里是:处理时效的详细信息!");
this.TIME_EFFICIENCY.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Float;
this.TIME_EFFICIENCY.WaterMarkText ="请填写:处理时效";
this.TIME_EFFICIENCY.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.TIME_EFFICIENCY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TIME_EFFICIENCY.Name = "TIME_EFFICIENCY";
this.TIME_EFFICIENCY.Size = new System.Drawing.Size(100, 21);
this.TIME_EFFICIENCY.TabIndex = 13;
//
// Btn_Save
//
this.Btn_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.Btn_Save.Location = new System.Drawing.Point(408, 206);
this.Btn_Save.Name = "Btn_Save";
this.Btn_Save.Size = new System.Drawing.Size(75, 23);
this.Btn_Save.TabIndex = 3;
this.Btn_Save.Text = "保存";
this.Btn_Save.UseVisualStyleBackColor = true;
this.Btn_Save.Click += new System.EventHandler(this.Btn_Save_Click);
//
// Btn_Delete
//
this.Btn_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.Btn_Delete.Location = new System.Drawing.Point(3, 206);
this.Btn_Delete.Name = "Btn_Delete";
this.Btn_Delete.Size = new System.Drawing.Size(75, 23);
this.Btn_Delete.TabIndex = 6;
this.Btn_Delete.Text = "删除";
this.Btn_Delete.UseVisualStyleBackColor = true;
this.Btn_Delete.Click += new System.EventHandler(this.Btn_Delete_Click);
//
// HouseControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.Btn_Delete);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.Btn_Save);
this.Name = "APPROVEDControl";
this.Size = new System.Drawing.Size(486, 232);
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
//代码生器自动生成
private System.Windows.Forms.Label Label_APPROVED_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_ID;
private System.Windows.Forms.Label Label_HIGHWAYPROINST_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx HIGHWAYPROINST_ID;
private System.Windows.Forms.Label Label_APPROVED_TYPE;
private System.Windows.Forms.ComboBox APPROVED_TYPE;
private System.Windows.Forms.Label Label_APPROVED_INFO;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_INFO;
private System.Windows.Forms.Label Label_APPROVED_STAFF;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_STAFF;
private System.Windows.Forms.Label Label_APPROVED_DATE;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_DATE;
private System.Windows.Forms.Label Label_APPROVED_MARK;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_MARK;
private System.Windows.Forms.Label Label_APPROVED_NAME;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_NAME;
private System.Windows.Forms.Label Label_ACTDEF_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx ACTDEF_ID;
private System.Windows.Forms.Label Label_ACTINST_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx ACTINST_ID;
private System.Windows.Forms.Label Label_APPROVED_DESC;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_DESC;
private System.Windows.Forms.Label Label_APPROVED_STAFFID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx APPROVED_STAFFID;
private System.Windows.Forms.Label Label_TIME_EFFICIENCY;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx TIME_EFFICIENCY;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button Btn_Save;
private System.Windows.Forms.Button Btn_Delete;
private System.Windows.Forms.ToolTip toolTip1;
}
}