530 lines
30 KiB
C#
530 lines
30 KiB
C#
namespace WMS.FrmBaseData
|
|
{
|
|
partial class FrmProviderType
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.BSPriType = new System.Windows.Forms.BindingSource(this.components);
|
|
this.BSGrid = new System.Windows.Forms.BindingSource(this.components);
|
|
this.txtPyName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtProShortName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtProviderTypeRemark = new DevExpress.XtraEditors.MemoEdit();
|
|
this.txtProviderTypeStateOff = new DevExpress.XtraEditors.CheckEdit();
|
|
this.txtProviderTypeStateIN = new DevExpress.XtraEditors.CheckEdit();
|
|
this.txtProviderTypeName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.txtProviderTypeID = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.GCProviderType = new WMS.Ctrl.GridControlCustom();
|
|
this.GVProviderType = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colPRO_TYPE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPRO_TYPE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPRO_SHORT_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPY_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSORT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPARENT_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPARENT_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSPriType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSGrid)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPyName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProShortName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeRemark.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeStateOff.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeStateIN.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCProviderType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVProviderType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// BSPriType
|
|
//
|
|
this.BSPriType.DataSource = typeof(WMS.Model.Base.ProviderTypeModel);
|
|
//
|
|
// BSGrid
|
|
//
|
|
this.BSGrid.DataSource = typeof(WMS.Model.Base.ProviderTypeModel);
|
|
//
|
|
// txtPyName
|
|
//
|
|
this.txtPyName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSPriType, "PY_NAME", true));
|
|
this.txtPyName.FrmSelect = false;
|
|
this.txtPyName.Location = new System.Drawing.Point(52, 126);
|
|
this.txtPyName.MustText = false;
|
|
this.txtPyName.Name = "txtPyName";
|
|
this.txtPyName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtPyName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtPyName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtPyName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPyName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtPyName.Size = new System.Drawing.Size(236, 22);
|
|
this.txtPyName.StrLen = 0;
|
|
this.txtPyName.TabIndex = 4;
|
|
this.txtPyName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtPyName.ValText = "";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(17, 127);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(31, 14);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "拼音";
|
|
//
|
|
// txtProShortName
|
|
//
|
|
this.txtProShortName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSPriType, "PRO_SHORT_NAME", true));
|
|
this.txtProShortName.FrmSelect = false;
|
|
this.txtProShortName.Location = new System.Drawing.Point(52, 92);
|
|
this.txtProShortName.MustText = false;
|
|
this.txtProShortName.Name = "txtProShortName";
|
|
this.txtProShortName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtProShortName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtProShortName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtProShortName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtProShortName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtProShortName.Size = new System.Drawing.Size(236, 22);
|
|
this.txtProShortName.StrLen = 0;
|
|
this.txtProShortName.TabIndex = 3;
|
|
this.txtProShortName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtProShortName.ValText = "";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(17, 93);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(31, 14);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "简称";
|
|
//
|
|
// txtProviderTypeRemark
|
|
//
|
|
this.txtProviderTypeRemark.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSPriType, "REMARK", true));
|
|
this.txtProviderTypeRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSPriType, "REMARK", true));
|
|
this.txtProviderTypeRemark.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.BSPriType, "REMARK", true));
|
|
this.txtProviderTypeRemark.Location = new System.Drawing.Point(52, 203);
|
|
this.txtProviderTypeRemark.Name = "txtProviderTypeRemark";
|
|
this.txtProviderTypeRemark.Properties.LookAndFeel.SkinName = "Office 2007 Green";
|
|
this.txtProviderTypeRemark.Size = new System.Drawing.Size(236, 188);
|
|
this.txtProviderTypeRemark.TabIndex = 7;
|
|
//
|
|
// txtProviderTypeStateOff
|
|
//
|
|
this.txtProviderTypeStateOff.Location = new System.Drawing.Point(213, 161);
|
|
this.txtProviderTypeStateOff.Name = "txtProviderTypeStateOff";
|
|
this.txtProviderTypeStateOff.Properties.Caption = "停用";
|
|
this.txtProviderTypeStateOff.Properties.LookAndFeel.SkinName = "Office 2007 Green";
|
|
this.txtProviderTypeStateOff.Size = new System.Drawing.Size(45, 19);
|
|
this.txtProviderTypeStateOff.TabIndex = 6;
|
|
this.txtProviderTypeStateOff.CheckedChanged += new System.EventHandler(this.txtProviderTypeStateOff_CheckedChanged);
|
|
//
|
|
// txtProviderTypeStateIN
|
|
//
|
|
this.txtProviderTypeStateIN.Location = new System.Drawing.Point(58, 161);
|
|
this.txtProviderTypeStateIN.Name = "txtProviderTypeStateIN";
|
|
this.txtProviderTypeStateIN.Properties.Caption = "启用";
|
|
this.txtProviderTypeStateIN.Properties.LookAndFeel.SkinName = "Office 2007 Green";
|
|
this.txtProviderTypeStateIN.Size = new System.Drawing.Size(83, 19);
|
|
this.txtProviderTypeStateIN.TabIndex = 5;
|
|
this.txtProviderTypeStateIN.CheckedChanged += new System.EventHandler(this.txtProviderTypeStateIN_CheckedChanged);
|
|
//
|
|
// txtProviderTypeName
|
|
//
|
|
this.txtProviderTypeName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSPriType, "PRO_TYPE_NAME", true));
|
|
this.txtProviderTypeName.FrmSelect = false;
|
|
this.txtProviderTypeName.Location = new System.Drawing.Point(52, 57);
|
|
this.txtProviderTypeName.MustText = false;
|
|
this.txtProviderTypeName.Name = "txtProviderTypeName";
|
|
this.txtProviderTypeName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtProviderTypeName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtProviderTypeName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtProviderTypeName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtProviderTypeName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtProviderTypeName.Size = new System.Drawing.Size(236, 22);
|
|
this.txtProviderTypeName.StrLen = 0;
|
|
this.txtProviderTypeName.TabIndex = 2;
|
|
this.txtProviderTypeName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtProviderTypeName.ValText = "";
|
|
//
|
|
// txtProviderTypeID
|
|
//
|
|
this.txtProviderTypeID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSPriType, "PRO_TYPE_ID", true));
|
|
this.txtProviderTypeID.FrmSelect = false;
|
|
this.txtProviderTypeID.Location = new System.Drawing.Point(52, 24);
|
|
this.txtProviderTypeID.MustText = false;
|
|
this.txtProviderTypeID.Name = "txtProviderTypeID";
|
|
this.txtProviderTypeID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtProviderTypeID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtProviderTypeID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtProviderTypeID.Properties.Appearance.Options.UseFont = true;
|
|
this.txtProviderTypeID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtProviderTypeID.Size = new System.Drawing.Size(236, 22);
|
|
this.txtProviderTypeID.StrLen = 0;
|
|
this.txtProviderTypeID.TabIndex = 1;
|
|
this.txtProviderTypeID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtProviderTypeID.ValText = "";
|
|
this.txtProviderTypeID.TextChanged += new System.EventHandler(this.txtProviderTypeID_TextChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(17, 205);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(31, 14);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "备注";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(17, 161);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(31, 14);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "状态";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(17, 58);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(31, 14);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "名称";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(17, 26);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(31, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "编号";
|
|
//
|
|
// GCProviderType
|
|
//
|
|
this.GCProviderType.ColorApprove = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorApproveValue = null;
|
|
this.GCProviderType.ColorPass = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorPassValue = null;
|
|
this.GCProviderType.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorRepealValue = null;
|
|
this.GCProviderType.ColorReWork = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorReWorkValue = null;
|
|
this.GCProviderType.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorShortage = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorShortageFlagColumn = null;
|
|
this.GCProviderType.ColorShortageValue = null;
|
|
this.GCProviderType.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorUnExecuteValue = null;
|
|
this.GCProviderType.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorUnPassValue = null;
|
|
this.GCProviderType.ColorVerify = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorVerifyFlagColumn = null;
|
|
this.GCProviderType.ColorVerifyValue = null;
|
|
this.GCProviderType.ColorWarning = System.Drawing.Color.Empty;
|
|
this.GCProviderType.ColorWarningValue = null;
|
|
this.GCProviderType.DataSource = this.BSGrid;
|
|
this.GCProviderType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.GCProviderType.EnableAppearanceEvenRow = true;
|
|
this.GCProviderType.IndicatorWidth = 40;
|
|
this.GCProviderType.Location = new System.Drawing.Point(2, 2);
|
|
this.GCProviderType.MainView = this.GVProviderType;
|
|
this.GCProviderType.Name = "GCProviderType";
|
|
this.GCProviderType.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.repositoryItemComboBox1,
|
|
this.repositoryItemLookUpEdit1,
|
|
this.repositoryItemLookUpEdit2});
|
|
this.GCProviderType.ShowRowID = true;
|
|
this.GCProviderType.Size = new System.Drawing.Size(586, 420);
|
|
this.GCProviderType.TabIndex = 0;
|
|
this.GCProviderType.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GVProviderType,
|
|
this.gridView1});
|
|
this.GCProviderType.Click += new System.EventHandler(this.GCProviderType_Click);
|
|
this.GCProviderType.DoubleClick += new System.EventHandler(this.GCProviderType_DoubleClick);
|
|
//
|
|
// GVProviderType
|
|
//
|
|
this.GVProviderType.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.GVProviderType.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.GVProviderType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colPRO_TYPE_ID,
|
|
this.colPRO_TYPE_NAME,
|
|
this.colPRO_SHORT_NAME,
|
|
this.colPY_NAME,
|
|
this.colSTATUS,
|
|
this.colSORT,
|
|
this.colREMARK,
|
|
this.colPARENT_ID,
|
|
this.colPARENT_NAME,
|
|
this.colVERSION});
|
|
this.GVProviderType.GridControl = this.GCProviderType;
|
|
this.GVProviderType.GroupCount = 1;
|
|
this.GVProviderType.IndicatorWidth = 34;
|
|
this.GVProviderType.Name = "GVProviderType";
|
|
this.GVProviderType.OptionsBehavior.Editable = false;
|
|
this.GVProviderType.OptionsView.ColumnAutoWidth = false;
|
|
this.GVProviderType.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.GVProviderType.OptionsView.ShowGroupPanel = false;
|
|
this.GVProviderType.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
|
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPARENT_NAME, DevExpress.Data.ColumnSortOrder.Ascending),
|
|
new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSTATUS, DevExpress.Data.ColumnSortOrder.Ascending)});
|
|
//
|
|
// colPRO_TYPE_ID
|
|
//
|
|
this.colPRO_TYPE_ID.FieldName = "PRO_TYPE_ID";
|
|
this.colPRO_TYPE_ID.Name = "colPRO_TYPE_ID";
|
|
this.colPRO_TYPE_ID.OptionsColumn.AllowEdit = false;
|
|
this.colPRO_TYPE_ID.Visible = true;
|
|
this.colPRO_TYPE_ID.VisibleIndex = 0;
|
|
//
|
|
// colPRO_TYPE_NAME
|
|
//
|
|
this.colPRO_TYPE_NAME.FieldName = "PRO_TYPE_NAME";
|
|
this.colPRO_TYPE_NAME.Name = "colPRO_TYPE_NAME";
|
|
this.colPRO_TYPE_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colPRO_TYPE_NAME.Visible = true;
|
|
this.colPRO_TYPE_NAME.VisibleIndex = 1;
|
|
this.colPRO_TYPE_NAME.Width = 83;
|
|
//
|
|
// colPRO_SHORT_NAME
|
|
//
|
|
this.colPRO_SHORT_NAME.FieldName = "PRO_SHORT_NAME";
|
|
this.colPRO_SHORT_NAME.Name = "colPRO_SHORT_NAME";
|
|
this.colPRO_SHORT_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colPRO_SHORT_NAME.Visible = true;
|
|
this.colPRO_SHORT_NAME.VisibleIndex = 2;
|
|
//
|
|
// colPY_NAME
|
|
//
|
|
this.colPY_NAME.FieldName = "PY_NAME";
|
|
this.colPY_NAME.Name = "colPY_NAME";
|
|
this.colPY_NAME.OptionsColumn.AllowEdit = false;
|
|
this.colPY_NAME.Visible = true;
|
|
this.colPY_NAME.VisibleIndex = 3;
|
|
//
|
|
// colSTATUS
|
|
//
|
|
this.colSTATUS.FieldName = "STATUS";
|
|
this.colSTATUS.Name = "colSTATUS";
|
|
this.colSTATUS.OptionsColumn.AllowEdit = false;
|
|
this.colSTATUS.Visible = true;
|
|
this.colSTATUS.VisibleIndex = 4;
|
|
//
|
|
// colSORT
|
|
//
|
|
this.colSORT.FieldName = "SORT";
|
|
this.colSORT.Name = "colSORT";
|
|
this.colSORT.OptionsColumn.AllowEdit = false;
|
|
this.colSORT.Visible = true;
|
|
this.colSORT.VisibleIndex = 6;
|
|
//
|
|
// colREMARK
|
|
//
|
|
this.colREMARK.FieldName = "REMARK";
|
|
this.colREMARK.Name = "colREMARK";
|
|
this.colREMARK.OptionsColumn.AllowEdit = false;
|
|
this.colREMARK.Visible = true;
|
|
this.colREMARK.VisibleIndex = 5;
|
|
//
|
|
// colPARENT_ID
|
|
//
|
|
this.colPARENT_ID.FieldName = "PARENT_ID";
|
|
this.colPARENT_ID.Name = "colPARENT_ID";
|
|
this.colPARENT_ID.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colPARENT_NAME
|
|
//
|
|
this.colPARENT_NAME.FieldName = "PARENT_NAME";
|
|
this.colPARENT_NAME.Name = "colPARENT_NAME";
|
|
this.colPARENT_NAME.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// colVERSION
|
|
//
|
|
this.colVERSION.FieldName = "VERSION";
|
|
this.colVERSION.Name = "colVERSION";
|
|
this.colVERSION.OptionsColumn.AllowEdit = false;
|
|
//
|
|
// repositoryItemComboBox1
|
|
//
|
|
this.repositoryItemComboBox1.AutoHeight = false;
|
|
this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemComboBox1.Items.AddRange(new object[] {
|
|
"0 启用",
|
|
"1 禁用"});
|
|
this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
|
|
//
|
|
// repositoryItemLookUpEdit1
|
|
//
|
|
this.repositoryItemLookUpEdit1.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|
//
|
|
// repositoryItemLookUpEdit2
|
|
//
|
|
this.repositoryItemLookUpEdit2.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.GCProviderType;
|
|
this.gridView1.Name = "gridView1";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.txtPyName);
|
|
this.panelControl2.Controls.Add(this.label1);
|
|
this.panelControl2.Controls.Add(this.txtProviderTypeRemark);
|
|
this.panelControl2.Controls.Add(this.txtProviderTypeName);
|
|
this.panelControl2.Controls.Add(this.label6);
|
|
this.panelControl2.Controls.Add(this.txtProviderTypeStateIN);
|
|
this.panelControl2.Controls.Add(this.txtProviderTypeID);
|
|
this.panelControl2.Controls.Add(this.txtProShortName);
|
|
this.panelControl2.Controls.Add(this.txtProviderTypeStateOff);
|
|
this.panelControl2.Controls.Add(this.label2);
|
|
this.panelControl2.Controls.Add(this.label5);
|
|
this.panelControl2.Controls.Add(this.label3);
|
|
this.panelControl2.Controls.Add(this.label4);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panelControl2.Location = new System.Drawing.Point(590, 0);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(301, 424);
|
|
this.panelControl2.TabIndex = 4;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.GCProviderType);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(590, 424);
|
|
this.panelControl1.TabIndex = 5;
|
|
//
|
|
// FrmProviderType
|
|
//
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(891, 424);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.Name = "FrmProviderType";
|
|
this.Text = "供应商分类";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmProviderType_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmProviderType_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.BSPriType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSGrid)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPyName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProShortName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeRemark.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeStateOff.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeStateIN.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtProviderTypeID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GCProviderType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GVProviderType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
this.panelControl2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.BindingSource BSPriType;
|
|
private System.Windows.Forms.BindingSource BSGrid;
|
|
private Ctrl.WMSCtrlTextBox txtPyName;
|
|
private System.Windows.Forms.Label label6;
|
|
private Ctrl.WMSCtrlTextBox txtProShortName;
|
|
private System.Windows.Forms.Label label3;
|
|
private DevExpress.XtraEditors.MemoEdit txtProviderTypeRemark;
|
|
private DevExpress.XtraEditors.CheckEdit txtProviderTypeStateOff;
|
|
private DevExpress.XtraEditors.CheckEdit txtProviderTypeStateIN;
|
|
private Ctrl.WMSCtrlTextBox txtProviderTypeName;
|
|
private Ctrl.WMSCtrlTextBox txtProviderTypeID;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private Ctrl.GridControlCustom GCProviderType;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVProviderType;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRO_TYPE_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRO_TYPE_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colREMARK;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRO_SHORT_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPY_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPARENT_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPARENT_NAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSORT;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
}
|
|
} |