You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

361 lines
17 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using POS.Language.Language;
namespace POSV.Component
{
partial class ShopApiConfigParameter
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtKey = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtBRANCH = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtSHOPNO = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtSHOPNAME = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtaddress = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtSTATIONID = new DevComponents.DotNetBar.Controls.TextBoxX();
this.txtSTATIONNAME = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX10 = new DevComponents.DotNetBar.LabelX();
this.labelX9 = new DevComponents.DotNetBar.LabelX();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.enableServiceCenter = new DevComponents.DotNetBar.Controls.SwitchButton();
this.labelX6 = new DevComponents.DotNetBar.LabelX();
this.labelX4 = new DevComponents.DotNetBar.LabelX();
this.labelX3 = new DevComponents.DotNetBar.LabelX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.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.groupBox1.Controls.Add(this.txtKey);
this.groupBox1.Controls.Add(this.txtBRANCH);
this.groupBox1.Controls.Add(this.txtSHOPNO);
this.groupBox1.Controls.Add(this.txtSHOPNAME);
this.groupBox1.Controls.Add(this.txtaddress);
this.groupBox1.Controls.Add(this.txtSTATIONID);
this.groupBox1.Controls.Add(this.txtSTATIONNAME);
this.groupBox1.Controls.Add(this.labelX10);
this.groupBox1.Controls.Add(this.labelX9);
this.groupBox1.Controls.Add(this.labelX7);
this.groupBox1.Controls.Add(this.labelX8);
this.groupBox1.Controls.Add(this.enableServiceCenter);
this.groupBox1.Controls.Add(this.labelX6);
this.groupBox1.Controls.Add(this.labelX4);
this.groupBox1.Controls.Add(this.labelX3);
this.groupBox1.Controls.Add(this.labelX2);
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 16F);
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(640, 500);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "商铺配置";
//
// txtKey
//
this.txtKey.BackColor = System.Drawing.Color.White;
//
//
//
this.txtKey.Border.Class = "TextBoxBorder";
this.txtKey.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtKey.DisabledBackColor = System.Drawing.Color.White;
this.txtKey.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtKey.ForeColor = System.Drawing.Color.Black;
this.txtKey.Location = new System.Drawing.Point(169, 304);
this.txtKey.Name = "txtKey";
this.txtKey.PreventEnterBeep = true;
this.txtKey.Size = new System.Drawing.Size(372, 29);
this.txtKey.TabIndex = 157;
//
// txtBRANCH
//
this.txtBRANCH.BackColor = System.Drawing.Color.White;
//
//
//
this.txtBRANCH.Border.Class = "TextBoxBorder";
this.txtBRANCH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtBRANCH.DisabledBackColor = System.Drawing.Color.White;
this.txtBRANCH.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtBRANCH.ForeColor = System.Drawing.Color.Black;
this.txtBRANCH.Location = new System.Drawing.Point(169, 258);
this.txtBRANCH.Name = "txtBRANCH";
this.txtBRANCH.PreventEnterBeep = true;
this.txtBRANCH.Size = new System.Drawing.Size(372, 29);
this.txtBRANCH.TabIndex = 156;
//
// txtSHOPNO
//
this.txtSHOPNO.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSHOPNO.Border.Class = "TextBoxBorder";
this.txtSHOPNO.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSHOPNO.DisabledBackColor = System.Drawing.Color.White;
this.txtSHOPNO.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtSHOPNO.ForeColor = System.Drawing.Color.Black;
this.txtSHOPNO.Location = new System.Drawing.Point(169, 212);
this.txtSHOPNO.Name = "txtSHOPNO";
this.txtSHOPNO.PreventEnterBeep = true;
this.txtSHOPNO.Size = new System.Drawing.Size(372, 29);
this.txtSHOPNO.TabIndex = 155;
//
// txtSHOPNAME
//
this.txtSHOPNAME.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSHOPNAME.Border.Class = "TextBoxBorder";
this.txtSHOPNAME.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSHOPNAME.DisabledBackColor = System.Drawing.Color.White;
this.txtSHOPNAME.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtSHOPNAME.ForeColor = System.Drawing.Color.Black;
this.txtSHOPNAME.Location = new System.Drawing.Point(169, 166);
this.txtSHOPNAME.Name = "txtSHOPNAME";
this.txtSHOPNAME.PreventEnterBeep = true;
this.txtSHOPNAME.Size = new System.Drawing.Size(372, 29);
this.txtSHOPNAME.TabIndex = 154;
//
// txtaddress
//
this.txtaddress.BackColor = System.Drawing.Color.White;
//
//
//
this.txtaddress.Border.Class = "TextBoxBorder";
this.txtaddress.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtaddress.DisabledBackColor = System.Drawing.Color.White;
this.txtaddress.ForeColor = System.Drawing.Color.Black;
this.txtaddress.Location = new System.Drawing.Point(169, 345);
this.txtaddress.Multiline = true;
this.txtaddress.Name = "txtaddress";
this.txtaddress.PreventEnterBeep = true;
this.txtaddress.Size = new System.Drawing.Size(372, 59);
this.txtaddress.TabIndex = 7;
//
// txtSTATIONID
//
this.txtSTATIONID.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSTATIONID.Border.Class = "TextBoxBorder";
this.txtSTATIONID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSTATIONID.DisabledBackColor = System.Drawing.Color.White;
this.txtSTATIONID.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtSTATIONID.ForeColor = System.Drawing.Color.Black;
this.txtSTATIONID.Location = new System.Drawing.Point(169, 120);
this.txtSTATIONID.Name = "txtSTATIONID";
this.txtSTATIONID.PreventEnterBeep = true;
this.txtSTATIONID.Size = new System.Drawing.Size(372, 29);
this.txtSTATIONID.TabIndex = 6;
//
// txtSTATIONNAME
//
this.txtSTATIONNAME.BackColor = System.Drawing.Color.White;
//
//
//
this.txtSTATIONNAME.Border.Class = "TextBoxBorder";
this.txtSTATIONNAME.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.txtSTATIONNAME.DisabledBackColor = System.Drawing.Color.White;
this.txtSTATIONNAME.Font = new System.Drawing.Font("微软雅黑", 12F);
this.txtSTATIONNAME.ForeColor = System.Drawing.Color.Black;
this.txtSTATIONNAME.Location = new System.Drawing.Point(169, 74);
this.txtSTATIONNAME.Name = "txtSTATIONNAME";
this.txtSTATIONNAME.PreventEnterBeep = true;
this.txtSTATIONNAME.Size = new System.Drawing.Size(372, 29);
this.txtSTATIONNAME.TabIndex = 5;
//
// labelX10
//
//
//
//
this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX10.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX10.Location = new System.Drawing.Point(68, 356);
this.labelX10.Name = "labelX10";
this.labelX10.Size = new System.Drawing.Size(135, 23);
this.labelX10.TabIndex = 153;
this.labelX10.Text = "服务器地址:";
//
// labelX9
//
//
//
//
this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX9.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX9.Location = new System.Drawing.Point(68, 310);
this.labelX9.Name = "labelX9";
this.labelX9.Size = new System.Drawing.Size(102, 23);
this.labelX9.TabIndex = 152;
this.labelX9.Text = "Key秘钥";
//
// labelX7
//
//
//
//
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX7.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX7.Location = new System.Drawing.Point(68, 264);
this.labelX7.Name = "labelX7";
this.labelX7.Size = new System.Drawing.Size(112, 23);
this.labelX7.TabIndex = 151;
this.labelX7.Text = "所属分公司:";
//
// labelX8
//
//
//
//
this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX8.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX8.Location = new System.Drawing.Point(68, 218);
this.labelX8.Name = "labelX8";
this.labelX8.Size = new System.Drawing.Size(102, 23);
this.labelX8.TabIndex = 150;
this.labelX8.Text = "商店ID";
//
// enableServiceCenter
//
this.enableServiceCenter.BackColor = System.Drawing.Color.White;
//
//
//
this.enableServiceCenter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.enableServiceCenter.Location = new System.Drawing.Point(178, 25);
this.enableServiceCenter.Name = "enableServiceCenter";
this.enableServiceCenter.OffBackColor = System.Drawing.Color.Gray;
this.enableServiceCenter.OffText = "停用";
this.enableServiceCenter.OffTextColor = System.Drawing.Color.White;
this.enableServiceCenter.OnBackColor = System.Drawing.Color.Green;
this.enableServiceCenter.OnText = "启用";
this.enableServiceCenter.OnTextColor = System.Drawing.Color.White;
this.enableServiceCenter.ReadOnlyMarkerColor = System.Drawing.Color.White;
this.enableServiceCenter.Size = new System.Drawing.Size(101, 33);
this.enableServiceCenter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.enableServiceCenter.SwitchWidth = 45;
this.enableServiceCenter.TabIndex = 142;
this.enableServiceCenter.ValueFalse = "0";
this.enableServiceCenter.ValueTrue = "1";
//
// labelX6
//
//
//
//
this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX6.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX6.Location = new System.Drawing.Point(68, 35);
this.labelX6.Name = "labelX6";
this.labelX6.Size = new System.Drawing.Size(135, 23);
this.labelX6.TabIndex = 144;
this.labelX6.Text = "启用配置:";
//
// labelX4
//
//
//
//
this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX4.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX4.Location = new System.Drawing.Point(68, 172);
this.labelX4.Name = "labelX4";
this.labelX4.Size = new System.Drawing.Size(102, 23);
this.labelX4.TabIndex = 4;
this.labelX4.Text = "商店名称:";
//
// labelX3
//
//
//
//
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX3.Location = new System.Drawing.Point(68, 126);
this.labelX3.Name = "labelX3";
this.labelX3.Size = new System.Drawing.Size(89, 23);
this.labelX3.TabIndex = 3;
this.labelX3.Text = "车站ID";
//
// labelX2
//
//
//
//
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.labelX2.Location = new System.Drawing.Point(68, 80);
this.labelX2.Name = "labelX2";
this.labelX2.Size = new System.Drawing.Size(102, 23);
this.labelX2.TabIndex = 2;
this.labelX2.Text = "车站名称:";
//
// ShopApiConfigParameter
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.groupBox1);
this.Name = "ShopApiConfigParameter";
this.Size = new System.Drawing.Size(646, 506);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private DevComponents.DotNetBar.Controls.TextBoxX txtaddress;
private DevComponents.DotNetBar.Controls.TextBoxX txtSTATIONID;
private DevComponents.DotNetBar.Controls.TextBoxX txtSTATIONNAME;
private DevComponents.DotNetBar.LabelX labelX4;
private DevComponents.DotNetBar.LabelX labelX3;
private DevComponents.DotNetBar.LabelX labelX2;
private DevComponents.DotNetBar.Controls.SwitchButton enableServiceCenter;
private DevComponents.DotNetBar.LabelX labelX6;
private DevComponents.DotNetBar.Controls.TextBoxX txtKey;
private DevComponents.DotNetBar.Controls.TextBoxX txtBRANCH;
private DevComponents.DotNetBar.Controls.TextBoxX txtSHOPNO;
private DevComponents.DotNetBar.Controls.TextBoxX txtSHOPNAME;
private DevComponents.DotNetBar.LabelX labelX10;
private DevComponents.DotNetBar.LabelX labelX9;
private DevComponents.DotNetBar.LabelX labelX7;
private DevComponents.DotNetBar.LabelX labelX8;
}
}