ConsentCommandCtrl.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  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.Visible = false;
  119. this.toolStripButtonPrint.Click += new System.EventHandler(this.toolStripButtonPrint_Click);
  120. //
  121. // toolStripButtonExecute
  122. //
  123. this.toolStripButtonExecute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  124. this.toolStripButtonExecute.Enabled = false;
  125. this.toolStripButtonExecute.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonExecute.Image")));
  126. this.toolStripButtonExecute.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.toolStripButtonExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.toolStripButtonExecute.Name = "toolStripButtonExecute";
  129. this.toolStripButtonExecute.Size = new System.Drawing.Size(36, 47);
  130. this.toolStripButtonExecute.Text = "전자동의서 실행";
  131. this.toolStripButtonExecute.ToolTipText = "전자동의서를 실행 합니다.";
  132. this.toolStripButtonExecute.Click += new System.EventHandler(this.toolStripButtonExecute_Click);
  133. //
  134. // toolStripButtonCloseDualViewer
  135. //
  136. this.toolStripButtonCloseDualViewer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  137. this.toolStripButtonCloseDualViewer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCloseDualViewer.Image")));
  138. this.toolStripButtonCloseDualViewer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  139. this.toolStripButtonCloseDualViewer.ImageTransparentColor = System.Drawing.Color.Magenta;
  140. this.toolStripButtonCloseDualViewer.Name = "toolStripButtonCloseDualViewer";
  141. this.toolStripButtonCloseDualViewer.Size = new System.Drawing.Size(36, 47);
  142. this.toolStripButtonCloseDualViewer.Text = "듀얼 뷰어 창을 닫습니다.";
  143. this.toolStripButtonCloseDualViewer.Visible = false;
  144. this.toolStripButtonCloseDualViewer.Click += new System.EventHandler(this.toolStripButtonCloseDualViewer_Click);
  145. //
  146. // toolStripSeparator1
  147. //
  148. this.toolStripSeparator1.Name = "toolStripSeparator1";
  149. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50);
  150. //
  151. // toolStripButtonTempSaveToServer
  152. //
  153. this.toolStripButtonTempSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  154. this.toolStripButtonTempSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTempSaveToServer.Image")));
  155. this.toolStripButtonTempSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  156. this.toolStripButtonTempSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.toolStripButtonTempSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
  158. this.toolStripButtonTempSaveToServer.Name = "toolStripButtonTempSaveToServer";
  159. this.toolStripButtonTempSaveToServer.Size = new System.Drawing.Size(55, 44);
  160. this.toolStripButtonTempSaveToServer.Text = "임시저장";
  161. this.toolStripButtonTempSaveToServer.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
  162. this.toolStripButtonTempSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  163. this.toolStripButtonTempSaveToServer.ToolTipText = "임시저장";
  164. this.toolStripButtonTempSaveToServer.Click += new System.EventHandler(this.toolStripButtonTempSaveToServer_Click);
  165. //
  166. // toolStripButtonCompleteSaveToServer
  167. //
  168. this.toolStripButtonCompleteSaveToServer.Enabled = false;
  169. this.toolStripButtonCompleteSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  170. this.toolStripButtonCompleteSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonCompleteSaveToServer.Image")));
  171. this.toolStripButtonCompleteSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  172. this.toolStripButtonCompleteSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta;
  173. this.toolStripButtonCompleteSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
  174. this.toolStripButtonCompleteSaveToServer.Name = "toolStripButtonCompleteSaveToServer";
  175. this.toolStripButtonCompleteSaveToServer.Size = new System.Drawing.Size(36, 44);
  176. this.toolStripButtonCompleteSaveToServer.Text = "확인";
  177. this.toolStripButtonCompleteSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  178. this.toolStripButtonCompleteSaveToServer.ToolTipText = "확인";
  179. this.toolStripButtonCompleteSaveToServer.Click += new System.EventHandler(this.toolStripButtonCompleteSaveToServer_Click);
  180. //
  181. // toolStripButtonSaveToServer
  182. //
  183. this.toolStripButtonSaveToServer.Enabled = false;
  184. this.toolStripButtonSaveToServer.Font = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  185. this.toolStripButtonSaveToServer.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSaveToServer.Image")));
  186. this.toolStripButtonSaveToServer.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  187. this.toolStripButtonSaveToServer.ImageTransparentColor = System.Drawing.Color.Magenta;
  188. this.toolStripButtonSaveToServer.Margin = new System.Windows.Forms.Padding(0, 4, 0, 2);
  189. this.toolStripButtonSaveToServer.Name = "toolStripButtonSaveToServer";
  190. this.toolStripButtonSaveToServer.Size = new System.Drawing.Size(55, 44);
  191. this.toolStripButtonSaveToServer.Text = "인증저장";
  192. this.toolStripButtonSaveToServer.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  193. this.toolStripButtonSaveToServer.ToolTipText = "인증저장";
  194. this.toolStripButtonSaveToServer.Click += new System.EventHandler(this.toolStripButtonSaveToServer_Click);
  195. //
  196. // toolStripSeparator2
  197. //
  198. this.toolStripSeparator2.Name = "toolStripSeparator2";
  199. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
  200. //
  201. // toolStripButtonFirstPage
  202. //
  203. this.toolStripButtonFirstPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  204. this.toolStripButtonFirstPage.Enabled = false;
  205. this.toolStripButtonFirstPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonFirstPage.Image")));
  206. this.toolStripButtonFirstPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  207. this.toolStripButtonFirstPage.Name = "toolStripButtonFirstPage";
  208. this.toolStripButtonFirstPage.Size = new System.Drawing.Size(24, 47);
  209. this.toolStripButtonFirstPage.Text = "처음 페이지";
  210. this.toolStripButtonFirstPage.ToolTipText = "처음 페이지로 이동 합니다.";
  211. this.toolStripButtonFirstPage.Click += new System.EventHandler(this.toolStripButtonFirstPage_Click);
  212. //
  213. // toolStripButtonPrevPage
  214. //
  215. this.toolStripButtonPrevPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  216. this.toolStripButtonPrevPage.Enabled = false;
  217. this.toolStripButtonPrevPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrevPage.Image")));
  218. this.toolStripButtonPrevPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  219. this.toolStripButtonPrevPage.Name = "toolStripButtonPrevPage";
  220. this.toolStripButtonPrevPage.Size = new System.Drawing.Size(24, 47);
  221. this.toolStripButtonPrevPage.Text = "이전 페이지";
  222. this.toolStripButtonPrevPage.ToolTipText = "이전 페이지로 이동 합니다.";
  223. this.toolStripButtonPrevPage.Click += new System.EventHandler(this.toolStripButtonPrevPage_Click);
  224. //
  225. // toolStripTextBoxPageIndex
  226. //
  227. this.toolStripTextBoxPageIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
  228. this.toolStripTextBoxPageIndex.Enabled = false;
  229. this.toolStripTextBoxPageIndex.Name = "toolStripTextBoxPageIndex";
  230. this.toolStripTextBoxPageIndex.Size = new System.Drawing.Size(40, 50);
  231. this.toolStripTextBoxPageIndex.ToolTipText = "현재 페이지 숫자 입니다.";
  232. this.toolStripTextBoxPageIndex.TextChanged += new System.EventHandler(this.toolStripTextBoxPageIndex_TextChanged);
  233. //
  234. // toolStripLabelTotalPages
  235. //
  236. this.toolStripLabelTotalPages.AutoSize = false;
  237. this.toolStripLabelTotalPages.Enabled = false;
  238. this.toolStripLabelTotalPages.Name = "toolStripLabelTotalPages";
  239. this.toolStripLabelTotalPages.Size = new System.Drawing.Size(30, 22);
  240. this.toolStripLabelTotalPages.ToolTipText = "전체 페이지 숫자 입니다.";
  241. //
  242. // toolStripButtonNextPage
  243. //
  244. this.toolStripButtonNextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  245. this.toolStripButtonNextPage.Enabled = false;
  246. this.toolStripButtonNextPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextPage.Image")));
  247. this.toolStripButtonNextPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  248. this.toolStripButtonNextPage.Name = "toolStripButtonNextPage";
  249. this.toolStripButtonNextPage.Size = new System.Drawing.Size(24, 47);
  250. this.toolStripButtonNextPage.Text = "다음 페이지";
  251. this.toolStripButtonNextPage.ToolTipText = "다음 페이지로 이동 합니다.";
  252. this.toolStripButtonNextPage.Click += new System.EventHandler(this.toolStripButtonNextPage_Click);
  253. //
  254. // toolStripButtonLastPage
  255. //
  256. this.toolStripButtonLastPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  257. this.toolStripButtonLastPage.Enabled = false;
  258. this.toolStripButtonLastPage.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonLastPage.Image")));
  259. this.toolStripButtonLastPage.ImageTransparentColor = System.Drawing.Color.Magenta;
  260. this.toolStripButtonLastPage.Name = "toolStripButtonLastPage";
  261. this.toolStripButtonLastPage.Size = new System.Drawing.Size(24, 47);
  262. this.toolStripButtonLastPage.Text = "마지막 페이지";
  263. this.toolStripButtonLastPage.ToolTipText = "마지막 페이지로 이동 합니다.";
  264. this.toolStripButtonLastPage.Click += new System.EventHandler(this.toolStripButtonLastPage_Click);
  265. //
  266. // toolStripSeparator3
  267. //
  268. this.toolStripSeparator3.Name = "toolStripSeparator3";
  269. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
  270. //
  271. // toolStripComboBoxZoom
  272. //
  273. this.toolStripComboBoxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  274. this.toolStripComboBoxZoom.Enabled = false;
  275. this.toolStripComboBoxZoom.Name = "toolStripComboBoxZoom";
  276. this.toolStripComboBoxZoom.Size = new System.Drawing.Size(100, 50);
  277. this.toolStripComboBoxZoom.ToolTipText = "현재 전자문서의 확대 축소를 지정 합니다.";
  278. this.toolStripComboBoxZoom.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxZoom_SelectedIndexChanged);
  279. //
  280. // toolStripSeparator4
  281. //
  282. this.toolStripSeparator4.Name = "toolStripSeparator4";
  283. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
  284. //
  285. // toolStripButtonDeleteAllSignData
  286. //
  287. this.toolStripButtonDeleteAllSignData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  288. this.toolStripButtonDeleteAllSignData.Enabled = false;
  289. this.toolStripButtonDeleteAllSignData.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteAllSignData.Image")));
  290. this.toolStripButtonDeleteAllSignData.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  291. this.toolStripButtonDeleteAllSignData.ImageTransparentColor = System.Drawing.Color.Magenta;
  292. this.toolStripButtonDeleteAllSignData.Name = "toolStripButtonDeleteAllSignData";
  293. this.toolStripButtonDeleteAllSignData.Size = new System.Drawing.Size(36, 47);
  294. this.toolStripButtonDeleteAllSignData.Text = "toolStripButton1";
  295. this.toolStripButtonDeleteAllSignData.ToolTipText = "모든 서명을 삭제 합니다.";
  296. this.toolStripButtonDeleteAllSignData.Visible = false;
  297. //
  298. // toolStripSeparator5
  299. //
  300. this.toolStripSeparator5.Name = "toolStripSeparator5";
  301. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
  302. this.toolStripSeparator5.Visible = false;
  303. //
  304. // toolStripButtonPenConfig
  305. //
  306. this.toolStripButtonPenConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  307. this.toolStripButtonPenConfig.Enabled = false;
  308. this.toolStripButtonPenConfig.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPenConfig.Image")));
  309. this.toolStripButtonPenConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  310. this.toolStripButtonPenConfig.ImageTransparentColor = System.Drawing.Color.Magenta;
  311. this.toolStripButtonPenConfig.Name = "toolStripButtonPenConfig";
  312. this.toolStripButtonPenConfig.Size = new System.Drawing.Size(36, 47);
  313. this.toolStripButtonPenConfig.Text = "toolStripButton1";
  314. this.toolStripButtonPenConfig.ToolTipText = "그리기 펜 색상 및 두께를 변경 합니다.";
  315. this.toolStripButtonPenConfig.Click += new System.EventHandler(this.toolStripButtonPenConfig_Click);
  316. //
  317. // toolStripButtonPen
  318. //
  319. this.toolStripButtonPen.BackColor = System.Drawing.SystemColors.Control;
  320. this.toolStripButtonPen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  321. this.toolStripButtonPen.Enabled = false;
  322. this.toolStripButtonPen.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPen.Image")));
  323. this.toolStripButtonPen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  324. this.toolStripButtonPen.ImageTransparentColor = System.Drawing.Color.Magenta;
  325. this.toolStripButtonPen.Name = "toolStripButtonPen";
  326. this.toolStripButtonPen.Size = new System.Drawing.Size(36, 47);
  327. this.toolStripButtonPen.Text = "toolStripButton1";
  328. this.toolStripButtonPen.ToolTipText = "현재 전자 문서에 펜도구를 이용한 그리기를 시작 합니다.";
  329. this.toolStripButtonPen.Click += new System.EventHandler(this.toolStripButtonPen_Click);
  330. //
  331. // toolStripSeparator6
  332. //
  333. this.toolStripSeparator6.Name = "toolStripSeparator6";
  334. this.toolStripSeparator6.Size = new System.Drawing.Size(6, 50);
  335. //
  336. // toolStripButtonDelAllDraw
  337. //
  338. this.toolStripButtonDelAllDraw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  339. this.toolStripButtonDelAllDraw.Enabled = false;
  340. this.toolStripButtonDelAllDraw.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelAllDraw.Image")));
  341. this.toolStripButtonDelAllDraw.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  342. this.toolStripButtonDelAllDraw.ImageTransparentColor = System.Drawing.Color.Magenta;
  343. this.toolStripButtonDelAllDraw.Name = "toolStripButtonDelAllDraw";
  344. this.toolStripButtonDelAllDraw.Size = new System.Drawing.Size(36, 47);
  345. this.toolStripButtonDelAllDraw.Text = "toolStripButton1";
  346. this.toolStripButtonDelAllDraw.ToolTipText = "페이지 내의 펜 그리기 모두 삭제 합니다.";
  347. this.toolStripButtonDelAllDraw.Click += new System.EventHandler(this.toolStripButtonDelAllDraw_Click);
  348. //
  349. // toolStripButtonUndo
  350. //
  351. this.toolStripButtonUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  352. this.toolStripButtonUndo.Enabled = false;
  353. this.toolStripButtonUndo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonUndo.Image")));
  354. this.toolStripButtonUndo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  355. this.toolStripButtonUndo.ImageTransparentColor = System.Drawing.Color.Magenta;
  356. this.toolStripButtonUndo.Name = "toolStripButtonUndo";
  357. this.toolStripButtonUndo.Size = new System.Drawing.Size(36, 47);
  358. this.toolStripButtonUndo.Text = "toolStripButton1";
  359. this.toolStripButtonUndo.ToolTipText = "바로 전 그리기를 취소 합니다.";
  360. this.toolStripButtonUndo.Click += new System.EventHandler(this.toolStripButtonUndo_Click);
  361. //
  362. // toolStripButtonRedo
  363. //
  364. this.toolStripButtonRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  365. this.toolStripButtonRedo.Enabled = false;
  366. this.toolStripButtonRedo.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonRedo.Image")));
  367. this.toolStripButtonRedo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  368. this.toolStripButtonRedo.ImageTransparentColor = System.Drawing.Color.Magenta;
  369. this.toolStripButtonRedo.Name = "toolStripButtonRedo";
  370. this.toolStripButtonRedo.Size = new System.Drawing.Size(36, 47);
  371. this.toolStripButtonRedo.Text = "toolStripButton1";
  372. this.toolStripButtonRedo.ToolTipText = "실행 취소 한 그리기를 다시 실행 합니다.";
  373. this.toolStripButtonRedo.Click += new System.EventHandler(this.toolStripButtonRedo_Click);
  374. //
  375. // toolStripSeparator7
  376. //
  377. this.toolStripSeparator7.Name = "toolStripSeparator7";
  378. this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50);
  379. //
  380. // toolStripButtonInsertAttach
  381. //
  382. this.toolStripButtonInsertAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  383. this.toolStripButtonInsertAttach.Enabled = false;
  384. this.toolStripButtonInsertAttach.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonInsertAttach.Image")));
  385. this.toolStripButtonInsertAttach.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  386. this.toolStripButtonInsertAttach.ImageTransparentColor = System.Drawing.Color.Magenta;
  387. this.toolStripButtonInsertAttach.Name = "toolStripButtonInsertAttach";
  388. this.toolStripButtonInsertAttach.Size = new System.Drawing.Size(36, 47);
  389. this.toolStripButtonInsertAttach.Text = "toolStripButton1";
  390. this.toolStripButtonInsertAttach.ToolTipText = "첨지를 삽입합니다.";
  391. this.toolStripButtonInsertAttach.Click += new System.EventHandler(this.toolStripButtonInsertAttach_Click);
  392. //
  393. // toolStripButtonDeleteAttach
  394. //
  395. this.toolStripButtonDeleteAttach.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  396. this.toolStripButtonDeleteAttach.Enabled = false;
  397. this.toolStripButtonDeleteAttach.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDeleteAttach.Image")));
  398. this.toolStripButtonDeleteAttach.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  399. this.toolStripButtonDeleteAttach.ImageTransparentColor = System.Drawing.Color.Magenta;
  400. this.toolStripButtonDeleteAttach.Name = "toolStripButtonDeleteAttach";
  401. this.toolStripButtonDeleteAttach.Size = new System.Drawing.Size(36, 47);
  402. this.toolStripButtonDeleteAttach.Text = "toolStripButton2";
  403. this.toolStripButtonDeleteAttach.ToolTipText = "첨지를 삭제합니다.";
  404. this.toolStripButtonDeleteAttach.Click += new System.EventHandler(this.toolStripButtonDeleteAttach_Click);
  405. //
  406. // toolStripButtonConfig
  407. //
  408. this.toolStripButtonConfig.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  409. this.toolStripButtonConfig.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonConfig.Image")));
  410. this.toolStripButtonConfig.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  411. this.toolStripButtonConfig.Name = "toolStripButtonConfig";
  412. this.toolStripButtonConfig.Size = new System.Drawing.Size(36, 47);
  413. this.toolStripButtonConfig.Click += new System.EventHandler(this.toolStripButtonConfig_Click_1);
  414. //
  415. // ConsentCommandCtrl
  416. //
  417. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  419. this.Controls.Add(this.toolStripButtons);
  420. this.Margin = new System.Windows.Forms.Padding(0);
  421. this.Name = "ConsentCommandCtrl";
  422. this.Size = new System.Drawing.Size(978, 50);
  423. this.Click += new System.EventHandler(this.ConsentCommandCtrl_Click);
  424. this.toolStripButtons.ResumeLayout(false);
  425. this.toolStripButtons.PerformLayout();
  426. this.ResumeLayout(false);
  427. this.PerformLayout();
  428. }
  429. #endregion
  430. private System.Windows.Forms.ToolStrip toolStripButtons;
  431. private System.Windows.Forms.ToolStripButton toolStripButtonPrint;
  432. private System.Windows.Forms.ToolStripButton toolStripButtonExecute;
  433. private System.Windows.Forms.ToolStripButton toolStripButtonCloseDualViewer;
  434. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  435. private System.Windows.Forms.ToolStripButton toolStripButtonTempSaveToServer;
  436. private System.Windows.Forms.ToolStripButton toolStripButtonSaveToServer;
  437. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  438. private System.Windows.Forms.ToolStripButton toolStripButtonFirstPage;
  439. private System.Windows.Forms.ToolStripButton toolStripButtonPrevPage;
  440. private System.Windows.Forms.ToolStripTextBox toolStripTextBoxPageIndex;
  441. private System.Windows.Forms.ToolStripLabel toolStripLabelTotalPages;
  442. private System.Windows.Forms.ToolStripButton toolStripButtonNextPage;
  443. private System.Windows.Forms.ToolStripButton toolStripButtonLastPage;
  444. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  445. private System.Windows.Forms.ToolStripComboBox toolStripComboBoxZoom;
  446. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  447. private System.Windows.Forms.ToolStripButton toolStripButtonDeleteAllSignData;
  448. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  449. private System.Windows.Forms.ToolStripButton toolStripButtonPen;
  450. private System.Windows.Forms.ToolStripButton toolStripButtonPenConfig;
  451. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  452. private System.Windows.Forms.ToolStripButton toolStripButtonDelAllDraw;
  453. private System.Windows.Forms.ToolStripButton toolStripButtonUndo;
  454. private System.Windows.Forms.ToolStripButton toolStripButtonRedo;
  455. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  456. private System.Windows.Forms.ToolStripButton toolStripButtonConfig;
  457. private System.Windows.Forms.ToolStripButton toolStripButtonDeleteAttach;
  458. private System.Windows.Forms.ToolStripButton toolStripButtonInsertAttach;
  459. private System.Windows.Forms.ToolStripButton toolStripButtonCompleteSaveToServer;
  460. }
  461. }