namespace IControls_FireManager { partial class Form_PointConfig { /// /// 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(); this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components); this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components); this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox(); this.UiButton_Close = new Janus.Windows.EditControls.UIButton(); this.UiProgressBar_ExcelImport = new Janus.Windows.EditControls.UIProgressBar(); this.label1 = new System.Windows.Forms.Label(); this.UiButton_Apply = new Janus.Windows.EditControls.UIButton(); this.editBox_ProjectPath = new Janus.Windows.GridEX.EditControls.EditBox(); this.label_IP_ID = new System.Windows.Forms.Label(); this.uiButton_ProjectPath = new Janus.Windows.EditControls.UIButton(); this.Timer_Renew = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit(); this.uiGroupBox1.SuspendLayout(); this.SuspendLayout(); // // officeFormAdorner // this.officeFormAdorner.Form = this; this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty; // // uiGroupBox1 // this.uiGroupBox1.BackColor = System.Drawing.Color.CornflowerBlue; this.uiGroupBox1.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel; this.uiGroupBox1.Controls.Add(this.UiButton_Close); this.uiGroupBox1.Controls.Add(this.UiProgressBar_ExcelImport); this.uiGroupBox1.Controls.Add(this.label1); this.uiGroupBox1.Controls.Add(this.UiButton_Apply); this.uiGroupBox1.Controls.Add(this.editBox_ProjectPath); this.uiGroupBox1.Controls.Add(this.label_IP_ID); this.uiGroupBox1.Controls.Add(this.uiButton_ProjectPath); this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiGroupBox1.FrameStyle = Janus.Windows.EditControls.FrameStyle.None; this.uiGroupBox1.Location = new System.Drawing.Point(0, 0); this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Size = new System.Drawing.Size(800, 270); this.uiGroupBox1.TabIndex = 3; this.uiGroupBox1.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007; // // UiButton_Close // this.UiButton_Close.Font = new System.Drawing.Font("굴림", 9F); this.UiButton_Close.HighlightActiveButton = false; this.UiButton_Close.Location = new System.Drawing.Point(641, 137); this.UiButton_Close.Name = "UiButton_Close"; this.UiButton_Close.Size = new System.Drawing.Size(75, 23); this.UiButton_Close.TabIndex = 393; this.UiButton_Close.Text = "닫기"; this.UiButton_Close.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007; this.UiButton_Close.VisualStyleManager = this.visualStyleManager; this.UiButton_Close.Click += new System.EventHandler(this.UiButton_Close_Click); // // UiProgressBar_ExcelImport // this.UiProgressBar_ExcelImport.Location = new System.Drawing.Point(25, 82); this.UiProgressBar_ExcelImport.Name = "UiProgressBar_ExcelImport"; this.UiProgressBar_ExcelImport.Size = new System.Drawing.Size(691, 37); this.UiProgressBar_ExcelImport.TabIndex = 392; this.UiProgressBar_ExcelImport.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("굴림", 9F); this.label1.Location = new System.Drawing.Point(23, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(584, 12); this.label1.TabIndex = 391; this.label1.Text = "※ 엑셀에 저장되어 있는 디바이스 정보를 가지고 옵니다. (최대 1 ~ 5분 소요됩니다. 잠시만 기다려주세요!)"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // UiButton_Apply // this.UiButton_Apply.Font = new System.Drawing.Font("굴림", 9F); this.UiButton_Apply.HighlightActiveButton = false; this.UiButton_Apply.Location = new System.Drawing.Point(641, 42); this.UiButton_Apply.Name = "UiButton_Apply"; this.UiButton_Apply.Size = new System.Drawing.Size(75, 23); this.UiButton_Apply.TabIndex = 390; this.UiButton_Apply.Text = "저장"; this.UiButton_Apply.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007; this.UiButton_Apply.VisualStyleManager = this.visualStyleManager; this.UiButton_Apply.Click += new System.EventHandler(this.UiButton_Apply_Click); // // editBox_ProjectPath // this.editBox_ProjectPath.BackColor = System.Drawing.SystemColors.MenuBar; this.editBox_ProjectPath.Font = new System.Drawing.Font("굴림", 9F); this.editBox_ProjectPath.Location = new System.Drawing.Point(115, 43); this.editBox_ProjectPath.Name = "editBox_ProjectPath"; this.editBox_ProjectPath.ReadOnly = true; this.editBox_ProjectPath.Size = new System.Drawing.Size(489, 21); this.editBox_ProjectPath.TabIndex = 388; this.editBox_ProjectPath.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007; // // label_IP_ID // this.label_IP_ID.AutoSize = true; this.label_IP_ID.BackColor = System.Drawing.Color.Transparent; this.label_IP_ID.Font = new System.Drawing.Font("굴림", 9F); this.label_IP_ID.Location = new System.Drawing.Point(23, 48); this.label_IP_ID.Name = "label_IP_ID"; this.label_IP_ID.Size = new System.Drawing.Size(77, 12); this.label_IP_ID.TabIndex = 389; this.label_IP_ID.Text = "▶ 엑셀 경로:"; this.label_IP_ID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiButton_ProjectPath // this.uiButton_ProjectPath.Font = new System.Drawing.Font("굴림", 9F); this.uiButton_ProjectPath.HighlightActiveButton = false; this.uiButton_ProjectPath.Location = new System.Drawing.Point(610, 43); this.uiButton_ProjectPath.Name = "uiButton_ProjectPath"; this.uiButton_ProjectPath.Size = new System.Drawing.Size(25, 21); this.uiButton_ProjectPath.TabIndex = 387; this.uiButton_ProjectPath.Text = "..."; this.uiButton_ProjectPath.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007; this.uiButton_ProjectPath.VisualStyleManager = this.visualStyleManager; this.uiButton_ProjectPath.Click += new System.EventHandler(this.uiButton_ProjectPath_Click); // // Timer_Renew // this.Timer_Renew.Tick += new System.EventHandler(this.Timer_Renew_Tick); // // Form_PointConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 270); this.ControlBox = false; this.Controls.Add(this.uiGroupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form_PointConfig"; this.Text = "디바이스 정보 불러오기"; ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit(); this.uiGroupBox1.ResumeLayout(false); this.uiGroupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner; private Janus.Windows.Common.VisualStyleManager visualStyleManager; private Janus.Windows.EditControls.UIGroupBox uiGroupBox1; private Janus.Windows.GridEX.EditControls.EditBox editBox_ProjectPath; private System.Windows.Forms.Label label_IP_ID; private Janus.Windows.EditControls.UIButton uiButton_ProjectPath; private Janus.Windows.EditControls.UIButton UiButton_Apply; private System.Windows.Forms.Label label1; private Janus.Windows.EditControls.UIProgressBar UiProgressBar_ExcelImport; private Janus.Windows.EditControls.UIButton UiButton_Close; private System.Windows.Forms.Timer Timer_Renew; } }