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

198 lines
11 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_RTCOMMODITY_商品类别关系 的设计类
/// <summary>
partial class RTCOMMODITYControl
{
/// <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_RTCOMMODITY_ID = new System.Windows.Forms.Label();
this.RTCOMMODITY_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_COMMODITY_ID = new System.Windows.Forms.Label();
this.COMMODITY_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_COMMODITYTYPE_ID = new System.Windows.Forms.Label();
this.COMMODITYTYPE_ID= new SuperMap.RealEstate.Windows.Controls.TextBoxEx();
this.Label_RTCOMMODITY_DESC = new System.Windows.Forms.Label();
this.RTCOMMODITY_DESC= 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_RTCOMMODITY_ID);
this.flowLayoutPanel1.Controls.Add(this.RTCOMMODITY_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_COMMODITY_ID);
this.flowLayoutPanel1.Controls.Add(this.COMMODITY_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_COMMODITYTYPE_ID);
this.flowLayoutPanel1.Controls.Add(this.COMMODITYTYPE_ID);
this.flowLayoutPanel1.Controls.Add(this.Label_RTCOMMODITY_DESC);
this.flowLayoutPanel1.Controls.Add(this.RTCOMMODITY_DESC);
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_RTCOMMODITY_ID.Name = "Label_RTCOMMODITY_ID";
this.Label_RTCOMMODITY_ID.Size = new System.Drawing.Size(80, 22);
this.Label_RTCOMMODITY_ID.AutoSize = false;
this.Label_RTCOMMODITY_ID.TabIndex = 1;
this.Label_RTCOMMODITY_ID.Text = "内码:";
this.Label_RTCOMMODITY_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// RTCOMMODITY_ID
//
this.toolTip1.SetToolTip(this.RTCOMMODITY_ID, "这里是:内码的详细信息!");
this.RTCOMMODITY_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.RTCOMMODITY_ID.WaterMarkText ="请填写:内码";
this.RTCOMMODITY_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.RTCOMMODITY_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RTCOMMODITY_ID.Name = "RTCOMMODITY_ID";
this.RTCOMMODITY_ID.Size = new System.Drawing.Size(100, 21);
this.RTCOMMODITY_ID.TabIndex = 1;
//
// label1
//
this.Label_COMMODITY_ID.Name = "Label_COMMODITY_ID";
this.Label_COMMODITY_ID.Size = new System.Drawing.Size(80, 22);
this.Label_COMMODITY_ID.AutoSize = false;
this.Label_COMMODITY_ID.TabIndex = 2;
this.Label_COMMODITY_ID.Text = "商品内码:";
this.Label_COMMODITY_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// COMMODITY_ID
//
this.toolTip1.SetToolTip(this.COMMODITY_ID, "这里是:商品内码的详细信息!");
this.COMMODITY_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.COMMODITY_ID.WaterMarkText ="请填写:商品内码";
this.COMMODITY_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.COMMODITY_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.COMMODITY_ID.Name = "COMMODITY_ID";
this.COMMODITY_ID.Size = new System.Drawing.Size(100, 21);
this.COMMODITY_ID.TabIndex = 2;
//
// label1
//
this.Label_COMMODITYTYPE_ID.Name = "Label_COMMODITYTYPE_ID";
this.Label_COMMODITYTYPE_ID.Size = new System.Drawing.Size(80, 22);
this.Label_COMMODITYTYPE_ID.AutoSize = false;
this.Label_COMMODITYTYPE_ID.TabIndex = 3;
this.Label_COMMODITYTYPE_ID.Text = "商品类别内码:";
this.Label_COMMODITYTYPE_ID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// COMMODITYTYPE_ID
//
this.toolTip1.SetToolTip(this.COMMODITYTYPE_ID, "这里是:商品类别内码的详细信息!");
this.COMMODITYTYPE_ID.ControlType = SuperMap.RealEstate.Windows.Controls.TextBoxEx.RegexType.Integer;
this.COMMODITYTYPE_ID.WaterMarkText ="请填写:商品类别内码";
this.COMMODITYTYPE_ID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.COMMODITYTYPE_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.COMMODITYTYPE_ID.Name = "COMMODITYTYPE_ID";
this.COMMODITYTYPE_ID.Size = new System.Drawing.Size(100, 21);
this.COMMODITYTYPE_ID.TabIndex = 3;
//
// label1
//
this.Label_RTCOMMODITY_DESC.Name = "Label_RTCOMMODITY_DESC";
this.Label_RTCOMMODITY_DESC.Size = new System.Drawing.Size(80, 22);
this.Label_RTCOMMODITY_DESC.AutoSize = false;
this.Label_RTCOMMODITY_DESC.TabIndex = 4;
this.Label_RTCOMMODITY_DESC.Text = "其他:";
this.Label_RTCOMMODITY_DESC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// RTCOMMODITY_DESC
//
this.toolTip1.SetToolTip(this.RTCOMMODITY_DESC, "这里是:其他的详细信息!");
this.RTCOMMODITY_DESC.WaterMarkText ="请填写:其他";
this.RTCOMMODITY_DESC.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(206)))), ((int)(((byte)(250)))));
this.RTCOMMODITY_DESC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.RTCOMMODITY_DESC.Name = "RTCOMMODITY_DESC";
this.RTCOMMODITY_DESC.Size = new System.Drawing.Size(100, 21);
this.RTCOMMODITY_DESC.TabIndex = 4;
//
// 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 = "RTCOMMODITYControl";
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_RTCOMMODITY_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx RTCOMMODITY_ID;
private System.Windows.Forms.Label Label_COMMODITY_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx COMMODITY_ID;
private System.Windows.Forms.Label Label_COMMODITYTYPE_ID;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx COMMODITYTYPE_ID;
private System.Windows.Forms.Label Label_RTCOMMODITY_DESC;
private SuperMap.RealEstate.Windows.Controls.TextBoxEx RTCOMMODITY_DESC;
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;
}
}