| | |
| | | // popupContainerControl1 |
| | | // |
| | | popupContainerControl1.Controls.Add(treeList1); |
| | | popupContainerControl1.Location = new Point(10, 158); |
| | | popupContainerControl1.Location = new Point(20, 214); |
| | | popupContainerControl1.Name = "popupContainerControl1"; |
| | | popupContainerControl1.Size = new Size(200, 100); |
| | | popupContainerControl1.TabIndex = 12; |
| | |
| | | TextEditType.Size = new Size(594, 20); |
| | | TextEditType.StyleController = layoutControl1; |
| | | TextEditType.TabIndex = 4; |
| | | TextEditType.SelectedIndexChanged += TextEditType_SelectedIndexChanged; |
| | | // |
| | | // BtnOk |
| | | // |