namespace NXWMS.Forms.Base.ChildFrm
{
partial class FrmSupplierEdit
{
///
/// 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.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.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.txtSupplierCode = 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.cmbSupplierType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.txtSupplierName = 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.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
this.txtAddress = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
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.cmbSupplierType)).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(800, 450);
this.groupOperation.TabIndex = 66;
this.groupOperation.Values.Heading = "编辑";
this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
//
// 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(796, 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(796, 380);
this.kryptonNavigatorOperation.TabIndex = 63;
this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
//
// kryptonPageInfo
//
this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
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(794, 351);
this.kryptonPageInfo.Text = "基础配置";
this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
//
// 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.kryptonLabel6, 0, 5);
this.tableLayoutPanelInput.Controls.Add(this.richDescibe, 0, 5);
this.tableLayoutPanelInput.Controls.Add(this.txtSupplierCode, 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.cmbSupplierType, 5, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0);
this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
this.tableLayoutPanelInput.Controls.Add(this.txtSupplierName, 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.kryptonLabel28, 0, 4);
this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 4);
this.tableLayoutPanelInput.Controls.Add(this.txtAddress, 1, 3);
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(794, 234);
this.tableLayoutPanelInput.TabIndex = 43;
//
// kryptonLabel6
//
this.kryptonLabel6.AutoSize = false;
this.kryptonLabel6.Location = new System.Drawing.Point(3, 153);
this.kryptonLabel6.Name = "kryptonLabel6";
this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.kryptonLabel6.Size = new System.Drawing.Size(86, 26);
this.kryptonLabel6.TabIndex = 102;
this.kryptonLabel6.Values.Text = "描述";
//
// richDescibe
//
this.tableLayoutPanelInput.SetColumnSpan(this.richDescibe, 5);
this.richDescibe.Location = new System.Drawing.Point(103, 153);
this.richDescibe.Name = "richDescibe";
this.richDescibe.Size = new System.Drawing.Size(688, 78);
this.richDescibe.TabIndex = 101;
this.richDescibe.Tag = "DESCRIBE";
this.richDescibe.Text = "";
//
// txtSupplierCode
//
this.txtSupplierCode.Location = new System.Drawing.Point(103, 3);
this.txtSupplierCode.Name = "txtSupplierCode";
this.txtSupplierCode.Size = new System.Drawing.Size(158, 23);
this.txtSupplierCode.TabIndex = 30;
this.txtSupplierCode.Tag = "SUPPLIER_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(531, 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(267, 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(531, 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(267, 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";
//
// cmbSupplierType
//
this.cmbSupplierType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSupplierType.DropDownWidth = 121;
this.cmbSupplierType.Location = new System.Drawing.Point(631, 3);
this.cmbSupplierType.Name = "cmbSupplierType";
this.cmbSupplierType.Size = new System.Drawing.Size(160, 21);
this.cmbSupplierType.TabIndex = 32;
this.cmbSupplierType.Tag = "SUPPLIER_TYPE";
//
// kryptonLabel30
//
this.kryptonLabel30.AutoSize = false;
this.kryptonLabel30.Location = new System.Drawing.Point(531, 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(267, 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 = "供应商名称";
//
// txtSupplierName
//
this.txtSupplierName.Location = new System.Drawing.Point(367, 3);
this.txtSupplierName.Name = "txtSupplierName";
this.txtSupplierName.Size = new System.Drawing.Size(158, 23);
this.txtSupplierName.TabIndex = 87;
this.txtSupplierName.Tag = "SUPPLIER_NAME";
//
// cmbCity
//
this.cmbCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCity.DropDownWidth = 121;
this.cmbCity.Location = new System.Drawing.Point(367, 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(631, 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(631, 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(367, 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(531, 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(631, 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(267, 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(367, 93);
this.txtContract.Name = "txtContract";
this.txtContract.Size = new System.Drawing.Size(158, 23);
this.txtContract.TabIndex = 100;
this.txtContract.Tag = "CONTRACT";
//
// kryptonLabel28
//
this.kryptonLabel28.AutoSize = false;
this.kryptonLabel28.Location = new System.Drawing.Point(3, 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(103, 123);
this.chkUse.Name = "chkUse";
this.chkUse.Size = new System.Drawing.Size(158, 24);
this.chkUse.TabIndex = 85;
this.chkUse.Tag = "USED_FLAG";
this.chkUse.Values.Text = "";
//
// 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";
//
// 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(600, 384);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(94, 29);
this.btnSave.TabIndex = 42;
this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
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(700, 384);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(86, 29);
this.btnExit.TabIndex = 41;
this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
this.btnExit.Values.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// FrmSupplierEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.groupOperation);
this.Name = "FrmSupplierEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "FrmSupplierEdit";
this.Shown += new System.EventHandler(this.FrmSupplierEdit_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.cmbSupplierType)).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 txtSupplierCode;
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 cmbSupplierType;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSupplierName;
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 kryptonLabel28;
private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
}
}