| | |
| | | treeListLookUpEdit1.Properties.Appearance.Options.UseFont = true; |
| | | treeListLookUpEdit1.Properties.Appearance.Options.UseForeColor = true; |
| | | treeListLookUpEdit1.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup; |
| | | treeListLookUpEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | treeListLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); |
| | | treeListLookUpEdit1.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | treeListLookUpEdit1.Properties.ContextImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("treeListLookUpEdit1.Properties.ContextImageOptions.SvgImage"); |
| | |
| | | treeListLookUpEdit1.Properties.DisplayMember = "Name"; |
| | | treeListLookUpEdit1.Properties.TreeList = treeListLookUpEdit1TreeList; |
| | | treeListLookUpEdit1.Properties.ValueMember = "ID"; |
| | | treeListLookUpEdit1.Size = new Size(275, 20); |
| | | treeListLookUpEdit1.Size = new Size(275, 22); |
| | | treeListLookUpEdit1.TabIndex = 0; |
| | | // |
| | | // treeListLookUpEdit1TreeList |
| | |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | // |
| | | // TypeTreeListLookUpEdit |
| | | // SysTypeTreeListLookUpEdit |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(treeListLookUpEdit1); |
| | | Name = "TypeTreeListLookUpEdit"; |
| | | Name = "SysTypeTreeListLookUpEdit"; |
| | | Size = new Size(275, 19); |
| | | ((ISupportInitialize)treeListLookUpEdit1.Properties).EndInit(); |
| | | ((ISupportInitialize)treeListLookUpEdit1TreeList).EndInit(); |