453 lines
27 KiB
C#
453 lines
27 KiB
C#
|
||
namespace SuperMap.RealEstate.HighWay.SellData.View
|
||
{
|
||
/// <summary>
|
||
/// T_BAYONETOWNERMONTH_AH_卡口车辆归属月度统计表 的设计类
|
||
/// <summary>
|
||
partial class BAYONETOWNERMONTH_AHControl
|
||
{
|
||
/// <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_BAYONETOWNERMONTH_ID = new System.Windows.Forms.Label();
|
||
this.BAYONETOWNERMONTH_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_SERVERPART_ID = new System.Windows.Forms.Label();
|
||
this.SERVERPART_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_SERVERPART_NAME = new System.Windows.Forms.Label();
|
||
this.SERVERPART_NAME= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_SERVERPART_REGION = new System.Windows.Forms.Label();
|
||
this.SERVERPART_REGION= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_VEHICLE_TYPE = new System.Windows.Forms.Label();
|
||
this.VEHICLE_TYPE= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_LICENSE_PLATE = new System.Windows.Forms.Label();
|
||
this.LICENSE_PLATE=new System.Windows.Forms.ComboBox();
|
||
this.Label_VEHICLE_COUNT = new System.Windows.Forms.Label();
|
||
this.VEHICLE_COUNT= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_AVGVEHICLE_COUNT = new System.Windows.Forms.Label();
|
||
this.AVGVEHICLE_COUNT= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_STAY_TIMES = new System.Windows.Forms.Label();
|
||
this.STAY_TIMES= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_STAY_TIMESCOUNT = new System.Windows.Forms.Label();
|
||
this.STAY_TIMESCOUNT= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_AVGSTAY_TIMES = new System.Windows.Forms.Label();
|
||
this.AVGSTAY_TIMES= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_STATISTICS_MONTH = new System.Windows.Forms.Label();
|
||
this.STATISTICS_MONTH= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_OPERATE_DATE = new System.Windows.Forms.Label();
|
||
this.OPERATE_DATE= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
|
||
this.Label_RANK_NUM = new System.Windows.Forms.Label();
|
||
this.RANK_NUM= 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_BAYONETOWNERMONTH_ID);
|
||
this.flowLayoutPanel1.Controls.Add(this.BAYONETOWNERMONTH_ID);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_SERVERPART_ID);
|
||
this.flowLayoutPanel1.Controls.Add(this.SERVERPART_ID);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_SERVERPART_NAME);
|
||
this.flowLayoutPanel1.Controls.Add(this.SERVERPART_NAME);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_SERVERPART_REGION);
|
||
this.flowLayoutPanel1.Controls.Add(this.SERVERPART_REGION);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_VEHICLE_TYPE);
|
||
this.flowLayoutPanel1.Controls.Add(this.VEHICLE_TYPE);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_LICENSE_PLATE);
|
||
this.flowLayoutPanel1.Controls.Add(this.LICENSE_PLATE);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_VEHICLE_COUNT);
|
||
this.flowLayoutPanel1.Controls.Add(this.VEHICLE_COUNT);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_AVGVEHICLE_COUNT);
|
||
this.flowLayoutPanel1.Controls.Add(this.AVGVEHICLE_COUNT);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_STAY_TIMES);
|
||
this.flowLayoutPanel1.Controls.Add(this.STAY_TIMES);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_STAY_TIMESCOUNT);
|
||
this.flowLayoutPanel1.Controls.Add(this.STAY_TIMESCOUNT);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_AVGSTAY_TIMES);
|
||
this.flowLayoutPanel1.Controls.Add(this.AVGSTAY_TIMES);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_STATISTICS_MONTH);
|
||
this.flowLayoutPanel1.Controls.Add(this.STATISTICS_MONTH);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_OPERATE_DATE);
|
||
this.flowLayoutPanel1.Controls.Add(this.OPERATE_DATE);
|
||
this.flowLayoutPanel1.Controls.Add(this.Label_RANK_NUM);
|
||
this.flowLayoutPanel1.Controls.Add(this.RANK_NUM);
|
||
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_BAYONETOWNERMONTH_ID.Name = "Label_BAYONETOWNERMONTH_ID";
|
||
this.Label_BAYONETOWNERMONTH_ID.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_BAYONETOWNERMONTH_ID.AutoSize = false;
|
||
this.Label_BAYONETOWNERMONTH_ID.TabIndex = 1;
|
||
this.Label_BAYONETOWNERMONTH_ID.Text = "内码:";
|
||
this.Label_BAYONETOWNERMONTH_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// BAYONETOWNERMONTH_ID
|
||
//
|
||
this.toolTip1.SetToolTip(this.BAYONETOWNERMONTH_ID, "这里是:内码的详细信息!");
|
||
this.BAYONETOWNERMONTH_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.BAYONETOWNERMONTH_ID.WaterMarkText ="请填写:内码";
|
||
this.BAYONETOWNERMONTH_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.BAYONETOWNERMONTH_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.BAYONETOWNERMONTH_ID.Name = "BAYONETOWNERMONTH_ID";
|
||
this.BAYONETOWNERMONTH_ID.Size = new System.Drawing.Size(100, 21);
|
||
this.BAYONETOWNERMONTH_ID.TabIndex = 1;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_SERVERPART_ID.Name = "Label_SERVERPART_ID";
|
||
this.Label_SERVERPART_ID.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_SERVERPART_ID.AutoSize = false;
|
||
this.Label_SERVERPART_ID.TabIndex = 2;
|
||
this.Label_SERVERPART_ID.Text = "服务区内码:";
|
||
this.Label_SERVERPART_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// SERVERPART_ID
|
||
//
|
||
this.toolTip1.SetToolTip(this.SERVERPART_ID, "这里是:服务区内码的详细信息!");
|
||
this.SERVERPART_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.SERVERPART_ID.WaterMarkText ="请填写:服务区内码";
|
||
this.SERVERPART_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.SERVERPART_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.SERVERPART_ID.Name = "SERVERPART_ID";
|
||
this.SERVERPART_ID.Size = new System.Drawing.Size(100, 21);
|
||
this.SERVERPART_ID.TabIndex = 2;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_SERVERPART_NAME.Name = "Label_SERVERPART_NAME";
|
||
this.Label_SERVERPART_NAME.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_SERVERPART_NAME.AutoSize = false;
|
||
this.Label_SERVERPART_NAME.TabIndex = 3;
|
||
this.Label_SERVERPART_NAME.Text = "服务区名称:";
|
||
this.Label_SERVERPART_NAME.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// SERVERPART_NAME
|
||
//
|
||
this.toolTip1.SetToolTip(this.SERVERPART_NAME, "这里是:服务区名称的详细信息!");
|
||
this.SERVERPART_NAME.WaterMarkText ="请填写:服务区名称";
|
||
this.SERVERPART_NAME.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.SERVERPART_NAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.SERVERPART_NAME.Name = "SERVERPART_NAME";
|
||
this.SERVERPART_NAME.Size = new System.Drawing.Size(100, 21);
|
||
this.SERVERPART_NAME.TabIndex = 3;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_SERVERPART_REGION.Name = "Label_SERVERPART_REGION";
|
||
this.Label_SERVERPART_REGION.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_SERVERPART_REGION.AutoSize = false;
|
||
this.Label_SERVERPART_REGION.TabIndex = 4;
|
||
this.Label_SERVERPART_REGION.Text = "服务区方位:";
|
||
this.Label_SERVERPART_REGION.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// SERVERPART_REGION
|
||
//
|
||
this.toolTip1.SetToolTip(this.SERVERPART_REGION, "这里是:服务区方位的详细信息!");
|
||
this.SERVERPART_REGION.WaterMarkText ="请填写:服务区方位";
|
||
this.SERVERPART_REGION.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.SERVERPART_REGION.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.SERVERPART_REGION.Name = "SERVERPART_REGION";
|
||
this.SERVERPART_REGION.Size = new System.Drawing.Size(100, 21);
|
||
this.SERVERPART_REGION.TabIndex = 4;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_VEHICLE_TYPE.Name = "Label_VEHICLE_TYPE";
|
||
this.Label_VEHICLE_TYPE.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_VEHICLE_TYPE.AutoSize = false;
|
||
this.Label_VEHICLE_TYPE.TabIndex = 5;
|
||
this.Label_VEHICLE_TYPE.Text = "车辆类型:";
|
||
this.Label_VEHICLE_TYPE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// VEHICLE_TYPE
|
||
//
|
||
this.toolTip1.SetToolTip(this.VEHICLE_TYPE, "这里是:车辆类型的详细信息!");
|
||
this.VEHICLE_TYPE.WaterMarkText ="请填写:车辆类型";
|
||
this.VEHICLE_TYPE.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.VEHICLE_TYPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.VEHICLE_TYPE.Name = "VEHICLE_TYPE";
|
||
this.VEHICLE_TYPE.Size = new System.Drawing.Size(100, 21);
|
||
this.VEHICLE_TYPE.TabIndex = 5;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_LICENSE_PLATE.Name = "Label_LICENSE_PLATE";
|
||
this.Label_LICENSE_PLATE.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_LICENSE_PLATE.AutoSize = false;
|
||
this.Label_LICENSE_PLATE.TabIndex = 6;
|
||
this.Label_LICENSE_PLATE.Text = "车牌归属地:";
|
||
this.Label_LICENSE_PLATE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// LICENSE_PLATE
|
||
//
|
||
this.toolTip1.SetToolTip(this.LICENSE_PLATE, "这里是:车牌归属地的详细信息!");
|
||
this.LICENSE_PLATE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.LICENSE_PLATE.FormattingEnabled = true;
|
||
this.LICENSE_PLATE.Name = "LICENSE_PLATE";
|
||
this.LICENSE_PLATE.Size = new System.Drawing.Size(121, 20);
|
||
this.LICENSE_PLATE.TabIndex =6;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_VEHICLE_COUNT.Name = "Label_VEHICLE_COUNT";
|
||
this.Label_VEHICLE_COUNT.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_VEHICLE_COUNT.AutoSize = false;
|
||
this.Label_VEHICLE_COUNT.TabIndex = 7;
|
||
this.Label_VEHICLE_COUNT.Text = "车辆数量:";
|
||
this.Label_VEHICLE_COUNT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// VEHICLE_COUNT
|
||
//
|
||
this.toolTip1.SetToolTip(this.VEHICLE_COUNT, "这里是:车辆数量的详细信息!");
|
||
this.VEHICLE_COUNT.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.VEHICLE_COUNT.WaterMarkText ="请填写:车辆数量";
|
||
this.VEHICLE_COUNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.VEHICLE_COUNT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.VEHICLE_COUNT.Name = "VEHICLE_COUNT";
|
||
this.VEHICLE_COUNT.Size = new System.Drawing.Size(100, 21);
|
||
this.VEHICLE_COUNT.TabIndex = 7;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_AVGVEHICLE_COUNT.Name = "Label_AVGVEHICLE_COUNT";
|
||
this.Label_AVGVEHICLE_COUNT.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_AVGVEHICLE_COUNT.AutoSize = false;
|
||
this.Label_AVGVEHICLE_COUNT.TabIndex = 8;
|
||
this.Label_AVGVEHICLE_COUNT.Text = "日均车辆数量:";
|
||
this.Label_AVGVEHICLE_COUNT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// AVGVEHICLE_COUNT
|
||
//
|
||
this.toolTip1.SetToolTip(this.AVGVEHICLE_COUNT, "这里是:日均车辆数量的详细信息!");
|
||
this.AVGVEHICLE_COUNT.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.AVGVEHICLE_COUNT.WaterMarkText ="请填写:日均车辆数量";
|
||
this.AVGVEHICLE_COUNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.AVGVEHICLE_COUNT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.AVGVEHICLE_COUNT.Name = "AVGVEHICLE_COUNT";
|
||
this.AVGVEHICLE_COUNT.Size = new System.Drawing.Size(100, 21);
|
||
this.AVGVEHICLE_COUNT.TabIndex = 8;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_STAY_TIMES.Name = "Label_STAY_TIMES";
|
||
this.Label_STAY_TIMES.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_STAY_TIMES.AutoSize = false;
|
||
this.Label_STAY_TIMES.TabIndex = 9;
|
||
this.Label_STAY_TIMES.Text = "停留时长(s):";
|
||
this.Label_STAY_TIMES.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// STAY_TIMES
|
||
//
|
||
this.toolTip1.SetToolTip(this.STAY_TIMES, "这里是:停留时长(s)的详细信息!");
|
||
this.STAY_TIMES.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Float;
|
||
this.STAY_TIMES.WaterMarkText ="请填写:停留时长(s)";
|
||
this.STAY_TIMES.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.STAY_TIMES.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.STAY_TIMES.Name = "STAY_TIMES";
|
||
this.STAY_TIMES.Size = new System.Drawing.Size(100, 21);
|
||
this.STAY_TIMES.TabIndex = 9;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_STAY_TIMESCOUNT.Name = "Label_STAY_TIMESCOUNT";
|
||
this.Label_STAY_TIMESCOUNT.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_STAY_TIMESCOUNT.AutoSize = false;
|
||
this.Label_STAY_TIMESCOUNT.TabIndex = 10;
|
||
this.Label_STAY_TIMESCOUNT.Text = "记录条数(停留时长):";
|
||
this.Label_STAY_TIMESCOUNT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// STAY_TIMESCOUNT
|
||
//
|
||
this.toolTip1.SetToolTip(this.STAY_TIMESCOUNT, "这里是:记录条数(停留时长)的详细信息!");
|
||
this.STAY_TIMESCOUNT.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.STAY_TIMESCOUNT.WaterMarkText ="请填写:记录条数(停留时长)";
|
||
this.STAY_TIMESCOUNT.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.STAY_TIMESCOUNT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.STAY_TIMESCOUNT.Name = "STAY_TIMESCOUNT";
|
||
this.STAY_TIMESCOUNT.Size = new System.Drawing.Size(100, 21);
|
||
this.STAY_TIMESCOUNT.TabIndex = 10;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_AVGSTAY_TIMES.Name = "Label_AVGSTAY_TIMES";
|
||
this.Label_AVGSTAY_TIMES.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_AVGSTAY_TIMES.AutoSize = false;
|
||
this.Label_AVGSTAY_TIMES.TabIndex = 11;
|
||
this.Label_AVGSTAY_TIMES.Text = "平均停留时长(s):";
|
||
this.Label_AVGSTAY_TIMES.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// AVGSTAY_TIMES
|
||
//
|
||
this.toolTip1.SetToolTip(this.AVGSTAY_TIMES, "这里是:平均停留时长(s)的详细信息!");
|
||
this.AVGSTAY_TIMES.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Float;
|
||
this.AVGSTAY_TIMES.WaterMarkText ="请填写:平均停留时长(s)";
|
||
this.AVGSTAY_TIMES.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.AVGSTAY_TIMES.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.AVGSTAY_TIMES.Name = "AVGSTAY_TIMES";
|
||
this.AVGSTAY_TIMES.Size = new System.Drawing.Size(100, 21);
|
||
this.AVGSTAY_TIMES.TabIndex = 11;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_STATISTICS_MONTH.Name = "Label_STATISTICS_MONTH";
|
||
this.Label_STATISTICS_MONTH.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_STATISTICS_MONTH.AutoSize = false;
|
||
this.Label_STATISTICS_MONTH.TabIndex = 12;
|
||
this.Label_STATISTICS_MONTH.Text = "统计日期:";
|
||
this.Label_STATISTICS_MONTH.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// STATISTICS_MONTH
|
||
//
|
||
this.toolTip1.SetToolTip(this.STATISTICS_MONTH, "这里是:统计日期的详细信息!");
|
||
this.STATISTICS_MONTH.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.STATISTICS_MONTH.WaterMarkText ="请填写:统计日期";
|
||
this.STATISTICS_MONTH.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.STATISTICS_MONTH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.STATISTICS_MONTH.Name = "STATISTICS_MONTH";
|
||
this.STATISTICS_MONTH.Size = new System.Drawing.Size(100, 21);
|
||
this.STATISTICS_MONTH.TabIndex = 12;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_OPERATE_DATE.Name = "Label_OPERATE_DATE";
|
||
this.Label_OPERATE_DATE.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_OPERATE_DATE.AutoSize = false;
|
||
this.Label_OPERATE_DATE.TabIndex = 13;
|
||
this.Label_OPERATE_DATE.Text = "记录时间:";
|
||
this.Label_OPERATE_DATE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// OPERATE_DATE
|
||
//
|
||
this.toolTip1.SetToolTip(this.OPERATE_DATE, "这里是:记录时间的详细信息!");
|
||
this.OPERATE_DATE.WaterMarkText ="请填写:记录时间";
|
||
this.OPERATE_DATE.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.OPERATE_DATE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.OPERATE_DATE.Name = "OPERATE_DATE";
|
||
this.OPERATE_DATE.Size = new System.Drawing.Size(100, 21);
|
||
this.OPERATE_DATE.TabIndex = 13;
|
||
//
|
||
// label1
|
||
//
|
||
this.Label_RANK_NUM.Name = "Label_RANK_NUM";
|
||
this.Label_RANK_NUM.Size = new System.Drawing.Size(80, 22);
|
||
this.Label_RANK_NUM.AutoSize = false;
|
||
this.Label_RANK_NUM.TabIndex = 14;
|
||
this.Label_RANK_NUM.Text = "排名顺序:";
|
||
this.Label_RANK_NUM.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// RANK_NUM
|
||
//
|
||
this.toolTip1.SetToolTip(this.RANK_NUM, "这里是:排名顺序的详细信息!");
|
||
this.RANK_NUM.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
|
||
this.RANK_NUM.WaterMarkText ="请填写:排名顺序";
|
||
this.RANK_NUM.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
|
||
this.RANK_NUM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.RANK_NUM.Name = "RANK_NUM";
|
||
this.RANK_NUM.Size = new System.Drawing.Size(100, 21);
|
||
this.RANK_NUM.TabIndex = 14;
|
||
//
|
||
// 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 = "BAYONETOWNERMONTH_AHControl";
|
||
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_BAYONETOWNERMONTH_ID;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx BAYONETOWNERMONTH_ID;
|
||
private System.Windows.Forms.Label Label_SERVERPART_ID;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx SERVERPART_ID;
|
||
private System.Windows.Forms.Label Label_SERVERPART_NAME;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx SERVERPART_NAME;
|
||
private System.Windows.Forms.Label Label_SERVERPART_REGION;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx SERVERPART_REGION;
|
||
private System.Windows.Forms.Label Label_VEHICLE_TYPE;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx VEHICLE_TYPE;
|
||
private System.Windows.Forms.Label Label_LICENSE_PLATE;
|
||
private System.Windows.Forms.ComboBox LICENSE_PLATE;
|
||
private System.Windows.Forms.Label Label_VEHICLE_COUNT;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx VEHICLE_COUNT;
|
||
private System.Windows.Forms.Label Label_AVGVEHICLE_COUNT;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx AVGVEHICLE_COUNT;
|
||
private System.Windows.Forms.Label Label_STAY_TIMES;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx STAY_TIMES;
|
||
private System.Windows.Forms.Label Label_STAY_TIMESCOUNT;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx STAY_TIMESCOUNT;
|
||
private System.Windows.Forms.Label Label_AVGSTAY_TIMES;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx AVGSTAY_TIMES;
|
||
private System.Windows.Forms.Label Label_STATISTICS_MONTH;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx STATISTICS_MONTH;
|
||
private System.Windows.Forms.Label Label_OPERATE_DATE;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx OPERATE_DATE;
|
||
private System.Windows.Forms.Label Label_RANK_NUM;
|
||
private SuperMap.RealEstate.Windows.Controls.TextBoxEx RANK_NUM;
|
||
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;
|
||
}
|
||
}
|