namespace PTMedicalInsurance.Forms
{
partial class JsonMappingForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.lstBase = new System.Windows.Forms.ListBox();
this.localContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.fixValue = new System.Windows.Forms.ToolStripMenuItem();
this.globalVar = new System.Windows.Forms.ToolStripMenuItem();
this.medtrt_id = new System.Windows.Forms.ToolStripMenuItem();
this.insuplc_admvs = new System.Windows.Forms.ToolStripMenuItem();
this.insuadm_admvs = new System.Windows.Forms.ToolStripMenuItem();
this.pns_no = new System.Windows.Forms.ToolStripMenuItem();
this.psn_name = new System.Windows.Forms.ToolStripMenuItem();
this.gender = new System.Windows.Forms.ToolStripMenuItem();
this.age = new System.Windows.Forms.ToolStripMenuItem();
this.birthday = new System.Windows.Forms.ToolStripMenuItem();
this.insutype = new System.Windows.Forms.ToolStripMenuItem();
this.medtype = new System.Windows.Forms.ToolStripMenuItem();
this.ecToken = new System.Windows.Forms.ToolStripMenuItem();
this.clearway = new System.Windows.Forms.ToolStripMenuItem();
this.insuOrgCode = new System.Windows.Forms.ToolStripMenuItem();
this.admid = new System.Windows.Forms.ToolStripMenuItem();
this.certtype = new System.Windows.Forms.ToolStripMenuItem();
this.certno = new System.Windows.Forms.ToolStripMenuItem();
this.ecCardNo = new System.Windows.Forms.ToolStripMenuItem();
this.settleid = new System.Windows.Forms.ToolStripMenuItem();
this.cardsn = new System.Windows.Forms.ToolStripMenuItem();
this.saveToExpand = new System.Windows.Forms.ToolStripMenuItem();
this.label1 = new System.Windows.Forms.Label();
this.lstLocal = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.txtBase = new System.Windows.Forms.RichTextBox();
this.txtLocal = new System.Windows.Forms.RichTextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnLoad = new System.Windows.Forms.Button();
this.lstMap = new System.Windows.Forms.ListBox();
this.mapContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.numToDate = new System.Windows.Forms.ToolStripMenuItem();
this.stringToDate = new System.Windows.Forms.ToolStripMenuItem();
this.ToString = new System.Windows.Forms.ToolStripMenuItem();
this.txtName = new System.Windows.Forms.TextBox();
this.btnMap = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.btnExchange = new System.Windows.Forms.Button();
this.btnMockLocal = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.radioInput = new System.Windows.Forms.RadioButton();
this.radioOutput = new System.Windows.Forms.RadioButton();
this.btnSave = new System.Windows.Forms.Button();
this.btnConfig = new System.Windows.Forms.Button();
this.btnTest = new System.Windows.Forms.Button();
this.btnChange = new System.Windows.Forms.Button();
this.txtLocalName = new System.Windows.Forms.TextBox();
this.txtBaseName = new System.Windows.Forms.TextBox();
this.bizType = new System.Windows.Forms.ToolStripMenuItem();
this.localContextMenu.SuspendLayout();
this.mapContextMenu.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// lstBase
//
this.lstBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lstBase.FormattingEnabled = true;
this.lstBase.HorizontalScrollbar = true;
this.lstBase.ItemHeight = 15;
this.lstBase.Location = new System.Drawing.Point(11, 40);
this.lstBase.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lstBase.Name = "lstBase";
this.lstBase.Size = new System.Drawing.Size(333, 289);
this.lstBase.TabIndex = 0;
//
// localContextMenu
//
this.localContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
this.localContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fixValue,
this.globalVar,
this.saveToExpand});
this.localContextMenu.Name = "localContextMenu";
this.localContextMenu.Size = new System.Drawing.Size(211, 104);
//
// fixValue
//
this.fixValue.Name = "fixValue";
this.fixValue.Size = new System.Drawing.Size(210, 24);
this.fixValue.Text = "设定固定值";
this.fixValue.Click += new System.EventHandler(this.fixValue_Click);
//
// globalVar
//
this.globalVar.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.medtrt_id,
this.insuplc_admvs,
this.insuadm_admvs,
this.pns_no,
this.psn_name,
this.gender,
this.age,
this.birthday,
this.insutype,
this.medtype,
this.ecToken,
this.clearway,
this.insuOrgCode,
this.admid,
this.certtype,
this.certno,
this.ecCardNo,
this.settleid,
this.cardsn,
this.bizType});
this.globalVar.Name = "globalVar";
this.globalVar.ShowShortcutKeys = false;
this.globalVar.Size = new System.Drawing.Size(210, 24);
this.globalVar.Text = "设置全局变量";
//
// medtrt_id
//
this.medtrt_id.Name = "medtrt_id";
this.medtrt_id.Size = new System.Drawing.Size(224, 26);
this.medtrt_id.Text = "医保就诊ID";
this.medtrt_id.Click += new System.EventHandler(this.medtrt_id_Click);
//
// insuplc_admvs
//
this.insuplc_admvs.Name = "insuplc_admvs";
this.insuplc_admvs.Size = new System.Drawing.Size(224, 26);
this.insuplc_admvs.Text = "就医地";
this.insuplc_admvs.Click += new System.EventHandler(this.insuplc_admvs_Click);
//
// insuadm_admvs
//
this.insuadm_admvs.Name = "insuadm_admvs";
this.insuadm_admvs.Size = new System.Drawing.Size(224, 26);
this.insuadm_admvs.Text = "参保地";
this.insuadm_admvs.Click += new System.EventHandler(this.insuadm_admvs_Click);
//
// pns_no
//
this.pns_no.Name = "pns_no";
this.pns_no.Size = new System.Drawing.Size(224, 26);
this.pns_no.Text = "个人编号";
this.pns_no.Click += new System.EventHandler(this.pns_no_Click);
//
// psn_name
//
this.psn_name.Name = "psn_name";
this.psn_name.Size = new System.Drawing.Size(224, 26);
this.psn_name.Text = "姓名";
this.psn_name.Click += new System.EventHandler(this.psn_name_Click);
//
// gender
//
this.gender.Name = "gender";
this.gender.Size = new System.Drawing.Size(224, 26);
this.gender.Text = "性别";
this.gender.Click += new System.EventHandler(this.gender_Click);
//
// age
//
this.age.Name = "age";
this.age.Size = new System.Drawing.Size(224, 26);
this.age.Text = "年龄";
this.age.Click += new System.EventHandler(this.age_Click);
//
// birthday
//
this.birthday.Name = "birthday";
this.birthday.Size = new System.Drawing.Size(224, 26);
this.birthday.Text = "出生日期";
this.birthday.Click += new System.EventHandler(this.birthday_Click);
//
// insutype
//
this.insutype.Name = "insutype";
this.insutype.Size = new System.Drawing.Size(224, 26);
this.insutype.Text = "险种类型";
this.insutype.Click += new System.EventHandler(this.insutype_Click);
//
// medtype
//
this.medtype.Name = "medtype";
this.medtype.Size = new System.Drawing.Size(224, 26);
this.medtype.Text = "医疗类别";
this.medtype.Click += new System.EventHandler(this.medtype_Click);
//
// ecToken
//
this.ecToken.Name = "ecToken";
this.ecToken.Size = new System.Drawing.Size(224, 26);
this.ecToken.Text = "电子凭证令牌";
this.ecToken.Click += new System.EventHandler(this.ecToken_Click);
//
// clearway
//
this.clearway.Name = "clearway";
this.clearway.Size = new System.Drawing.Size(224, 26);
this.clearway.Text = "清算方式";
this.clearway.Click += new System.EventHandler(this.clearway_Click);
//
// insuOrgCode
//
this.insuOrgCode.Name = "insuOrgCode";
this.insuOrgCode.Size = new System.Drawing.Size(224, 26);
this.insuOrgCode.Text = "医院编码(社保)";
this.insuOrgCode.Click += new System.EventHandler(this.insuOrgCode_Click);
//
// admid
//
this.admid.Name = "admid";
this.admid.Size = new System.Drawing.Size(224, 26);
this.admid.Text = "就诊ID";
this.admid.Click += new System.EventHandler(this.admid_Click);
//
// certtype
//
this.certtype.Name = "certtype";
this.certtype.Size = new System.Drawing.Size(224, 26);
this.certtype.Text = "证件类型";
this.certtype.Click += new System.EventHandler(this.certtype_Click);
//
// certno
//
this.certno.Name = "certno";
this.certno.Size = new System.Drawing.Size(224, 26);
this.certno.Text = "证件号";
this.certno.Click += new System.EventHandler(this.certno_Click);
//
// ecCardNo
//
this.ecCardNo.Name = "ecCardNo";
this.ecCardNo.Size = new System.Drawing.Size(224, 26);
this.ecCardNo.Text = "电子医保卡号";
this.ecCardNo.Click += new System.EventHandler(this.ecCardNo_Click);
//
// settleid
//
this.settleid.Name = "settleid";
this.settleid.Size = new System.Drawing.Size(224, 26);
this.settleid.Text = "结算ID";
this.settleid.Click += new System.EventHandler(this.settleid_Click);
//
// cardsn
//
this.cardsn.Name = "cardsn";
this.cardsn.Size = new System.Drawing.Size(224, 26);
this.cardsn.Text = "卡识别号";
this.cardsn.Click += new System.EventHandler(this.cardsn_Click);
//
// saveToExpand
//
this.saveToExpand.Name = "saveToExpand";
this.saveToExpand.Size = new System.Drawing.Size(210, 24);
this.saveToExpand.Text = "保存到扩展节点";
this.saveToExpand.Click += new System.EventHandler(this.saveToExpand_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(52, 15);
this.label1.TabIndex = 1;
this.label1.Text = "基线版";
//
// lstLocal
//
this.lstLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.lstLocal.ContextMenuStrip = this.localContextMenu;
this.lstLocal.FormattingEnabled = true;
this.lstLocal.ItemHeight = 15;
this.lstLocal.Location = new System.Drawing.Point(581, 38);
this.lstLocal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lstLocal.Name = "lstLocal";
this.lstLocal.Size = new System.Drawing.Size(320, 289);
this.lstLocal.TabIndex = 0;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(579, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 15);
this.label2.TabIndex = 1;
this.label2.Text = "地方版";
//
// txtBase
//
this.txtBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.txtBase.Location = new System.Drawing.Point(3, 23);
this.txtBase.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtBase.Name = "txtBase";
this.txtBase.Size = new System.Drawing.Size(573, 248);
this.txtBase.TabIndex = 3;
this.txtBase.Text = "";
//
// txtLocal
//
this.txtLocal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtLocal.Location = new System.Drawing.Point(581, 23);
this.txtLocal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtLocal.Name = "txtLocal";
this.txtLocal.Size = new System.Drawing.Size(659, 248);
this.txtLocal.TabIndex = 3;
this.txtLocal.Text = "";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(114, 15);
this.label3.TabIndex = 1;
this.label3.Text = "基线版JSON数据";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(579, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 15);
this.label4.TabIndex = 1;
this.label4.Text = "地方版JSON数据";
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(394, 193);
this.btnLoad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(129, 36);
this.btnLoad.TabIndex = 2;
this.btnLoad.Text = "加载属性";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// lstMap
//
this.lstMap.ContextMenuStrip = this.mapContextMenu;
this.lstMap.FormattingEnabled = true;
this.lstMap.HorizontalScrollbar = true;
this.lstMap.ItemHeight = 15;
this.lstMap.Location = new System.Drawing.Point(907, 38);
this.lstMap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.lstMap.Name = "lstMap";
this.lstMap.Size = new System.Drawing.Size(328, 289);
this.lstMap.TabIndex = 0;
this.lstMap.DoubleClick += new System.EventHandler(this.lstMap_DoubleClick);
//
// mapContextMenu
//
this.mapContextMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
this.mapContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.numToDate,
this.stringToDate,
this.ToString});
this.mapContextMenu.Name = "mapContextMenu";
this.mapContextMenu.Size = new System.Drawing.Size(258, 76);
//
// numToDate
//
this.numToDate.Name = "numToDate";
this.numToDate.Size = new System.Drawing.Size(257, 24);
this.numToDate.Text = "数字转日期(yyyy-MM-dd)";
this.numToDate.Click += new System.EventHandler(this.numToDate_Click);
//
// stringToDate
//
this.stringToDate.Name = "stringToDate";
this.stringToDate.Size = new System.Drawing.Size(257, 24);
this.stringToDate.Text = "日期格式(yyyy-MM-dd)";
this.stringToDate.Click += new System.EventHandler(this.stringToDate_Click);
//
// ToString
//
this.ToString.Name = "ToString";
this.ToString.Size = new System.Drawing.Size(257, 24);
this.ToString.Text = "字符串格式";
this.ToString.Click += new System.EventHandler(this.ToString_Click);
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(363, 45);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(200, 25);
this.txtName.TabIndex = 4;
//
// btnMap
//
this.btnMap.Location = new System.Drawing.Point(394, 242);
this.btnMap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnMap.Name = "btnMap";
this.btnMap.Size = new System.Drawing.Size(129, 37);
this.btnMap.TabIndex = 2;
this.btnMap.Text = "映射属性>>";
this.btnMap.UseVisualStyleBackColor = true;
this.btnMap.Click += new System.EventHandler(this.btnMap_Click);
//
// panel1
//
this.panel1.Controls.Add(this.btnExchange);
this.panel1.Controls.Add(this.btnMockLocal);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtBase);
this.panel1.Controls.Add(this.txtLocal);
this.panel1.Controls.Add(this.label4);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 336);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1244, 278);
this.panel1.TabIndex = 5;
//
// btnExchange
//
this.btnExchange.Location = new System.Drawing.Point(869, -2);
this.btnExchange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnExchange.Name = "btnExchange";
this.btnExchange.Size = new System.Drawing.Size(96, 23);
this.btnExchange.TabIndex = 5;
this.btnExchange.Text = "对换JSON";
this.btnExchange.UseVisualStyleBackColor = true;
this.btnExchange.Click += new System.EventHandler(this.btnExchange_Click);
//
// btnMockLocal
//
this.btnMockLocal.Location = new System.Drawing.Point(748, -4);
this.btnMockLocal.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnMockLocal.Name = "btnMockLocal";
this.btnMockLocal.Size = new System.Drawing.Size(91, 23);
this.btnMockLocal.TabIndex = 4;
this.btnMockLocal.Text = "Mock数据";
this.btnMockLocal.UseVisualStyleBackColor = true;
this.btnMockLocal.Click += new System.EventHandler(this.btnMockLocal_Click);
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(904, 15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 15);
this.label6.TabIndex = 1;
this.label6.Text = "映射结果";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioInput);
this.groupBox1.Controls.Add(this.radioOutput);
this.groupBox1.Location = new System.Drawing.Point(362, 73);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 106);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "转换方向";
//
// radioInput
//
this.radioInput.AutoSize = true;
this.radioInput.Checked = true;
this.radioInput.Location = new System.Drawing.Point(48, 29);
this.radioInput.Name = "radioInput";
this.radioInput.Size = new System.Drawing.Size(88, 19);
this.radioInput.TabIndex = 0;
this.radioInput.TabStop = true;
this.radioInput.Text = "入参映射";
this.radioInput.UseVisualStyleBackColor = true;
this.radioInput.CheckedChanged += new System.EventHandler(this.radioInput_CheckedChanged);
//
// radioOutput
//
this.radioOutput.AutoSize = true;
this.radioOutput.Location = new System.Drawing.Point(48, 65);
this.radioOutput.Name = "radioOutput";
this.radioOutput.Size = new System.Drawing.Size(88, 19);
this.radioOutput.TabIndex = 0;
this.radioOutput.TabStop = true;
this.radioOutput.Text = "出参映射";
this.radioOutput.UseVisualStyleBackColor = true;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(444, 9);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(95, 23);
this.btnSave.TabIndex = 7;
this.btnSave.Text = "保存映射";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnConfig
//
this.btnConfig.Location = new System.Drawing.Point(363, 9);
this.btnConfig.Name = "btnConfig";
this.btnConfig.Size = new System.Drawing.Size(75, 23);
this.btnConfig.TabIndex = 7;
this.btnConfig.Text = "加载配置";
this.btnConfig.UseVisualStyleBackColor = true;
this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click);
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(394, 292);
this.btnTest.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(129, 36);
this.btnTest.TabIndex = 2;
this.btnTest.Text = "测试转换>>";
this.btnTest.UseVisualStyleBackColor = true;
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
//
// btnChange
//
this.btnChange.Location = new System.Drawing.Point(981, 13);
this.btnChange.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnChange.Name = "btnChange";
this.btnChange.Size = new System.Drawing.Size(67, 19);
this.btnChange.TabIndex = 8;
this.btnChange.Text = "交换";
this.btnChange.UseVisualStyleBackColor = true;
this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
//
// txtLocalName
//
this.txtLocalName.Location = new System.Drawing.Point(639, 11);
this.txtLocalName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtLocalName.Name = "txtLocalName";
this.txtLocalName.Size = new System.Drawing.Size(200, 25);
this.txtLocalName.TabIndex = 9;
this.txtLocalName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLocalName_KeyDown);
//
// txtBaseName
//
this.txtBaseName.Location = new System.Drawing.Point(85, 9);
this.txtBaseName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtBaseName.Name = "txtBaseName";
this.txtBaseName.Size = new System.Drawing.Size(196, 25);
this.txtBaseName.TabIndex = 9;
this.txtBaseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBaseName_KeyDown);
//
// bizType
//
this.bizType.Name = "bizType";
this.bizType.Size = new System.Drawing.Size(224, 26);
this.bizType.Text = "业务类型";
this.bizType.Click += new System.EventHandler(this.bizType_Click);
//
// JsonMappingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1244, 614);
this.Controls.Add(this.txtBaseName);
this.Controls.Add(this.txtLocalName);
this.Controls.Add(this.btnChange);
this.Controls.Add(this.btnConfig);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.lstMap);
this.Controls.Add(this.panel1);
this.Controls.Add(this.txtName);
this.Controls.Add(this.btnTest);
this.Controls.Add(this.btnLoad);
this.Controls.Add(this.btnMap);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.lstLocal);
this.Controls.Add(this.lstBase);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "JsonMappingForm";
this.Text = "Json映射";
this.Load += new System.EventHandler(this.JsonMappingForm_Load);
this.localContextMenu.ResumeLayout(false);
this.mapContextMenu.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox lstBase;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox lstLocal;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RichTextBox txtBase;
private System.Windows.Forms.RichTextBox txtLocal;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.ListBox lstMap;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Button btnMap;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton radioInput;
private System.Windows.Forms.RadioButton radioOutput;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnConfig;
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Button btnChange;
private System.Windows.Forms.Button btnMockLocal;
private System.Windows.Forms.TextBox txtLocalName;
private System.Windows.Forms.Button btnExchange;
private System.Windows.Forms.TextBox txtBaseName;
private System.Windows.Forms.ContextMenuStrip localContextMenu;
private System.Windows.Forms.ToolStripMenuItem fixValue;
private System.Windows.Forms.ContextMenuStrip mapContextMenu;
private System.Windows.Forms.ToolStripMenuItem numToDate;
private System.Windows.Forms.ToolStripMenuItem stringToDate;
private System.Windows.Forms.ToolStripMenuItem globalVar;
private System.Windows.Forms.ToolStripMenuItem medtrt_id;
private System.Windows.Forms.ToolStripMenuItem insuplc_admvs;
private System.Windows.Forms.ToolStripMenuItem insuadm_admvs;
private System.Windows.Forms.ToolStripMenuItem pns_no;
private System.Windows.Forms.ToolStripMenuItem psn_name;
private System.Windows.Forms.ToolStripMenuItem gender;
private System.Windows.Forms.ToolStripMenuItem age;
private System.Windows.Forms.ToolStripMenuItem birthday;
private System.Windows.Forms.ToolStripMenuItem insutype;
private System.Windows.Forms.ToolStripMenuItem medtype;
private System.Windows.Forms.ToolStripMenuItem ecToken;
private System.Windows.Forms.ToolStripMenuItem saveToExpand;
private System.Windows.Forms.ToolStripMenuItem clearway;
private System.Windows.Forms.ToolStripMenuItem ToString;
private System.Windows.Forms.ToolStripMenuItem insuOrgCode;
private System.Windows.Forms.ToolStripMenuItem admid;
private System.Windows.Forms.ToolStripMenuItem certtype;
private System.Windows.Forms.ToolStripMenuItem certno;
private System.Windows.Forms.ToolStripMenuItem ecCardNo;
private System.Windows.Forms.ToolStripMenuItem settleid;
private System.Windows.Forms.ToolStripMenuItem cardsn;
private System.Windows.Forms.ToolStripMenuItem bizType;
}
}