827 lines
52 KiB
C#
827 lines
52 KiB
C#
namespace WMS.FrmSystems
|
|
{
|
|
partial class FrmDictionaryType
|
|
{
|
|
/// <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.bsDictionaryTypeEdit = new System.Windows.Forms.BindingSource();
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.colVcOperatorIdLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
|
|
this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.rgCache = new DevExpress.XtraEditors.RadioGroup();
|
|
this.rgAdd = new DevExpress.XtraEditors.RadioGroup();
|
|
this.rgDelete = new DevExpress.XtraEditors.RadioGroup();
|
|
this.rgModify = new DevExpress.XtraEditors.RadioGroup();
|
|
this.txtDescription = new DevExpress.XtraEditors.MemoEdit();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtMNCODE = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtOperatorID = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txtDictionaryNameTitle = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtDictionaryIdTitle = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtDictionaryName = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtDictionaryType = new WMS.Ctrl.WMSCtrlTextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.gridControlDictionaryType = new WMS.Ctrl.GridControlCustom();
|
|
this.bsDictionaryType = new System.Windows.Forms.BindingSource();
|
|
this.gridViewDictionaryType = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colDICTIONARYTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDICTIONARYNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDESCRIPTION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDICTIONARYIDTITLE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDICTIONARYNAMETITLE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colOPERATORID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colOPERATEDATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colMNCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.wmsCtrlTextBox1 = new WMS.Ctrl.WMSCtrlTextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryTypeEdit)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.colVcOperatorIdLookUpEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgCache.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgAdd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgDelete.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgModify.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMNCODE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOperatorID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryNameTitle.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryIdTitle.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlDictionaryType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDictionaryType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// bsDictionaryTypeEdit
|
|
//
|
|
this.bsDictionaryTypeEdit.DataSource = typeof(WMS.Model.SystemManage.DictionaryTypeModel);
|
|
//
|
|
// 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.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptId", "编码"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptName", "名称")});
|
|
this.repositoryItemLookUpEdit1.DisplayMember = "VcDeptName";
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|
this.repositoryItemLookUpEdit1.NullText = "";
|
|
this.repositoryItemLookUpEdit1.ValueMember = "VcDeptId";
|
|
//
|
|
// repositoryItemCheckEdit1
|
|
//
|
|
this.repositoryItemCheckEdit1.AutoHeight = false;
|
|
this.repositoryItemCheckEdit1.Caption = "Check";
|
|
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
|
|
this.repositoryItemCheckEdit1.ValueChecked = "0";
|
|
this.repositoryItemCheckEdit1.ValueUnchecked = "1";
|
|
//
|
|
// colVcOperatorIdLookUpEdit2
|
|
//
|
|
this.colVcOperatorIdLookUpEdit2.AutoHeight = false;
|
|
this.colVcOperatorIdLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.colVcOperatorIdLookUpEdit2.DataSource = this.bsDictionaryTypeEdit;
|
|
this.colVcOperatorIdLookUpEdit2.DisplayMember = "VcUserIdAndName";
|
|
this.colVcOperatorIdLookUpEdit2.Name = "colVcOperatorIdLookUpEdit2";
|
|
this.colVcOperatorIdLookUpEdit2.NullText = "";
|
|
this.colVcOperatorIdLookUpEdit2.ValueMember = "VcUserId";
|
|
//
|
|
// repositoryItemGridLookUpEdit1
|
|
//
|
|
this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
|
|
this.repositoryItemGridLookUpEdit1.View = this.repositoryItemGridLookUpEdit1View;
|
|
//
|
|
// repositoryItemGridLookUpEdit1View
|
|
//
|
|
this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
|
this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
|
|
this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
|
|
this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// 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.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptId", "编码"),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VcDeptName", "名称")});
|
|
this.repositoryItemLookUpEdit2.DisplayMember = "VcDeptName";
|
|
this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2";
|
|
this.repositoryItemLookUpEdit2.NullText = "";
|
|
this.repositoryItemLookUpEdit2.ValueMember = "VcDeptId";
|
|
//
|
|
// repositoryItemCheckEdit2
|
|
//
|
|
this.repositoryItemCheckEdit2.AutoHeight = false;
|
|
this.repositoryItemCheckEdit2.Caption = "Check";
|
|
this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
|
|
this.repositoryItemCheckEdit2.ValueChecked = "0";
|
|
this.repositoryItemCheckEdit2.ValueUnchecked = "1";
|
|
//
|
|
// repositoryItemLookUpEdit3
|
|
//
|
|
this.repositoryItemLookUpEdit3.AutoHeight = false;
|
|
this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.repositoryItemLookUpEdit3.DataSource = this.bsDictionaryTypeEdit;
|
|
this.repositoryItemLookUpEdit3.DisplayMember = "VcUserIdAndName";
|
|
this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3";
|
|
this.repositoryItemLookUpEdit3.NullText = "";
|
|
this.repositoryItemLookUpEdit3.ValueMember = "VcUserId";
|
|
//
|
|
// rgCache
|
|
//
|
|
this.rgCache.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDictionaryTypeEdit, "CACHE", true));
|
|
this.rgCache.Enabled = false;
|
|
this.rgCache.Location = new System.Drawing.Point(467, 90);
|
|
this.rgCache.Name = "rgCache";
|
|
this.rgCache.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
this.rgCache.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.rgCache.Properties.Appearance.Options.UseBackColor = true;
|
|
this.rgCache.Properties.Appearance.Options.UseFont = true;
|
|
this.rgCache.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.rgCache.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")});
|
|
this.rgCache.Size = new System.Drawing.Size(213, 22);
|
|
this.rgCache.TabIndex = 110;
|
|
//
|
|
// rgAdd
|
|
//
|
|
this.rgAdd.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDictionaryTypeEdit, "VCADD", true));
|
|
this.rgAdd.Enabled = false;
|
|
this.rgAdd.Location = new System.Drawing.Point(467, 63);
|
|
this.rgAdd.Name = "rgAdd";
|
|
this.rgAdd.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
this.rgAdd.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.rgAdd.Properties.Appearance.Options.UseBackColor = true;
|
|
this.rgAdd.Properties.Appearance.Options.UseFont = true;
|
|
this.rgAdd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.rgAdd.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")});
|
|
this.rgAdd.Size = new System.Drawing.Size(213, 22);
|
|
this.rgAdd.TabIndex = 109;
|
|
//
|
|
// rgDelete
|
|
//
|
|
this.rgDelete.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDictionaryTypeEdit, "VCDELETE", true));
|
|
this.rgDelete.Enabled = false;
|
|
this.rgDelete.Location = new System.Drawing.Point(467, 36);
|
|
this.rgDelete.Name = "rgDelete";
|
|
this.rgDelete.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
this.rgDelete.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.rgDelete.Properties.Appearance.Options.UseBackColor = true;
|
|
this.rgDelete.Properties.Appearance.Options.UseFont = true;
|
|
this.rgDelete.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.rgDelete.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")});
|
|
this.rgDelete.Size = new System.Drawing.Size(213, 22);
|
|
this.rgDelete.TabIndex = 108;
|
|
//
|
|
// rgModify
|
|
//
|
|
this.rgModify.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsDictionaryTypeEdit, "VCMODIFY", true));
|
|
this.rgModify.Enabled = false;
|
|
this.rgModify.Location = new System.Drawing.Point(467, 9);
|
|
this.rgModify.Name = "rgModify";
|
|
this.rgModify.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
|
|
this.rgModify.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.rgModify.Properties.Appearance.Options.UseBackColor = true;
|
|
this.rgModify.Properties.Appearance.Options.UseFont = true;
|
|
this.rgModify.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.rgModify.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("是", "是"),
|
|
new DevExpress.XtraEditors.Controls.RadioGroupItem("否", "否")});
|
|
this.rgModify.Size = new System.Drawing.Size(213, 22);
|
|
this.rgModify.TabIndex = 107;
|
|
//
|
|
// txtDescription
|
|
//
|
|
this.txtDescription.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "DESCRIPTION", true));
|
|
this.txtDescription.Location = new System.Drawing.Point(95, 144);
|
|
this.txtDescription.Name = "txtDescription";
|
|
this.txtDescription.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtDescription.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDescription.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDescription.Size = new System.Drawing.Size(585, 51);
|
|
this.txtDescription.TabIndex = 111;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label11.Location = new System.Drawing.Point(397, 93);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(68, 18);
|
|
this.label11.TabIndex = 85;
|
|
this.label11.Text = "缓存系统";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label10.Location = new System.Drawing.Point(397, 65);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(63, 18);
|
|
this.label10.TabIndex = 84;
|
|
this.label10.Text = "可 新 增";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label9.Location = new System.Drawing.Point(397, 38);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(63, 18);
|
|
this.label9.TabIndex = 83;
|
|
this.label9.Text = "可 删 除";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label8.Location = new System.Drawing.Point(397, 10);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(63, 18);
|
|
this.label8.TabIndex = 82;
|
|
this.label8.Text = "可 修 改";
|
|
//
|
|
// txtMNCODE
|
|
//
|
|
this.txtMNCODE.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "MNCODE", true));
|
|
this.txtMNCODE.Enabled = false;
|
|
this.txtMNCODE.FrmSelect = true;
|
|
this.txtMNCODE.Location = new System.Drawing.Point(467, 117);
|
|
this.txtMNCODE.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtMNCODE.MustText = false;
|
|
this.txtMNCODE.Name = "txtMNCODE";
|
|
this.txtMNCODE.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtMNCODE.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtMNCODE.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtMNCODE.Properties.Appearance.Options.UseFont = true;
|
|
this.txtMNCODE.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtMNCODE.Properties.MaxLength = 1111;
|
|
this.txtMNCODE.Size = new System.Drawing.Size(213, 22);
|
|
this.txtMNCODE.StrLen = 50;
|
|
this.txtMNCODE.TabIndex = 106;
|
|
this.txtMNCODE.Valatt = WMS.Ctrl.ValidationAttribute.字母;
|
|
this.txtMNCODE.ValText = "";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label7.Location = new System.Drawing.Point(397, 119);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(63, 18);
|
|
this.label7.TabIndex = 81;
|
|
this.label7.Text = "助 记 码";
|
|
//
|
|
// txtOperatorID
|
|
//
|
|
this.txtOperatorID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "OPERATORID", true));
|
|
this.txtOperatorID.Enabled = false;
|
|
this.txtOperatorID.FrmSelect = true;
|
|
this.txtOperatorID.Location = new System.Drawing.Point(95, 117);
|
|
this.txtOperatorID.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtOperatorID.MustText = false;
|
|
this.txtOperatorID.Name = "txtOperatorID";
|
|
this.txtOperatorID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtOperatorID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtOperatorID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtOperatorID.Properties.Appearance.Options.UseFont = true;
|
|
this.txtOperatorID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtOperatorID.Properties.MaxLength = 1111;
|
|
this.txtOperatorID.Size = new System.Drawing.Size(213, 22);
|
|
this.txtOperatorID.StrLen = 50;
|
|
this.txtOperatorID.TabIndex = 105;
|
|
this.txtOperatorID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtOperatorID.ValText = "";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label6.Location = new System.Drawing.Point(25, 119);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(63, 18);
|
|
this.label6.TabIndex = 79;
|
|
this.label6.Text = "操 作 人";
|
|
//
|
|
// txtDictionaryNameTitle
|
|
//
|
|
this.txtDictionaryNameTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "DICTIONARYNAMETITLE", true));
|
|
this.txtDictionaryNameTitle.Enabled = false;
|
|
this.txtDictionaryNameTitle.FrmSelect = true;
|
|
this.txtDictionaryNameTitle.Location = new System.Drawing.Point(95, 90);
|
|
this.txtDictionaryNameTitle.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtDictionaryNameTitle.MustText = false;
|
|
this.txtDictionaryNameTitle.Name = "txtDictionaryNameTitle";
|
|
this.txtDictionaryNameTitle.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtDictionaryNameTitle.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtDictionaryNameTitle.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtDictionaryNameTitle.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDictionaryNameTitle.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDictionaryNameTitle.Properties.MaxLength = 1111;
|
|
this.txtDictionaryNameTitle.Size = new System.Drawing.Size(213, 22);
|
|
this.txtDictionaryNameTitle.StrLen = 50;
|
|
this.txtDictionaryNameTitle.TabIndex = 104;
|
|
this.txtDictionaryNameTitle.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtDictionaryNameTitle.ValText = "";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label5.Location = new System.Drawing.Point(25, 93);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(68, 18);
|
|
this.label5.TabIndex = 77;
|
|
this.label5.Text = "描述标题";
|
|
//
|
|
// txtDictionaryIdTitle
|
|
//
|
|
this.txtDictionaryIdTitle.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "DICTIONARYIDTITLE", true));
|
|
this.txtDictionaryIdTitle.Enabled = false;
|
|
this.txtDictionaryIdTitle.FrmSelect = true;
|
|
this.txtDictionaryIdTitle.Location = new System.Drawing.Point(95, 63);
|
|
this.txtDictionaryIdTitle.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtDictionaryIdTitle.MustText = false;
|
|
this.txtDictionaryIdTitle.Name = "txtDictionaryIdTitle";
|
|
this.txtDictionaryIdTitle.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtDictionaryIdTitle.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtDictionaryIdTitle.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtDictionaryIdTitle.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDictionaryIdTitle.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDictionaryIdTitle.Properties.MaxLength = 1111;
|
|
this.txtDictionaryIdTitle.Size = new System.Drawing.Size(213, 22);
|
|
this.txtDictionaryIdTitle.StrLen = 50;
|
|
this.txtDictionaryIdTitle.TabIndex = 103;
|
|
this.txtDictionaryIdTitle.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtDictionaryIdTitle.ValText = "";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label4.Location = new System.Drawing.Point(25, 65);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(68, 18);
|
|
this.label4.TabIndex = 75;
|
|
this.label4.Text = "类型标题";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label3.Location = new System.Drawing.Point(25, 146);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(68, 18);
|
|
this.label3.TabIndex = 73;
|
|
this.label3.Text = "字典描述";
|
|
//
|
|
// txtDictionaryName
|
|
//
|
|
this.txtDictionaryName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "DICTIONARYNAME", true));
|
|
this.txtDictionaryName.Enabled = false;
|
|
this.txtDictionaryName.FrmSelect = true;
|
|
this.txtDictionaryName.Location = new System.Drawing.Point(95, 36);
|
|
this.txtDictionaryName.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtDictionaryName.MustText = true;
|
|
this.txtDictionaryName.Name = "txtDictionaryName";
|
|
this.txtDictionaryName.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtDictionaryName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtDictionaryName.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtDictionaryName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDictionaryName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDictionaryName.Properties.MaxLength = 1111;
|
|
this.txtDictionaryName.Size = new System.Drawing.Size(213, 22);
|
|
this.txtDictionaryName.StrLen = 50;
|
|
this.txtDictionaryName.TabIndex = 102;
|
|
this.txtDictionaryName.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtDictionaryName.ValText = "";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label2.Location = new System.Drawing.Point(25, 38);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(68, 18);
|
|
this.label2.TabIndex = 71;
|
|
this.label2.Text = "字典名称";
|
|
//
|
|
// txtDictionaryType
|
|
//
|
|
this.txtDictionaryType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "DICTIONARYTYPE", true));
|
|
this.txtDictionaryType.Enabled = false;
|
|
this.txtDictionaryType.FrmSelect = true;
|
|
this.txtDictionaryType.Location = new System.Drawing.Point(95, 9);
|
|
this.txtDictionaryType.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtDictionaryType.MustText = true;
|
|
this.txtDictionaryType.Name = "txtDictionaryType";
|
|
this.txtDictionaryType.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.txtDictionaryType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtDictionaryType.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtDictionaryType.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDictionaryType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtDictionaryType.Properties.MaxLength = 1111;
|
|
this.txtDictionaryType.Size = new System.Drawing.Size(213, 22);
|
|
this.txtDictionaryType.StrLen = 50;
|
|
this.txtDictionaryType.TabIndex = 101;
|
|
this.txtDictionaryType.Valatt = WMS.Ctrl.ValidationAttribute.ACSII字符;
|
|
this.txtDictionaryType.ValText = "";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.label1.Location = new System.Drawing.Point(25, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(68, 18);
|
|
this.label1.TabIndex = 65;
|
|
this.label1.Text = "字典类型";
|
|
//
|
|
// gridControlDictionaryType
|
|
//
|
|
this.gridControlDictionaryType.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorApproveValue = null;
|
|
this.gridControlDictionaryType.ColorPass = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorPassValue = null;
|
|
this.gridControlDictionaryType.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorRepealValue = null;
|
|
this.gridControlDictionaryType.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorReWorkValue = null;
|
|
this.gridControlDictionaryType.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorShortageFlagColumn = null;
|
|
this.gridControlDictionaryType.ColorShortageValue = null;
|
|
this.gridControlDictionaryType.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorUnExecuteValue = null;
|
|
this.gridControlDictionaryType.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorUnPassValue = null;
|
|
this.gridControlDictionaryType.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorVerifyFlagColumn = null;
|
|
this.gridControlDictionaryType.ColorVerifyValue = null;
|
|
this.gridControlDictionaryType.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlDictionaryType.ColorWarningValue = null;
|
|
this.gridControlDictionaryType.DataSource = this.bsDictionaryType;
|
|
this.gridControlDictionaryType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControlDictionaryType.EnableAppearanceEvenRow = true;
|
|
this.gridControlDictionaryType.IndicatorWidth = 40;
|
|
this.gridControlDictionaryType.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControlDictionaryType.MainView = this.gridViewDictionaryType;
|
|
this.gridControlDictionaryType.Name = "gridControlDictionaryType";
|
|
this.gridControlDictionaryType.ShowRowID = true;
|
|
this.gridControlDictionaryType.Size = new System.Drawing.Size(1016, 320);
|
|
this.gridControlDictionaryType.TabIndex = 201;
|
|
this.gridControlDictionaryType.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridViewDictionaryType});
|
|
//
|
|
// bsDictionaryType
|
|
//
|
|
this.bsDictionaryType.DataSource = typeof(WMS.Model.SystemManage.DictionaryTypeModel);
|
|
//
|
|
// gridViewDictionaryType
|
|
//
|
|
this.gridViewDictionaryType.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gridViewDictionaryType.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridViewDictionaryType.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colDICTIONARYTYPE,
|
|
this.colDICTIONARYNAME,
|
|
this.colDESCRIPTION,
|
|
this.colDICTIONARYIDTITLE,
|
|
this.colDICTIONARYNAMETITLE,
|
|
this.colOPERATORID,
|
|
this.colOPERATEDATE,
|
|
this.colMNCODE});
|
|
this.gridViewDictionaryType.GridControl = this.gridControlDictionaryType;
|
|
this.gridViewDictionaryType.IndicatorWidth = 34;
|
|
this.gridViewDictionaryType.Name = "gridViewDictionaryType";
|
|
this.gridViewDictionaryType.OptionsBehavior.Editable = false;
|
|
this.gridViewDictionaryType.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click;
|
|
this.gridViewDictionaryType.OptionsMenu.EnableColumnMenu = false;
|
|
this.gridViewDictionaryType.OptionsView.ColumnAutoWidth = false;
|
|
this.gridViewDictionaryType.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridViewDictionaryType.OptionsView.ShowGroupPanel = false;
|
|
this.gridViewDictionaryType.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewDictionaryType_FocusedRowChanged);
|
|
this.gridViewDictionaryType.FocusedColumnChanged += new DevExpress.XtraGrid.Views.Base.FocusedColumnChangedEventHandler(this.gridViewDictionaryType_FocusedColumnChanged);
|
|
this.gridViewDictionaryType.DoubleClick += new System.EventHandler(this.gridViewDictionaryType_DoubleClick);
|
|
//
|
|
// colDICTIONARYTYPE
|
|
//
|
|
this.colDICTIONARYTYPE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDICTIONARYTYPE.AppearanceCell.Options.UseFont = true;
|
|
this.colDICTIONARYTYPE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDICTIONARYTYPE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDICTIONARYTYPE.FieldName = "DICTIONARYTYPE";
|
|
this.colDICTIONARYTYPE.Name = "colDICTIONARYTYPE";
|
|
this.colDICTIONARYTYPE.Visible = true;
|
|
this.colDICTIONARYTYPE.VisibleIndex = 0;
|
|
this.colDICTIONARYTYPE.Width = 151;
|
|
//
|
|
// colDICTIONARYNAME
|
|
//
|
|
this.colDICTIONARYNAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDICTIONARYNAME.AppearanceCell.Options.UseFont = true;
|
|
this.colDICTIONARYNAME.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDICTIONARYNAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDICTIONARYNAME.FieldName = "DICTIONARYNAME";
|
|
this.colDICTIONARYNAME.Name = "colDICTIONARYNAME";
|
|
this.colDICTIONARYNAME.Visible = true;
|
|
this.colDICTIONARYNAME.VisibleIndex = 1;
|
|
this.colDICTIONARYNAME.Width = 151;
|
|
//
|
|
// colDESCRIPTION
|
|
//
|
|
this.colDESCRIPTION.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDESCRIPTION.AppearanceCell.Options.UseFont = true;
|
|
this.colDESCRIPTION.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDESCRIPTION.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDESCRIPTION.FieldName = "DESCRIPTION";
|
|
this.colDESCRIPTION.Name = "colDESCRIPTION";
|
|
this.colDESCRIPTION.Visible = true;
|
|
this.colDESCRIPTION.VisibleIndex = 2;
|
|
this.colDESCRIPTION.Width = 340;
|
|
//
|
|
// colDICTIONARYIDTITLE
|
|
//
|
|
this.colDICTIONARYIDTITLE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDICTIONARYIDTITLE.AppearanceCell.Options.UseFont = true;
|
|
this.colDICTIONARYIDTITLE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDICTIONARYIDTITLE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDICTIONARYIDTITLE.FieldName = "DICTIONARYIDTITLE";
|
|
this.colDICTIONARYIDTITLE.Name = "colDICTIONARYIDTITLE";
|
|
this.colDICTIONARYIDTITLE.Visible = true;
|
|
this.colDICTIONARYIDTITLE.VisibleIndex = 3;
|
|
this.colDICTIONARYIDTITLE.Width = 113;
|
|
//
|
|
// colDICTIONARYNAMETITLE
|
|
//
|
|
this.colDICTIONARYNAMETITLE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colDICTIONARYNAMETITLE.AppearanceCell.Options.UseFont = true;
|
|
this.colDICTIONARYNAMETITLE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colDICTIONARYNAMETITLE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colDICTIONARYNAMETITLE.FieldName = "DICTIONARYNAMETITLE";
|
|
this.colDICTIONARYNAMETITLE.Name = "colDICTIONARYNAMETITLE";
|
|
this.colDICTIONARYNAMETITLE.Visible = true;
|
|
this.colDICTIONARYNAMETITLE.VisibleIndex = 4;
|
|
this.colDICTIONARYNAMETITLE.Width = 113;
|
|
//
|
|
// colOPERATORID
|
|
//
|
|
this.colOPERATORID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colOPERATORID.AppearanceCell.Options.UseFont = true;
|
|
this.colOPERATORID.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colOPERATORID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colOPERATORID.FieldName = "OPERATORID";
|
|
this.colOPERATORID.Name = "colOPERATORID";
|
|
this.colOPERATORID.Width = 87;
|
|
//
|
|
// colOPERATEDATE
|
|
//
|
|
this.colOPERATEDATE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colOPERATEDATE.AppearanceCell.Options.UseFont = true;
|
|
this.colOPERATEDATE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colOPERATEDATE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colOPERATEDATE.FieldName = "OPERATEDATE";
|
|
this.colOPERATEDATE.Name = "colOPERATEDATE";
|
|
this.colOPERATEDATE.Visible = true;
|
|
this.colOPERATEDATE.VisibleIndex = 5;
|
|
this.colOPERATEDATE.Width = 125;
|
|
//
|
|
// colMNCODE
|
|
//
|
|
this.colMNCODE.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.colMNCODE.AppearanceCell.Options.UseFont = true;
|
|
this.colMNCODE.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.colMNCODE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.colMNCODE.FieldName = "MNCODE";
|
|
this.colMNCODE.Name = "colMNCODE";
|
|
this.colMNCODE.Visible = true;
|
|
this.colMNCODE.VisibleIndex = 6;
|
|
this.colMNCODE.Width = 132;
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(3, 4);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.wmsCtrlTextBox1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.rgCache);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtDictionaryIdTitle);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.rgAdd);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.rgDelete);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtDictionaryType);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.rgModify);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtDescription);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label11);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtDictionaryName);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label10);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label9);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label8);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtDictionaryNameTitle);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label3);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtMNCODE);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.txtOperatorID);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label4);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label5);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label6);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.label7);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlDictionaryType);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1024, 546);
|
|
this.splitContainerControl1.SplitterPosition = 213;
|
|
this.splitContainerControl1.TabIndex = 202;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// wmsCtrlTextBox1
|
|
//
|
|
this.wmsCtrlTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsDictionaryTypeEdit, "DICTIONKEY", true));
|
|
this.wmsCtrlTextBox1.Enabled = false;
|
|
this.wmsCtrlTextBox1.FrmSelect = true;
|
|
this.wmsCtrlTextBox1.Location = new System.Drawing.Point(698, 10);
|
|
this.wmsCtrlTextBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.wmsCtrlTextBox1.MustText = true;
|
|
this.wmsCtrlTextBox1.Name = "wmsCtrlTextBox1";
|
|
this.wmsCtrlTextBox1.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
|
|
this.wmsCtrlTextBox1.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.wmsCtrlTextBox1.Properties.Appearance.Options.UseBackColor = true;
|
|
this.wmsCtrlTextBox1.Properties.Appearance.Options.UseFont = true;
|
|
this.wmsCtrlTextBox1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.wmsCtrlTextBox1.Properties.MaxLength = 1111;
|
|
this.wmsCtrlTextBox1.Size = new System.Drawing.Size(213, 22);
|
|
this.wmsCtrlTextBox1.StrLen = 50;
|
|
this.wmsCtrlTextBox1.TabIndex = 112;
|
|
this.wmsCtrlTextBox1.Valatt = WMS.Ctrl.ValidationAttribute.ACSII字符;
|
|
this.wmsCtrlTextBox1.ValText = "";
|
|
this.wmsCtrlTextBox1.Visible = false;
|
|
//
|
|
// FrmDictionaryType
|
|
//
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1030, 554);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LookAndFeel.SkinName = "Office 2010 Blue";
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Name = "FrmDictionaryType";
|
|
this.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Text = "字典类型管理";
|
|
this.Load += new System.EventHandler(this.FrmDictionaryType_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryTypeEdit)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.colVcOperatorIdLookUpEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgCache.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgAdd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgDelete.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.rgModify.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDescription.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtMNCODE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtOperatorID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryNameTitle.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryIdTitle.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDictionaryType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlDictionaryType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bsDictionaryType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDictionaryType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.BindingSource bsDictionaryTypeEdit;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit colVcOperatorIdLookUpEdit2;
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit repositoryItemGridLookUpEdit1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3;
|
|
private Ctrl.WMSCtrlTextBox txtDictionaryType;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private Ctrl.WMSCtrlTextBox txtDictionaryName;
|
|
private System.Windows.Forms.Label label2;
|
|
private Ctrl.WMSCtrlTextBox txtDictionaryNameTitle;
|
|
private System.Windows.Forms.Label label5;
|
|
private Ctrl.WMSCtrlTextBox txtDictionaryIdTitle;
|
|
private System.Windows.Forms.Label label4;
|
|
private Ctrl.GridControlCustom gridControlDictionaryType;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewDictionaryType;
|
|
private System.Windows.Forms.BindingSource bsDictionaryType;
|
|
private Ctrl.WMSCtrlTextBox txtMNCODE;
|
|
private System.Windows.Forms.Label label7;
|
|
private Ctrl.WMSCtrlTextBox txtOperatorID;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDICTIONARYTYPE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDICTIONARYNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDESCRIPTION;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDICTIONARYIDTITLE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDICTIONARYNAMETITLE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOPERATORID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colOPERATEDATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colMNCODE;
|
|
private DevExpress.XtraEditors.MemoEdit txtDescription;
|
|
private DevExpress.XtraEditors.RadioGroup rgModify;
|
|
private DevExpress.XtraEditors.RadioGroup rgCache;
|
|
private DevExpress.XtraEditors.RadioGroup rgAdd;
|
|
private DevExpress.XtraEditors.RadioGroup rgDelete;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private Ctrl.WMSCtrlTextBox wmsCtrlTextBox1;
|
|
|
|
|
|
}
|
|
} |