| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | |
| | | this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_lookupTypeCode, |
| | |
| | | // |
| | | // gv_lookupTypeCode |
| | | // |
| | | |
| | | this.gv_lookupTypeCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lookupTypeCode.Caption = "系统快码类型编码"; |
| | | this.gv_lookupTypeCode.FieldName = "lookupTypeCode"; |
| | |
| | | // |
| | | // gv_lookupTypeName |
| | | // |
| | | |
| | | this.gv_lookupTypeName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lookupTypeName.Caption = "系统快码类型名称"; |
| | | this.gv_lookupTypeName.FieldName = "lookupTypeName"; |
| | |
| | | this.txt_lookupTypeName.Enabled = false; |
| | | this.txt_lookupTypeName.Location = new System.Drawing.Point(360, 12); |
| | | this.txt_lookupTypeName.Name = "txt_lookupTypeName"; |
| | | |
| | | this.txt_lookupTypeName.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_lookupTypeName.Size = new System.Drawing.Size(200, 28); |
| | | this.txt_lookupTypeName.Size = new System.Drawing.Size(200, 24); |
| | | this.txt_lookupTypeName.StyleController = this.layoutMx1; |
| | | this.txt_lookupTypeName.TabIndex = 213; |
| | | // |
| | |
| | | this.txt_lookupTypeCode.Enabled = false; |
| | | this.txt_lookupTypeCode.Location = new System.Drawing.Point(84, 12); |
| | | this.txt_lookupTypeCode.Name = "txt_lookupTypeCode"; |
| | | |
| | | this.txt_lookupTypeCode.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_lookupTypeCode.Size = new System.Drawing.Size(200, 28); |
| | | this.txt_lookupTypeCode.Size = new System.Drawing.Size(200, 24); |
| | | this.txt_lookupTypeCode.StyleController = this.layoutMx1; |
| | | this.txt_lookupTypeCode.TabIndex = 211; |
| | | // |
| | |
| | | // |
| | | // gvMx1lookupName |
| | | // |
| | | |
| | | this.gvMx1lookupName.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1lookupName.Caption = "显示值"; |
| | | this.gvMx1lookupName.FieldName = "lookupName"; |
| | |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private System.Windows.Forms.Label lbGuid; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |