AuthFormOptions.Designer.cs 18 KB

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