namespace IControls_FireManager { partial class Frame_Tree { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frame_Tree)); this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components); this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components); this.treeView_SystemTree = new System.Windows.Forms.TreeView(); this.imageList_Icon_16by16 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit(); this.SuspendLayout(); // // officeFormAdorner // this.officeFormAdorner.Form = this; this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty; // // treeView_SystemTree // this.treeView_SystemTree.BorderStyle = System.Windows.Forms.BorderStyle.None; this.treeView_SystemTree.Dock = System.Windows.Forms.DockStyle.Fill; this.treeView_SystemTree.Font = new System.Drawing.Font("굴림", 9F); this.treeView_SystemTree.HideSelection = false; this.treeView_SystemTree.ImageIndex = 0; this.treeView_SystemTree.ImageList = this.imageList_Icon_16by16; this.treeView_SystemTree.Indent = 20; this.treeView_SystemTree.ItemHeight = 22; this.treeView_SystemTree.Location = new System.Drawing.Point(0, 0); this.treeView_SystemTree.Margin = new System.Windows.Forms.Padding(0); this.treeView_SystemTree.Name = "treeView_SystemTree"; this.treeView_SystemTree.SelectedImageIndex = 12; this.treeView_SystemTree.Size = new System.Drawing.Size(282, 442); this.treeView_SystemTree.TabIndex = 6; this.treeView_SystemTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView_SystemTree_NodeMouseClick); // // imageList_Icon_16by16 // this.imageList_Icon_16by16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_Icon_16by16.ImageStream"))); this.imageList_Icon_16by16.TransparentColor = System.Drawing.Color.Transparent; this.imageList_Icon_16by16.Images.SetKeyName(0, ""); this.imageList_Icon_16by16.Images.SetKeyName(1, ""); this.imageList_Icon_16by16.Images.SetKeyName(2, ""); this.imageList_Icon_16by16.Images.SetKeyName(3, ""); this.imageList_Icon_16by16.Images.SetKeyName(4, ""); this.imageList_Icon_16by16.Images.SetKeyName(5, ""); this.imageList_Icon_16by16.Images.SetKeyName(6, ""); this.imageList_Icon_16by16.Images.SetKeyName(7, ""); this.imageList_Icon_16by16.Images.SetKeyName(8, ""); this.imageList_Icon_16by16.Images.SetKeyName(9, ""); this.imageList_Icon_16by16.Images.SetKeyName(10, "connect.png"); this.imageList_Icon_16by16.Images.SetKeyName(11, "log.png"); this.imageList_Icon_16by16.Images.SetKeyName(12, "new.png"); this.imageList_Icon_16by16.Images.SetKeyName(13, "plus.png"); this.imageList_Icon_16by16.Images.SetKeyName(14, "print.png"); this.imageList_Icon_16by16.Images.SetKeyName(15, "green_ball.bmp"); this.imageList_Icon_16by16.Images.SetKeyName(16, "green_chk.bmp"); this.imageList_Icon_16by16.Images.SetKeyName(17, "red_ball.bmp"); this.imageList_Icon_16by16.Images.SetKeyName(18, "red_chk.bmp"); this.imageList_Icon_16by16.Images.SetKeyName(19, "yellow_ball.bmp"); this.imageList_Icon_16by16.Images.SetKeyName(20, "yellow_chk.bmp"); this.imageList_Icon_16by16.Images.SetKeyName(21, "건물_평상시.png"); this.imageList_Icon_16by16.Images.SetKeyName(22, "검색.BMP"); this.imageList_Icon_16by16.Images.SetKeyName(23, "돋보기.png"); this.imageList_Icon_16by16.Images.SetKeyName(24, "등록.png"); this.imageList_Icon_16by16.Images.SetKeyName(25, "보고서.BMP"); this.imageList_Icon_16by16.Images.SetKeyName(26, "층_평상시.png"); this.imageList_Icon_16by16.Images.SetKeyName(27, "카드_승인됨.PNG"); this.imageList_Icon_16by16.Images.SetKeyName(28, "카드_승인안됨.PNG"); this.imageList_Icon_16by16.Images.SetKeyName(29, "플러스.png"); this.imageList_Icon_16by16.Images.SetKeyName(30, "cardgroup.png"); this.imageList_Icon_16by16.Images.SetKeyName(31, "personal.png"); this.imageList_Icon_16by16.Images.SetKeyName(32, "login.png"); this.imageList_Icon_16by16.Images.SetKeyName(33, "logout.png"); this.imageList_Icon_16by16.Images.SetKeyName(34, "office2007.png"); this.imageList_Icon_16by16.Images.SetKeyName(35, "office2003.png"); this.imageList_Icon_16by16.Images.SetKeyName(36, "standard.png"); this.imageList_Icon_16by16.Images.SetKeyName(37, "VS2005.png"); this.imageList_Icon_16by16.Images.SetKeyName(38, "treeview.png"); this.imageList_Icon_16by16.Images.SetKeyName(39, "location.gif"); this.imageList_Icon_16by16.Images.SetKeyName(40, "detail.png"); this.imageList_Icon_16by16.Images.SetKeyName(41, "all.gif"); // // Frame_Tree // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(282, 442); this.Controls.Add(this.treeView_SystemTree); this.Name = "Frame_Tree"; this.Text = "Frame_Tree"; ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit(); this.ResumeLayout(false); } #endregion private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner; private Janus.Windows.Common.VisualStyleManager visualStyleManager; private System.Windows.Forms.TreeView treeView_SystemTree; private System.Windows.Forms.ImageList imageList_Icon_16by16; } }