CloudStorageClientForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. namespace FastReport.Cloud.StorageClient
  2. {
  3. partial class CloudStorageClientForm
  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. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pageControl1 = new global::FastReport.Controls.PageControl();
  29. this.pgFile = new global::FastReport.Controls.PageControlPage();
  30. this.buttonSettings = new System.Windows.Forms.Button();
  31. this.cbFileType = new System.Windows.Forms.ComboBox();
  32. this.labelFileType = new System.Windows.Forms.Label();
  33. this.pgProxy = new global::FastReport.Controls.PageControlPage();
  34. this.tbPassword = new System.Windows.Forms.TextBox();
  35. this.tbUsername = new System.Windows.Forms.TextBox();
  36. this.tbPort = new System.Windows.Forms.TextBox();
  37. this.tbServer = new System.Windows.Forms.TextBox();
  38. this.labelColon = new System.Windows.Forms.Label();
  39. this.labelPassword = new System.Windows.Forms.Label();
  40. this.labelUsername = new System.Windows.Forms.Label();
  41. this.labelServer = new System.Windows.Forms.Label();
  42. this.pageControl1.SuspendLayout();
  43. this.pgFile.SuspendLayout();
  44. this.pgProxy.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // btnOk
  48. //
  49. this.btnOk.Location = new System.Drawing.Point(368, 138);
  50. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  51. //
  52. // btnCancel
  53. //
  54. this.btnCancel.Location = new System.Drawing.Point(449, 138);
  55. //
  56. // pageControl1
  57. //
  58. this.pageControl1.Controls.Add(this.pgFile);
  59. this.pageControl1.Controls.Add(this.pgProxy);
  60. this.pageControl1.HighlightPageIndex = -1;
  61. this.pageControl1.Location = new System.Drawing.Point(12, 12);
  62. this.pageControl1.Name = "pageControl1";
  63. this.pageControl1.SelectorWidth = 100;
  64. this.pageControl1.Size = new System.Drawing.Size(512, 120);
  65. this.pageControl1.TabIndex = 19;
  66. this.pageControl1.Text = "pageControl1";
  67. //
  68. // pgFile
  69. //
  70. this.pgFile.BackColor = System.Drawing.SystemColors.Window;
  71. this.pgFile.Controls.Add(this.buttonSettings);
  72. this.pgFile.Controls.Add(this.cbFileType);
  73. this.pgFile.Controls.Add(this.labelFileType);
  74. this.pgFile.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.pgFile.Location = new System.Drawing.Point(100, 1);
  76. this.pgFile.Name = "pgFile";
  77. this.pgFile.Size = new System.Drawing.Size(411, 118);
  78. this.pgFile.TabIndex = 0;
  79. this.pgFile.Text = "File";
  80. //
  81. // buttonSettings
  82. //
  83. this.buttonSettings.Enabled = false;
  84. this.buttonSettings.Location = new System.Drawing.Point(313, 40);
  85. this.buttonSettings.Name = "buttonSettings";
  86. this.buttonSettings.Size = new System.Drawing.Size(85, 23);
  87. this.buttonSettings.TabIndex = 2;
  88. this.buttonSettings.Text = "Settings...";
  89. this.buttonSettings.UseVisualStyleBackColor = true;
  90. this.buttonSettings.Click += new System.EventHandler(this.buttonSettings_Click);
  91. //
  92. // cbFileType
  93. //
  94. this.cbFileType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  95. this.cbFileType.FormattingEnabled = true;
  96. this.cbFileType.Location = new System.Drawing.Point(178, 13);
  97. this.cbFileType.Name = "cbFileType";
  98. this.cbFileType.Size = new System.Drawing.Size(220, 21);
  99. this.cbFileType.TabIndex = 1;
  100. this.cbFileType.SelectedIndexChanged += new System.EventHandler(this.cbFileType_SelectedIndexChanged);
  101. //
  102. // labelFileType
  103. //
  104. this.labelFileType.AutoSize = true;
  105. this.labelFileType.Location = new System.Drawing.Point(22, 16);
  106. this.labelFileType.Name = "labelFileType";
  107. this.labelFileType.Size = new System.Drawing.Size(54, 13);
  108. this.labelFileType.TabIndex = 0;
  109. this.labelFileType.Text = "File Type:";
  110. //
  111. // pgProxy
  112. //
  113. this.pgProxy.BackColor = System.Drawing.SystemColors.Window;
  114. this.pgProxy.Controls.Add(this.tbPassword);
  115. this.pgProxy.Controls.Add(this.tbUsername);
  116. this.pgProxy.Controls.Add(this.tbPort);
  117. this.pgProxy.Controls.Add(this.tbServer);
  118. this.pgProxy.Controls.Add(this.labelColon);
  119. this.pgProxy.Controls.Add(this.labelPassword);
  120. this.pgProxy.Controls.Add(this.labelUsername);
  121. this.pgProxy.Controls.Add(this.labelServer);
  122. this.pgProxy.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.pgProxy.Location = new System.Drawing.Point(100, 1);
  124. this.pgProxy.Name = "pgProxy";
  125. this.pgProxy.Size = new System.Drawing.Size(411, 118);
  126. this.pgProxy.TabIndex = 1;
  127. this.pgProxy.Text = "Proxy";
  128. //
  129. // tbPassword
  130. //
  131. this.tbPassword.Location = new System.Drawing.Point(126, 83);
  132. this.tbPassword.Name = "tbPassword";
  133. this.tbPassword.Size = new System.Drawing.Size(200, 20);
  134. this.tbPassword.TabIndex = 7;
  135. this.tbPassword.UseSystemPasswordChar = true;
  136. //
  137. // tbUsername
  138. //
  139. this.tbUsername.Location = new System.Drawing.Point(126, 57);
  140. this.tbUsername.Name = "tbUsername";
  141. this.tbUsername.Size = new System.Drawing.Size(200, 20);
  142. this.tbUsername.TabIndex = 6;
  143. //
  144. // tbPort
  145. //
  146. this.tbPort.Location = new System.Drawing.Point(349, 13);
  147. this.tbPort.Name = "tbPort";
  148. this.tbPort.Size = new System.Drawing.Size(50, 20);
  149. this.tbPort.TabIndex = 5;
  150. //
  151. // tbServer
  152. //
  153. this.tbServer.Location = new System.Drawing.Point(126, 13);
  154. this.tbServer.Name = "tbServer";
  155. this.tbServer.Size = new System.Drawing.Size(200, 20);
  156. this.tbServer.TabIndex = 4;
  157. //
  158. // labelColon
  159. //
  160. this.labelColon.AutoSize = true;
  161. this.labelColon.Location = new System.Drawing.Point(332, 16);
  162. this.labelColon.Name = "labelColon";
  163. this.labelColon.Size = new System.Drawing.Size(11, 13);
  164. this.labelColon.TabIndex = 3;
  165. this.labelColon.Text = ":";
  166. //
  167. // labelPassword
  168. //
  169. this.labelPassword.AutoSize = true;
  170. this.labelPassword.Location = new System.Drawing.Point(22, 86);
  171. this.labelPassword.Name = "labelPassword";
  172. this.labelPassword.Size = new System.Drawing.Size(57, 13);
  173. this.labelPassword.TabIndex = 2;
  174. this.labelPassword.Text = "Password:";
  175. //
  176. // labelUsername
  177. //
  178. this.labelUsername.AutoSize = true;
  179. this.labelUsername.Location = new System.Drawing.Point(22, 60);
  180. this.labelUsername.Name = "labelUsername";
  181. this.labelUsername.Size = new System.Drawing.Size(59, 13);
  182. this.labelUsername.TabIndex = 1;
  183. this.labelUsername.Text = "Username:";
  184. //
  185. // labelServer
  186. //
  187. this.labelServer.AutoSize = true;
  188. this.labelServer.Location = new System.Drawing.Point(22, 16);
  189. this.labelServer.Name = "labelServer";
  190. this.labelServer.Size = new System.Drawing.Size(43, 13);
  191. this.labelServer.TabIndex = 0;
  192. this.labelServer.Text = "Server:";
  193. //
  194. // CloudStorageClientForm
  195. //
  196. this.ClientSize = new System.Drawing.Size(536, 173);
  197. this.Controls.Add(this.pageControl1);
  198. this.Name = "CloudStorageClientForm";
  199. this.Text = "Save to Dropbox";
  200. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CloudStorageClientForm_FormClosing);
  201. this.Controls.SetChildIndex(this.btnCancel, 0);
  202. this.Controls.SetChildIndex(this.btnOk, 0);
  203. this.Controls.SetChildIndex(this.pageControl1, 0);
  204. this.pageControl1.ResumeLayout(false);
  205. this.pgFile.ResumeLayout(false);
  206. this.pgFile.PerformLayout();
  207. this.pgProxy.ResumeLayout(false);
  208. this.pgProxy.PerformLayout();
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. /// <summary>
  213. /// Page File.
  214. /// </summary>
  215. protected global::FastReport.Controls.PageControlPage pgFile;
  216. /// <summary>
  217. /// Page Proxy.
  218. /// </summary>
  219. protected global::FastReport.Controls.PageControlPage pgProxy;
  220. /// <summary>
  221. /// ComboBox File Type.
  222. /// </summary>
  223. protected System.Windows.Forms.ComboBox cbFileType;
  224. /// <summary>
  225. /// Label File Type.
  226. /// </summary>
  227. protected System.Windows.Forms.Label labelFileType;
  228. /// <summary>
  229. /// Buttons Settings.
  230. /// </summary>
  231. protected System.Windows.Forms.Button buttonSettings;
  232. /// <summary>
  233. /// Label Colon.
  234. /// </summary>
  235. protected System.Windows.Forms.Label labelColon;
  236. /// <summary>
  237. /// Label Password.
  238. /// </summary>
  239. protected System.Windows.Forms.Label labelPassword;
  240. /// <summary>
  241. /// Label Username.
  242. /// </summary>
  243. protected System.Windows.Forms.Label labelUsername;
  244. /// <summary>
  245. /// Label Server.
  246. /// </summary>
  247. protected System.Windows.Forms.Label labelServer;
  248. /// <summary>
  249. /// TextBox Username.
  250. /// </summary>
  251. protected System.Windows.Forms.TextBox tbUsername;
  252. /// <summary>
  253. /// TextBox Port.
  254. /// </summary>
  255. protected System.Windows.Forms.TextBox tbPort;
  256. /// <summary>
  257. /// TextBox Server.
  258. /// </summary>
  259. protected System.Windows.Forms.TextBox tbServer;
  260. /// <summary>
  261. /// TextBox Password.
  262. /// </summary>
  263. protected System.Windows.Forms.TextBox tbPassword;
  264. /// <summary>
  265. /// PageControl.
  266. /// </summary>
  267. protected global::FastReport.Controls.PageControl pageControl1;
  268. }
  269. }