namespace WMS.FrmBaseData { partial class FrmRemarkDictionary { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.bsRemarkDictionaryEdit = new System.Windows.Forms.BindingSource(this.components); this.bsRemarkDictionary = new System.Windows.Forms.BindingSource(this.components); this.label = new System.Windows.Forms.Label(); this.groupBox = new DevExpress.XtraEditors.PanelControl(); this.lueType = new WMS.Ctrl.LookUpEditSystem(); this.label1 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.ColorEdit = new DevExpress.XtraEditors.ColorPickEdit(); this.txtContent = new DevExpress.XtraEditors.MemoEdit(); this.GCRemarkDictionary = new WMS.Ctrl.GridControlCustom(); this.GVRemarkDictionary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colCONTENT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCOLOR_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemColorPickEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit(); this.colVC_DICTIONARY_NAME = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.bsRemarkDictionaryEdit)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsRemarkDictionary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupBox)).BeginInit(); this.groupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ColorEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtContent.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GCRemarkDictionary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GVRemarkDictionary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).BeginInit(); this.SuspendLayout(); // // bsRemarkDictionaryEdit // this.bsRemarkDictionaryEdit.DataSource = typeof(WMS.Model.Base.BaseRemarkDictionaryModel); // // bsRemarkDictionary // this.bsRemarkDictionary.DataSource = typeof(WMS.Model.Base.BaseRemarkDictionaryModel); // // label // this.label.AutoSize = true; this.label.ForeColor = System.Drawing.SystemColors.ControlText; this.label.Location = new System.Drawing.Point(14, 38); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(63, 14); this.label.TabIndex = 86; this.label.Text = "备注内容"; // // groupBox // this.groupBox.Appearance.BackColor = System.Drawing.Color.Transparent; this.groupBox.Appearance.Options.UseBackColor = true; this.groupBox.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.groupBox.Controls.Add(this.lueType); this.groupBox.Controls.Add(this.label1); this.groupBox.Controls.Add(this.label19); this.groupBox.Controls.Add(this.ColorEdit); this.groupBox.Controls.Add(this.txtContent); this.groupBox.Controls.Add(this.label); this.groupBox.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox.Location = new System.Drawing.Point(0, 0); this.groupBox.Name = "groupBox"; this.groupBox.Size = new System.Drawing.Size(660, 92); this.groupBox.TabIndex = 97; // // lueType // this.lueType.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsRemarkDictionaryEdit, "REMARK_TYPE", true)); this.lueType.Enabled = false; this.lueType.Location = new System.Drawing.Point(78, 10); this.lueType.Name = "lueType"; this.lueType.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.lueType.Properties.Appearance.Options.UseFont = true; this.lueType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.lueType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lueType.Properties.NullText = ""; this.lueType.Size = new System.Drawing.Size(213, 22); this.lueType.TabIndex = 1229; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.SystemColors.ControlText; this.label1.Location = new System.Drawing.Point(349, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 14); this.label1.TabIndex = 1207; this.label1.Text = "颜 色"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(14, 13); this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(63, 14); this.label19.TabIndex = 1230; this.label19.Text = "类 型"; // // ColorEdit // this.ColorEdit.EditValue = System.Drawing.Color.Black; this.ColorEdit.Enabled = false; this.ColorEdit.Location = new System.Drawing.Point(415, 9); this.ColorEdit.Name = "ColorEdit"; this.ColorEdit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.ColorEdit.Properties.Appearance.Options.UseFont = true; this.ColorEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.ColorEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ColorEdit.Size = new System.Drawing.Size(213, 22); this.ColorEdit.TabIndex = 102; // // txtContent // this.txtContent.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsRemarkDictionaryEdit, "CONTENT", true)); this.txtContent.Location = new System.Drawing.Point(78, 36); this.txtContent.Name = "txtContent"; this.txtContent.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.txtContent.Properties.Appearance.Options.UseFont = true; this.txtContent.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtContent.Size = new System.Drawing.Size(550, 48); this.txtContent.TabIndex = 101; // // GCRemarkDictionary // this.GCRemarkDictionary.ColorApprove = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorApproveValue = null; this.GCRemarkDictionary.ColorPass = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorPassValue = null; this.GCRemarkDictionary.ColorRepeal = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorRepealValue = null; this.GCRemarkDictionary.ColorReWork = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorReWorkValue = null; this.GCRemarkDictionary.ColorSelectedRow = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorShortage = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorShortageFlagColumn = null; this.GCRemarkDictionary.ColorShortageValue = null; this.GCRemarkDictionary.ColorUnExecute = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorUnExecuteValue = null; this.GCRemarkDictionary.ColorUnPass = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorUnPassValue = null; this.GCRemarkDictionary.ColorVerify = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorVerifyFlagColumn = null; this.GCRemarkDictionary.ColorVerifyValue = null; this.GCRemarkDictionary.ColorWarning = System.Drawing.Color.Empty; this.GCRemarkDictionary.ColorWarningValue = null; this.GCRemarkDictionary.DataSource = this.bsRemarkDictionary; this.GCRemarkDictionary.Dock = System.Windows.Forms.DockStyle.Fill; this.GCRemarkDictionary.EnableAppearanceEvenRow = true; this.GCRemarkDictionary.IndicatorWidth = 40; this.GCRemarkDictionary.Location = new System.Drawing.Point(0, 92); this.GCRemarkDictionary.MainView = this.GVRemarkDictionary; this.GCRemarkDictionary.Name = "GCRemarkDictionary"; this.GCRemarkDictionary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemColorPickEdit1}); this.GCRemarkDictionary.ShowRowID = true; this.GCRemarkDictionary.Size = new System.Drawing.Size(660, 450); this.GCRemarkDictionary.TabIndex = 201; this.GCRemarkDictionary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GVRemarkDictionary}); // // GVRemarkDictionary // this.GVRemarkDictionary.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.GVRemarkDictionary.Appearance.EvenRow.Options.UseBackColor = true; this.GVRemarkDictionary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colCONTENT, this.colCOLOR_ID, this.colVC_DICTIONARY_NAME}); this.GVRemarkDictionary.GridControl = this.GCRemarkDictionary; this.GVRemarkDictionary.IndicatorWidth = 34; this.GVRemarkDictionary.Name = "GVRemarkDictionary"; this.GVRemarkDictionary.OptionsBehavior.Editable = false; this.GVRemarkDictionary.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.Click; this.GVRemarkDictionary.OptionsMenu.EnableColumnMenu = false; this.GVRemarkDictionary.OptionsView.ColumnAutoWidth = false; this.GVRemarkDictionary.OptionsView.EnableAppearanceEvenRow = true; this.GVRemarkDictionary.OptionsView.ShowGroupPanel = false; this.GVRemarkDictionary.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.GVRemarkDictionary_FocusedRowChanged); this.GVRemarkDictionary.DoubleClick += new System.EventHandler(this.GVRemarkDictionary_DoubleClick); // // colCONTENT // this.colCONTENT.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colCONTENT.AppearanceCell.Options.UseFont = true; this.colCONTENT.AppearanceHeader.Options.UseTextOptions = true; this.colCONTENT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCONTENT.FieldName = "CONTENT"; this.colCONTENT.Name = "colCONTENT"; this.colCONTENT.Visible = true; this.colCONTENT.VisibleIndex = 1; this.colCONTENT.Width = 427; // // colCOLOR_ID // this.colCOLOR_ID.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colCOLOR_ID.AppearanceCell.Options.UseFont = true; this.colCOLOR_ID.AppearanceHeader.Options.UseTextOptions = true; this.colCOLOR_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colCOLOR_ID.ColumnEdit = this.repositoryItemColorPickEdit1; this.colCOLOR_ID.FieldName = "COLOR_ID"; this.colCOLOR_ID.Name = "colCOLOR_ID"; this.colCOLOR_ID.Visible = true; this.colCOLOR_ID.VisibleIndex = 2; this.colCOLOR_ID.Width = 134; // // repositoryItemColorPickEdit1 // this.repositoryItemColorPickEdit1.AutoHeight = false; this.repositoryItemColorPickEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemColorPickEdit1.Name = "repositoryItemColorPickEdit1"; // // colVC_DICTIONARY_NAME // this.colVC_DICTIONARY_NAME.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F); this.colVC_DICTIONARY_NAME.AppearanceCell.Options.UseFont = true; this.colVC_DICTIONARY_NAME.AppearanceHeader.Options.UseTextOptions = true; this.colVC_DICTIONARY_NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colVC_DICTIONARY_NAME.FieldName = "VC_DICTIONARY_NAME"; this.colVC_DICTIONARY_NAME.Name = "colVC_DICTIONARY_NAME"; this.colVC_DICTIONARY_NAME.Visible = true; this.colVC_DICTIONARY_NAME.VisibleIndex = 0; this.colVC_DICTIONARY_NAME.Width = 63; // // FrmRemarkDictionary // this.Appearance.Font = new System.Drawing.Font("宋体", 10F); 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(660, 542); this.Controls.Add(this.GCRemarkDictionary); this.Controls.Add(this.groupBox); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.Name = "FrmRemarkDictionary"; this.Text = "备注字典"; this.Load += new System.EventHandler(this.FrmRemarkDictionary_Load); ((System.ComponentModel.ISupportInitialize)(this.bsRemarkDictionaryEdit)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsRemarkDictionary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupBox)).EndInit(); this.groupBox.ResumeLayout(false); this.groupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lueType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ColorEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtContent.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GCRemarkDictionary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GVRemarkDictionary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label; private DevExpress.XtraEditors.PanelControl groupBox; private System.Windows.Forms.BindingSource bsRemarkDictionary; private Ctrl.GridControlCustom GCRemarkDictionary; private DevExpress.XtraGrid.Views.Grid.GridView GVRemarkDictionary; private System.Windows.Forms.BindingSource bsRemarkDictionaryEdit; private DevExpress.XtraEditors.MemoEdit txtContent; private DevExpress.XtraEditors.ColorPickEdit ColorEdit; private DevExpress.XtraGrid.Columns.GridColumn colCONTENT; private DevExpress.XtraGrid.Columns.GridColumn colCOLOR_ID; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit repositoryItemColorPickEdit1; private Ctrl.LookUpEditSystem lueType; private System.Windows.Forms.Label label19; private DevExpress.XtraGrid.Columns.GridColumn colVC_DICTIONARY_NAME; } }