ConsentCommandCtrl.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class ConsentCommandCtrl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConsentCommandCtrl));
  29. this.toolStripButtons = new System.Windows.Forms.ToolStrip();
  30. this.toolStripButtonPrint = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripButtonExecute = new System.Windows.Forms.ToolStripButton();
  32. this.toolStripButtonCloseDualViewer = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.toolStripButtonTempSaveToServer = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripButtonCompleteSaveToServer = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripButtonSaveToServer = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  38. this.toolStripButtonFirstPage = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripButtonPrevPage = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripTextBoxPageIndex = new System.Windows.Forms.ToolStripTextBox();
  41. this.toolStripLabelTotalPages = new System.Windows.Forms.ToolStripLabel();
  42. this.toolStripButtonNextPage = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripButtonLastPage = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.toolStripComboBoxZoom = new System.Windows.Forms.ToolStripComboBox();
  46. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  47. this.toolStripButtonDeleteAllSignData = new System.Windows.Forms.ToolStripButton();
  48. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  49. this.toolStripButtonPenConfig = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripButtonPen = new System.Windows.Forms.ToolStripButton();
  51. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  52. this.toolStripButtonDelAllDraw = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripButtonUndo = new System.Windows.Forms.ToolStripButton();
  54. this.toolStripButtonRedo = new System.Windows.Forms.ToolStripButton();
  55. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  56. this.toolStripButtonInsertAttach = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripButtonDeleteAttach = new System.Windows.Forms.ToolStripButton();
  58. this.toolStripButtonConfig = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripButtons.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // toolStripButtons
  63. //
  64. this.toolStripButtons.BackColor = System.Drawing.SystemColors.Control;
  65. this.toolStripButtons.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.toolStripButtons.GripMargin = new System.Windows.Forms.Padding(0);
  67. this.toolStripButtons.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  68. this.toolStripButtons.ImageScalingSize = new System.Drawing.Size(20, 20);
  69. this.toolStripButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  70. this.toolStripButtonPrint,
  71. this.toolStripButtonExecute,
  72. this.toolStripButtonCloseDualViewer,
  73. this.toolStripSeparator1,
  74. this.toolStripButtonTempSaveToServer,
  75. this.toolStripButtonCompleteSaveToServer,
  76. this.toolStripButtonSaveToServer,
  77. this.toolStripSeparator2,
  78. this.toolStripButtonFirstPage,
  79. this.toolStripButtonPrevPage,
  80. this.toolStripTextBoxPageIndex,
  81. this.toolStripLabelTotalPages,
  82. this.toolStripButtonNextPage,
  83. this.toolStripButtonLastPage,
  84. this.toolStripSeparator3,
  85. this.toolStripComboBoxZoom,
  86. this.toolStripSeparator4,
  87. this.toolStripButtonDeleteAllSignData,
  88. this.toolStripSeparator5,
  89. this.toolStripButtonPenConfig,
  90. this.toolStripButtonPen,
  91. this.toolStripSeparator6,
  92. this.toolStripButtonDelAllDraw,
  93. this.toolStripButtonUndo,
  94. this.toolStripButtonRedo,
  95. this.toolStripSeparator7,
  96. this.toolStripButtonInsertAttach,
  97. this.toolStripButtonDeleteAttach,
  98. this.toolStripButtonConfig});
  99. this.toolStripButtons.Location = new System.Drawing.Point(0, 0);
  100. this.toolStripButtons.Name = "toolStripButtons";
  101. this.toolStripButtons.Padding = new System.Windows.Forms.Padding(0);
  102. this.toolStripButtons.Size = new System.Drawing.Size(978, 50);
  103. this.toolStripButtons.TabIndex = 3;
  104. this.toolStripButtons.Text = "toolStrip1";
  105. this.toolStripButtons.MouseEnter += new System.EventHandler(this.ToolStripButtons_MouseEnter);
  106. //
  107. // toolStripButtonPrint
  108. //
  109. this.toolStripButtonPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  110. this.toolStripButtonPrint.Enabled = false;
  111. this.toolStripButtonPrint.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrint.Image")));
  112. this.toolStripButtonPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.toolStripButtonPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.toolStripButtonPrint.Name = "toolStripButtonPrint";
  115. this.toolStripButtonPrint.Size = new System.Drawing.Size(36, 47);
  116. this.toolStripButtonPrint.Text = "동의서 인쇄";
  117. this.toolStripButtonPrint.ToolTipText = "출력";
  118. this.toolStripButtonPrint.Click += new System.EventHandler(this.toolStripButtonPrint_Click);
  119. //
  120. // toolStripButtonExecute
  121. //
  122. this.toolStripButtonExecute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  123. this.toolStripButtonExecute.Enabled = false;
  124. this.toolStripButtonExecute.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonExecute.Image")));
  125. this.toolStripButtonExecute.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  126. this.toolStripButtonExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.toolStripButtonExecute.Name = "toolStripButtonExecute";
  128. this.toolStripButtonExecute.Size = new System.Drawing.Size(36, 47);
  129. this.toolStripButtonExecute.Text = "전자동의서 실행";
  130. this.toolStripButtonExecute.ToolTipText = "전자동의서를 실행 합니다.";
  131. this.toolStripButtonExecute.Click += new System.EventHandler(this.toolStripButtonExecute_Click);
  132. //
  133. // toolStripButtonCloseDualViewer
  134. //
  135. this.toolStripButtonCloseDualViewer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.toolStripButtonCloseDualViewer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCloseDualViewer.Image")));
  137. this.toolStripButtonCloseDualViewer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  138. this.toolStripButtonCloseDualViewer.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.toolStripButtonCloseDualViewer.Name = "toolStripButtonCloseDualViewer";
  140. this.toolStripButtonCloseDualViewer.Size = new System.Drawing.Size(36, 47);
  141. this.toolStripButtonCloseDualViewer.Text = "듀얼 뷰어 창을 닫습니다.";
  142. this.toolStripButtonCloseDualViewer.Visible = false;
  143. this.toolStripButtonCloseDualViewer.Click += new System.EventHandler(this.toolStripButtonCloseDualViewer_Click);
  144. //
  145. // toolStripSeparator1
  146. //
  147. this.toolStripSeparator1.Name = "toolStripSeparator1";
  148. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50);
  149. //
  150. // toolStripButtonTempSaveToServer
  151. //
  152. this.toolStripButtonTempSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  153. this.toolStripButtonTempSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTempSaveToServer.Image")));
  154. this.toolStripButtonTempSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  155. this.toolStripButtonTempSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta;
  156. this.toolStripButtonTempSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
  157. this.toolStripButtonTempSaveToServer.Name = "toolStripButtonTempSaveToServer";
  158. this.toolStripButtonTempSaveToServer.Size = new System.Drawing.Size(55, 44);
  159. this.toolStripButtonTempSaveToServer.Text = "임시저장";
  160. this.toolStripButtonTempSaveToServer.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
  161. this.toolStripButtonTempSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  162. this.toolStripButtonTempSaveToServer.ToolTipText = "임시저장";
  163. this.toolStripButtonTempSaveToServer.Click += new System.EventHandler(this.toolStripButtonTempSaveToServer_Click);
  164. //
  165. // toolStripButtonCompleteSaveToServer
  166. //
  167. this.toolStripButtonCompleteSaveToServer.Enabled = false;
  168. this.toolStripButtonCompleteSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  169. this.toolStripButtonCompleteSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCompleteSaveToServer.Image")));
  170. this.toolStripButtonCompleteSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  171. this.toolStripButtonCompleteSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.toolStripButtonCompleteSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
  173. this.toolStripButtonCompleteSaveToServer.Name = "toolStripButtonCompleteSaveToServer";
  174. this.toolStripButtonCompleteSaveToServer.Size = new System.Drawing.Size(36, 44);
  175. this.toolStripButtonCompleteSaveToServer.Text = "확인";
  176. this.toolStripButtonCompleteSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  177. this.toolStripButtonCompleteSaveToServer.ToolTipText = "확인";
  178. this.toolStripButtonCompleteSaveToServer.Click += new System.EventHandler(this.toolStripButtonCompleteSaveToServer_Click);
  179. //
  180. // toolStripButtonSaveToServer
  181. //
  182. this.toolStripButtonSaveToServer.Enabled = false;
  183. this.toolStripButtonSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  184. this.toolStripButtonSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSaveToServer.Image")));
  185. this.toolStripButtonSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  186. this.toolStripButtonSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.toolStripButtonSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
  188. this.toolStripButtonSaveToServer.Name = "toolStripButtonSaveToServer";
  189. this.toolStripButtonSaveToServer.Size = new System.Drawing.Size(55, 44);
  190. this.toolStripButtonSaveToServer.Text = "인증저장";
  191. this.toolStripButtonSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  192. this.toolStripButtonSaveToServer.ToolTipText = "인증저장";
  193. this.toolStripButtonSaveToServer.Click += new System.EventHandler(this.toolStripButtonSaveToServer_Click);
  194. //
  195. // toolStripSeparator2
  196. //
  197. this.toolStripSeparator2.Name = "toolStripSeparator2";
  198. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
  199. //
  200. // toolStripButtonFirstPage
  201. //
  202. this.toolStripButtonFirstPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  203. this.toolStripButtonFirstPage.Enabled = false;
  204. this.toolStripButtonFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFirstPage.Image")));
  205. this.toolStripButtonFirstPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  206. this.toolStripButtonFirstPage.Name = "toolStripButtonFirstPage";
  207. this.toolStripButtonFirstPage.Size = new System.Drawing.Size(24, 47);
  208. this.toolStripButtonFirstPage.Text = "처음 페이지";
  209. this.toolStripButtonFirstPage.ToolTipText = "처음 페이지로 이동 합니다.";
  210. this.toolStripButtonFirstPage.Click += new System.EventHandler(this.toolStripButtonFirstPage_Click);
  211. //
  212. // toolStripButtonPrevPage
  213. //
  214. this.toolStripButtonPrevPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  215. this.toolStripButtonPrevPage.Enabled = false;
  216. this.toolStripButtonPrevPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrevPage.Image")));
  217. this.toolStripButtonPrevPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  218. this.toolStripButtonPrevPage.Name = "toolStripButtonPrevPage";
  219. this.toolStripButtonPrevPage.Size = new System.Drawing.Size(24, 47);
  220. this.toolStripButtonPrevPage.Text = "이전 페이지";
  221. this.toolStripButtonPrevPage.ToolTipText = "이전 페이지로 이동 합니다.";
  222. this.toolStripButtonPrevPage.Click += new System.EventHandler(this.toolStripButtonPrevPage_Click);
  223. //
  224. // toolStripTextBoxPageIndex
  225. //
  226. this.toolStripTextBoxPageIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
  227. this.toolStripTextBoxPageIndex.Enabled = false;
  228. this.toolStripTextBoxPageIndex.Name = "toolStripTextBoxPageIndex";
  229. this.toolStripTextBoxPageIndex.Size = new System.Drawing.Size(40, 50);
  230. this.toolStripTextBoxPageIndex.ToolTipText = "현재 페이지 숫자 입니다.";
  231. this.toolStripTextBoxPageIndex.TextChanged += new System.EventHandler(this.toolStripTextBoxPageIndex_TextChanged);
  232. //
  233. // toolStripLabelTotalPages
  234. //
  235. this.toolStripLabelTotalPages.AutoSize = false;
  236. this.toolStripLabelTotalPages.Enabled = false;
  237. this.toolStripLabelTotalPages.Name = "toolStripLabelTotalPages";
  238. this.toolStripLabelTotalPages.Size = new System.Drawing.Size(30, 22);
  239. this.toolStripLabelTotalPages.ToolTipText = "전체 페이지 숫자 입니다.";
  240. //
  241. // toolStripButtonNextPage
  242. //
  243. this.toolStripButtonNextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  244. this.toolStripButtonNextPage.Enabled = false;
  245. this.toolStripButtonNextPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextPage.Image")));
  246. this.toolStripButtonNextPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  247. this.toolStripButtonNextPage.Name = "toolStripButtonNextPage";
  248. this.toolStripButtonNextPage.Size = new System.Drawing.Size(24, 47);
  249. this.toolStripButtonNextPage.Text = "다음 페이지";
  250. this.toolStripButtonNextPage.ToolTipText = "다음 페이지로 이동 합니다.";
  251. this.toolStripButtonNextPage.Click += new System.EventHandler(this.toolStripButtonNextPage_Click);
  252. //
  253. // toolStripButtonLastPage
  254. //
  255. this.toolStripButtonLastPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  256. this.toolStripButtonLastPage.Enabled = false;
  257. this.toolStripButtonLastPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLastPage.Image")));
  258. this.toolStripButtonLastPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  259. this.toolStripButtonLastPage.Name = "toolStripButtonLastPage";
  260. this.toolStripButtonLastPage.Size = new System.Drawing.Size(24, 47);
  261. this.toolStripButtonLastPage.Text = "마지막 페이지";
  262. this.toolStripButtonLastPage.ToolTipText = "마지막 페이지로 이동 합니다.";
  263. this.toolStripButtonLastPage.Click += new System.EventHandler(this.toolStripButtonLastPage_Click);
  264. //
  265. // toolStripSeparator3
  266. //
  267. this.toolStripSeparator3.Name = "toolStripSeparator3";
  268. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
  269. //
  270. // toolStripComboBoxZoom
  271. //
  272. this.toolStripComboBoxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  273. this.toolStripComboBoxZoom.Enabled = false;
  274. this.toolStripComboBoxZoom.Name = "toolStripComboBoxZoom";
  275. this.toolStripComboBoxZoom.Size = new System.Drawing.Size(100, 50);
  276. this.toolStripComboBoxZoom.ToolTipText = "현재 전자문서의 확대 축소를 지정 합니다.";
  277. this.toolStripComboBoxZoom.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxZoom_SelectedIndexChanged);
  278. //
  279. // toolStripSeparator4
  280. //
  281. this.toolStripSeparator4.Name = "toolStripSeparator4";
  282. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
  283. //
  284. // toolStripButtonDeleteAllSignData
  285. //
  286. this.toolStripButtonDeleteAllSignData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  287. this.toolStripButtonDeleteAllSignData.Enabled = false;
  288. this.toolStripButtonDeleteAllSignData.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteAllSignData.Image")));
  289. this.toolStripButtonDeleteAllSignData.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  290. this.toolStripButtonDeleteAllSignData.ImageTransparentColor = System.Drawing.Color.Magenta;
  291. this.toolStripButtonDeleteAllSignData.Name = "toolStripButtonDeleteAllSignData";
  292. this.toolStripButtonDeleteAllSignData.Size = new System.Drawing.Size(36, 47);
  293. this.toolStripButtonDeleteAllSignData.Text = "toolStripButton1";
  294. this.toolStripButtonDeleteAllSignData.ToolTipText = "모든 서명을 삭제 합니다.";
  295. this.toolStripButtonDeleteAllSignData.Visible = false;
  296. //
  297. // toolStripSeparator5
  298. //
  299. this.toolStripSeparator5.Name = "toolStripSeparator5";
  300. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
  301. this.toolStripSeparator5.Visible = false;
  302. //
  303. // toolStripButtonPenConfig
  304. //
  305. this.toolStripButtonPenConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  306. this.toolStripButtonPenConfig.Enabled = false;
  307. this.toolStripButtonPenConfig.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPenConfig.Image")));
  308. this.toolStripButtonPenConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  309. this.toolStripButtonPenConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
  310. this.toolStripButtonPenConfig.Name = "toolStripButtonPenConfig";
  311. this.toolStripButtonPenConfig.Size = new System.Drawing.Size(36, 47);
  312. this.toolStripButtonPenConfig.Text = "toolStripButton1";
  313. this.toolStripButtonPenConfig.ToolTipText = "그리기 펜 색상 및 두께를 변경 합니다.";
  314. this.toolStripButtonPenConfig.Click += new System.EventHandler(this.toolStripButtonPenConfig_Click);
  315. //
  316. // toolStripButtonPen
  317. //
  318. this.toolStripButtonPen.BackColor = System.Drawing.SystemColors.Control;
  319. this.toolStripButtonPen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  320. this.toolStripButtonPen.Enabled = false;
  321. this.toolStripButtonPen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPen.Image")));
  322. this.toolStripButtonPen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  323. this.toolStripButtonPen.ImageTransparentColor = System.Drawing.Color.Magenta;
  324. this.toolStripButtonPen.Name = "toolStripButtonPen";
  325. this.toolStripButtonPen.Size = new System.Drawing.Size(36, 47);
  326. this.toolStripButtonPen.Text = "toolStripButton1";
  327. this.toolStripButtonPen.ToolTipText = "현재 전자 문서에 펜도구를 이용한 그리기를 시작 합니다.";
  328. this.toolStripButtonPen.Click += new System.EventHandler(this.toolStripButtonPen_Click);
  329. //
  330. // toolStripSeparator6
  331. //
  332. this.toolStripSeparator6.Name = "toolStripSeparator6";
  333. this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50);
  334. //
  335. // toolStripButtonDelAllDraw
  336. //
  337. this.toolStripButtonDelAllDraw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  338. this.toolStripButtonDelAllDraw.Enabled = false;
  339. this.toolStripButtonDelAllDraw.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAllDraw.Image")));
  340. this.toolStripButtonDelAllDraw.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  341. this.toolStripButtonDelAllDraw.ImageTransparentColor = System.Drawing.Color.Magenta;
  342. this.toolStripButtonDelAllDraw.Name = "toolStripButtonDelAllDraw";
  343. this.toolStripButtonDelAllDraw.Size = new System.Drawing.Size(36, 47);
  344. this.toolStripButtonDelAllDraw.Text = "toolStripButton1";
  345. this.toolStripButtonDelAllDraw.ToolTipText = "페이지 내의 펜 그리기 모두 삭제 합니다.";
  346. this.toolStripButtonDelAllDraw.Click += new System.EventHandler(this.toolStripButtonDelAllDraw_Click);
  347. //
  348. // toolStripButtonUndo
  349. //
  350. this.toolStripButtonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  351. this.toolStripButtonUndo.Enabled = false;
  352. this.toolStripButtonUndo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonUndo.Image")));
  353. this.toolStripButtonUndo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  354. this.toolStripButtonUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
  355. this.toolStripButtonUndo.Name = "toolStripButtonUndo";
  356. this.toolStripButtonUndo.Size = new System.Drawing.Size(36, 47);
  357. this.toolStripButtonUndo.Text = "toolStripButton1";
  358. this.toolStripButtonUndo.ToolTipText = "바로 전 그리기를 취소 합니다.";
  359. this.toolStripButtonUndo.Click += new System.EventHandler(this.toolStripButtonUndo_Click);
  360. //
  361. // toolStripButtonRedo
  362. //
  363. this.toolStripButtonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  364. this.toolStripButtonRedo.Enabled = false;
  365. this.toolStripButtonRedo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRedo.Image")));
  366. this.toolStripButtonRedo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  367. this.toolStripButtonRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
  368. this.toolStripButtonRedo.Name = "toolStripButtonRedo";
  369. this.toolStripButtonRedo.Size = new System.Drawing.Size(36, 47);
  370. this.toolStripButtonRedo.Text = "toolStripButton1";
  371. this.toolStripButtonRedo.ToolTipText = "실행 취소 한 그리기를 다시 실행 합니다.";
  372. this.toolStripButtonRedo.Click += new System.EventHandler(this.toolStripButtonRedo_Click);
  373. //
  374. // toolStripSeparator7
  375. //
  376. this.toolStripSeparator7.Name = "toolStripSeparator7";
  377. this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
  378. //
  379. // toolStripButtonInsertAttach
  380. //
  381. this.toolStripButtonInsertAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  382. this.toolStripButtonInsertAttach.Enabled = false;
  383. this.toolStripButtonInsertAttach.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonInsertAttach.Image")));
  384. this.toolStripButtonInsertAttach.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  385. this.toolStripButtonInsertAttach.ImageTransparentColor = System.Drawing.Color.Magenta;
  386. this.toolStripButtonInsertAttach.Name = "toolStripButtonInsertAttach";
  387. this.toolStripButtonInsertAttach.Size = new System.Drawing.Size(36, 47);
  388. this.toolStripButtonInsertAttach.Text = "toolStripButton1";
  389. this.toolStripButtonInsertAttach.ToolTipText = "첨지를 삽입합니다.";
  390. this.toolStripButtonInsertAttach.Click += new System.EventHandler(this.toolStripButtonInsertAttach_Click);
  391. //
  392. // toolStripButtonDeleteAttach
  393. //
  394. this.toolStripButtonDeleteAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  395. this.toolStripButtonDeleteAttach.Enabled = false;
  396. this.toolStripButtonDeleteAttach.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteAttach.Image")));
  397. this.toolStripButtonDeleteAttach.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  398. this.toolStripButtonDeleteAttach.ImageTransparentColor = System.Drawing.Color.Magenta;
  399. this.toolStripButtonDeleteAttach.Name = "toolStripButtonDeleteAttach";
  400. this.toolStripButtonDeleteAttach.Size = new System.Drawing.Size(36, 47);
  401. this.toolStripButtonDeleteAttach.Text = "toolStripButton2";
  402. this.toolStripButtonDeleteAttach.ToolTipText = "첨지를 삭제합니다.";
  403. this.toolStripButtonDeleteAttach.Click += new System.EventHandler(this.toolStripButtonDeleteAttach_Click);
  404. //
  405. // toolStripButtonConfig
  406. //
  407. this.toolStripButtonConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  408. this.toolStripButtonConfig.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonConfig.Image")));
  409. this.toolStripButtonConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  410. this.toolStripButtonConfig.Name = "toolStripButtonConfig";
  411. this.toolStripButtonConfig.Size = new System.Drawing.Size(36, 47);
  412. this.toolStripButtonConfig.Click += new System.EventHandler(this.toolStripButtonConfig_Click_1);
  413. //
  414. // ConsentCommandCtrl
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  418. this.Controls.Add(this.toolStripButtons);
  419. this.Margin = new System.Windows.Forms.Padding(0);
  420. this.Name = "ConsentCommandCtrl";
  421. this.Size = new System.Drawing.Size(978, 50);
  422. this.Click += new System.EventHandler(this.ConsentCommandCtrl_Click);
  423. this.toolStripButtons.ResumeLayout(false);
  424. this.toolStripButtons.PerformLayout();
  425. this.ResumeLayout(false);
  426. this.PerformLayout();
  427. }
  428. #endregion
  429. private System.Windows.Forms.ToolStrip toolStripButtons;
  430. private System.Windows.Forms.ToolStripButton toolStripButtonPrint;
  431. private System.Windows.Forms.ToolStripButton toolStripButtonExecute;
  432. private System.Windows.Forms.ToolStripButton toolStripButtonCloseDualViewer;
  433. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  434. private System.Windows.Forms.ToolStripButton toolStripButtonTempSaveToServer;
  435. private System.Windows.Forms.ToolStripButton toolStripButtonSaveToServer;
  436. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  437. private System.Windows.Forms.ToolStripButton toolStripButtonFirstPage;
  438. private System.Windows.Forms.ToolStripButton toolStripButtonPrevPage;
  439. private System.Windows.Forms.ToolStripTextBox toolStripTextBoxPageIndex;
  440. private System.Windows.Forms.ToolStripLabel toolStripLabelTotalPages;
  441. private System.Windows.Forms.ToolStripButton toolStripButtonNextPage;
  442. private System.Windows.Forms.ToolStripButton toolStripButtonLastPage;
  443. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  444. private System.Windows.Forms.ToolStripComboBox toolStripComboBoxZoom;
  445. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  446. private System.Windows.Forms.ToolStripButton toolStripButtonDeleteAllSignData;
  447. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  448. private System.Windows.Forms.ToolStripButton toolStripButtonPen;
  449. private System.Windows.Forms.ToolStripButton toolStripButtonPenConfig;
  450. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  451. private System.Windows.Forms.ToolStripButton toolStripButtonDelAllDraw;
  452. private System.Windows.Forms.ToolStripButton toolStripButtonUndo;
  453. private System.Windows.Forms.ToolStripButton toolStripButtonRedo;
  454. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  455. private System.Windows.Forms.ToolStripButton toolStripButtonConfig;
  456. private System.Windows.Forms.ToolStripButton toolStripButtonDeleteAttach;
  457. private System.Windows.Forms.ToolStripButton toolStripButtonInsertAttach;
  458. private System.Windows.Forms.ToolStripButton toolStripButtonCompleteSaveToServer;
  459. }
  460. }