namespace HStation.WinFrmUI { partial class CreateXhsSchemeChangeRecordPage { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { treeList1 = new DevExpress.XtraTreeList.TreeList(); colSvg = new DevExpress.XtraTreeList.Columns.TreeListColumn(); repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); colName = new DevExpress.XtraTreeList.Columns.TreeListColumn(); ((ISupportInitialize)treeList1).BeginInit(); ((ISupportInitialize)repositoryItemPictureEdit1).BeginInit(); SuspendLayout(); // // treeList1 // treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colSvg, colName }); treeList1.Dock = DockStyle.Fill; treeList1.Location = new Point(0, 0); treeList1.Name = "treeList1"; treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemPictureEdit1 }); treeList1.Size = new Size(1227, 729); treeList1.TabIndex = 0; // // colSvg // colSvg.Caption = "SvgImage"; colSvg.ColumnEdit = repositoryItemPictureEdit1; colSvg.FieldName = "SvgImage"; colSvg.MaxWidth = 60; colSvg.MinWidth = 60; colSvg.Name = "colSvg"; colSvg.Visible = true; colSvg.VisibleIndex = 0; colSvg.Width = 60; // // repositoryItemPictureEdit1 // repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1"; // // colName // colName.AppearanceCell.Font = new Font("Tahoma", 12F, FontStyle.Regular, GraphicsUnit.Point); colName.AppearanceCell.ForeColor = Color.DodgerBlue; colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseForeColor = true; colName.Caption = "Name"; colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 1; colName.Width = 1131; // // CreateXhsSchemeChangeRecordPage // AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(treeList1); Margin = new Padding(4, 5, 4, 5); Name = "CreateXhsSchemeChangeRecordPage"; Size = new Size(1227, 729); ((ISupportInitialize)treeList1).EndInit(); ((ISupportInitialize)repositoryItemPictureEdit1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn colSvg; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repositoryItemPictureEdit1; private DevExpress.XtraTreeList.Columns.TreeListColumn colName; } }