FrmMain.Designer.cs 28 KB

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