namespace NXWMS.Forms.Base.ChildFrm { partial class FrmCustomerEdit { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCustomerEdit)); this.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator(); this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage(); this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox(); this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel(); this.txtAddress = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtCustomerCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel20 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel19 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel17 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.lbBinLayer = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.cmbProvince = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.cmbCustomerType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtCustomerName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.cmbCity = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.cmbArea = new ComponentFactory.Krypton.Toolkit.KryptonComboBox(); this.txtPostalCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.cmbStreet = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.txtRoute = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtContractPhone = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtContract = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtPutRule = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtDistributionRule = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox(); this.lbStatusMessage = new System.Windows.Forms.Label(); this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit(); this.groupOperation.Panel.SuspendLayout(); this.groupOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit(); this.kryptonPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit(); this.kryptonNavigatorOperation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit(); this.kryptonPageInfo.SuspendLayout(); this.tableLayoutPanelInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbProvince)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbCity)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbArea)).BeginInit(); this.SuspendLayout(); // // groupOperation // this.groupOperation.CaptionOverlap = 0D; this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel; this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1; this.groupOperation.Location = new System.Drawing.Point(0, 0); this.groupOperation.Name = "groupOperation"; // // groupOperation.Panel // this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput); this.groupOperation.Panel.Controls.Add(this.lbStatusMessage); this.groupOperation.Panel.Controls.Add(this.btnSave); this.groupOperation.Panel.Controls.Add(this.btnExit); this.groupOperation.Size = new System.Drawing.Size(820, 450); this.groupOperation.TabIndex = 65; this.groupOperation.Values.Heading = "编辑"; this.groupOperation.Values.Image = ((System.Drawing.Image)(resources.GetObject("groupOperation.Values.Image"))); // // kryptonPanelInput // this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation); this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0); this.kryptonPanelInput.Name = "kryptonPanelInput"; this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone; this.kryptonPanelInput.Size = new System.Drawing.Size(816, 380); this.kryptonPanelInput.TabIndex = 48; // // kryptonNavigatorOperation // this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None; this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide; this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient; this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0); this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation"; this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup; this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay; this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] { this.kryptonPageInfo}); this.kryptonNavigatorOperation.SelectedIndex = 0; this.kryptonNavigatorOperation.Size = new System.Drawing.Size(816, 380); this.kryptonNavigatorOperation.TabIndex = 63; this.kryptonNavigatorOperation.Text = "kryptonNavigator1"; // // kryptonPageInfo // this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200); this.kryptonPageInfo.Controls.Add(this.kryptonLabel6); this.kryptonPageInfo.Controls.Add(this.richDescibe); this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput); this.kryptonPageInfo.Flags = 65534; this.kryptonPageInfo.LastVisibleSet = true; this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50); this.kryptonPageInfo.Name = "kryptonPageInfo"; this.kryptonPageInfo.Size = new System.Drawing.Size(814, 351); this.kryptonPageInfo.Text = "基础配置"; this.kryptonPageInfo.ToolTipTitle = "Page ToolTip"; this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D"; // // kryptonLabel6 // this.kryptonLabel6.AutoSize = false; this.kryptonLabel6.Location = new System.Drawing.Point(13, 193); this.kryptonLabel6.Name = "kryptonLabel6"; this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel6.Size = new System.Drawing.Size(86, 21); this.kryptonLabel6.TabIndex = 49; this.kryptonLabel6.Values.Text = "描述"; // // richDescibe // this.richDescibe.Location = new System.Drawing.Point(103, 193); this.richDescibe.Name = "richDescibe"; this.richDescibe.Size = new System.Drawing.Size(682, 132); this.richDescibe.TabIndex = 48; this.richDescibe.Tag = "DESCRIBE"; this.richDescibe.Text = ""; // // tableLayoutPanelInput // this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanelInput.ColumnCount = 6; this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanelInput.Controls.Add(this.txtAddress, 0, 3); this.tableLayoutPanelInput.Controls.Add(this.txtCustomerCode, 1, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel20, 0, 3); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel19, 4, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel17, 2, 2); this.tableLayoutPanelInput.Controls.Add(this.lbBinLayer, 0, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel12, 4, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel11, 2, 1); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel10, 0, 1); this.tableLayoutPanelInput.Controls.Add(this.cmbProvince, 1, 1); this.tableLayoutPanelInput.Controls.Add(this.cmbCustomerType, 5, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0); this.tableLayoutPanelInput.Controls.Add(this.txtCustomerName, 3, 0); this.tableLayoutPanelInput.Controls.Add(this.cmbCity, 3, 1); this.tableLayoutPanelInput.Controls.Add(this.cmbArea, 5, 1); this.tableLayoutPanelInput.Controls.Add(this.txtPostalCode, 5, 2); this.tableLayoutPanelInput.Controls.Add(this.cmbStreet, 1, 2); this.tableLayoutPanelInput.Controls.Add(this.txtRoute, 3, 2); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel7, 4, 3); this.tableLayoutPanelInput.Controls.Add(this.txtContractPhone, 5, 3); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel8, 2, 3); this.tableLayoutPanelInput.Controls.Add(this.txtContract, 3, 3); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel9, 0, 4); this.tableLayoutPanelInput.Controls.Add(this.txtPutRule, 1, 4); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel13, 2, 4); this.tableLayoutPanelInput.Controls.Add(this.txtDistributionRule, 3, 4); this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 4, 4); this.tableLayoutPanelInput.Controls.Add(this.chkUse, 5, 4); this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top; this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelInput.Name = "tableLayoutPanelInput"; this.tableLayoutPanelInput.RowCount = 6; this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelInput.Size = new System.Drawing.Size(814, 159); this.tableLayoutPanelInput.TabIndex = 42; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(103, 93); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(158, 23); this.txtAddress.TabIndex = 95; this.txtAddress.Tag = "ADDRESS"; // // txtCustomerCode // this.txtCustomerCode.Location = new System.Drawing.Point(103, 3); this.txtCustomerCode.Name = "txtCustomerCode"; this.txtCustomerCode.Size = new System.Drawing.Size(158, 23); this.txtCustomerCode.TabIndex = 30; this.txtCustomerCode.Tag = "CUSTOMER_CODE"; // // kryptonLabel29 // this.kryptonLabel29.AutoSize = false; this.kryptonLabel29.Location = new System.Drawing.Point(3, 3); this.kryptonLabel29.Name = "kryptonLabel29"; this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel29.Size = new System.Drawing.Size(94, 24); this.kryptonLabel29.TabIndex = 83; this.kryptonLabel29.Values.Text = "客户编号"; // // kryptonLabel20 // this.kryptonLabel20.AutoSize = false; this.kryptonLabel20.Location = new System.Drawing.Point(3, 93); this.kryptonLabel20.Name = "kryptonLabel20"; this.kryptonLabel20.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel20.Size = new System.Drawing.Size(94, 24); this.kryptonLabel20.TabIndex = 61; this.kryptonLabel20.Values.Text = "地址"; // // kryptonLabel19 // this.kryptonLabel19.AutoSize = false; this.kryptonLabel19.Location = new System.Drawing.Point(545, 63); this.kryptonLabel19.Name = "kryptonLabel19"; this.kryptonLabel19.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel19.Size = new System.Drawing.Size(94, 24); this.kryptonLabel19.TabIndex = 59; this.kryptonLabel19.Values.Text = "邮政编码"; // // kryptonLabel17 // this.kryptonLabel17.AutoSize = false; this.kryptonLabel17.Location = new System.Drawing.Point(274, 63); this.kryptonLabel17.Name = "kryptonLabel17"; this.kryptonLabel17.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel17.Size = new System.Drawing.Size(94, 24); this.kryptonLabel17.TabIndex = 57; this.kryptonLabel17.Values.Text = "路线"; // // lbBinLayer // this.lbBinLayer.AutoSize = false; this.lbBinLayer.Location = new System.Drawing.Point(3, 63); this.lbBinLayer.Name = "lbBinLayer"; this.lbBinLayer.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.lbBinLayer.Size = new System.Drawing.Size(94, 24); this.lbBinLayer.TabIndex = 55; this.lbBinLayer.Values.Text = "街道"; // // kryptonLabel12 // this.kryptonLabel12.AutoSize = false; this.kryptonLabel12.Location = new System.Drawing.Point(545, 33); this.kryptonLabel12.Name = "kryptonLabel12"; this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel12.Size = new System.Drawing.Size(94, 24); this.kryptonLabel12.TabIndex = 53; this.kryptonLabel12.Values.Text = "区"; // // kryptonLabel11 // this.kryptonLabel11.AutoSize = false; this.kryptonLabel11.Location = new System.Drawing.Point(274, 33); this.kryptonLabel11.Name = "kryptonLabel11"; this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel11.Size = new System.Drawing.Size(94, 24); this.kryptonLabel11.TabIndex = 51; this.kryptonLabel11.Values.Text = "市"; // // kryptonLabel10 // this.kryptonLabel10.AutoSize = false; this.kryptonLabel10.Location = new System.Drawing.Point(3, 33); this.kryptonLabel10.Name = "kryptonLabel10"; this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel10.Size = new System.Drawing.Size(94, 24); this.kryptonLabel10.TabIndex = 49; this.kryptonLabel10.Values.Text = "省"; // // cmbProvince // this.cmbProvince.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbProvince.DropDownWidth = 121; this.cmbProvince.Location = new System.Drawing.Point(103, 33); this.cmbProvince.Name = "cmbProvince"; this.cmbProvince.Size = new System.Drawing.Size(158, 21); this.cmbProvince.TabIndex = 50; this.cmbProvince.Tag = "PROVINCE"; // // cmbCustomerType // this.cmbCustomerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCustomerType.DropDownWidth = 121; this.cmbCustomerType.Location = new System.Drawing.Point(645, 3); this.cmbCustomerType.Name = "cmbCustomerType"; this.cmbCustomerType.Size = new System.Drawing.Size(160, 21); this.cmbCustomerType.TabIndex = 32; this.cmbCustomerType.Tag = "CUSTOMER_TYPE"; // // kryptonLabel30 // this.kryptonLabel30.AutoSize = false; this.kryptonLabel30.Location = new System.Drawing.Point(545, 3); this.kryptonLabel30.Name = "kryptonLabel30"; this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel30.Size = new System.Drawing.Size(94, 24); this.kryptonLabel30.TabIndex = 84; this.kryptonLabel30.Values.Text = "客户类型"; // // kryptonLabel4 // this.kryptonLabel4.AutoSize = false; this.kryptonLabel4.Location = new System.Drawing.Point(274, 3); this.kryptonLabel4.Name = "kryptonLabel4"; this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel4.Size = new System.Drawing.Size(94, 24); this.kryptonLabel4.TabIndex = 86; this.kryptonLabel4.Values.Text = "客户名称"; // // txtCustomerName // this.txtCustomerName.Location = new System.Drawing.Point(374, 3); this.txtCustomerName.Name = "txtCustomerName"; this.txtCustomerName.Size = new System.Drawing.Size(158, 23); this.txtCustomerName.TabIndex = 87; this.txtCustomerName.Tag = "CUSTOMER_NAME"; // // cmbCity // this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbCity.DropDownWidth = 121; this.cmbCity.Location = new System.Drawing.Point(374, 33); this.cmbCity.Name = "cmbCity"; this.cmbCity.Size = new System.Drawing.Size(158, 21); this.cmbCity.TabIndex = 89; this.cmbCity.Tag = "CITY"; // // cmbArea // this.cmbArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbArea.DropDownWidth = 121; this.cmbArea.Location = new System.Drawing.Point(645, 33); this.cmbArea.Name = "cmbArea"; this.cmbArea.Size = new System.Drawing.Size(160, 21); this.cmbArea.TabIndex = 90; this.cmbArea.Tag = "AREA"; // // txtPostalCode // this.txtPostalCode.Location = new System.Drawing.Point(645, 63); this.txtPostalCode.Name = "txtPostalCode"; this.txtPostalCode.Size = new System.Drawing.Size(160, 23); this.txtPostalCode.TabIndex = 92; this.txtPostalCode.Tag = "POSTAL_CODE"; // // cmbStreet // this.cmbStreet.Location = new System.Drawing.Point(103, 63); this.cmbStreet.Name = "cmbStreet"; this.cmbStreet.Size = new System.Drawing.Size(158, 23); this.cmbStreet.TabIndex = 94; this.cmbStreet.Tag = "STREET"; // // txtRoute // this.txtRoute.Location = new System.Drawing.Point(374, 63); this.txtRoute.Name = "txtRoute"; this.txtRoute.Size = new System.Drawing.Size(158, 23); this.txtRoute.TabIndex = 93; this.txtRoute.Tag = "ROUTE"; // // kryptonLabel7 // this.kryptonLabel7.AutoSize = false; this.kryptonLabel7.Location = new System.Drawing.Point(545, 93); this.kryptonLabel7.Name = "kryptonLabel7"; this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel7.Size = new System.Drawing.Size(94, 24); this.kryptonLabel7.TabIndex = 97; this.kryptonLabel7.Values.Text = "联系人电话"; // // txtContractPhone // this.txtContractPhone.Location = new System.Drawing.Point(645, 93); this.txtContractPhone.Name = "txtContractPhone"; this.txtContractPhone.Size = new System.Drawing.Size(160, 23); this.txtContractPhone.TabIndex = 98; this.txtContractPhone.Tag = "CONTRACT_PHONE"; // // kryptonLabel8 // this.kryptonLabel8.AutoSize = false; this.kryptonLabel8.Location = new System.Drawing.Point(274, 93); this.kryptonLabel8.Name = "kryptonLabel8"; this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel8.Size = new System.Drawing.Size(94, 24); this.kryptonLabel8.TabIndex = 99; this.kryptonLabel8.Values.Text = "联系人"; // // txtContract // this.txtContract.Location = new System.Drawing.Point(374, 93); this.txtContract.Name = "txtContract"; this.txtContract.Size = new System.Drawing.Size(158, 23); this.txtContract.TabIndex = 100; this.txtContract.Tag = "CONTRACT"; // // kryptonLabel9 // this.kryptonLabel9.AutoSize = false; this.kryptonLabel9.Location = new System.Drawing.Point(3, 123); this.kryptonLabel9.Name = "kryptonLabel9"; this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel9.Size = new System.Drawing.Size(94, 24); this.kryptonLabel9.TabIndex = 101; this.kryptonLabel9.Values.Text = "缺省上架规则"; // // txtPutRule // this.txtPutRule.Location = new System.Drawing.Point(103, 123); this.txtPutRule.Name = "txtPutRule"; this.txtPutRule.Size = new System.Drawing.Size(158, 23); this.txtPutRule.TabIndex = 102; this.txtPutRule.Tag = "DEFAULT_PUT_SHELF_RULE"; // // kryptonLabel13 // this.kryptonLabel13.AutoSize = false; this.kryptonLabel13.Location = new System.Drawing.Point(274, 123); this.kryptonLabel13.Name = "kryptonLabel13"; this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel13.Size = new System.Drawing.Size(94, 24); this.kryptonLabel13.TabIndex = 103; this.kryptonLabel13.Values.Text = "缺省分配规则"; // // txtDistributionRule // this.txtDistributionRule.Location = new System.Drawing.Point(374, 123); this.txtDistributionRule.Name = "txtDistributionRule"; this.txtDistributionRule.Size = new System.Drawing.Size(158, 23); this.txtDistributionRule.TabIndex = 104; this.txtDistributionRule.Tag = "DEFAULT_DISTRIBUTION_RULE"; // // kryptonLabel28 // this.kryptonLabel28.AutoSize = false; this.kryptonLabel28.Location = new System.Drawing.Point(545, 123); this.kryptonLabel28.Name = "kryptonLabel28"; this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.kryptonLabel28.Size = new System.Drawing.Size(94, 24); this.kryptonLabel28.TabIndex = 79; this.kryptonLabel28.Values.Text = "使用标识"; // // chkUse // this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill; this.chkUse.Location = new System.Drawing.Point(645, 123); this.chkUse.Name = "chkUse"; this.chkUse.Size = new System.Drawing.Size(166, 24); this.chkUse.TabIndex = 85; this.chkUse.Tag = "USED_FLAG"; this.chkUse.Values.Text = ""; // // lbStatusMessage // this.lbStatusMessage.AutoSize = true; this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent; this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbStatusMessage.Location = new System.Drawing.Point(5, 360); this.lbStatusMessage.Name = "lbStatusMessage"; this.lbStatusMessage.Size = new System.Drawing.Size(0, 20); this.lbStatusMessage.TabIndex = 47; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(636, 384); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(82, 29); this.btnSave.TabIndex = 42; this.btnSave.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Values.Image"))); this.btnSave.Values.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(724, 384); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(82, 29); this.btnExit.TabIndex = 41; this.btnExit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Values.Image"))); this.btnExit.Values.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // FrmCustomerEdit // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(820, 450); this.Controls.Add(this.groupOperation); this.Name = "FrmCustomerEdit"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "FrmCustomerEdit"; this.Shown += new System.EventHandler(this.FrmCustomerEdit_Shown); ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit(); this.groupOperation.Panel.ResumeLayout(false); this.groupOperation.Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit(); this.groupOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit(); this.kryptonPanelInput.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit(); this.kryptonNavigatorOperation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit(); this.kryptonPageInfo.ResumeLayout(false); this.tableLayoutPanelInput.ResumeLayout(false); this.tableLayoutPanelInput.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmbProvince)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbCustomerType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbCity)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbArea)).EndInit(); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput; private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation; private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo; private System.Windows.Forms.Label lbStatusMessage; private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave; private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtAddress; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCustomerCode; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel20; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel19; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel17; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbBinLayer; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbProvince; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbCustomerType; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCustomerName; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbCity; private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbArea; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPostalCode; private ComponentFactory.Krypton.Toolkit.KryptonTextBox cmbStreet; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtRoute; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtContractPhone; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtContract; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtPutRule; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtDistributionRule; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28; private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse; public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6; private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe; } }