FrmMain.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. 
  2. namespace AipGateway.Viewer
  3. {
  4. partial class FrmMain
  5. {
  6. /// <summary>
  7. /// 필수 디자이너 변수입니다.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 사용 중인 모든 리소스를 정리합니다.
  12. /// </summary>
  13. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form 디자이너에서 생성한 코드
  23. /// <summary>
  24. /// 디자이너 지원에 필요한 메서드입니다.
  25. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
  30. this.CboAuthLoginType = new System.Windows.Forms.ComboBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.TxtTenantId = new System.Windows.Forms.TextBox();
  35. this.TxtClientId = new System.Windows.Forms.TextBox();
  36. this.TxtAppName = new System.Windows.Forms.TextBox();
  37. this.TxtAppVer = new System.Windows.Forms.TextBox();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.TxtDomain = new System.Windows.Forms.TextBox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.TxtEMail = new System.Windows.Forms.TextBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.TxtMipData = new System.Windows.Forms.TextBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.TxtSecretValue = new System.Windows.Forms.TextBox();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.TxtCertThumbPrint = new System.Windows.Forms.TextBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.BtnInitialize = new System.Windows.Forms.Button();
  50. this.BtnSingOut = new System.Windows.Forms.Button();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.TxtInputFile = new System.Windows.Forms.TextBox();
  53. this.BtnFileSelect = new System.Windows.Forms.Button();
  54. this.TxtActualFile = new System.Windows.Forms.TextBox();
  55. this.label11 = new System.Windows.Forms.Label();
  56. this.TxtLog = new System.Windows.Forms.RichTextBox();
  57. this.BtnLogClear = new System.Windows.Forms.Button();
  58. this.label12 = new System.Windows.Forms.Label();
  59. this.CboFileLabel = new System.Windows.Forms.ComboBox();
  60. this.CboProtection = new System.Windows.Forms.ComboBox();
  61. this.label13 = new System.Windows.Forms.Label();
  62. this.CboPolicyLabel = new System.Windows.Forms.ComboBox();
  63. this.label14 = new System.Windows.Forms.Label();
  64. this.BtnGetInfo = new System.Windows.Forms.Button();
  65. this.BtnOutGetInfo = new System.Windows.Forms.Button();
  66. this.BtnSetLabel = new System.Windows.Forms.Button();
  67. this.BtnSetProtection = new System.Windows.Forms.Button();
  68. this.TxtOwner = new System.Windows.Forms.TextBox();
  69. this.label15 = new System.Windows.Forms.Label();
  70. this.BtnSetLabelAndProtection = new System.Windows.Forms.Button();
  71. this.button1 = new System.Windows.Forms.Button();
  72. this.SuspendLayout();
  73. //
  74. // CboAuthLoginType
  75. //
  76. this.CboAuthLoginType.Cursor = System.Windows.Forms.Cursors.Hand;
  77. this.CboAuthLoginType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  78. this.CboAuthLoginType.FormattingEnabled = true;
  79. this.CboAuthLoginType.Items.AddRange(new object[] {
  80. " authLoginId",
  81. " authLoginPassword",
  82. " authLoginCert"});
  83. this.CboAuthLoginType.Location = new System.Drawing.Point(787, 68);
  84. this.CboAuthLoginType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  85. this.CboAuthLoginType.Name = "CboAuthLoginType";
  86. this.CboAuthLoginType.Size = new System.Drawing.Size(202, 23);
  87. this.CboAuthLoginType.TabIndex = 9;
  88. //
  89. // label1
  90. //
  91. this.label1.AutoSize = true;
  92. this.label1.Location = new System.Drawing.Point(379, 8);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(53, 15);
  95. this.label1.TabIndex = 1;
  96. this.label1.Text = "TenantId";
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.Location = new System.Drawing.Point(733, 10);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(48, 15);
  104. this.label2.TabIndex = 2;
  105. this.label2.Text = "ClientId";
  106. //
  107. // label3
  108. //
  109. this.label3.AutoSize = true;
  110. this.label3.Location = new System.Drawing.Point(15, 9);
  111. this.label3.Name = "label3";
  112. this.label3.Size = new System.Drawing.Size(68, 15);
  113. this.label3.TabIndex = 3;
  114. this.label3.Text = "Application";
  115. //
  116. // TxtTenantId
  117. //
  118. this.TxtTenantId.Location = new System.Drawing.Point(439, 6);
  119. this.TxtTenantId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  120. this.TxtTenantId.Name = "TxtTenantId";
  121. this.TxtTenantId.Size = new System.Drawing.Size(265, 23);
  122. this.TxtTenantId.TabIndex = 2;
  123. this.TxtTenantId.Text = "0e225915-3be3-419c-aa04-284d7de5e16b";
  124. //
  125. // TxtClientId
  126. //
  127. this.TxtClientId.Location = new System.Drawing.Point(787, 6);
  128. this.TxtClientId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  129. this.TxtClientId.Name = "TxtClientId";
  130. this.TxtClientId.Size = new System.Drawing.Size(265, 23);
  131. this.TxtClientId.TabIndex = 3;
  132. //
  133. // TxtAppName
  134. //
  135. this.TxtAppName.Location = new System.Drawing.Point(87, 6);
  136. this.TxtAppName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  137. this.TxtAppName.Name = "TxtAppName";
  138. this.TxtAppName.Size = new System.Drawing.Size(193, 23);
  139. this.TxtAppName.TabIndex = 0;
  140. //
  141. // TxtAppVer
  142. //
  143. this.TxtAppVer.Location = new System.Drawing.Point(285, 6);
  144. this.TxtAppVer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.TxtAppVer.Name = "TxtAppVer";
  146. this.TxtAppVer.Size = new System.Drawing.Size(67, 23);
  147. this.TxtAppVer.TabIndex = 1;
  148. //
  149. // label5
  150. //
  151. this.label5.AutoSize = true;
  152. this.label5.Location = new System.Drawing.Point(716, 70);
  153. this.label5.Name = "label5";
  154. this.label5.Size = new System.Drawing.Size(67, 15);
  155. this.label5.TabIndex = 9;
  156. this.label5.Text = "Auth Login";
  157. //
  158. // TxtDomain
  159. //
  160. this.TxtDomain.Location = new System.Drawing.Point(87, 34);
  161. this.TxtDomain.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.TxtDomain.Name = "TxtDomain";
  163. this.TxtDomain.Size = new System.Drawing.Size(265, 23);
  164. this.TxtDomain.TabIndex = 5;
  165. //
  166. // label6
  167. //
  168. this.label6.AutoSize = true;
  169. this.label6.Location = new System.Drawing.Point(31, 38);
  170. this.label6.Name = "label6";
  171. this.label6.Size = new System.Drawing.Size(50, 15);
  172. this.label6.TabIndex = 10;
  173. this.label6.Text = "Domain";
  174. //
  175. // TxtEMail
  176. //
  177. this.TxtEMail.Location = new System.Drawing.Point(787, 38);
  178. this.TxtEMail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  179. this.TxtEMail.Name = "TxtEMail";
  180. this.TxtEMail.Size = new System.Drawing.Size(265, 23);
  181. this.TxtEMail.TabIndex = 4;
  182. //
  183. // label7
  184. //
  185. this.label7.AutoSize = true;
  186. this.label7.Location = new System.Drawing.Point(740, 41);
  187. this.label7.Name = "label7";
  188. this.label7.Size = new System.Drawing.Size(41, 15);
  189. this.label7.TabIndex = 12;
  190. this.label7.Text = "E-Mail";
  191. //
  192. // TxtMipData
  193. //
  194. this.TxtMipData.Location = new System.Drawing.Point(439, 34);
  195. this.TxtMipData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  196. this.TxtMipData.Name = "TxtMipData";
  197. this.TxtMipData.Size = new System.Drawing.Size(265, 23);
  198. this.TxtMipData.TabIndex = 6;
  199. //
  200. // label8
  201. //
  202. this.label8.AutoSize = true;
  203. this.label8.Location = new System.Drawing.Point(376, 38);
  204. this.label8.Name = "label8";
  205. this.label8.Size = new System.Drawing.Size(57, 15);
  206. this.label8.TabIndex = 14;
  207. this.label8.Text = "Mip Data";
  208. //
  209. // TxtSecretValue
  210. //
  211. this.TxtSecretValue.Location = new System.Drawing.Point(87, 64);
  212. this.TxtSecretValue.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  213. this.TxtSecretValue.Name = "TxtSecretValue";
  214. this.TxtSecretValue.Size = new System.Drawing.Size(265, 23);
  215. this.TxtSecretValue.TabIndex = 7;
  216. //
  217. // label9
  218. //
  219. this.label9.AutoSize = true;
  220. this.label9.Location = new System.Drawing.Point(7, 68);
  221. this.label9.Name = "label9";
  222. this.label9.Size = new System.Drawing.Size(74, 15);
  223. this.label9.TabIndex = 16;
  224. this.label9.Text = "Secret Value";
  225. //
  226. // TxtCertThumbPrint
  227. //
  228. this.TxtCertThumbPrint.Location = new System.Drawing.Point(439, 65);
  229. this.TxtCertThumbPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  230. this.TxtCertThumbPrint.Name = "TxtCertThumbPrint";
  231. this.TxtCertThumbPrint.Size = new System.Drawing.Size(265, 23);
  232. this.TxtCertThumbPrint.TabIndex = 8;
  233. //
  234. // label10
  235. //
  236. this.label10.AutoSize = true;
  237. this.label10.Location = new System.Drawing.Point(362, 69);
  238. this.label10.Name = "label10";
  239. this.label10.Size = new System.Drawing.Size(71, 15);
  240. this.label10.TabIndex = 18;
  241. this.label10.Text = "Cert Thumb";
  242. //
  243. // BtnInitialize
  244. //
  245. this.BtnInitialize.Cursor = System.Windows.Forms.Cursors.Hand;
  246. this.BtnInitialize.Location = new System.Drawing.Point(787, 98);
  247. this.BtnInitialize.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  248. this.BtnInitialize.Name = "BtnInitialize";
  249. this.BtnInitialize.Size = new System.Drawing.Size(129, 22);
  250. this.BtnInitialize.TabIndex = 19;
  251. this.BtnInitialize.Text = "Initialize";
  252. this.BtnInitialize.UseVisualStyleBackColor = true;
  253. this.BtnInitialize.Click += new System.EventHandler(this.BtnInitialize_Click);
  254. //
  255. // BtnSingOut
  256. //
  257. this.BtnSingOut.Cursor = System.Windows.Forms.Cursors.Hand;
  258. this.BtnSingOut.Enabled = false;
  259. this.BtnSingOut.Location = new System.Drawing.Point(923, 98);
  260. this.BtnSingOut.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  261. this.BtnSingOut.Name = "BtnSingOut";
  262. this.BtnSingOut.Size = new System.Drawing.Size(129, 22);
  263. this.BtnSingOut.TabIndex = 20;
  264. this.BtnSingOut.Text = "Sign Out";
  265. this.BtnSingOut.UseVisualStyleBackColor = true;
  266. this.BtnSingOut.Click += new System.EventHandler(this.BtnSingOut_Click);
  267. //
  268. // label4
  269. //
  270. this.label4.AutoSize = true;
  271. this.label4.Location = new System.Drawing.Point(26, 191);
  272. this.label4.Name = "label4";
  273. this.label4.Size = new System.Drawing.Size(57, 15);
  274. this.label4.TabIndex = 21;
  275. this.label4.Text = "Input File";
  276. //
  277. // TxtInputFile
  278. //
  279. this.TxtInputFile.Location = new System.Drawing.Point(87, 186);
  280. this.TxtInputFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  281. this.TxtInputFile.Name = "TxtInputFile";
  282. this.TxtInputFile.ReadOnly = true;
  283. this.TxtInputFile.Size = new System.Drawing.Size(541, 23);
  284. this.TxtInputFile.TabIndex = 22;
  285. //
  286. // BtnFileSelect
  287. //
  288. this.BtnFileSelect.Cursor = System.Windows.Forms.Cursors.Hand;
  289. this.BtnFileSelect.Location = new System.Drawing.Point(633, 186);
  290. this.BtnFileSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  291. this.BtnFileSelect.Name = "BtnFileSelect";
  292. this.BtnFileSelect.Size = new System.Drawing.Size(70, 22);
  293. this.BtnFileSelect.TabIndex = 23;
  294. this.BtnFileSelect.Text = "Select";
  295. this.BtnFileSelect.UseVisualStyleBackColor = true;
  296. this.BtnFileSelect.Click += new System.EventHandler(this.BtnFileSelect_Click);
  297. //
  298. // TxtActualFile
  299. //
  300. this.TxtActualFile.Location = new System.Drawing.Point(87, 215);
  301. this.TxtActualFile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  302. this.TxtActualFile.Name = "TxtActualFile";
  303. this.TxtActualFile.Size = new System.Drawing.Size(616, 23);
  304. this.TxtActualFile.TabIndex = 25;
  305. //
  306. // label11
  307. //
  308. this.label11.AutoSize = true;
  309. this.label11.Location = new System.Drawing.Point(19, 219);
  310. this.label11.Name = "label11";
  311. this.label11.Size = new System.Drawing.Size(63, 15);
  312. this.label11.TabIndex = 24;
  313. this.label11.Text = "Actual File";
  314. //
  315. // TxtLog
  316. //
  317. this.TxtLog.AcceptsTab = true;
  318. this.TxtLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  319. | System.Windows.Forms.AnchorStyles.Left)
  320. | System.Windows.Forms.AnchorStyles.Right)));
  321. this.TxtLog.BackColor = System.Drawing.SystemColors.WindowText;
  322. this.TxtLog.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  323. this.TxtLog.ForeColor = System.Drawing.SystemColors.Window;
  324. this.TxtLog.Location = new System.Drawing.Point(4, 248);
  325. this.TxtLog.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  326. this.TxtLog.Name = "TxtLog";
  327. this.TxtLog.Size = new System.Drawing.Size(1056, 422);
  328. this.TxtLog.TabIndex = 26;
  329. this.TxtLog.Text = "";
  330. //
  331. // BtnLogClear
  332. //
  333. this.BtnLogClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  334. this.BtnLogClear.Cursor = System.Windows.Forms.Cursors.Hand;
  335. this.BtnLogClear.Location = new System.Drawing.Point(982, 218);
  336. this.BtnLogClear.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  337. this.BtnLogClear.Name = "BtnLogClear";
  338. this.BtnLogClear.Size = new System.Drawing.Size(70, 22);
  339. this.BtnLogClear.TabIndex = 27;
  340. this.BtnLogClear.Text = "Clear";
  341. this.BtnLogClear.UseVisualStyleBackColor = true;
  342. this.BtnLogClear.Click += new System.EventHandler(this.BtnLogClear_Click);
  343. //
  344. // label12
  345. //
  346. this.label12.AutoSize = true;
  347. this.label12.Location = new System.Drawing.Point(23, 98);
  348. this.label12.Name = "label12";
  349. this.label12.Size = new System.Drawing.Size(57, 15);
  350. this.label12.TabIndex = 28;
  351. this.label12.Text = "File Label";
  352. //
  353. // CboFileLabel
  354. //
  355. this.CboFileLabel.Cursor = System.Windows.Forms.Cursors.Hand;
  356. this.CboFileLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  357. this.CboFileLabel.FormattingEnabled = true;
  358. this.CboFileLabel.Items.AddRange(new object[] {
  359. " authLoginId",
  360. " authLoginPassword",
  361. " authLoginCert"});
  362. this.CboFileLabel.Location = new System.Drawing.Point(87, 94);
  363. this.CboFileLabel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  364. this.CboFileLabel.Name = "CboFileLabel";
  365. this.CboFileLabel.Size = new System.Drawing.Size(616, 23);
  366. this.CboFileLabel.TabIndex = 29;
  367. //
  368. // CboProtection
  369. //
  370. this.CboProtection.Cursor = System.Windows.Forms.Cursors.Hand;
  371. this.CboProtection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  372. this.CboProtection.FormattingEnabled = true;
  373. this.CboProtection.Items.AddRange(new object[] {
  374. " authLoginId",
  375. " authLoginPassword",
  376. " authLoginCert"});
  377. this.CboProtection.Location = new System.Drawing.Point(87, 156);
  378. this.CboProtection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  379. this.CboProtection.Name = "CboProtection";
  380. this.CboProtection.Size = new System.Drawing.Size(616, 23);
  381. this.CboProtection.TabIndex = 31;
  382. //
  383. // label13
  384. //
  385. this.label13.AutoSize = true;
  386. this.label13.Location = new System.Drawing.Point(17, 159);
  387. this.label13.Name = "label13";
  388. this.label13.Size = new System.Drawing.Size(62, 15);
  389. this.label13.TabIndex = 30;
  390. this.label13.Text = "Protection";
  391. //
  392. // CboPolicyLabel
  393. //
  394. this.CboPolicyLabel.Cursor = System.Windows.Forms.Cursors.Hand;
  395. this.CboPolicyLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  396. this.CboPolicyLabel.FormattingEnabled = true;
  397. this.CboPolicyLabel.Items.AddRange(new object[] {
  398. " authLoginId",
  399. " authLoginPassword",
  400. " authLoginCert"});
  401. this.CboPolicyLabel.Location = new System.Drawing.Point(87, 125);
  402. this.CboPolicyLabel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  403. this.CboPolicyLabel.Name = "CboPolicyLabel";
  404. this.CboPolicyLabel.Size = new System.Drawing.Size(616, 23);
  405. this.CboPolicyLabel.TabIndex = 33;
  406. //
  407. // label14
  408. //
  409. this.label14.AutoSize = true;
  410. this.label14.Location = new System.Drawing.Point(10, 128);
  411. this.label14.Name = "label14";
  412. this.label14.Size = new System.Drawing.Size(71, 15);
  413. this.label14.TabIndex = 32;
  414. this.label14.Text = "Policy Label";
  415. //
  416. // BtnGetInfo
  417. //
  418. this.BtnGetInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  419. this.BtnGetInfo.Location = new System.Drawing.Point(708, 186);
  420. this.BtnGetInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  421. this.BtnGetInfo.Name = "BtnGetInfo";
  422. this.BtnGetInfo.Size = new System.Drawing.Size(53, 22);
  423. this.BtnGetInfo.TabIndex = 34;
  424. this.BtnGetInfo.Text = "Info";
  425. this.BtnGetInfo.UseVisualStyleBackColor = true;
  426. this.BtnGetInfo.Click += new System.EventHandler(this.BtnGetInfo_Click);
  427. //
  428. // BtnOutGetInfo
  429. //
  430. this.BtnOutGetInfo.Cursor = System.Windows.Forms.Cursors.Hand;
  431. this.BtnOutGetInfo.Location = new System.Drawing.Point(708, 218);
  432. this.BtnOutGetInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  433. this.BtnOutGetInfo.Name = "BtnOutGetInfo";
  434. this.BtnOutGetInfo.Size = new System.Drawing.Size(53, 22);
  435. this.BtnOutGetInfo.TabIndex = 35;
  436. this.BtnOutGetInfo.Text = "Info";
  437. this.BtnOutGetInfo.UseVisualStyleBackColor = true;
  438. this.BtnOutGetInfo.Click += new System.EventHandler(this.BtnOutGetInfo_Click);
  439. //
  440. // BtnSetLabel
  441. //
  442. this.BtnSetLabel.Cursor = System.Windows.Forms.Cursors.Hand;
  443. this.BtnSetLabel.Location = new System.Drawing.Point(765, 186);
  444. this.BtnSetLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  445. this.BtnSetLabel.Name = "BtnSetLabel";
  446. this.BtnSetLabel.Size = new System.Drawing.Size(64, 22);
  447. this.BtnSetLabel.TabIndex = 36;
  448. this.BtnSetLabel.Text = "Set Label";
  449. this.BtnSetLabel.UseVisualStyleBackColor = true;
  450. this.BtnSetLabel.Click += new System.EventHandler(this.BtnSetLabel_Click);
  451. //
  452. // BtnSetProtection
  453. //
  454. this.BtnSetProtection.Cursor = System.Windows.Forms.Cursors.Hand;
  455. this.BtnSetProtection.Location = new System.Drawing.Point(832, 186);
  456. this.BtnSetProtection.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  457. this.BtnSetProtection.Name = "BtnSetProtection";
  458. this.BtnSetProtection.Size = new System.Drawing.Size(91, 22);
  459. this.BtnSetProtection.TabIndex = 37;
  460. this.BtnSetProtection.Text = "Set Protection";
  461. this.BtnSetProtection.UseVisualStyleBackColor = true;
  462. this.BtnSetProtection.Click += new System.EventHandler(this.BtnSetProtection_Click);
  463. //
  464. // TxtOwner
  465. //
  466. this.TxtOwner.Location = new System.Drawing.Point(787, 156);
  467. this.TxtOwner.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  468. this.TxtOwner.Name = "TxtOwner";
  469. this.TxtOwner.Size = new System.Drawing.Size(265, 23);
  470. this.TxtOwner.TabIndex = 38;
  471. //
  472. // label15
  473. //
  474. this.label15.AutoSize = true;
  475. this.label15.Location = new System.Drawing.Point(740, 159);
  476. this.label15.Name = "label15";
  477. this.label15.Size = new System.Drawing.Size(42, 15);
  478. this.label15.TabIndex = 39;
  479. this.label15.Text = "Owner";
  480. //
  481. // BtnSetLabelAndProtection
  482. //
  483. this.BtnSetLabelAndProtection.Cursor = System.Windows.Forms.Cursors.Hand;
  484. this.BtnSetLabelAndProtection.Location = new System.Drawing.Point(923, 186);
  485. this.BtnSetLabelAndProtection.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  486. this.BtnSetLabelAndProtection.Name = "BtnSetLabelAndProtection";
  487. this.BtnSetLabelAndProtection.Size = new System.Drawing.Size(129, 22);
  488. this.BtnSetLabelAndProtection.TabIndex = 40;
  489. this.BtnSetLabelAndProtection.Text = "Set Lable+Protection";
  490. this.BtnSetLabelAndProtection.UseVisualStyleBackColor = true;
  491. this.BtnSetLabelAndProtection.Click += new System.EventHandler(this.BtnSetLabelAndProtection_Click);
  492. //
  493. // button1
  494. //
  495. this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  496. this.button1.Location = new System.Drawing.Point(767, 219);
  497. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  498. this.button1.Name = "button1";
  499. this.button1.Size = new System.Drawing.Size(62, 22);
  500. this.button1.TabIndex = 41;
  501. this.button1.Text = "toBase64";
  502. this.button1.UseVisualStyleBackColor = true;
  503. this.button1.Click += new System.EventHandler(this.button1_Click);
  504. //
  505. // FrmMain
  506. //
  507. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  508. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  509. this.ClientSize = new System.Drawing.Size(1063, 671);
  510. this.Controls.Add(this.button1);
  511. this.Controls.Add(this.BtnSetLabelAndProtection);
  512. this.Controls.Add(this.TxtOwner);
  513. this.Controls.Add(this.label15);
  514. this.Controls.Add(this.BtnSetProtection);
  515. this.Controls.Add(this.BtnSetLabel);
  516. this.Controls.Add(this.BtnOutGetInfo);
  517. this.Controls.Add(this.BtnGetInfo);
  518. this.Controls.Add(this.CboPolicyLabel);
  519. this.Controls.Add(this.label14);
  520. this.Controls.Add(this.CboProtection);
  521. this.Controls.Add(this.label13);
  522. this.Controls.Add(this.CboFileLabel);
  523. this.Controls.Add(this.label12);
  524. this.Controls.Add(this.BtnLogClear);
  525. this.Controls.Add(this.TxtLog);
  526. this.Controls.Add(this.TxtActualFile);
  527. this.Controls.Add(this.label11);
  528. this.Controls.Add(this.BtnFileSelect);
  529. this.Controls.Add(this.TxtInputFile);
  530. this.Controls.Add(this.label4);
  531. this.Controls.Add(this.BtnSingOut);
  532. this.Controls.Add(this.BtnInitialize);
  533. this.Controls.Add(this.TxtCertThumbPrint);
  534. this.Controls.Add(this.label10);
  535. this.Controls.Add(this.TxtSecretValue);
  536. this.Controls.Add(this.label9);
  537. this.Controls.Add(this.TxtMipData);
  538. this.Controls.Add(this.label8);
  539. this.Controls.Add(this.TxtEMail);
  540. this.Controls.Add(this.label7);
  541. this.Controls.Add(this.TxtDomain);
  542. this.Controls.Add(this.label6);
  543. this.Controls.Add(this.label5);
  544. this.Controls.Add(this.TxtAppVer);
  545. this.Controls.Add(this.TxtAppName);
  546. this.Controls.Add(this.TxtClientId);
  547. this.Controls.Add(this.TxtTenantId);
  548. this.Controls.Add(this.label3);
  549. this.Controls.Add(this.label2);
  550. this.Controls.Add(this.label1);
  551. this.Controls.Add(this.CboAuthLoginType);
  552. this.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  553. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  554. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  555. this.Name = "FrmMain";
  556. this.Text = "Azure Information File Viewer";
  557. this.ResumeLayout(false);
  558. this.PerformLayout();
  559. }
  560. #endregion
  561. private System.Windows.Forms.ComboBox CboAuthLoginType;
  562. private System.Windows.Forms.Label label1;
  563. private System.Windows.Forms.Label label2;
  564. private System.Windows.Forms.Label label3;
  565. private System.Windows.Forms.TextBox TxtTenantId;
  566. private System.Windows.Forms.TextBox TxtClientId;
  567. private System.Windows.Forms.TextBox TxtAppName;
  568. private System.Windows.Forms.TextBox TxtAppVer;
  569. private System.Windows.Forms.Label label5;
  570. private System.Windows.Forms.TextBox TxtDomain;
  571. private System.Windows.Forms.Label label6;
  572. private System.Windows.Forms.TextBox TxtEMail;
  573. private System.Windows.Forms.Label label7;
  574. private System.Windows.Forms.TextBox TxtMipData;
  575. private System.Windows.Forms.Label label8;
  576. private System.Windows.Forms.TextBox TxtSecretValue;
  577. private System.Windows.Forms.Label label9;
  578. private System.Windows.Forms.TextBox TxtCertThumbPrint;
  579. private System.Windows.Forms.Label label10;
  580. private System.Windows.Forms.Button BtnInitialize;
  581. private System.Windows.Forms.Button BtnSingOut;
  582. private System.Windows.Forms.Label label4;
  583. private System.Windows.Forms.TextBox TxtInputFile;
  584. private System.Windows.Forms.Button BtnFileSelect;
  585. private System.Windows.Forms.TextBox TxtActualFile;
  586. private System.Windows.Forms.Label label11;
  587. private System.Windows.Forms.RichTextBox TxtLog;
  588. private System.Windows.Forms.Button BtnLogClear;
  589. private System.Windows.Forms.Label label12;
  590. private System.Windows.Forms.ComboBox CboFileLabel;
  591. private System.Windows.Forms.ComboBox CboProtection;
  592. private System.Windows.Forms.Label label13;
  593. private System.Windows.Forms.ComboBox CboPolicyLabel;
  594. private System.Windows.Forms.Label label14;
  595. private System.Windows.Forms.Button BtnGetInfo;
  596. private System.Windows.Forms.Button BtnOutGetInfo;
  597. private System.Windows.Forms.Button BtnSetLabel;
  598. private System.Windows.Forms.Button BtnSetProtection;
  599. private System.Windows.Forms.TextBox TxtOwner;
  600. private System.Windows.Forms.Label label15;
  601. private System.Windows.Forms.Button BtnSetLabelAndProtection;
  602. private System.Windows.Forms.Button button1;
  603. }
  604. }