AuthForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace FastReport.Auth
  2. {
  3. partial class AuthForm
  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 Windows Form Designer generated code
  22. private void InitializeComponent()
  23. {
  24. this.pbAvatar = new System.Windows.Forms.PictureBox();
  25. this.lbText = new System.Windows.Forms.Label();
  26. this.lbUsername = new System.Windows.Forms.Label();
  27. this.lbEmail = new System.Windows.Forms.Label();
  28. this.lbSignOut = new System.Windows.Forms.Label();
  29. this.lbManage = new System.Windows.Forms.Label();
  30. this.lbUpdate = new System.Windows.Forms.Label();
  31. this.lbTime = new System.Windows.Forms.Label();
  32. this.lbMessage = new System.Windows.Forms.Label();
  33. this.lbCreateOne = new System.Windows.Forms.Label();
  34. this.lbNoAccount = new System.Windows.Forms.Label();
  35. this.btnSignIn = new System.Windows.Forms.Button();
  36. this.label1Server = new System.Windows.Forms.Label();
  37. this.label2Server = new System.Windows.Forms.Label();
  38. this.comboBoxServerServer = new System.Windows.Forms.ComboBox();
  39. this.lbCaptionServer = new System.Windows.Forms.Label();
  40. this.lbMessageServer = new System.Windows.Forms.Label();
  41. this.textBoxApiKeyServer = new System.Windows.Forms.TextBox();
  42. this.textBoxCustomHostServer = new System.Windows.Forms.TextBox();
  43. this.lbCaption = new System.Windows.Forms.Label();
  44. this.pageControl1 = new FastReport.Controls.PageControl();
  45. this.pgFrId = new FastReport.Controls.PageControlPage();
  46. this.pgServer = new FastReport.Controls.PageControlPage();
  47. ((System.ComponentModel.ISupportInitialize)(this.pbAvatar)).BeginInit();
  48. this.pageControl1.SuspendLayout();
  49. this.pgFrId.SuspendLayout();
  50. this.pgServer.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // btnOk
  54. //
  55. this.btnOk.Location = new System.Drawing.Point(364, 276);
  56. //
  57. // btnCancel
  58. //
  59. this.btnCancel.Location = new System.Drawing.Point(444, 276);
  60. //
  61. // pbAvatar
  62. //
  63. this.pbAvatar.Location = new System.Drawing.Point(15, 55);
  64. this.pbAvatar.Name = "pbAvatar";
  65. this.pbAvatar.Size = new System.Drawing.Size(90, 90);
  66. this.pbAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  67. this.pbAvatar.TabIndex = 0;
  68. this.pbAvatar.TabStop = false;
  69. //
  70. // lbText
  71. //
  72. this.lbText.Location = new System.Drawing.Point(15, 194);
  73. this.lbText.MinimumSize = new System.Drawing.Size(200, 45);
  74. this.lbText.Name = "lbText";
  75. this.lbText.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
  76. this.lbText.Size = new System.Drawing.Size(308, 45);
  77. this.lbText.TabIndex = 2;
  78. this.lbText.Text = "Message";
  79. this.lbText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  80. //
  81. // lbUsername
  82. //
  83. this.lbUsername.AutoSize = true;
  84. this.lbUsername.Location = new System.Drawing.Point(118, 65);
  85. this.lbUsername.Name = "lbUsername";
  86. this.lbUsername.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
  87. this.lbUsername.Size = new System.Drawing.Size(55, 16);
  88. this.lbUsername.TabIndex = 3;
  89. this.lbUsername.Text = "Username";
  90. this.lbUsername.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  91. //
  92. // lbEmail
  93. //
  94. this.lbEmail.AutoSize = true;
  95. this.lbEmail.Location = new System.Drawing.Point(118, 88);
  96. this.lbEmail.Name = "lbEmail";
  97. this.lbEmail.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
  98. this.lbEmail.Size = new System.Drawing.Size(31, 16);
  99. this.lbEmail.TabIndex = 4;
  100. this.lbEmail.Text = "Email";
  101. this.lbEmail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  102. //
  103. // lbSignOut
  104. //
  105. this.lbSignOut.AutoSize = true;
  106. this.lbSignOut.Cursor = System.Windows.Forms.Cursors.Hand;
  107. this.lbSignOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
  108. this.lbSignOut.Location = new System.Drawing.Point(15, 178);
  109. this.lbSignOut.Name = "lbSignOut";
  110. this.lbSignOut.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
  111. this.lbSignOut.Size = new System.Drawing.Size(45, 16);
  112. this.lbSignOut.TabIndex = 5;
  113. this.lbSignOut.Text = "SignOut";
  114. this.lbSignOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  115. this.lbSignOut.Click += new System.EventHandler(this.lbSignOut_Click);
  116. //
  117. // lbManage
  118. //
  119. this.lbManage.AutoSize = true;
  120. this.lbManage.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.lbManage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
  122. this.lbManage.Location = new System.Drawing.Point(15, 158);
  123. this.lbManage.Name = "lbManage";
  124. this.lbManage.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
  125. this.lbManage.Size = new System.Drawing.Size(37, 16);
  126. this.lbManage.TabIndex = 6;
  127. this.lbManage.Text = "Profile";
  128. this.lbManage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  129. this.lbManage.Click += new System.EventHandler(this.lbManage_Click);
  130. //
  131. // lbUpdate
  132. //
  133. this.lbUpdate.AutoSize = true;
  134. this.lbUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.lbUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  136. this.lbUpdate.Location = new System.Drawing.Point(118, 111);
  137. this.lbUpdate.Name = "lbUpdate";
  138. this.lbUpdate.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
  139. this.lbUpdate.Size = new System.Drawing.Size(138, 16);
  140. this.lbUpdate.TabIndex = 8;
  141. this.lbUpdate.Text = "Session is expired. Update!";
  142. this.lbUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  143. this.lbUpdate.Click += new System.EventHandler(this.lbUpdate_Click);
  144. //
  145. // lbTime
  146. //
  147. this.lbTime.AutoSize = true;
  148. this.lbTime.ForeColor = System.Drawing.SystemColors.GrayText;
  149. this.lbTime.Location = new System.Drawing.Point(118, 111);
  150. this.lbTime.MinimumSize = new System.Drawing.Size(120, 0);
  151. this.lbTime.Name = "lbTime";
  152. this.lbTime.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5);
  153. this.lbTime.Size = new System.Drawing.Size(120, 18);
  154. this.lbTime.TabIndex = 7;
  155. this.lbTime.Text = "Expires at";
  156. this.lbTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  157. //
  158. // lbMessage
  159. //
  160. this.lbMessage.Location = new System.Drawing.Point(34, 45);
  161. this.lbMessage.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.lbMessage.MinimumSize = new System.Drawing.Size(225, 100);
  163. this.lbMessage.Name = "lbMessage";
  164. this.lbMessage.Size = new System.Drawing.Size(300, 126);
  165. this.lbMessage.TabIndex = 3;
  166. this.lbMessage.Text = "Intro + testing";
  167. this.lbMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  168. //
  169. // lbCreateOne
  170. //
  171. this.lbCreateOne.Cursor = System.Windows.Forms.Cursors.Hand;
  172. this.lbCreateOne.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(238)))));
  173. this.lbCreateOne.Location = new System.Drawing.Point(128, 220);
  174. this.lbCreateOne.MinimumSize = new System.Drawing.Size(77, 15);
  175. this.lbCreateOne.Name = "lbCreateOne";
  176. this.lbCreateOne.Size = new System.Drawing.Size(105, 25);
  177. this.lbCreateOne.TabIndex = 2;
  178. this.lbCreateOne.Text = "Create One!";
  179. this.lbCreateOne.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  180. this.lbCreateOne.Click += new System.EventHandler(this.lbCreateOne_Click);
  181. //
  182. // lbNoAccount
  183. //
  184. this.lbNoAccount.Location = new System.Drawing.Point(114, 200);
  185. this.lbNoAccount.MinimumSize = new System.Drawing.Size(75, 25);
  186. this.lbNoAccount.Name = "lbNoAccount";
  187. this.lbNoAccount.Size = new System.Drawing.Size(135, 25);
  188. this.lbNoAccount.TabIndex = 1;
  189. this.lbNoAccount.Text = "NoAccount";
  190. this.lbNoAccount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  191. //
  192. // btnSignIn
  193. //
  194. this.btnSignIn.Location = new System.Drawing.Point(144, 175);
  195. this.btnSignIn.Name = "btnSignIn";
  196. this.btnSignIn.RightToLeft = System.Windows.Forms.RightToLeft.No;
  197. this.btnSignIn.Size = new System.Drawing.Size(75, 23);
  198. this.btnSignIn.TabIndex = 0;
  199. this.btnSignIn.Text = "SignIn";
  200. this.btnSignIn.UseVisualStyleBackColor = true;
  201. this.btnSignIn.Click += new System.EventHandler(this.btnSignIn_Click);
  202. //
  203. // label1Server
  204. //
  205. this.label1Server.AutoSize = true;
  206. this.label1Server.Location = new System.Drawing.Point(15, 91);
  207. this.label1Server.Name = "label1Server";
  208. this.label1Server.Size = new System.Drawing.Size(39, 13);
  209. this.label1Server.TabIndex = 10;
  210. this.label1Server.Text = "Server";
  211. //
  212. // label2Server
  213. //
  214. this.label2Server.AutoSize = true;
  215. this.label2Server.Location = new System.Drawing.Point(14, 141);
  216. this.label2Server.Name = "label2Server";
  217. this.label2Server.Size = new System.Drawing.Size(40, 13);
  218. this.label2Server.TabIndex = 1;
  219. this.label2Server.Text = "ApiKey";
  220. //
  221. // comboBoxServerServer
  222. //
  223. this.comboBoxServerServer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  224. this.comboBoxServerServer.Items.AddRange(new object[] {
  225. "str 1",
  226. "str 2"});
  227. this.comboBoxServerServer.Location = new System.Drawing.Point(17, 61);
  228. this.comboBoxServerServer.Name = "comboBoxServerServer";
  229. this.comboBoxServerServer.Size = new System.Drawing.Size(334, 21);
  230. this.comboBoxServerServer.TabIndex = 2;
  231. this.comboBoxServerServer.SelectedIndexChanged += new System.EventHandler(this.comboBoxServerServer_SelectedIndexChanged);
  232. this.comboBoxServerServer.SelectedValueChanged += new System.EventHandler(this.comboBoxServerServer_SelectedValueChanged);
  233. //
  234. // lbCaptionServer
  235. //
  236. this.lbCaptionServer.AutoSize = true;
  237. this.lbCaptionServer.Font = new System.Drawing.Font("Calibri Light", 19.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  238. this.lbCaptionServer.Location = new System.Drawing.Point(15, 10);
  239. this.lbCaptionServer.Name = "lbCaptionServer";
  240. this.lbCaptionServer.Size = new System.Drawing.Size(81, 32);
  241. this.lbCaptionServer.TabIndex = 3;
  242. this.lbCaptionServer.Text = "Server";
  243. //
  244. // lbMessageServer
  245. //
  246. this.lbMessageServer.AutoSize = true;
  247. this.lbMessageServer.Location = new System.Drawing.Point(355, 0);
  248. this.lbMessageServer.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.lbMessageServer.Name = "lbMessageServer";
  250. this.lbMessageServer.Size = new System.Drawing.Size(0, 13);
  251. this.lbMessageServer.TabIndex = 4;
  252. this.lbMessageServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  253. this.lbMessageServer.Visible = false;
  254. //
  255. // textBoxApiKeyServer
  256. //
  257. this.textBoxApiKeyServer.Location = new System.Drawing.Point(17, 161);
  258. this.textBoxApiKeyServer.Name = "textBoxApiKeyServer";
  259. this.textBoxApiKeyServer.Size = new System.Drawing.Size(334, 20);
  260. this.textBoxApiKeyServer.TabIndex = 6;
  261. this.textBoxApiKeyServer.UseSystemPasswordChar = true;
  262. this.textBoxApiKeyServer.TextChanged += new System.EventHandler(this.textBoxApiKeyServer_TextChanged);
  263. //
  264. // textBoxCustomHostServer
  265. //
  266. this.textBoxCustomHostServer.Location = new System.Drawing.Point(17, 111);
  267. this.textBoxCustomHostServer.Name = "textBoxCustomHostServer";
  268. this.textBoxCustomHostServer.Size = new System.Drawing.Size(334, 20);
  269. this.textBoxCustomHostServer.TabIndex = 7;
  270. this.textBoxCustomHostServer.TextChanged += new System.EventHandler(this.textBoxCustomHostServer_TextChanged);
  271. //
  272. // lbCaption
  273. //
  274. this.lbCaption.AutoSize = true;
  275. this.lbCaption.Font = new System.Drawing.Font("Calibri Light", 19.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  276. this.lbCaption.Location = new System.Drawing.Point(12, 10);
  277. this.lbCaption.Name = "lbCaption";
  278. this.lbCaption.Size = new System.Drawing.Size(102, 32);
  279. this.lbCaption.TabIndex = 9;
  280. this.lbCaption.Text = "Account";
  281. //
  282. // pageControl1
  283. //
  284. this.pageControl1.Controls.Add(this.pgFrId);
  285. this.pageControl1.Controls.Add(this.pgServer);
  286. this.pageControl1.Location = new System.Drawing.Point(12, 12);
  287. this.pageControl1.Name = "pageControl1";
  288. this.pageControl1.SelectorWidth = 139;
  289. this.pageControl1.Size = new System.Drawing.Size(508, 252);
  290. this.pageControl1.TabIndex = 1;
  291. this.pageControl1.Text = "pageControl1";
  292. //
  293. // pgFrId
  294. //
  295. this.pgFrId.BackColor = System.Drawing.SystemColors.Window;
  296. this.pgFrId.Controls.Add(this.lbCaption);
  297. this.pgFrId.Controls.Add(this.lbCreateOne);
  298. this.pgFrId.Controls.Add(this.lbNoAccount);
  299. this.pgFrId.Controls.Add(this.btnSignIn);
  300. this.pgFrId.Controls.Add(this.lbUpdate);
  301. this.pgFrId.Controls.Add(this.lbTime);
  302. this.pgFrId.Controls.Add(this.pbAvatar);
  303. this.pgFrId.Controls.Add(this.lbText);
  304. this.pgFrId.Controls.Add(this.lbSignOut);
  305. this.pgFrId.Controls.Add(this.lbManage);
  306. this.pgFrId.Controls.Add(this.lbUsername);
  307. this.pgFrId.Controls.Add(this.lbEmail);
  308. this.pgFrId.Controls.Add(this.lbMessage);
  309. this.pgFrId.Dock = System.Windows.Forms.DockStyle.Fill;
  310. this.pgFrId.Image = null;
  311. this.pgFrId.Location = new System.Drawing.Point(139, 1);
  312. this.pgFrId.Name = "pgFrId";
  313. this.pgFrId.Size = new System.Drawing.Size(368, 250);
  314. this.pgFrId.TabIndex = 0;
  315. this.pgFrId.Text = "FastReport ID";
  316. //
  317. // pgServer
  318. //
  319. this.pgServer.BackColor = System.Drawing.SystemColors.Window;
  320. this.pgServer.Controls.Add(this.label1Server);
  321. this.pgServer.Controls.Add(this.label2Server);
  322. this.pgServer.Controls.Add(this.comboBoxServerServer);
  323. this.pgServer.Controls.Add(this.lbCaptionServer);
  324. this.pgServer.Controls.Add(this.lbMessageServer);
  325. this.pgServer.Controls.Add(this.textBoxApiKeyServer);
  326. this.pgServer.Controls.Add(this.textBoxCustomHostServer);
  327. this.pgServer.Dock = System.Windows.Forms.DockStyle.Fill;
  328. this.pgServer.Image = null;
  329. this.pgServer.Location = new System.Drawing.Point(139, 1);
  330. this.pgServer.Name = "pgServer";
  331. this.pgServer.Size = new System.Drawing.Size(368, 250);
  332. this.pgServer.TabIndex = 1;
  333. this.pgServer.Text = "Server";
  334. //
  335. // AuthForm
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  339. this.ClientSize = new System.Drawing.Size(531, 310);
  340. this.Controls.Add(this.pageControl1);
  341. this.Name = "AuthForm";
  342. this.Controls.SetChildIndex(this.btnOk, 0);
  343. this.Controls.SetChildIndex(this.btnCancel, 0);
  344. this.Controls.SetChildIndex(this.pageControl1, 0);
  345. ((System.ComponentModel.ISupportInitialize)(this.pbAvatar)).EndInit();
  346. this.pageControl1.ResumeLayout(false);
  347. this.pgFrId.ResumeLayout(false);
  348. this.pgFrId.PerformLayout();
  349. this.pgServer.ResumeLayout(false);
  350. this.pgServer.PerformLayout();
  351. this.ResumeLayout(false);
  352. }
  353. #endregion
  354. private FastReport.Controls.PageControl pageControl1;
  355. private FastReport.Controls.PageControlPage pgFrId;
  356. private FastReport.Controls.PageControlPage pgServer;
  357. // account
  358. private System.Windows.Forms.PictureBox pbAvatar;
  359. private System.Windows.Forms.Label lbText;
  360. private System.Windows.Forms.Label lbUsername;
  361. private System.Windows.Forms.Label lbEmail;
  362. private System.Windows.Forms.Label lbSignOut;
  363. private System.Windows.Forms.Label lbManage;
  364. private System.Windows.Forms.Button btnSignIn;
  365. private System.Windows.Forms.Label lbCreateOne;
  366. private System.Windows.Forms.Label lbNoAccount;
  367. private System.Windows.Forms.Label lbMessage;
  368. private System.Windows.Forms.Label lbTime;
  369. private System.Windows.Forms.Label lbUpdate;
  370. // server
  371. private System.Windows.Forms.Label lbCaptionServer;
  372. private System.Windows.Forms.Label lbMessageServer;
  373. private System.Windows.Forms.ComboBox comboBoxServerServer;
  374. private System.Windows.Forms.TextBox textBoxCustomHostServer;
  375. private System.Windows.Forms.Label label2Server;
  376. private System.Windows.Forms.Label label1Server;
  377. private System.Windows.Forms.TextBox textBoxApiKeyServer;
  378. private System.Windows.Forms.Label lbCaption;
  379. }
  380. }