ConsentCommandCtrl.Designer.cs 29 KB

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