namespace CLIP.eForm.Consent.UI { partial class ConsentCommandCtrl { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConsentCommandCtrl)); this.toolStripButtons = new System.Windows.Forms.ToolStrip(); this.toolStripButtonPrint = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonExecute = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonCloseDualViewer = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonTempSaveToServer = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonCompleteSaveToServer = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonSaveToServer = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonFirstPage = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonPrevPage = new System.Windows.Forms.ToolStripButton(); this.toolStripTextBoxPageIndex = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabelTotalPages = new System.Windows.Forms.ToolStripLabel(); this.toolStripButtonNextPage = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonLastPage = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripComboBoxZoom = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonDeleteAllSignData = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonPenConfig = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonPen = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonDelAllDraw = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonUndo = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonRedo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButtonInsertAttach = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonDeleteAttach = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonConfig = new System.Windows.Forms.ToolStripButton(); this.toolStripButtons.SuspendLayout(); this.SuspendLayout(); // // toolStripButtons // this.toolStripButtons.BackColor = System.Drawing.SystemColors.Control; this.toolStripButtons.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripButtons.GripMargin = new System.Windows.Forms.Padding(0); this.toolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripButtons.ImageScalingSize = new System.Drawing.Size(20, 20); this.toolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonPrint, this.toolStripButtonExecute, this.toolStripButtonCloseDualViewer, this.toolStripSeparator1, this.toolStripButtonTempSaveToServer, this.toolStripButtonCompleteSaveToServer, this.toolStripButtonSaveToServer, this.toolStripSeparator2, this.toolStripButtonFirstPage, this.toolStripButtonPrevPage, this.toolStripTextBoxPageIndex, this.toolStripLabelTotalPages, this.toolStripButtonNextPage, this.toolStripButtonLastPage, this.toolStripSeparator3, this.toolStripComboBoxZoom, this.toolStripSeparator4, this.toolStripButtonDeleteAllSignData, this.toolStripSeparator5, this.toolStripButtonPenConfig, this.toolStripButtonPen, this.toolStripSeparator6, this.toolStripButtonDelAllDraw, this.toolStripButtonUndo, this.toolStripButtonRedo, this.toolStripSeparator7, this.toolStripButtonInsertAttach, this.toolStripButtonDeleteAttach, this.toolStripButtonConfig}); this.toolStripButtons.Location = new System.Drawing.Point(0, 0); this.toolStripButtons.Name = "toolStripButtons"; this.toolStripButtons.Padding = new System.Windows.Forms.Padding(0); this.toolStripButtons.Size = new System.Drawing.Size(978, 50); this.toolStripButtons.TabIndex = 3; this.toolStripButtons.Text = "toolStrip1"; this.toolStripButtons.MouseEnter += new System.EventHandler(this.ToolStripButtons_MouseEnter); // // toolStripButtonPrint // this.toolStripButtonPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPrint.Enabled = false; this.toolStripButtonPrint.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrint.Image"))); this.toolStripButtonPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonPrint.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonPrint.Name = "toolStripButtonPrint"; this.toolStripButtonPrint.Size = new System.Drawing.Size(36, 47); this.toolStripButtonPrint.Text = "동의서 인쇄"; this.toolStripButtonPrint.ToolTipText = "출력"; this.toolStripButtonPrint.Click += new System.EventHandler(this.toolStripButtonPrint_Click); // // toolStripButtonExecute // this.toolStripButtonExecute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonExecute.Enabled = false; this.toolStripButtonExecute.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonExecute.Image"))); this.toolStripButtonExecute.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonExecute.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonExecute.Name = "toolStripButtonExecute"; this.toolStripButtonExecute.Size = new System.Drawing.Size(36, 47); this.toolStripButtonExecute.Text = "전자동의서 실행"; this.toolStripButtonExecute.ToolTipText = "전자동의서를 실행 합니다."; this.toolStripButtonExecute.Click += new System.EventHandler(this.toolStripButtonExecute_Click); // // toolStripButtonCloseDualViewer // this.toolStripButtonCloseDualViewer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonCloseDualViewer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCloseDualViewer.Image"))); this.toolStripButtonCloseDualViewer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonCloseDualViewer.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonCloseDualViewer.Name = "toolStripButtonCloseDualViewer"; this.toolStripButtonCloseDualViewer.Size = new System.Drawing.Size(36, 47); this.toolStripButtonCloseDualViewer.Text = "듀얼 뷰어 창을 닫습니다."; this.toolStripButtonCloseDualViewer.Visible = false; this.toolStripButtonCloseDualViewer.Click += new System.EventHandler(this.toolStripButtonCloseDualViewer_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); // // toolStripButtonTempSaveToServer // this.toolStripButtonTempSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripButtonTempSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTempSaveToServer.Image"))); this.toolStripButtonTempSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonTempSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonTempSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2); this.toolStripButtonTempSaveToServer.Name = "toolStripButtonTempSaveToServer"; this.toolStripButtonTempSaveToServer.Size = new System.Drawing.Size(55, 44); this.toolStripButtonTempSaveToServer.Text = "임시저장"; this.toolStripButtonTempSaveToServer.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal; this.toolStripButtonTempSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.toolStripButtonTempSaveToServer.ToolTipText = "임시저장"; this.toolStripButtonTempSaveToServer.Click += new System.EventHandler(this.toolStripButtonTempSaveToServer_Click); // // toolStripButtonCompleteSaveToServer // this.toolStripButtonCompleteSaveToServer.Enabled = false; this.toolStripButtonCompleteSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripButtonCompleteSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCompleteSaveToServer.Image"))); this.toolStripButtonCompleteSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonCompleteSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonCompleteSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2); this.toolStripButtonCompleteSaveToServer.Name = "toolStripButtonCompleteSaveToServer"; this.toolStripButtonCompleteSaveToServer.Size = new System.Drawing.Size(36, 44); this.toolStripButtonCompleteSaveToServer.Text = "확인"; this.toolStripButtonCompleteSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.toolStripButtonCompleteSaveToServer.ToolTipText = "확인"; this.toolStripButtonCompleteSaveToServer.Click += new System.EventHandler(this.toolStripButtonCompleteSaveToServer_Click); // // toolStripButtonSaveToServer // this.toolStripButtonSaveToServer.Enabled = false; this.toolStripButtonSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.toolStripButtonSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSaveToServer.Image"))); this.toolStripButtonSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2); this.toolStripButtonSaveToServer.Name = "toolStripButtonSaveToServer"; this.toolStripButtonSaveToServer.Size = new System.Drawing.Size(55, 44); this.toolStripButtonSaveToServer.Text = "인증저장"; this.toolStripButtonSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.toolStripButtonSaveToServer.ToolTipText = "인증저장"; this.toolStripButtonSaveToServer.Click += new System.EventHandler(this.toolStripButtonSaveToServer_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); // // toolStripButtonFirstPage // this.toolStripButtonFirstPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonFirstPage.Enabled = false; this.toolStripButtonFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFirstPage.Image"))); this.toolStripButtonFirstPage.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonFirstPage.Name = "toolStripButtonFirstPage"; this.toolStripButtonFirstPage.Size = new System.Drawing.Size(24, 47); this.toolStripButtonFirstPage.Text = "처음 페이지"; this.toolStripButtonFirstPage.ToolTipText = "처음 페이지로 이동 합니다."; this.toolStripButtonFirstPage.Click += new System.EventHandler(this.toolStripButtonFirstPage_Click); // // toolStripButtonPrevPage // this.toolStripButtonPrevPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPrevPage.Enabled = false; this.toolStripButtonPrevPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrevPage.Image"))); this.toolStripButtonPrevPage.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonPrevPage.Name = "toolStripButtonPrevPage"; this.toolStripButtonPrevPage.Size = new System.Drawing.Size(24, 47); this.toolStripButtonPrevPage.Text = "이전 페이지"; this.toolStripButtonPrevPage.ToolTipText = "이전 페이지로 이동 합니다."; this.toolStripButtonPrevPage.Click += new System.EventHandler(this.toolStripButtonPrevPage_Click); // // toolStripTextBoxPageIndex // this.toolStripTextBoxPageIndex.BorderStyle = System.Windows.Forms.BorderStyle.None; this.toolStripTextBoxPageIndex.Enabled = false; this.toolStripTextBoxPageIndex.Name = "toolStripTextBoxPageIndex"; this.toolStripTextBoxPageIndex.Size = new System.Drawing.Size(40, 50); this.toolStripTextBoxPageIndex.ToolTipText = "현재 페이지 숫자 입니다."; this.toolStripTextBoxPageIndex.TextChanged += new System.EventHandler(this.toolStripTextBoxPageIndex_TextChanged); // // toolStripLabelTotalPages // this.toolStripLabelTotalPages.AutoSize = false; this.toolStripLabelTotalPages.Enabled = false; this.toolStripLabelTotalPages.Name = "toolStripLabelTotalPages"; this.toolStripLabelTotalPages.Size = new System.Drawing.Size(30, 22); this.toolStripLabelTotalPages.ToolTipText = "전체 페이지 숫자 입니다."; // // toolStripButtonNextPage // this.toolStripButtonNextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonNextPage.Enabled = false; this.toolStripButtonNextPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextPage.Image"))); this.toolStripButtonNextPage.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonNextPage.Name = "toolStripButtonNextPage"; this.toolStripButtonNextPage.Size = new System.Drawing.Size(24, 47); this.toolStripButtonNextPage.Text = "다음 페이지"; this.toolStripButtonNextPage.ToolTipText = "다음 페이지로 이동 합니다."; this.toolStripButtonNextPage.Click += new System.EventHandler(this.toolStripButtonNextPage_Click); // // toolStripButtonLastPage // this.toolStripButtonLastPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonLastPage.Enabled = false; this.toolStripButtonLastPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLastPage.Image"))); this.toolStripButtonLastPage.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonLastPage.Name = "toolStripButtonLastPage"; this.toolStripButtonLastPage.Size = new System.Drawing.Size(24, 47); this.toolStripButtonLastPage.Text = "마지막 페이지"; this.toolStripButtonLastPage.ToolTipText = "마지막 페이지로 이동 합니다."; this.toolStripButtonLastPage.Click += new System.EventHandler(this.toolStripButtonLastPage_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripComboBoxZoom // this.toolStripComboBoxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.toolStripComboBoxZoom.Enabled = false; this.toolStripComboBoxZoom.Name = "toolStripComboBoxZoom"; this.toolStripComboBoxZoom.Size = new System.Drawing.Size(100, 50); this.toolStripComboBoxZoom.ToolTipText = "현재 전자문서의 확대 축소를 지정 합니다."; this.toolStripComboBoxZoom.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxZoom_SelectedIndexChanged); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50); // // toolStripButtonDeleteAllSignData // this.toolStripButtonDeleteAllSignData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonDeleteAllSignData.Enabled = false; this.toolStripButtonDeleteAllSignData.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteAllSignData.Image"))); this.toolStripButtonDeleteAllSignData.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonDeleteAllSignData.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonDeleteAllSignData.Name = "toolStripButtonDeleteAllSignData"; this.toolStripButtonDeleteAllSignData.Size = new System.Drawing.Size(36, 47); this.toolStripButtonDeleteAllSignData.Text = "toolStripButton1"; this.toolStripButtonDeleteAllSignData.ToolTipText = "모든 서명을 삭제 합니다."; this.toolStripButtonDeleteAllSignData.Visible = false; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); this.toolStripSeparator5.Visible = false; // // toolStripButtonPenConfig // this.toolStripButtonPenConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPenConfig.Enabled = false; this.toolStripButtonPenConfig.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPenConfig.Image"))); this.toolStripButtonPenConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonPenConfig.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonPenConfig.Name = "toolStripButtonPenConfig"; this.toolStripButtonPenConfig.Size = new System.Drawing.Size(36, 47); this.toolStripButtonPenConfig.Text = "toolStripButton1"; this.toolStripButtonPenConfig.ToolTipText = "그리기 펜 색상 및 두께를 변경 합니다."; this.toolStripButtonPenConfig.Click += new System.EventHandler(this.toolStripButtonPenConfig_Click); // // toolStripButtonPen // this.toolStripButtonPen.BackColor = System.Drawing.SystemColors.Control; this.toolStripButtonPen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonPen.Enabled = false; this.toolStripButtonPen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPen.Image"))); this.toolStripButtonPen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonPen.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonPen.Name = "toolStripButtonPen"; this.toolStripButtonPen.Size = new System.Drawing.Size(36, 47); this.toolStripButtonPen.Text = "toolStripButton1"; this.toolStripButtonPen.ToolTipText = "현재 전자 문서에 펜도구를 이용한 그리기를 시작 합니다."; this.toolStripButtonPen.Click += new System.EventHandler(this.toolStripButtonPen_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50); // // toolStripButtonDelAllDraw // this.toolStripButtonDelAllDraw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonDelAllDraw.Enabled = false; this.toolStripButtonDelAllDraw.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAllDraw.Image"))); this.toolStripButtonDelAllDraw.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonDelAllDraw.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonDelAllDraw.Name = "toolStripButtonDelAllDraw"; this.toolStripButtonDelAllDraw.Size = new System.Drawing.Size(36, 47); this.toolStripButtonDelAllDraw.Text = "toolStripButton1"; this.toolStripButtonDelAllDraw.ToolTipText = "페이지 내의 펜 그리기 모두 삭제 합니다."; this.toolStripButtonDelAllDraw.Click += new System.EventHandler(this.toolStripButtonDelAllDraw_Click); // // toolStripButtonUndo // this.toolStripButtonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonUndo.Enabled = false; this.toolStripButtonUndo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonUndo.Image"))); this.toolStripButtonUndo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonUndo.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonUndo.Name = "toolStripButtonUndo"; this.toolStripButtonUndo.Size = new System.Drawing.Size(36, 47); this.toolStripButtonUndo.Text = "toolStripButton1"; this.toolStripButtonUndo.ToolTipText = "바로 전 그리기를 취소 합니다."; this.toolStripButtonUndo.Click += new System.EventHandler(this.toolStripButtonUndo_Click); // // toolStripButtonRedo // this.toolStripButtonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonRedo.Enabled = false; this.toolStripButtonRedo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRedo.Image"))); this.toolStripButtonRedo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonRedo.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonRedo.Name = "toolStripButtonRedo"; this.toolStripButtonRedo.Size = new System.Drawing.Size(36, 47); this.toolStripButtonRedo.Text = "toolStripButton1"; this.toolStripButtonRedo.ToolTipText = "실행 취소 한 그리기를 다시 실행 합니다."; this.toolStripButtonRedo.Click += new System.EventHandler(this.toolStripButtonRedo_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // toolStripButtonInsertAttach // this.toolStripButtonInsertAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonInsertAttach.Enabled = false; this.toolStripButtonInsertAttach.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonInsertAttach.Image"))); this.toolStripButtonInsertAttach.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonInsertAttach.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonInsertAttach.Name = "toolStripButtonInsertAttach"; this.toolStripButtonInsertAttach.Size = new System.Drawing.Size(36, 47); this.toolStripButtonInsertAttach.Text = "toolStripButton1"; this.toolStripButtonInsertAttach.ToolTipText = "첨지를 삽입합니다."; this.toolStripButtonInsertAttach.Click += new System.EventHandler(this.toolStripButtonInsertAttach_Click); // // toolStripButtonDeleteAttach // this.toolStripButtonDeleteAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonDeleteAttach.Enabled = false; this.toolStripButtonDeleteAttach.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteAttach.Image"))); this.toolStripButtonDeleteAttach.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonDeleteAttach.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonDeleteAttach.Name = "toolStripButtonDeleteAttach"; this.toolStripButtonDeleteAttach.Size = new System.Drawing.Size(36, 47); this.toolStripButtonDeleteAttach.Text = "toolStripButton2"; this.toolStripButtonDeleteAttach.ToolTipText = "첨지를 삭제합니다."; this.toolStripButtonDeleteAttach.Click += new System.EventHandler(this.toolStripButtonDeleteAttach_Click); // // toolStripButtonConfig // this.toolStripButtonConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButtonConfig.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonConfig.Image"))); this.toolStripButtonConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripButtonConfig.Name = "toolStripButtonConfig"; this.toolStripButtonConfig.Size = new System.Drawing.Size(36, 47); this.toolStripButtonConfig.Click += new System.EventHandler(this.toolStripButtonConfig_Click_1); // // ConsentCommandCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStripButtons); this.Margin = new System.Windows.Forms.Padding(0); this.Name = "ConsentCommandCtrl"; this.Size = new System.Drawing.Size(978, 50); this.Click += new System.EventHandler(this.ConsentCommandCtrl_Click); this.toolStripButtons.ResumeLayout(false); this.toolStripButtons.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStripButtons; private System.Windows.Forms.ToolStripButton toolStripButtonPrint; private System.Windows.Forms.ToolStripButton toolStripButtonExecute; private System.Windows.Forms.ToolStripButton toolStripButtonCloseDualViewer; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton toolStripButtonTempSaveToServer; private System.Windows.Forms.ToolStripButton toolStripButtonSaveToServer; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton toolStripButtonFirstPage; private System.Windows.Forms.ToolStripButton toolStripButtonPrevPage; private System.Windows.Forms.ToolStripTextBox toolStripTextBoxPageIndex; private System.Windows.Forms.ToolStripLabel toolStripLabelTotalPages; private System.Windows.Forms.ToolStripButton toolStripButtonNextPage; private System.Windows.Forms.ToolStripButton toolStripButtonLastPage; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripComboBox toolStripComboBoxZoom; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripButton toolStripButtonDeleteAllSignData; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripButton toolStripButtonPen; private System.Windows.Forms.ToolStripButton toolStripButtonPenConfig; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripButton toolStripButtonDelAllDraw; private System.Windows.Forms.ToolStripButton toolStripButtonUndo; private System.Windows.Forms.ToolStripButton toolStripButtonRedo; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripButton toolStripButtonConfig; private System.Windows.Forms.ToolStripButton toolStripButtonDeleteAttach; private System.Windows.Forms.ToolStripButton toolStripButtonInsertAttach; private System.Windows.Forms.ToolStripButton toolStripButtonCompleteSaveToServer; } }