| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 | namespace IControls_FireManager{    partial class Form_Project_Delete    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);            this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();            this.listBox_ProjectNames = new System.Windows.Forms.ListBox();            this.UiButton_Project_Open = new Janus.Windows.EditControls.UIButton();            this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();            this.uiGroupBox.SuspendLayout();            this.SuspendLayout();            //             // officeFormAdorner            //             this.officeFormAdorner.Form = this;            this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;            //             // uiGroupBox            //             this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;            this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;            this.uiGroupBox.Controls.Add(this.listBox_ProjectNames);            this.uiGroupBox.Controls.Add(this.UiButton_Project_Open);            this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;            this.uiGroupBox.Location = new System.Drawing.Point(0, 0);            this.uiGroupBox.Name = "uiGroupBox";            this.uiGroupBox.Size = new System.Drawing.Size(318, 192);            this.uiGroupBox.TabIndex = 0;            this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;            //             // listBox_ProjectNames            //             this.listBox_ProjectNames.FormattingEnabled = true;            this.listBox_ProjectNames.ItemHeight = 12;            this.listBox_ProjectNames.Location = new System.Drawing.Point(32, 28);            this.listBox_ProjectNames.Name = "listBox_ProjectNames";            this.listBox_ProjectNames.Size = new System.Drawing.Size(255, 112);            this.listBox_ProjectNames.TabIndex = 382;            //             // UiButton_Project_Open            //             this.UiButton_Project_Open.Font = new System.Drawing.Font("굴림", 9F);            this.UiButton_Project_Open.HighlightActiveButton = false;            this.UiButton_Project_Open.Location = new System.Drawing.Point(119, 157);            this.UiButton_Project_Open.Name = "UiButton_Project_Open";            this.UiButton_Project_Open.Size = new System.Drawing.Size(75, 23);            this.UiButton_Project_Open.TabIndex = 373;            this.UiButton_Project_Open.Text = "삭제";            this.UiButton_Project_Open.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;            this.UiButton_Project_Open.VisualStyleManager = this.visualStyleManager;            this.UiButton_Project_Open.Click += new System.EventHandler(this.UiButton_Project_Open_Click);            //             // Form_Project_Delete            //             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(318, 192);            this.Controls.Add(this.uiGroupBox);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "Form_Project_Delete";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;            this.Text = "Delete Project";            ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();            this.uiGroupBox.ResumeLayout(false);            this.ResumeLayout(false);        }        #endregion        private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;        private Janus.Windows.EditControls.UIGroupBox uiGroupBox;        private Janus.Windows.Common.VisualStyleManager visualStyleManager;        private Janus.Windows.EditControls.UIButton UiButton_Project_Open;        private System.Windows.Forms.ListBox listBox_ProjectNames;    }}
 |